Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 900907

Summary: dev-lang/python pkgconfig symlink missing
Product: Gentoo Linux Reporter: gentoo
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED DUPLICATE    
Severity: normal CC: gentoo
Priority: Normal    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description gentoo 2023-03-12 02:41:41 UTC
Symlinks for /usr/lib64/pkgconfig/python3.pc and /usr/lib64/pkgconfig/python3-embed.pc are missing.

Reproducible: Always

Steps to Reproduce:
1. emerge --ask dev-lang/python
2. ls -lh /usr/lib64/pkgconfig/python*

Actual Results:  
Python installs. 
These files exist 
/usr/lib64/pkgconfig/python-3.11-embed.pc
/usr/lib64/pkgconfig/python-3.11.pc

These symlinks are missing 
/usr/lib64/pkgconfig/python-3.11-embed.pc --> /usr/lib64/pkgconfig/python3-embed.pc
/usr/lib64/pkgconfig/python-3.11.pc --> /usr/lib64/pkgconfig/python-3.pc

Expected Results:  
Add symlinks for /usr/lib64/pkgconfig/python3.pc and /usr/lib64/pkgconfig/python3-embed.pc
Comment 1 Mike Gilbert gentoo-dev 2023-03-12 03:38:23 UTC

*** This bug has been marked as a duplicate of bug 462304 ***