From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id nxt4BwHB+19JCAAAWB0awg (envelope-from ) for ; Sun, 10 Jan 2021 22:07:45 -0500 Received: by simark.ca (Postfix, from userid 112) id 0D2D01EE85; Sun, 10 Jan 2021 22:07:45 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 760A91E4F4 for ; Sun, 10 Jan 2021 22:07:44 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 2856E385480A; Mon, 11 Jan 2021 03:07:44 +0000 (GMT) Received: from rock.gnat.com (rock.gnat.com [IPv6:2620:20:4000:0:a9e:1ff:fe9b:1d1]) by sourceware.org (Postfix) with ESMTP id B4633385480A for ; Mon, 11 Jan 2021 03:07:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B4633385480A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 6296A560FA for ; Sun, 10 Jan 2021 22:07:41 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at gnat.com Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id NUfXOd6YMTz1 for ; Sun, 10 Jan 2021 22:07:41 -0500 (EST) Received: from float.home (localhost.localdomain [127.0.0.1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by rock.gnat.com (Postfix) with ESMTPS id 069D5560F8 for ; Sun, 10 Jan 2021 22:07:41 -0500 (EST) Received: by float.home (Postfix, from userid 1000) id 1C954A1384; Mon, 11 Jan 2021 07:07:36 +0400 (+04) Date: Mon, 11 Jan 2021 07:07:36 +0400 From: Joel Brobecker To: "H.J. Lu via Gdb-patches" Subject: Re: [gdbadmin@sourceware.org: make-snapshot gdb current failed] Message-ID: <20210111030736.GC1718675@adacore.com> References: <20210111025347.GB1718675@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" > > FYI, the source packaging for GDB started failing 2 days ago (see > > attached error message), and I don't think I will have time to look > > into it before this coming weekend. > > > > I did a build of GDB from scratch, and that worked. So this is > > the good news. The bad news is that we'll have to first see if > > we can reproduce with the src-release.sh script. > > > > Copying H.J on the off chance that his patches about passing > > --plugin to AR and RANLIB might be related. > > How can I reproduce it? As far as I can tell from reading the nightly scripts, what we do is just call... $ ./src-release.sh gdb -- Joel