When I tried using a newer gcc snapshot to build G5 optimized things, the bootstrap process always failed with some cryptic error. I finally found out (cost a lot of frustration) what caused the process to fail. gcc-config did not install a default profile. I had to add a gcc-config powerpc-unknown-linux-gnu-3.3.3 to the script to make it work. My guess is that either the gcc ebuilds or the new gcc-config is at fault. This needs to be fixed asap :-)
since it always worked before, it is probably a gcc bug. stick it to 'em :)
actually, where did you add that fix? Was it for stage1 or something else?
Created attachment 29634 [details, diff] use correct path for gcc-config that's because catalyst tries to use /usr/sbin/gcc-config (whereas the binary is in /usr/bin) *ouch* :-(
woot root # which gcc-config /usr/bin/gcc-config woot root # ls -l /usr/sbin/gcc-config lrwxrwxrwx 1 root root 17 Feb 24 15:47 /usr/sbin/gcc-config -> ../bin/gcc-config actually, its in both (symlinked). i don't think that the symlink would cause any problems ...
fixed in cvs, will be in portage w/ catalyst 1.0.8