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 96F0C3858283; Sun, 7 Jan 2024 17:29:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 96F0C3858283 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 96F0C3858283 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704648581; cv=none; b=akah3TRfiD8gGtHIrdOArwUD6/xk0c778XRL4cntQT494NqB9vDTGBjWSlrHNrmCAfbCTDQrnjM2ZImuCJ4fElHy/MxSXtYgUkflhZRFUAuWRPqvxy4TmlfUoTOefwgYyVCcBpVPRhM6BZyAlGC3RIaMNLMjbSXFoS0VUwnAPeo= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704648581; c=relaxed/simple; bh=BcK1ZgrGcyJlpVAcZ7/li6jVKW7m1AVB/br97hrXEy8=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=dW3Qiu/2IgKNAex7IPptw+igGh1v2VNXwhzRFQVmYLR+/5CgnZ7KUg4pCq3ap8HEFwpedsIFGB9N3xC/LlZkKWJa0tt4pQIADyytLKg8WX4I86+q+m8DPw/+jOUiQYGjCo/aZoRPJvDx20HMlc6KIl/ZzeecfIe3gH+jXMOxBkU= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id 957A6302BB42; Sun, 7 Jan 2024 18:29:36 +0100 (CET) Date: Sun, 7 Jan 2024 18:29:36 +0100 From: Mark Wielaard To: Alan Modra Cc: "H.J. Lu" , Indu Bhagat , Jan Beulich , Jin Ma , Mike Frysinger , Tamar Christina , Tejas Joshi , Tom de Vries , binutils@sourceware.org, gdb-testers@sourceware.org Subject: Re: =?utf-8?B?4pigIEJ1aWxkYm90IChTb3VyY2V3?= =?utf-8?Q?are=29=3A_binutils-gdb-autorege?= =?utf-8?Q?n?= - failed 'git diff ...' (failure) (master) Message-ID: <20240107172936.GX26453@gnu.wildebeest.org> References: <20240107052456.A09763858D35@sourceware.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240107052456.A09763858D35@sourceware.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-8.9 required=5.0 tests=BAYES_00,GIT_PATCH_0,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi, On Sun, Jan 07, 2024 at 05:24:56AM +0000, builder--- via Gdb-testers wrote: > A failed build has been detected on builder binutils-gdb-autoregen while building binutils-gdb. > > Full details are available at: > https://builder.sourceware.org/buildbot/#/builders/270/builds/813 > > Build state: failed 'git diff ...' (failure) > Revision: f6c714d65b7296b466089f7d0d0270a12d51742f > Worker: bb3 > Build Reason: (unknown) > Blamelist: Alan Modra , GDB Administrator , H.J. Lu , Indu Bhagat , Jan Beulich , Jin Ma , Mike Frysinger , Tamar Christina , Tejas Joshi , Tom de Vries This started failing since: commit fd67aa1129fd006ad49ed5ecb2b063705211553a Author: Alan Modra Date: Thu Jan 4 22:22:08 2024 +1030 Update year range in copyright notice of binutils files Adds two new external authors to etc/update-copyright.py to cover bfd/ax_tls.m4, and adds gprofng to dirs handled automatically, then updates copyright messages as follows: 1) Update cgen/utils.scm emitted copyrights. 2) Run "etc/update-copyright.py --this-year" with an extra external author I haven't committed, 'Kalray SA.', to cover gas testsuite files (which should have their copyright message removed). 3) Build with --enable-maintainer-mode --enable-cgen-maint=yes. 4) Check out */po/*.pot which we don't update frequently. For two generated files under gprofng/libcollector this swapped a couple of entries. The autogen tested fails because when regenerating those entries are swapped again: > odiff --git a/gprofng/libcollector/Makefile.in b/gprofng/libcollector/Makefile.in > oindex ce8755c80c9..b8e8a7267a3 100644 > o--- a/gprofng/libcollector/Makefile.in > o+++ b/gprofng/libcollector/Makefile.in > o@@ -109,15 +109,15 @@ host_triplet = @host@ > o target_triplet = @target@ > o subdir = . > o ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 > o-am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \ > o- $(top_srcdir)/../../config/lead-dot.m4 \ > o- $(top_srcdir)/../../config/override.m4 \ > o- $(top_srcdir)/../../config/warnings.m4 \ > o- $(top_srcdir)/../../libtool.m4 \ > o+am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \ > o $(top_srcdir)/../../ltoptions.m4 \ > o $(top_srcdir)/../../ltsugar.m4 \ > o $(top_srcdir)/../../ltversion.m4 \ > o $(top_srcdir)/../../lt~obsolete.m4 \ > o+ $(top_srcdir)/../../config/depstand.m4 \ > o+ $(top_srcdir)/../../config/lead-dot.m4 \ > o+ $(top_srcdir)/../../config/override.m4 \ > o+ $(top_srcdir)/../../config/warnings.m4 \ > o $(top_srcdir)/../../bfd/version.m4 $(top_srcdir)/configure.ac > o am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ > o $(ACLOCAL_M4) > odiff --git a/gprofng/libcollector/aclocal.m4 b/gprofng/libcollector/aclocal.m4 > oindex 2d13dba8c20..c5a4a54ed82 100644 > o--- a/gprofng/libcollector/aclocal.m4 > o+++ b/gprofng/libcollector/aclocal.m4 > o@@ -1227,12 +1227,12 @@ AC_SUBST([am__tar]) > o AC_SUBST([am__untar]) > o ]) # _AM_PROG_TAR > o > o-m4_include([../../config/depstand.m4]) > o-m4_include([../../config/lead-dot.m4]) > o-m4_include([../../config/override.m4]) > o-m4_include([../../config/warnings.m4]) > o m4_include([../../libtool.m4]) > o m4_include([../../ltoptions.m4]) > o m4_include([../../ltsugar.m4]) > o m4_include([../../ltversion.m4]) > o m4_include([../../lt~obsolete.m4]) > o+m4_include([../../config/depstand.m4]) > o+m4_include([../../config/lead-dot.m4]) > o+m4_include([../../config/override.m4]) > o+m4_include([../../config/warnings.m4]) > hprogram finished with exit code 1 So the autogen tester would like to move these entries back to where they were before. OK, to commit this autogen diff to make the tester happy again? Thanks, Mark