On 13/04/2019 17:38, Matthias Hanft wrote:
Despite gcc was *not* recompiled after the glibc upgrade, it now
tells

$ gcc -o hello hello.c
/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
/usr/lib/binutils/i686-pc-linux-gnu/2.31.1/libbfd-2.31.1.gentoo-sys-devel-binutils-st.so)

Argh!!!

"as" is part of binutils, not gcc. binutils is a critical package, so you shouldn't have downgraded glibc.

However, you can try to "quickpgk --include-config y binutils" in another system and copy the packages directory over to the current one. Then "emerge -a1K binutils" to emerge from the binary package.


Reply via email to