From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26526 invoked by alias); 18 Feb 2003 21:43:59 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 26509 invoked from network); 18 Feb 2003 21:43:59 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 18 Feb 2003 21:43:59 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 2BA872D37; Tue, 18 Feb 2003 16:48:47 -0500 (EST) Message-ID: <3E52AA3E.8050409@redhat.com> Date: Tue, 18 Feb 2003 21:43:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.0.2) Gecko/20030217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeroen Ruigrok/asmodai Cc: gdb@sources.redhat.com Subject: Re: host guess damaged in CVS? References: <20030218173931.GW25165@nexus.ninth-circle.org> <3E529453.3080704@redhat.com> <20030218204354.GC50444@nexus.ninth-circle.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00324.txt.bz2 > -On [20030218 21:29], Andrew Cagney (ac131313@redhat.com) wrote: > >>Not intentionally. What exactly fails? src/config.guess (which can be >>run standalone)? > > > Yes, that fails. > > It calls config.guess from configure. I even did a chmod o+x on the > entire src/* dir due to a ftp problem (long story). > > I'll test some more tomorrow. You can do: $ sh GDB/src/config.guess i686-pc-linux-gnu so it sounds like, for you, it isn't returning valid output. If that's the problem then the place to report this is: http://savannah.gnu.org/projects/config once the master config.guess has been fixed the local version can be updated. Andrew