From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97324 invoked by alias); 1 Feb 2020 10:26:55 -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 97315 invoked by uid 89); 1 Feb 2020 10:26:54 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:1088, yourself!, yourself X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 01 Feb 2020 10:26:53 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C5D4B117A1F; Sat, 1 Feb 2020 05:26:51 -0500 (EST) 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 SoCRVTU3mhHp; Sat, 1 Feb 2020 05:26:51 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 60C051179BB; Sat, 1 Feb 2020 05:26:51 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 31A6C82C47; Sat, 1 Feb 2020 14:26:47 +0400 (+04) Date: Sat, 01 Feb 2020 10:26:00 -0000 From: Joel Brobecker To: Sergio Durigan Junior Cc: Eli Zaretskii , simark@simark.ca, gdb-patches@sourceware.org, tom@tromey.com Subject: Re: [RFA/gdb-9-branch] Abort configure immediately if building GDB in tree Message-ID: <20200201102647.GC19442@adacore.com> References: <20200105073000.1012-1-brobecker@adacore.com> <4d350c75-6e52-5c4c-5901-4c391970b643@simark.ca> <20200117181554.GB7007@adacore.com> <20200117183203.GC7007@adacore.com> <87imksmz79.fsf@redhat.com> <834kwcm63u.fsf@gnu.org> <87r1zflbft.fsf@redhat.com> <87eevfl2ze.fsf@redhat.com> <20200201101940.GB19442@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200201101940.GB19442@adacore.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2020-02/txt/msg00012.txt.bz2 > > >>> I'm wondering what to do here. I think I found a hacky and ugly > > >>> solution here, but I'm trying to see if there's a better approach. > > >> > > >> A special command-line switch to 'configure', to be used by > > >> src-release.sh? > > > > > > A quick attempt here didn't really work. The script is able to finish > > > the build and create a tarball, but for some reason the gdb directory is > > > not configured/built. > > > > OK, I think I have something that works. When 'configure' is invoked > > with '--enable-src-release-build', a tarball is generated and, as far as > > I have checked, contains the correct snapshot. > > > > WDYT? > > Thanks! I didn't realize that this would impact source packaging > like that. > > Let's go with your patch. I'm about to start working on the release, > so I'll apply it for you. Or not. Jonah just reported another blocking issue :-(, so I won't be creating this release this weekend. So the "good" news is that you can push the patch yourself! -- Joel