Re: [gentoo-user] Re: [OT] ubuntu equivalent of world file

2020-05-08 Thread marco restelli
2020-05-06 16:25 GMT+02:00, Mark Knecht : > On Wed, May 6, 2020 at 2:39 AM marco restelli wrote: > >> 2020-05-06 11:29 GMT+02:00, marco restelli : >> > Hi all, >> >this is a bit off topic, but probably is not an unknown problem for >> > many on the list. >> > >> > I am a long time gentoo user

[gentoo-user] 5.4 kernels won't compile

2020-05-08 Thread akater
Neither linux-5.4.28-gentoo nor linux-5.4.38-gentoo would compile, with the following error: > CFLAGS="-Wno-error=undef" make && make modules_install > HOSTCC scripts/basic/fixdep > HOSTCC arch/x86/tools/relocs_32.o > HOSTCC arch/x86/tools/relocs_64.o > In file included from arch/x86/too

RE: [gentoo-user] 5.4 kernels won't compile

2020-05-08 Thread Pengcheng Xu
A quick Google with keyword "R_X86_64_PC64 uclibc" shows that uclibc is missing some ELF definitions that are needed for newer kernels: https://gogs.waldemar-brodkorb.de/oss/uclibc-ng/issues/2 You may try the proposed solution there (to insert the definition into /usr/include/elf.h), but IMHO t

[gentoo-user] Gcc-10.1.0, anyone?

2020-05-08 Thread Peter Humphrey
Afternoon all, Today's update included this latest version of gcc. I installed it, switched to it and rebuilt @system and the kernel. On booting, The system hung at its very first loading: as soon as I selected the kernel to boot, I got the usual "SHA256 validated" message, but it never went aw

Re: [gentoo-user] Daily update fails

2020-05-08 Thread Dan Johansson
On 07.05.20 16:30, Dan Johansson wrote: On 07.05.20 13:59, Franz Fellner wrote: On Thu May  7 10:04:37 2020, Dan Johansson wrote: Today when I tried to do my daily "emerge --update ... @world", portage spitted out a lot of "Multiple package instances within a single package slot have been pull

[gentoo-user] Re: Gcc-10.1.0, anyone?

2020-05-08 Thread Holger Hoffstätte
On 5/8/20 2:18 PM, Peter Humphrey wrote: Afternoon all, Today's update included this latest version of gcc. I installed it, switched to it and rebuilt @system and the kernel. On booting, The system hung at its very first loading: as soon as I selected the kernel to boot, I got the usual "SHA256

Re: [gentoo-user] Daily update fails

2020-05-08 Thread Neil Bothwick
On Fri, 8 May 2020 16:20:46 +0200, Dan Johansson wrote: > After that "initial" update was done, I removed the added entries > (including the "PYTHON_SINGLE_TARGET: python2_7" ones) and started a > new emerge update. With exception of one package (net-misc/s3cmd) > everything went as it should. s

RE: [gentoo-user] 5.4 kernels won't compile

2020-05-08 Thread akater
"Pengcheng Xu" writes: > A quick Google with keyword "R_X86_64_PC64 uclibc" shows that uclibc is > missing some ELF definitions that are needed for newer kernels: > > https://gogs.waldemar-brodkorb.de/oss/uclibc-ng/issues/2 > > You may try the proposed solution there (to insert the definition in