From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32343 invoked by alias); 23 Apr 2008 20:03:33 -0000 Received: (qmail 32331 invoked by uid 22791); 23 Apr 2008 20:03:33 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 23 Apr 2008 20:03:09 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 6C473983DB; Wed, 23 Apr 2008 20:03:07 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 57840980F7; Wed, 23 Apr 2008 20:03:07 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JolBK-0003jw-LU; Wed, 23 Apr 2008 16:03:06 -0400 Date: Thu, 24 Apr 2008 01:19:00 -0000 From: Daniel Jacobowitz To: "Dr. Rolf Jansen" Cc: gdb@sourceware.org Subject: Re: error during configure/make sequence on GDB-CVS sources at Mac OS X Message-ID: <20080423200306.GA14064@caradoc.them.org> Mail-Followup-To: "Dr. Rolf Jansen" , gdb@sourceware.org References: <565DF7B3-6F48-4FC3-A6C5-F84B03723359@surtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <565DF7B3-6F48-4FC3-A6C5-F84B03723359@surtec.com> User-Agent: Mutt/1.5.17 (2007-12-11) 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/msg00205.txt.bz2 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. -- Daniel Jacobowitz CodeSourcery