From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5301 invoked by alias); 23 Apr 2008 20:47:20 -0000 Received: (qmail 5290 invoked by uid 22791); 23 Apr 2008 20:47:19 -0000 X-Spam-Check-By: sourceware.org Received: from ns.surtec.com (HELO SurTec.com) (62.157.175.70) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 23 Apr 2008 20:46:56 +0000 Received: from [192.168.1.5] (br.surtec.com [200.161.1.30]) by SurTec.com (Postfix) with ESMTP id 49B1B448687 for ; Wed, 23 Apr 2008 22:46:53 +0200 (CEST) Message-Id: <40BB42D6-A95E-4ED2-82BD-7574622BF351@surtec.com> From: "Dr. Rolf Jansen" To: gdb@sourceware.org In-Reply-To: <20080423200306.GA14064@caradoc.them.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: error during configure/make sequence on GDB-CVS sources at Mac OS X Date: Thu, 24 Apr 2008 16:25:00 -0000 References: <565DF7B3-6F48-4FC3-A6C5-F84B03723359@surtec.com> <20080423200306.GA14064@caradoc.them.org> X-Mailer: Apple Mail (2.919.2) X-IsSubscribed: yes 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 X-SW-Source: 2008-04/txt/msg00206.txt.bz2 Am 23.04.2008 um 17:03 schrieb Daniel Jacobowitz: > On Wed, Apr 23, 2008 at 04:53:57PM -0300, Dr. Rolf Jansen wrote: >> Building the current CVS (from today, 2008-04-23) stops during >> configure >> of src/gdb with the following error: >> >> configure: creating ./config.status >> config.status: creating Makefile >> config.status: creating .gdbinit >> config.status: creating gnulib/Makefile >> config.status: error: cannot find input file: gnulib/Makefile.in >> make[1]: *** [configure-gdb] Error 1 >> make: *** [all] Error 2 > > Are you building from snapshot tarballs or from a CVS checkout? Looks > like CVS, and you didn't get the new gnulib directory. Use cvs co > to update, not cvs up. I was talking about both. Weekly snapshots gdb-6.8.50.20080408: build completes successfully gdb-6.8.50.20080415: build breaks gdb-6.8.50.20080421: build breaks gdb-cvs updated only today (checked out at the beginning of April) build breaks gdb-cvs just checked out (after your message) build completes successfully So the issue seems to be resolved. In fact the gnulib directory was missing in my CVS working copy as well as in two of the snapshots at the ftp server of sourceware.org. I will use co in the future for keeping my CVS working directory up to date. Best regards Dr. Rolf Jansen