Gentoo Archives: gentoo-hardened

From: "Claes Gyllenswärd" <letharion@×××××.com>
To: gentoo-hardened@l.g.o
Subject: [gentoo-hardened] Compiling toolchain fails due to multilib issue?
Date: Fri, 11 Feb 2011 14:06:49
Message-Id: AANLkTi=Wkk6n7zu18enxO=Y2K0gmdQgqKYB4qPLPCihB@mail.gmail.com
1 Hello! :)
2
3 Today I tried doing a few upgrades, and among them were
4 sys-libs/glibc-2.11.2-r3.
5 This upgrade dies with:
6 checking how to run the C preprocessor... /lib/cpp
7 configure: error: in
8 `/var/tmp/portage/sys-libs/glibc-2.11.2-r3/work/build-x86-x86_64-pc-linux-gnu-nptl':
9 configure: error: C preprocessor "/lib/cpp" fails sanity check
10 See `config.log' for more details.
11
12 The log file contains a number of errors that look like:
13 /usr/include/gnu/stubs.h:7: error: gnu/stubs-32.h: No such file or directory
14
15 Some googling leads to me to believe that the stubs-32 file is missing
16 due to some 32/64 bit issue, and I see there's a new enabled multilib
17 flag on glibc, which I guess is related.
18
19 I tried just re-compiling @system, and most package worked fine, but
20 that didn't help.
21
22 Any suggestions on how I can resolve this?
23
24 Regards, Claes

Replies

Subject Author
Re: [gentoo-hardened] Compiling toolchain fails due to multilib issue? Sergei Trofimovich <slyfox@g.o>