Hello! :) Today I tried doing a few upgrades, and among them were sys-libs/glibc-2.11.2-r3. This upgrade dies with: checking how to run the C preprocessor... /lib/cpp configure: error: in `/var/tmp/portage/sys-libs/glibc-2.11.2-r3/work/build-x86-x86_64-pc-linux-gnu-nptl': configure: error: C preprocessor "/lib/cpp" fails sanity check See `config.log' for more details.
The log file contains a number of errors that look like: /usr/include/gnu/stubs.h:7: error: gnu/stubs-32.h: No such file or directory Some googling leads to me to believe that the stubs-32 file is missing due to some 32/64 bit issue, and I see there's a new enabled multilib flag on glibc, which I guess is related. I tried just re-compiling @system, and most package worked fine, but that didn't help. Any suggestions on how I can resolve this? Regards, Claes