From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 3B88B3858C51 for ; Tue, 21 Jun 2022 16:40:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3B88B3858C51 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from tarox.wildebeest.org (83-87-18-245.cable.dynamic.v4.ziggo.nl [83.87.18.245]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id E261930006B1; Tue, 21 Jun 2022 18:40:24 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id B078F4045497; Tue, 21 Jun 2022 18:40:23 +0200 (CEST) Message-ID: Subject: Re: =?UTF-8?Q?=E2=98=A0?= Buildbot (GNU Toolchain): binutils-gdb - failed compile (failure) (master) From: Mark Wielaard To: binutils@sourceware.org Date: Tue, 21 Jun 2022 18:40:23 +0200 In-Reply-To: <20220621103204.1C6EB3870847@sourceware.org> References: <20220621103204.1C6EB3870847@sourceware.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-5.2 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jun 2022 16:40:37 -0000 Hi Nick, On Tue, 2022-06-21 at 10:32 +0000, builder--- via Binutils wrote: > A new failure has been detected on builder binutils-debian-amd64 > while building binutils-gdb. >=20 > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/68/builds/228 >=20 > Build state: failed compile (failure) > Revision: acd65fa610df09a0954b8fecdadf546215263c5d > Worker: bb1 > Build Reason: (unknown) > Blamelist: Nick Clifton So that is: commit acd65fa610df09a0954b8fecdadf546215263c5d (HEAD -> master, origin/master, origin/HEAD) Author: Nick Clifton Date: Tue Jun 21 11:22:38 2022 +0100 Default to disabling the linker warnings about execstack and RWX segments if the target is the HPPA architecture. =20 PR 29263 * configure.ac (ac_default_ld_warn_execstack): Default to 'no' for HPPA targets. (ac_default_ld_warn_rwx_segments): Likewise. * configure: Regenerate. * testsuite/ld-elf/elf.exp: Add the --warn-execstack command line option to the command line when running execstack tests for the HPPA target. This failed on all builders: https://builder.sourceware.org/buildbot/#/changes/2323 And I can reproduce it locally (with a clean build tree): $ ~/src/binutils-gdb/configure --enable-gold --enable-shared $ make -j8 all-gas all-ld all-binutils all-gold make[1]: Entering directory '/opt/local/build/binutils-gdb-obj/ld' Makefile:2629: .deps/emmo.Pc: No such file or directory make[1]: *** No rule to make target '.deps/emmo.Pc'. Stop. But I have no idea why/how your patch caused it. Maybe because configure was recreated and sets am__api_version to 1.16 from 1.15? Wild guess, might be totally unrelated. Cheers, Mark