From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9554 invoked by alias); 26 Jan 2005 23:28:41 -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 9109 invoked from network); 26 Jan 2005 23:28:21 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 26 Jan 2005 23:28:21 -0000 Received: from elgar.sibelius.xs4all.nl (elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j0QNRxuU001213; Thu, 27 Jan 2005 00:27:59 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (localhost [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6) with ESMTP id j0QNRwu0001345; Thu, 27 Jan 2005 00:27:58 +0100 (CET) (envelope-from kettenis@elgar.sibelius.xs4all.nl) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6/Submit) id j0QNRs4B001340; Thu, 27 Jan 2005 00:27:54 +0100 (CET) Date: Wed, 26 Jan 2005 23:28:00 -0000 Message-Id: <200501262327.j0QNRs4B001340@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: cagney@gnu.org CC: schwab@suse.de, eliz@gnu.org, gdb@sources.redhat.com, binutils@sources.redhat.com In-reply-to: <41F7CF98.6010108@gnu.org> (message from Andrew Cagney on Wed, 26 Jan 2005 12:12:56 -0500) Subject: Re: Bring back the intl subdirectory please References: <200501221604.j0MG4hV2001437@elgar.sibelius.xs4all.nl> <01c500b3$Blat.v2.4$1348a0c0@zahav.net.il> <200501231409.j0NE9Uii069769@elgar.sibelius.xs4all.nl> <41F551BF.10603@gnu.org> <200501242028.j0OKSqTQ001507@elgar.sibelius.xs4all.nl> <41F56763.7070701@gnu.org> <200501252051.j0PKpXOm001364@elgar.sibelius.xs4all.nl> <41F7BD6A.1000709@gnu.org> <12946.192.87.1.200.1106756416.squirrel@192.87.1.200> <41F7CF98.6010108@gnu.org> X-SW-Source: 2005-01/txt/msg00146.txt.bz2 Date: Wed, 26 Jan 2005 12:12:56 -0500 From: Andrew Cagney >>>On sparc-unknown-freebsd5.3 however, I get: >>> >>>make all-recursive >>>Making all in doc >>>Making all in po >>>make: don't know how to make frNONE. Stop >>>*** Error code 1 >>> >>>Stop in /usr/home/kettenis/src/obj/bfd. >>>*** Error code 1 >>> >>>Stop in /usr/home/kettenis/src/obj/bfd. >>>*** Error code 1 >> >>Was that CVS, or a nightly snapshot? > > > This is straight out of CVS. Can you please test a snapshot. There's no reason whatsoever why that should be different, but I just tested gdb-6.3.50.20050126.tar.bz2 on i386-unknown-openbsd3.6, and I get exactly the same failure: make all-recursive Making all in doc Making all in po make: don't know how to make frNONE. Stop in /home/kettenis/tmp/obj/bfd/po. *** Error code 1 Stop in /home/kettenis/tmp/obj/bfd (line 1023 of Makefile). *** Error code 1 Stop in /home/kettenis/tmp/obj/bfd (line 902 of Makefile). *** Error code 1 Stop in /home/kettenis/tmp/obj (line 2488 of Makefile). Mark