From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 70B7F385771A; Wed, 3 May 2023 20:31:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 70B7F385771A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683145905; bh=CAPwyZ8HX7JxyUGBbDyhSVtwVXy9FPY/g8cUe6EnmPw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jPciOHDE3dCCACAN0hPb+35QjWbJHolmWeOV5k/WtiCQMXYxIX99a4f6SSSCELJt1 /W+YtU7nVWmwxN5WKubSczQLLg6X+IqHU0cAX/uEJTS4UDsL1qXyYLT1XffyZwAVvL FLHbXLXwSBx6p/X2+7r0RnIt1Dh/dRtImPzn3IVM= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/105819] comma `,` in directory name causes build to fail Date: Wed, 03 May 2023 20:31:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 12.1.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: WONTFIX 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_status resolution 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=3D105819 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution|--- |WONTFIX --- Comment #16 from Jonathan Wakely --- (In reply to bug-reports.delphin from comment #14) > Ok but where ? I didn't find it. What file shows me this coma, and what > line/lines, where ? config.log ? my-configure.log ? my-make.log ? I already told you in comment 6: Originally you were trying to use a directory called "_Source/_12,1,x" with= two commas. Then you changed it to "_12,2.x" but that still has a comma. Now you're trying to use "_13,1.x" which still has a comma.=