From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7CFA6158086 for ; Tue, 19 Oct 2021 11:32:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0A0DE085E; Tue, 19 Oct 2021 11:32:15 +0000 (UTC) Received: from barracuda.ebox.ca (barracuda.ebox.ca [96.127.255.19]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F182E0827 for ; Tue, 19 Oct 2021 11:32:13 +0000 (UTC) X-ASG-Debug-ID: 1634643120-0c856e0387796b30001-LfjuLa Received: from smtp.ebox.ca (smtp.ebox.ca [96.127.255.82]) by barracuda.ebox.ca with ESMTP id cdNMJDpD9r8UBsnO (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 19 Oct 2021 07:32:00 -0400 (EDT) X-Barracuda-Envelope-From: waltdnes@waltdnes.org X-Barracuda-RBL-Trusted-Forwarder: 96.127.255.82 Received: from waltdnes.org (unknown [198.58.217.41]) by smtp.ebox.ca (Postfix) with SMTP id 29326441B21 for ; Tue, 19 Oct 2021 07:31:59 -0400 (EDT) Received: by waltdnes.org (sSMTP sendmail emulation); Tue, 19 Oct 2021 07:32:01 -0400 X-Barracuda-RBL-IP: 198.58.217.41 X-Barracuda-Effective-Source-IP: 198-58-217-41.on.cable.ebox.net[198.58.217.41] X-Barracuda-Apparent-Source-IP: 198.58.217.41 From: "Walter Dnes" Date: Tue, 19 Oct 2021 07:32:01 -0400 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] "No rule to make target" gcc 9.3.0 error Message-ID: X-ASG-Orig-Subj: Re: [gentoo-user] "No rule to make target" gcc 9.3.0 error References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Barracuda-Connect: smtp.ebox.ca[96.127.255.82] X-Barracuda-Start-Time: 1634643120 X-Barracuda-Encrypted: DHE-RSA-AES256-SHA X-Barracuda-URL: https://96.127.255.19:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at ebox.ca X-Barracuda-Scan-Msg-Size: 1210 X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=8.0 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.93368 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-Archives-Salt: a03d9e85-1628-4ee5-853d-9fb04a91d310 X-Archives-Hash: 4521f45bf74b6eed57409afa4566b263 On Tue, Oct 19, 2021 at 11:53:28AM +1000, Miles Malone wrote > Select a version of gcc you do have, using gcc-config. Then rebuild > libtool, and continue. GCC 9.3.0 doesnt exist because it's been > replaced in the gcc9 branch by GCC 9.4.0. You could choose to stick > to GCC9, or move to 10 or 11. Re-emerging sys-devel/libtool doesn't work. I've only got gcc 10 and 11. 9 isn't in the tree. After rebuilding libtool I still get... [thimk2][root][/usr/src/linux] ../makeover CALL scripts/checksyscalls.sh CALL scripts/atomic/check-atomics.sh DESCEND objtool 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. make[3]: *** [Makefile:39: /usr/src/linux-5.4.97-gentoo/tools/objtool/fixdep-in.o] Error 2 make[2]: *** [/usr/src/linux-5.4.97-gentoo/tools/build/Makefile.include:5: fixdep] Error 2 make[1]: *** [Makefile:67: objtool] Error 2 make: *** [Makefile:1830: tools/objtool] Error 2 Is there a way to pull an old gcc ebuild into my tree? -- Walter Dnes I don't run "desktop environments"; I run useful applications