From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7CE003884609; Wed, 19 Jun 2024 13:10:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7CE003884609 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718802636; bh=Zqi7To3FLQiY0JCjUXXelLEsYqD8/7CvgQnS0KxWrAg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aNiO482pw9xOehknDOqUUjCQVdjSnVZtgTddtv00FL7y7RwHWbgWNwS8uOCGPp4tP 66ibfvUzu5JYK5V5eMo7yGBgAC4pNab0jNVVHWL0t6ijkG07fEYwQB5rEmr9JfX9vA CmtQ2Db4rCaHvKXGTMGqU3iHsZU+jYPO4TXXT83g= From: "sjames at gcc dot gnu.org" To: gcc-rust@gcc.gnu.org Subject: [Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8 Date: Wed, 19 Jun 2024 13:10:35 +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: 15.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: cohenarthur at gcc dot gnu.org X-Bugzilla-Target-Milestone: 15.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D115453 Sam James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |collin.funk1 at gmail dot = com --- Comment #11 from Sam James --- commit r15-1436-gc6a9ab8c920f29 Author: Collin Funk Date: Thu Jun 13 17:53:55 2024 -0700 build: Fix missing variable quotes When dlopen and pthread_create are in libc the variable is set to "none required", therefore running configure will show the following errors: ./configure: line 8997: test: too many arguments ./configure: line 8999: test: too many arguments ./configure: line 9003: test: too many arguments ./configure: line 9005: test: =3D: unary operator expected gcc/configure also has a similar problem on gcc_cv_as_mips_explicit_relocs: ./gcc/configure: line 30242: test: =3D: unary operator expected ChangeLog: * configure.ac: Quote variable result of AC_SEARCH_LIBS. * configure: Regenerate. gcc/ChangeLog: * configure.ac: Add missing quotation of variable gcc_cv_as_mips_explicit_relocs. * configure: Regenerate. Signed-off-by: Collin Funk But the crate vs create needs fixing still. --=20 You are receiving this mail because: You are on the CC list for the bug.=