From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2806F385841D; Wed, 14 Sep 2022 14:35:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2806F385841D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663166158; bh=YntJuv26bah4oEegVEV4/hqnd5CDZiQeeNHzxHccMUM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EcHmVu1/Py0+5Pfs7M2jvyVolao39Jy8NKNBizhi3UKt43cVvUbD2uUEREeT3bdX+ k3tjKGz57zeJ+tpSWFrQkh5GD+aHR/fblQo6g2e3lNIWe7ZdFqZldXG7PhmEMwUCeA DeMjZehCsMd9JRncAGjoBI4QgOGXz+ewhBtvwWNc= From: "jeffrey.rahr at baesystems dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/106472] No rule to make target '../libbacktrace/libbacktrace.la', needed by 'libgo.la'. Date: Wed, 14 Sep 2022 14:35:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 12.1.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: jeffrey.rahr at baesystems dot com X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: roger at nextmovesoftware dot com X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106472 --- Comment #18 from Jeff Rahr --- Thomas - After applying this patch, I reran 'autogen Makefile.def' so that = line was already in Makefile.in. I am able to get gcc to build if I remove the bootstrap=3Dtrue from libbacktrace and libatomic on lines 172 and 194 in Makefile.def. This was added to Makefile.def as part of a patch to D langua= ge by: https://github.com/gcc-mirror/gcc/commit/5fee5ec362f7a243f459e6378fd49dfc89= dc9fb5 I am not building D language, so not sure if I was building D it would make= any difference.=