From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109616 invoked by alias); 12 Dec 2019 14:10:23 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 109608 invoked by uid 89); 12 Dec 2019 14:10:23 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.1 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=H*f:sk:DB6PR05, H*i:sk:DB6PR05, HX-Languages-Length:1099 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; Thu, 12 Dec 2019 14:10:22 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id E668D116BFC; Thu, 12 Dec 2019 09:10:20 -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 WdagFdVmzotk; Thu, 12 Dec 2019 09:10:20 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id B5060116566; Thu, 12 Dec 2019 09:10:20 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id A3645897CD; Thu, 12 Dec 2019 15:09:54 +0100 (CET) Date: Thu, 12 Dec 2019 14:10:00 -0000 From: Joel Brobecker To: Wadud Miah Cc: "gdb@sourceware.org" Subject: Re: building GDB 9.0.50.20191206 Message-ID: <20191212140954.GC8591@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2019-12/txt/msg00015.txt.bz2 Hello, > I am trying to build GDB 9.0.50.20191206 from source and am getting the following error: > > configure: error: source directory already configured; run "make distclean" there first > configure: error: .././../../gnulib/configure failed for build-gnulib-gdbserver > configure: error: ./configure failed for gdbserver > make[1]: *** [Makefile:9534: configure-gdb] Error 1 > make[1]: Leaving directory '/usr/local/src/gdb-9.0.50.20191206' > make: *** [Makefile:852: all] Error 2 > > I don't need the server component of GDB as I will be debugging locally, but could not find any option in the configure script to disable the building of the server component. Any help will be greatly appreciated. Let me point you to the message I sent following the announcement of the availability of the first pre-release: https://www.sourceware.org/ml/gdb-patches/2019-12/msg00451.html I apologize for the message about the branch being created not but that's because these are automated, and I didn't know about that issue at the time the branch was created. -- Joel