From owner-freebsd-alpha@FreeBSD.ORG Wed Sep 1 09:00:18 2004 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8026716A4CF; Wed, 1 Sep 2004 09:00:18 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5E8A43D46; Wed, 1 Sep 2004 09:00:17 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i8190DZL057218 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 Sep 2004 12:00:14 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id i8190JoP045962; Wed, 1 Sep 2004 12:00:19 +0300 (EEST) (envelope-from ru) Date: Wed, 1 Sep 2004 12:00:19 +0300 From: Ruslan Ermilov To: Peter Jeremy Message-ID: <20040901090019.GB24389@ip.net.ua> References: <20040829151021.GA43674@bobbi.cse.buffalo.edu> <20040830191325.GA53006@freebie.xs4all.nl> <20040831120529.GB58440@cirb503493.alcatel.com.au> <20040901082845.GA60151@cirb503493.alcatel.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="i0/AhcQY5QxfSsSZ" Content-Disposition: inline In-Reply-To: <20040901082845.GA60151@cirb503493.alcatel.com.au> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new cc: freebsd-alpha@freebsd.org cc: Wilko Bulte Subject: Re: FreeBSD 5.3-BETA2/alpha successes/failures X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2004 09:00:18 -0000 --i0/AhcQY5QxfSsSZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 01, 2004 at 06:28:45PM +1000, Peter Jeremy wrote: > >I've installed 5.3-BETA2 from the miniinst CD and it seems to be > >running nicely. I've left it doing a buildworld with /usr/{src,obj} > >mounted via NFS (due to lack of local diskspace). I don't expect it > >to finish for a while and will report back if there are problems. >=20 > The buildworld wasn't as successful - trying to buildworld a fresh > RELENG_5 using > sh -c 'MAKEOBJDIRPREFIX=3D/home/obj/asv400 make CPUTYPE=3Dev45 buildworld' > consistently dies with: > =3D=3D=3D> gnu/usr.bin/cc/cc1plus > gperf -o -C -E -k '1-6,$' -j1 -D -N 'libc_name_p' -L ANSI-C /home/src5/g= nu/usr. > bin/cc/cc1plus/../../../../contrib/gcc/cp/cfns.gperf > cfns.h > No words in input file, did you forget to prepend %% or use -t accidental= ly? > *** Error code 1 >=20 > Stop in /home/src5/gnu/usr.bin/cc/cc1plus. >=20 > My only problem is that I can't reproduce this from the command line. > I've found /usr/bin/gperf, > /home/obj/asv400/home/src5/alpha/legacy/usr/bin/gperf and > /home/obj/asv400/home/src5/alpha/home/src5/gnu/usr.bin/gperf/gperf and > all of them appear to correctly process that input file. I've gone > through all the gperf executables visible on the system and they > either correctly process the input file or don't execute (because they > need RELENG_4 shared objects or are i386 executables). I'd appreciate > suggestions here. >=20 Where in buildworld does this happen, cross-tools stage or "everything" stage? Figuring out which "gperf" binary is executed is easy: %%% Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/gnu/usr.bin/cc/cc1plus/Makefile,v retrieving revision 1.35 diff -u -r1.35 Makefile --- Makefile 28 Jul 2004 05:27:19 -0000 1.35 +++ Makefile 1 Sep 2004 08:58:54 -0000 @@ -23,6 +23,7 @@ #----------------------------------------------------------------------- # C++ parser cfns.h: cfns.gperf + which gperf gperf -o -C -E -k '1-6,$$' -j1 -D -N 'libc_name_p' -L ANSI-C \ ${.ALLSRC} > ${.TARGET} =20 %%% Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --i0/AhcQY5QxfSsSZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBNY+jqRfpzJluFF4RAjqnAJ9epuHkoWsT8mccScf6t8EbvFGt9wCdFVNa satzOIukXOunLSrL8mdYvRQ= =VGvs -----END PGP SIGNATURE----- --i0/AhcQY5QxfSsSZ--