Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5613 - Some flags that make xfree not compile
Summary: Some flags that make xfree not compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL: http://forums.gentoo.org/viewtopic.ph...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-26 13:10 UTC by bar4ka
Modified: 2003-02-04 19:42 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 bar4ka 2002-07-26 13:10:48 UTC
Gcc 3.1, xfree-4.2.0-r12 and Gentoo 1.3b 
 
If you combine together the flags -march=athlon/athlon-xp with the flag 
-funroll-loops the file light.c will generete an error about something like not 
found a register to fill, since the ebuild do not show the errors from gcc, 
just the errors from their script i can't see what happen until i manually 
compile light.c with all combinations flags and discover this bug. Next i 
remove the flag -funroll-loops from my make.conf and emerge again and it works. 
I think this ebuild needs a protect flag like -fnounroll-loops
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-07-27 14:37:05 UTC
Then rather do something like:

CFLAGS=${CFLAGS/-funroll-loops}

in the ebuild ?
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2002-07-31 06:12:23 UTC
This should be fixed after a emerge rsync.
Comment 3 SpanKY gentoo-dev 2002-08-04 09:14:10 UTC
bar4ka: does the fix work for you ?  if so, close the bug as 'FIXED' ? :)