From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16373 invoked by alias); 24 Apr 2008 01:19:33 -0000 Received: (qmail 16364 invoked by uid 22791); 24 Apr 2008 01:19:33 -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; Thu, 24 Apr 2008 01:19:04 +0000 Received: from [192.168.222.5] (201-75-153-214-nd.cpe.vivax.com.br [201.75.153.214]) by SurTec.com (Postfix) with ESMTP id 1B73744959E for ; Thu, 24 Apr 2008 03:19:00 +0200 (CEST) Message-Id: From: "Dr. Rolf Jansen" To: gdb@sourceware.org In-Reply-To: <20080423205532.GA17496@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: Sat, 26 Apr 2008 16:22:00 -0000 References: <565DF7B3-6F48-4FC3-A6C5-F84B03723359@surtec.com> <20080423200306.GA14064@caradoc.them.org> <40BB42D6-A95E-4ED2-82BD-7574622BF351@surtec.com> <20080423205532.GA17496@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/msg00208.txt.bz2 Am 23.04.2008 um 17:55 schrieb Daniel Jacobowitz: > On Wed, Apr 23, 2008 at 05:46:51PM -0300, Dr. Rolf Jansen wrote: >> 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 > > Strange. The Makefile.in is in the snapshot tarballs. If it stays > broken, please let us know. From the sourceware.org ftp server, I downloaded again the following tarballs: 16417037 7 Apr 22:52 gdb-weekly-6.8.50.20080408.tar.bz2 16495321 14 Apr 22:52 gdb-weekly-6.8.50.20080415.tar.bz2 16527380 21 Apr 22:52 gdb-weekly-6.8.50.20080422.tar.bz2 15745329 21 Apr 22:53 gdb-weekly-CVS-6.8.50.20080422.tar.bz2 I unpacked each of them and tried to build again: gdb-6.8.50.20080408: build completes successfully gdb-6.8.50.20080415: build breaks gdb-6.8.50.20080422: build breaks gdb-CVS-6.8.50.20080422: build completes successfully However, the build errors in the given cases were different than I said in my original post: shortly after configure gdb: /bin/sh: ../../../gdb-6.8.50.20080415/gdb/../depcomp: No such file or directory make[5]: *** [dummy.o] Error 127 make[4]: *** [all] Error 2 make[3]: *** [subdir_do] Error 1 make[2]: *** [all-lib] Error 2 make[1]: *** [all-gdb] Error 2 make: *** [all] Error 2 /bin/sh: ../../../gdb-6.8.50.20080422/gdb/../depcomp: No such file or directory make[5]: *** [dummy.o] Error 127 make[4]: *** [all] Error 2 make[3]: *** [subdir_do] Error 1 make[2]: *** [all-lib] Error 2 make[1]: *** [all-gdb] Error 2 make: *** [all] Error 2 Best regards Rolf Jansen