From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19993 invoked by alias); 14 Oct 2007 09:46:25 -0000 Received: (qmail 19983 invoked by uid 22791); 14 Oct 2007 09:46:24 -0000 X-Spam-Check-By: sourceware.org Received: from mout1.freenet.de (HELO mout1.freenet.de) (195.4.92.91) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 14 Oct 2007 09:46:22 +0000 Received: from [195.4.92.12] (helo=mx2.freenet.de) by mout1.freenet.de with esmtpa (Exim 4.68) (envelope-from ) id 1Ih034-0004cs-UF; Sun, 14 Oct 2007 11:46:14 +0200 Received: from hsi-kbw-082-212-056-027.hsi.kabelbw.de ([82.212.56.27]:62573 helo=[192.168.1.100]) by mx2.freenet.de with esmtpsa (ID ralf.corsepius@freenet.de) (SSLv3:RC4-MD5:128) (port 465) (Exim 4.68 #6) id 1Ih034-0000f7-RF; Sun, 14 Oct 2007 11:46:14 +0200 Subject: Re: [ANNOUNCEMENT] GDB 6.7 released! From: Ralf Corsepius To: Eli Zaretskii Cc: drow@false.org, gdb@sourceware.org, chrisj@rtems.org, joel.sherrill@OARcorp.com In-Reply-To: References: <1192103366.3058.73.camel@mccallum.corsepiu.local> <20071011121401.GB9944@caradoc.them.org> <1192110836.3058.78.camel@mccallum.corsepiu.local> <1192180526.3500.42.camel@mccallum.corsepiu.local> Content-Type: text/plain Date: Sun, 14 Oct 2007 09:46:00 -0000 Message-Id: <1192355172.3500.73.camel@mccallum.corsepiu.local> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-4.fc7) Content-Transfer-Encoding: 7bit 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: 2007-10/txt/msg00103.txt.bz2 On Fri, 2007-10-12 at 18:33 +0200, Eli Zaretskii wrote: > > From: Ralf Corsepius > > Cc: drow@false.org, gdb@sourceware.org, chrisj@rtems.org, joel.sherrill@OARcorp.com > > Date: Fri, 12 Oct 2007 11:15:26 +0200 > > > > > Note that, strictly speaking, this problem is more or less harmless in > > > the official release (as opposed to CVS snapshot) because all the Info > > > files are already built and distributed as part of the tarball. > > Such is theory ;) > > > > I encountered this issue when building gdb-4.7 rpms from original > > gdb-6.7 tarballs with no patches applied. > > Sorry, I don't understand: are you saying that you don't see the > *.info* files in the gdb-6.7 tarball (some or all of them)? Sorry, I was wrong. I didn't look carefully enough. What happens, is "make" returning with an error, which causes building to abort: ... Doing info in libiberty make[2]: Entering directory `/users/rtems/src/rpms/BUILD/rtems-4.9-i386-rtems4.9-gdb-6.7/build/libiberty' /users/rtems/src/rpms/BUILD/rtems-4.9-i386-rtems4.9-gdb-6.7/gdb-6.7/missing makeinfo --split-size=5000000 --split-size=5000000 -I../../gdb-6.7/libiberty ../../gdb-6.7/libiberty/libiberty.texi WARNING: `makeinfo' is missing on your system. You should only need it if you modified a `.texi' or `.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious call might also be the consequence of using a buggy `make' (AIX, DU, IRIX). You might want to install the `Texinfo' package or the `GNU make' package. Grab either from any GNU archive site. make[2]: *** [libiberty.info] Error 1 make[2]: Leaving directory `/users/rtems/src/rpms/BUILD/rtems-4.9-i386-rtems4.9-gdb-6.7/build/libiberty' make[1]: *** [info-libiberty] Error 1 make[1]: Leaving directory `/users/rtems/src/rpms/BUILD/rtems-4.9-i386-rtems4.9-gdb-6.7/build' make: *** [do-info] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.42398 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.42398 (%build) Ralf