From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 94DDB385841C; Wed, 19 Jun 2024 22:34:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 94DDB385841C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718836478; bh=l6X1wM0fSfqU74LiQYUmdtW/W1YldsYq2CF2XU6aZww=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MbnHHw57o1NmxK6mi5LYc7sqTHGNNAFzU+5k8G0aqzXH2koeiyglFhuBj4zxqMg/7 kCKcyWzkXx9Z0esHQXVuLxpfHB/BATKV1cAmfpHmVgqOptleOMQOtSxaBR+Q79WrWm Ao1R3Ha3WtmNO4VuujoTrLlKdTvKRVHdwweU/pPw= From: "mark 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 22:34:37 +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: mark at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mark at gcc dot gnu.org --- Comment #15 from Mark Wielaard --- Something seems to have gone slightly wrong when regenerating the configure files. The gcc-autoregen bot is unhappy: https://builder.sourceware.org/buildbot/#/builders/gcc-autoregen https://builder.sourceware.org/buildbot/#/builders/269/builds/5952 Sourceware Buildersgcc-autoregen5952git diffstdio Anonymous git diff --exit-code in dir /home/builder/shared/bb2-2/worker/gcc-autoregen/build (timeout 1200 secs) watching logfiles {} argv: [b'git', b'diff', b'--exit-code'] environment: BUILDMASTER=3Dbuilder.sourceware.org BUILDMASTER_PORT=3D9989 CCACHE_DIR=3D/home/builder/shared/autotools/ccache CCACHE_LIBDIR=3D/usr/lib/ccache HOME=3D/home/builder HOSTNAME=3Dcf526139a6b4 IMAGE_NAME=3Dautotools LC_CTYPE=3DC.UTF-8 =20 PATH=3D/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/s= bin:/bin PWD=3D/home/builder/shared/bb2-2/worker/gcc-autoregen/build WORKERNAME=3Dbb2-2 using PTY: False diff --git a/configure b/configure index 6e95b27d9df..03dad4d362d 100755 --- a/configure +++ b/configure @@ -19746,7 +19746,7 @@ config.status configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" -Copyright (C) Free Software Foundation, Inc. +Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." diff --git a/gcc/configure b/gcc/configure index b536af664d3..a8fc4bb34aa 100755 --- a/gcc/configure +++ b/gcc/configure @@ -30239,7 +30239,7 @@ else fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_mips_explicit_relocs_pcrel" >&5 $as_echo "$gcc_cv_as_mips_explicit_relocs_pcrel" >&6; } -if test "x$gcc_cv_as_mips_explicit_relocs_pcrel" =3D "xyes"; then +if test $gcc_cv_as_mips_explicit_relocs_pcrel =3D yes; then $as_echo "#define MIPS_EXPLICIT_RELOCS MIPS_EXPLICIT_RELOCS_PCREL" >>confdefs.h @@ -30498,7 +30498,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler and linker= for explicit JALR relocation" >&5 $as_echo_n "checking assembler and linker for explicit JALR relocation... " >&6; } gcc_cv_as_ld_jalr_reloc=3Dno - if test $gcc_cv_as_mips_explicit_relocs =3D yes; then + if test "x$gcc_cv_as_mips_explicit_relocs" =3D "xyes"; then if test $in_tree_ld =3D yes ; then if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 20 -o "$gcc_cv_gld_major_version" -gt 2 \ && test $in_tree_ld_is_elf =3D yes; then program finished with exit code 1 elapsedTime=3D0.410978 I am not sure what exactly could have caused this difference. --=20 You are receiving this mail because: You are on the CC list for the bug.=