Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] "No rule to make target" gcc 9.3.0 error
Date: Tue, 19 Oct 2021 11:32:23
Message-Id: YW6ssXPkYARgEc+f@waltdnes.org
In Reply to: Re: [gentoo-user] "No rule to make target" gcc 9.3.0 error by Miles Malone
1 On Tue, Oct 19, 2021 at 11:53:28AM +1000, Miles Malone wrote
2 > Select a version of gcc you do have, using gcc-config. Then rebuild
3 > libtool, and continue. GCC 9.3.0 doesnt exist because it's been
4 > replaced in the gcc9 branch by GCC 9.4.0. You could choose to stick
5 > to GCC9, or move to 10 or 11.
6
7 Re-emerging sys-devel/libtool doesn't work. I've only got gcc 10 and
8 11. 9 isn't in the tree. After rebuilding libtool I still get...
9
10 [thimk2][root][/usr/src/linux] ../makeover
11 CALL scripts/checksyscalls.sh
12 CALL scripts/atomic/check-atomics.sh
13 DESCEND objtool
14 make[4]: *** No rule to make target '/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include/stddef.h', needed by '/usr/src/linux-5.4.97-gentoo/tools/objtool/fixdep.o'. Stop.
15 make[3]: *** [Makefile:39: /usr/src/linux-5.4.97-gentoo/tools/objtool/fixdep-in.o] Error 2
16 make[2]: *** [/usr/src/linux-5.4.97-gentoo/tools/build/Makefile.include:5: fixdep] Error 2
17 make[1]: *** [Makefile:67: objtool] Error 2
18 make: *** [Makefile:1830: tools/objtool] Error 2
19
20 Is there a way to pull an old gcc ebuild into my tree?
21
22 --
23 Walter Dnes <waltdnes@××××××××.org>
24 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] "No rule to make target" gcc 9.3.0 error Todd Goodman <tsg@×××××××××.net>
Re: [gentoo-user] "No rule to make target" gcc 9.3.0 error "Matt Connell (Gmail)" <matthewdconnell@×××××.com>