From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28170 invoked by alias); 23 Apr 2008 19:54:29 -0000 Received: (qmail 28156 invoked by uid 22791); 23 Apr 2008 19:54:28 -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 19:54:03 +0000 Received: from [192.168.1.5] (br.surtec.com [200.161.1.30]) by SurTec.com (Postfix) with ESMTP id CF5C0448370 for ; Wed, 23 Apr 2008 21:53:59 +0200 (CEST) Message-Id: <565DF7B3-6F48-4FC3-A6C5-F84B03723359@surtec.com> From: "Dr. Rolf Jansen" To: gdb@sourceware.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: error during configure/make sequence on GDB-CVS sources at Mac OS X Date: Wed, 23 Apr 2008 20:55:00 -0000 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/msg00204.txt.bz2 The following relates to: Mac OS X 10.5.2, PPC Xcode 3.0, Apple gcc and tools 4.0.1. Building, installation, and running of gdb-6.8.50.20080408 works fine. 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 The commands are: mkdir build cd build ../gdb-cvs/configure --target=i386-mingw32msvc --disable-nls --disable- tui make In fact, gdb-6.8.50.20080408 is the last snapshot that builds at my system. The build of gdb-6.8.50.20080415 and of gdb-6.8.50.20080423 does stop at the same stage with the same error like the current gdb- cvs does. Please do no take this as any kind of a request. I only want to let you know that a commit made in the 7 days from 2008-04-08 to 2008-04-15 changed something in the configure-gdb script which might break building of gdb on some systems. Best regards Dr. Rolf Jansen