From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43430 invoked by alias); 30 Jul 2019 18:20:44 -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 43214 invoked by uid 89); 30 Jul 2019 18:20:44 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 30 Jul 2019 18:20:43 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 883FD85550; Tue, 30 Jul 2019 18:20:42 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-117-1.ams2.redhat.com [10.36.117.1]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CB2FB5D9CA; Tue, 30 Jul 2019 18:20:41 +0000 (UTC) Date: Tue, 30 Jul 2019 18:20:00 -0000 From: Jan Kratochvil To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: in-src-tree build regression [Re: [PATCH] Move gnulib to top level] Message-ID: <20190730182039.GA5349@host1.jankratochvil.net> References: <20190613124818.15130-1-tom@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190613124818.15130-1-tom@tromey.com> User-Agent: Mutt/1.12.0 (2019-05-25) X-SW-Source: 2019-07/txt/msg00662.txt.bz2 On Thu, 13 Jun 2019 14:48:18 +0200, Tom Tromey wrote: > This patch moves the gdb/gnulib subdirectory to the top level. 73cc72729a184f00bf6fc4d74684a8516ba6b683 is the first bad commit commit 73cc72729a184f00bf6fc4d74684a8516ba6b683 Author: Tom Tromey Date: Sun May 5 17:35:20 2019 -0600 Move gnulib to top level ./configure;make 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:10828: configure-gdb] Error 1 make[1]: Leaving directory '/home/jkratoch/redhat/gdb-test-regr' make: *** [Makefile:852: all] Error 2 I do not mind myself, just reporting it worked in gdb-8.3 release. Jan