Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Older machines no text console video after bootup
Date: Wed, 20 Apr 2022 00:19:04
Message-Id: Yl9Re/cTD/1eo5/z@waltdnes.org
In Reply to: Re: [gentoo-user] Older machines no text console video after bootup by "Peter Böhm"
1 On Tue, Apr 19, 2022 at 10:33:43PM +0200, Peter Böhm wrote
2 > You are missing FrameBuffer configuration:
3 > https://wiki.gentoo.org/wiki/Framebuffer
4
5 Thank you. Now on to the next problem. I made the suggested changes
6 in the kernel, fired up the kernel compile, and early on got...
7
8 HOSTCC scripts/kconfig/conf.o
9 HOSTLD scripts/kconfig/conf
10 CC scripts/mod/empty.o
11 MKELF scripts/mod/elfconfig.h
12 HOSTCC scripts/mod/modpost.o
13 CC scripts/mod/devicetable-offsets.s
14 HOSTCC scripts/mod/file2alias.o
15 HOSTCC scripts/mod/sumversion.o
16 HOSTLD scripts/mod/modpost
17 CC kernel/bounds.s
18 CC arch/x86/kernel/asm-offsets.s
19 CALL scripts/checksyscalls.sh
20 CALL scripts/atomic/check-atomics.sh
21 DESCEND objtool
22 make[4]: *** No rule to make target '/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/stddef.h', needed by '/usr/src/linux-5.15.11-gentoo/tools/objtool/fixdep.o'. Stop.
23 make[3]: *** [Makefile:47: /usr/src/linux-5.15.11-gentoo/tools/objtool/fixdep-in.o] Error 2
24 make[2]: *** [/usr/src/linux-5.15.11-gentoo/tools/build/Makefile.include:5: fixdep] Error 2
25 make[1]: *** [Makefile:69: objtool] Error 2
26 make: *** [Makefile:1371: tools/objtool] Error 2
27
28 Possible cause... it's failing with target
29 '/usr/lib/gcc/x86_64-pc-linux-gnu/ ***11.2.0*** /include/stddef.h'
30
31 But "gcc-config -l" gives me one line...
32 [1] x86_64-pc-linux-gnu-11.2.1 *
33
34 I vaguely recall that there's an additional tweak needed to align lib
35 versions, but I forget what it is.
36
37 --
38 Walter Dnes <waltdnes@××××××××.org>
39 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] Older machines no text console video after bootup Walter Dnes <waltdnes@××××××××.org>