Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900907 - dev-lang/python pkgconfig symlink missing
Summary: dev-lang/python pkgconfig symlink missing
Status: RESOLVED DUPLICATE of bug 462304
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-12 02:41 UTC by gentoo
Modified: 2023-03-12 03:38 UTC (History)
1 user (show)

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 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 ***