From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128328 invoked by alias); 5 Mar 2020 19:36:40 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 128320 invoked by uid 89); 5 Mar 2020 19:36:40 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=explains, HX-Languages-Length:884 X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 05 Mar 2020 19:36:38 +0000 Received: from [172.16.0.95] (192-222-181-218.qc.cable.ebox.net [192.222.181.218]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id F1EB61E4B2; Thu, 5 Mar 2020 14:36:36 -0500 (EST) Subject: Re: [PATCH v1] gdbsupport: Fix setting up 'development' var. To: Vyacheslav Petrishchev , Christian Biesinger Cc: gdb-patches@sourceware.org References: <43ef95f1-a57b-97c2-ad20-38b467f17460@gmail.com> From: Simon Marchi Message-ID: <00654d63-7ed9-7e34-be2c-f95bd99ba6b3@simark.ca> Date: Thu, 05 Mar 2020 19:36:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2020-03/txt/msg00126.txt On 2020-02-26 2:40 a.m., Vyacheslav Petrishchev wrote: > > > On 2/26/20 3:17 AM, Christian Biesinger wrote: >> Oh, that explains the error someone mentioned on IRC recently... >> >> I can't approve patches, but it looks like you used Debian's autoconf >> to regenerate the configure script, leading to extra changes. To avoid >> that it is best if you install and use an unmodified upstream autoconf >> directly, perhaps by installing with --prefix and running it from >> there. >> >> Christian >> > > yes, it was Debian's autoconf, thanks > > Vyacheslav > Thanks, I hadn't noticed before now you provided an updated patch. I added a commit message to it and pushed it. You can check my series here which does a bit of further cleanup in that area: https://sourceware.org/ml/gdb-patches/2020-03/msg00123.html Simon