On Thu, 2006-02-16 at 19:25 +0100, Jarry wrote: > Rumen Yotov wrote: > > > Now run: "gcc-config 5" and check again with gcc-config -l that vanilla > > is your default gcc profile. > > > > Next try re-emerging GCC-3.4.4. > > I tried. Changed to vanilla, verified, started re-emerging gcc, but it > failed without saying anything (frozen, after 4 hours of nothing-doing > I interrupted it). Then I tried "emerge --sync", that crushed too: > > >>> Updating Portage cache: 52%Segmentation fault > > I repeated it 3x, always the same: at 52% segfault. Seems my system > is pretty broken. I really did not know that just adding two use-flags > (hardened hardenedphp) can be so dangerous, even on "stable-only" system. > It seems I will spend one more nice weekend by reinstalling... :-( > > Jarry > Hi, Have you compiled anything after compiling GCC with 'hardened'? (genlop) Try with MAKEOPTS="-j1" in /etc/make.conf but not much hope. Or better boot with install-CD chroot into your existing installation and remerge GCC with sane CFLAGS. Quicker than complete reinstall. Or check/search for a binary package for your arch & flags (not easy). PS:first try recompiling the toolchain in that order:binutils,gcc,glibc. HTH.Rumen