From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1ED423858C60; Mon, 6 Dec 2021 09:43:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1ED423858C60 From: "doko at debian dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/103574] New: race condition in bootstrap build, trunk 20211203 Date: Mon, 06 Dec 2021 09:43:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: modula2 X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: doko at debian dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Dec 2021 09:43:44 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103574 Bug ID: 103574 Summary: race condition in bootstrap build, trunk 20211203 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: modula2 Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- there seems to be a race condition with a normal bootstrap build, at least = on sme architectures, here on sparc64-linux-gnu: /usr/bin/sparc64-linux-gnu-ld: cannot find libcommon.a: No such file or directory collect2: error: ld returned 1 exit status make[5]: *** [../../src/gcc/m2/Make-lang.in:1804: stage1/m2/gm2m] Error 1 make[5]: *** Waiting for unfinished jobs.... rm gpl.pod gcc.pod gfdl.pod lto-dump.pod gdc.pod gfortran.pod make[5]: Leaving directory '/<>/build/gcc' make[4]: *** [Makefile:5047: all-stage3-gcc] Error 2 make[4]: Leaving directory '/<>/build' make[3]: *** [Makefile:27484: stage3-bubble] Error 2 make[3]: Leaving directory '/<>/build' make[2]: *** [Makefile:27548: bootstrap] Error 2 make[2]: Leaving directory '/<>/build'=