Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 351414 - net-irc/anope-0.8.5 's LDFLAGS patch forgets CFLAGS
Summary: net-irc/anope-0.8.5 's LDFLAGS patch forgets CFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Bjarke Istrup Pedersen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: portage-multilib
  Show dependency tree
 
Reported: 2011-01-12 07:02 UTC by Nathan Phillip Brink (binki) (RETIRED)
Modified: 2011-01-22 07:57 UTC (History)
3 users (show)

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


Attachments
anope-1.8.5-build.log (anope-1.8.5-build.log,220.17 KB, text/plain)
2011-01-12 07:29 UTC, Nathan Phillip Brink (binki) (RETIRED)
Details
emerge--info.txt (emerge--info.txt,7.50 KB, text/plain)
2011-01-12 07:29 UTC, Nathan Phillip Brink (binki) (RETIRED)
Details
ldflags-fix.patch-CFLAGS.patch (ldflags-fix.patch-CFLAGS.patch,1014 bytes, text/plain)
2011-01-12 07:30 UTC, Nathan Phillip Brink (binki) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2011-01-12 07:02:07 UTC
CFLAGS are meant to be always passed to the compiler driver (gcc). Not having them passed causes compilation failure on portage-multilib (when gcc-config is patched to _correctly_ disrespect CFLAGS_${ABI} (bug 351384)).

See to-be-attached compilation failure log.
Comment 1 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2011-01-12 07:29:50 UTC
Created attachment 259600 [details]
anope-1.8.5-build.log
Comment 2 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2011-01-12 07:29:58 UTC
Created attachment 259601 [details]
emerge--info.txt
Comment 3 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2011-01-12 07:30:47 UTC
Created attachment 259603 [details]
ldflags-fix.patch-CFLAGS.patch

Fixes the above compilation error for me on portage-multilib with patched gcc-config.
Comment 4 Dane Smith (RETIRED) gentoo-dev 2011-01-12 14:08:03 UTC
Reassigning to maintainers.
Comment 5 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2011-01-18 21:35:20 UTC
The fixed patch should hit the tree within 1-2 hours.