From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17894 invoked by alias); 12 Oct 2007 09:15:41 -0000 Received: (qmail 17886 invoked by uid 22791); 12 Oct 2007 09:15:40 -0000 X-Spam-Check-By: sourceware.org Received: from mout0.freenet.de (HELO mout0.freenet.de) (195.4.92.90) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 12 Oct 2007 09:15:35 +0000 Received: from [195.4.92.20] (helo=mx10.freenet.de) by mout0.freenet.de with esmtpa (Exim 4.68) (envelope-from ) id 1IgGcD-0000ei-9q; Fri, 12 Oct 2007 11:15:29 +0200 Received: from hsi-kbw-082-212-056-027.hsi.kabelbw.de ([82.212.56.27]:60785 helo=[192.168.1.100]) by mx10.freenet.de with esmtpsa (ID ralf.corsepius@freenet.de) (SSLv3:RC4-MD5:128) (port 465) (Exim 4.68 #6) id 1IgGcB-0001cL-Jg; Fri, 12 Oct 2007 11:15:27 +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> Content-Type: text/plain Date: Fri, 12 Oct 2007 09:15:00 -0000 Message-Id: <1192180526.3500.42.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/msg00079.txt.bz2 On Fri, 2007-10-12 at 10:00 +0200, Eli Zaretskii wrote: > > From: Ralf Corsepius > > Cc: gdb@sourceware.org, Chris Johns , Joel Sherrill > > Date: Thu, 11 Oct 2007 15:53:56 +0200 > > > > # makeinfo --version > > makeinfo (GNU texinfo) 4.11 > > > > Copyright (C) 2007 Free Software Foundation, Inc. > > License GPLv3+: GNU GPL version 3 or later > > > > This is free software: you are free to change and redistribute it. > > There is NO WARRANTY, to the extent permitted by law. > > > > > Either too old or so new > > Probably the latter. > > 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. This triggers this configure script bug in libiberty, and caused info file generation to break, causing some info files to be missing in the final build. Ralf