After a fresh install of gentoo-1.4-rc1 from liveCD, i've try to emerge gnome. quicktime4linux is a required dependency but it seems to be impossible to compile it on my system. You can see the emerge log here : http://xtc.asmatic.ch/qt4linuxbug.txt This is my first bugzilla post, do you need anymore data/info ? Reproducible: Didn't try Steps to Reproduce: 1. install gentoo 1.4-rc4 from the live cd. 2. configure it (make.conf, network, etc.) 3. emerge gnome Actual Results: The compilation process crashed. Expected Results: Hum... compile :o) It's a pentium4 / i810 install with no special or fancy features activated in the kernel.
I dont even use this.
I got the same error when compiling it with CFLAGS="-mcpu=i586" or CFLAGS="-mcpu=pentium2". Howewer, I could compile this package (on the same machine) after changing CFLAGS to "-mcpu=athlon-xp -O3 -pipe".
I've try to change my CFLAGS to "-mcpu=athlon-xp -O3 -pipe" and... it works (but... I don't understand WHY ??!!) ! Thanks a lot, Vlad !!! Alexandre.
seems like a gcc bug