From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 220143858D32 for ; Mon, 16 Jan 2023 19:12:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 220143858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.97,221,1669104000"; d="scan'208";a="93696309" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa4.mentor.iphmx.com with ESMTP; 16 Jan 2023 11:12:00 -0800 IronPort-SDR: TsIwp3BV/01K2X8iJ6QHVrQbRGIQZ/vUmq5bOBw+Qjbj8Rye9V38qo9qQ0lUCFnHNDEdjH/nR+ XldX3shTjNFsZ940nEw8Ro+s9veOfaiZaeT98bdcvqjU4jL6nO2ZJdf10j5/YVKxTwYKZqafof rju5VnmozuQedSP7GvQIvufvNDvnZWx9U3067ZJGdioxC7DPgdtzsb9V4CZ+4ScUa0pqaDbHg3 xMvESmBLnumt0ahUAfkvJfCxmBi7YUT61QRyS5U0k1zUtal7F735iVM/t4fZauGGNsqso0d1Id FUI= Date: Mon, 16 Jan 2023 19:11:55 +0000 From: Joseph Myers To: Nick Clifton CC: Subject: Re: 2.40 branch now open for updates In-Reply-To: <87edrxgmdb.fsf@redhat.com> Message-ID: References: <87edrxgmdb.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-14.mgc.mentorg.com (139.181.222.14) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3108.9 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: It looks like version numbers aren't consistently set on the branch at present; building from it I get errors of the form: In file included from /scratch/jmyers/glibc/many12/src/binutils/gprof/gprof.h:41, from /scratch/jmyers/glibc/many12/src/binutils/gprof/basic_blocks.c:24: ./gconfig.h:104: error: "VERSION" redefined [-Werror] 104 | #define VERSION "2.40.00" | In file included from /scratch/jmyers/glibc/many12/src/binutils/gprof/../bfd/sysdep.h:29, from /scratch/jmyers/glibc/many12/src/binutils/gprof/gprof.h:33, from /scratch/jmyers/glibc/many12/src/binutils/gprof/basic_blocks.c:24: ../bfd/config.h:327: note: this is the location of the previous definition 327 | #define VERSION "2.40" -- Joseph S. Myers joseph@codesourcery.com