Gentoo Archives: gentoo-user

From: Daniel Frey <djqfrey@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] The return of the dreaded "Cannot run C compiled programs"
Date: Tue, 27 Mar 2018 00:24:25
Message-Id: 40ed936a-9adc-7f42-9cc0-6fc9dd388d10@gmail.com
In Reply to: [gentoo-user] The return of the dreaded "Cannot run C compiled programs" by Peter Humphrey
1 On 03/26/18 06:19, Peter Humphrey wrote:
2 > I have a four-core 64-bit Celeron box with 4GB RAM, on which I've just
3 > installed a standard XFCE system on the desktop profile. It all went as
4 > expected, but when I ran an emerge -e world at the end I had two failures:
5 > both glibc and sandbox failed with the error in the subject line.
6 >
7 > It's some years since I last saw this error, and I'm stuck. I've looked
8 > through /etc hoping to find something skew-whiff, and I've compared the
9 > environment with this box's, but nothing stands out.
10 >
11 > Finally, following the hint in the portage output, I ran "FEATURES='-sandbox -
12 > usersandbox' emerge -1 --color n sandbox". It made no discernible difference.
13 >
14 > I've attached the logs etc from sandbox.
15 >
16 > Has anyone a clue?
17 >
18
19 I ran into this some time ago and one of the updates removed the /lib ->
20 /lib64 symlink.
21
22 I simply ran `ln -s /lib64 /lib` and it was fine after that.
23
24 Dan

Replies

Subject Author
Re: [gentoo-user] The return of the dreaded "Cannot run C compiled programs" Peter Humphrey <peter@××××××××××××.uk>