Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Apache not starting after upgrading Apache/glibc...
Date: Sat, 13 Apr 2019 15:25:40
Message-Id: q8sv13$gko$1@blaine.gmane.org
In Reply to: Re: [gentoo-user] Re: Apache not starting after upgrading Apache/glibc... by Matthias Hanft
1 On 13/04/2019 17:38, Matthias Hanft wrote:
2 > Despite gcc was *not* recompiled after the glibc upgrade, it now
3 > tells
4 >
5 > $ gcc -o hello hello.c
6 > /usr/lib/gcc/i686-pc-linux-gnu/8.2.0/../../../../i686-pc-linux-gnu/bin/as: /lib/libc.so.6: version `GLIBC_2.28' not found (required by
7 > /usr/lib/binutils/i686-pc-linux-gnu/2.31.1/libbfd-2.31.1.gentoo-sys-devel-binutils-st.so)
8 >
9 > Argh!!!
10
11 "as" is part of binutils, not gcc. binutils is a critical package, so
12 you shouldn't have downgraded glibc.
13
14 However, you can try to "quickpgk --include-config y binutils" in
15 another system and copy the packages directory over to the current one.
16 Then "emerge -a1K binutils" to emerge from the binary package.

Replies

Subject Author
Re: [gentoo-user] Re: Apache not starting after upgrading Apache/glibc... Matthias Hanft <mh@×××××.de>