Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 712526 - python-utils-r1.eclass missing python3-embed.pc symlink for python3.8+
Summary: python-utils-r1.eclass missing python3-embed.pc symlink for python3.8+
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-14 16:28 UTC by Mart Raudsepp
Modified: 2020-03-16 07:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mart Raudsepp gentoo-dev 2020-03-14 16:28:34 UTC
Meson packages don't call python3-config, but use pkg-config files. Python embedders like libpeas[python] are therefore currently failing to build in their meson ports, because they can't find a python3-embed.pc file during their dependency checks.
Please provide the symlink for 3.8 onwards. Not sure if it needs to be a python-embed.pc as well; I'd hope not.
Comment 1 Larry the Git Cow gentoo-dev 2020-03-16 07:35:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e92875f9a233e4264edd1c8560052512e4fa7d

commit e1e92875f9a233e4264edd1c8560052512e4fa7d
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2020-03-14 16:49:13 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2020-03-16 07:35:49 +0000

    python-utils-r1.eclass: Create python3-embed.pc wrapper
    
    Closes: https://bugs.gentoo.org/712526
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 eclass/python-utils-r1.eclass | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)