I tried to emerge -u gcc version 3.2.2 which I downloaded yesterday. The process stops in the middle saying some things were not defined in this environment. I repeated the step with CFLAGS="-march=pentium3 -mcpu=pentium3 -O3 -pipe" and I succeeded. Reproducible: Always Steps to Reproduce: 1.Emerge the newest rsync with ACCEPT_KEYWORDS="~x86" and download gcc 3.2.2 2.Set CFLAGS to "-march=pentium4 -mcpu=pentium4 -O3 -pipe" 3.Start emerge -u gcc with ACCEPT_KEYWORDS="~x86" Actual Results: emerge fails with error message, that some vars are not defined in the environment Expected Results: emerge -u gcc should have compiled and installed gcc 3.2.2 successfully
Known issue with gcc3. That is why we updated latest make.conf to warn about -march=pentium4 ... This will have to be fixed gcc side :(
db issue