When I updated my system (emerge -DuN system) yesterday, I couldn't install binutils 2.19-r3 because it had three unexpected errors found in the test suite (having to do with shared libraries). I couldn't find any existing bug reports about this, so I assumed it was my toolchain that was at fault. I tried re-emerging the entire base system to fix any problems that would cause binutils to break, but it also choked on other packages like m4, with a few tests failing in the test suite. I also rebuilt glibc and linux, which worked fine, but did nothing to help.
So, what is the best way to fix a toolchain that is producing programs that fail tests? And is there some way to force things to install without running tests, so I can at least update my system? Obviously, I tried setting the -test use flag, which was overridden.
Thanks!


