From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 445163858D33; Wed, 3 May 2023 20:27:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 445163858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683145641; bh=D2HPckOJEE+WqHWXuGNvfCp97QNTvYvAXeq1JR/COTs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XMB0ZFBuvRdc9KaFPQm0556w/BIOvHnNngHJ870MCjrjN+zYs23yRDtV4sLJvUGFP n2RML3fS5n2d6PMKSFs5Nd4MNDJYibSD1eNsfsHWiBWuQkozh3B6dlkywIgdyXVb/i cWKMa/glwC3FzNlvuMHRZBTe1T8LhTISbbv7m4D0= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/109710] Build fails with `,` in the directory name Date: Wed, 03 May 2023 20:27:21 +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: 13.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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: 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=3D109710 --- Comment #5 from Jonathan Wakely --- It should not be hard to understand. You are using this path: /Volumes/External_7/_Ze-Bins/_GNU-Compilers/_13,1.x/ There is a comma in _13,1.x Just like you were using _12,1,x earlier. Stop doing that. Change it to _13.1.x and _12.1.x and please stop reporting bugs about this.=