Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 273600 - games-puzzle/kiki fails to build with latest Python versions
Summary: games-puzzle/kiki fails to build with latest Python versions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-10 16:59 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2009-06-16 20:28 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 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-06-10 16:59:05 UTC
The latest Python versions don't install the .a static library in /usr/lib/python$ver/config but rather directly in /usr/$libdir so that it is available together with the shared version.

The ebuild in question tries to explicitly link against the static Python version, which also becomes a security problem when there _is_ a vulnerability in python.

Please just make it link against libpython.so.

Thanks,
Diego
Comment 1 Tristan Heaven (RETIRED) gentoo-dev 2009-06-16 20:28:18 UTC
Fixed, thanks.