Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143060 - media-libs/libgii-0.9.0 does not compile on hardened Gentoo
Summary: media-libs/libgii-0.9.0 does not compile on hardened Gentoo
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: The Gentoo Linux Hardened Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2006-08-07 00:03 UTC by RonnyPeine
Modified: 2006-08-08 04:14 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 RonnyPeine 2006-08-07 00:03:01 UTC
media-libs/libgii-0.9.0 does not compile on hardened Gentoo because of PIE.
It works without problems if CFLAG -nopie is specified.
Proposed fix: append -nopie in CFLAGS.
Comment 1 Kevin F. Quinn (RETIRED) gentoo-dev 2006-08-07 06:11:22 UTC
Problem is with the configure check to detect whether cpuid is supported or not.
Comment 2 Kevin F. Quinn (RETIRED) gentoo-dev 2006-08-07 06:34:52 UTC
ok; I've committed a fix to CVS; sync up in an hour or so and try again.

The fix changes the code that configure tries to compile into a form that's compatible with the hardened compiler.

Thanks for the report.
Comment 3 RonnyPeine 2006-08-08 04:14:26 UTC
Your fix worked. Thanks for patching :)