From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [205.232.38.15]) by sourceware.org (Postfix) with ESMTP id 19E20385780B for ; Thu, 15 Oct 2020 08:35:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 19E20385780B 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 CE1CC56073; Thu, 15 Oct 2020 04:35:13 -0400 (EDT) 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 nVaDgaCXa5ox; Thu, 15 Oct 2020 04:35:13 -0400 (EDT) Received: from takamaka.brobecker.org (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id B7A8D56071; Thu, 15 Oct 2020 04:35:12 -0400 (EDT) Received: by takamaka.brobecker.org (Postfix, from userid 1000) id 52B7D82BFC; Thu, 15 Oct 2020 10:35:11 +0200 (CEST) Date: Thu, 15 Oct 2020 10:35:11 +0200 From: Joel Brobecker To: Andrew Burgess Cc: Simon Marchi , gdb-patches@sourceware.org Subject: Re: [PATCH] gnulib: Ensure all libraries are used when building gdb/gdbserver Message-ID: <20201015083511.GA15900@adacore.com> References: <2feb66c2-8f65-7cbf-d1be-ae3d04b45d9a@simark.ca> <20201006121751.GK605036@embecosm.com> <95d52add-47c2-9621-7e60-1ff9a4331324@simark.ca> <20201007153319.GL605036@embecosm.com> <20201009083436.GP605036@embecosm.com> <20201012114130.GA28251@adacore.com> <20201012153014.GV605036@embecosm.com> <0adb14bc-100c-7e0d-7f45-ffaa66d43926@simark.ca> <20201014140916.GW605036@embecosm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201014140916.GW605036@embecosm.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: , X-List-Received-Date: Thu, 15 Oct 2020 08:35:15 -0000 > Joel - I think everything should be good now, but do let me know if > you are still seeing problems. Thanks Andrew. It's looking good; I didn't get an error email last night, and today's gdb.tar.gz snapshot points to gdb-11.0.50.20201015.tar.xz. Thanks again! -- Joel