Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 209990 - media-gfx/optipng-0.5.5 wrong flags rewriting
Summary: media-gfx/optipng-0.5.5 wrong flags rewriting
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Tristan Heaven (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-13 12:31 UTC by djinnZ
Modified: 2008-02-14 12:29 UTC (History)
0 users

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


Attachments
my emerge --info (info,7.55 KB, text/plain)
2008-02-13 13:52 UTC, djinnZ
Details

Note You need to log in before you can comment on or make changes to this bug.
Description djinnZ 2008-02-13 12:31:24 UTC
Some strange compilation errors with some CFLAGS and LDFLAGS on x86 hardened system (gcc 3.4.6):
-fno-strict-aliasing will be rewrite as -fno-trick-aliasing
-Wl,-O1 will be -no-Wl,-O1
-Wl,--as-need will be -Wl,--as-neededtrict-aliasing
Comment 1 Tristan Heaven (RETIRED) gentoo-dev 2008-02-13 12:44:22 UTC
That's weird... does 0.5.4 work?
Comment 2 Tristan Heaven (RETIRED) gentoo-dev 2008-02-13 12:48:08 UTC
Please post the output from emerge --info too.
Comment 3 Tristan Heaven (RETIRED) gentoo-dev 2008-02-13 13:10:29 UTC
Got it now, thanks for reporting.
Comment 4 djinnZ 2008-02-13 13:52:56 UTC
Created attachment 143421 [details]
my emerge --info
Comment 5 djinnZ 2008-02-13 13:56:47 UTC
(In reply to comment #3)
> Got it now, thanks for reporting.
? cant understand
0.5.4 work and 0.5.5 compiled without the reported CFLAGS and LDFLAGS seems work fine (related to bug #209941)
Comment 6 Tristan Heaven (RETIRED) gentoo-dev 2008-02-13 14:03:42 UTC
Should work now. emerge --sync then try.
Comment 7 djinnZ 2008-02-14 12:29:59 UTC
OK. Tested with some files and it work fine. Stable for me. Thanks.