From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11762 invoked by alias); 11 Oct 2007 13:54:07 -0000 Received: (qmail 11746 invoked by uid 22791); 11 Oct 2007 13:54:05 -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; Thu, 11 Oct 2007 13:54:02 +0000 Received: from [195.4.92.13] (helo=mx3.freenet.de) by mout0.freenet.de with esmtpa (Exim 4.68) (envelope-from ) id 1IfyUA-0008KQ-Rq; Thu, 11 Oct 2007 15:53:58 +0200 Received: from hsi-kbw-082-212-056-027.hsi.kabelbw.de ([82.212.56.27]:65407 helo=[192.168.1.100]) by mx3.freenet.de with esmtpsa (ID ralf.corsepius@freenet.de) (SSLv3:RC4-MD5:128) (port 465) (Exim 4.68 #6) id 1IfyU8-00059I-VO; Thu, 11 Oct 2007 15:53:57 +0200 Subject: Re: [ANNOUNCEMENT] GDB 6.7 released! From: Ralf Corsepius To: Daniel Jacobowitz Cc: gdb@sourceware.org, Chris Johns , Joel Sherrill In-Reply-To: <20071011121401.GB9944@caradoc.them.org> References: <1192103366.3058.73.camel@mccallum.corsepiu.local> <20071011121401.GB9944@caradoc.them.org> Content-Type: text/plain Date: Thu, 11 Oct 2007 13:54:00 -0000 Message-Id: <1192110836.3058.78.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/msg00063.txt.bz2 On Thu, 2007-10-11 at 08:14 -0400, Daniel Jacobowitz wrote: > On Thu, Oct 11, 2007 at 01:49:26PM +0200, Ralf Corsepius wrote: > > Something is broken with makeinfo handling: > > > > # which makeinfo > > /usr/bin/makeinfo > > What version of makeinfo? Build environment is Fedora 7/i386. # 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. An observation matching wiht this is building in a Fedora 6 chroot to work without major complaints. > that it triggers a > recently fixed bug in configure, presumably. Ralf