Date: Wed, 1 Sep 2004 12:00:19 +0300 From: Ruslan Ermilov <ru@freebsd.org> To: Peter Jeremy <PeterJeremy@optushome.com.au> Cc: Wilko Bulte <wilko@freebsd.org> Subject: Re: FreeBSD 5.3-BETA2/alpha successes/failures Message-ID: <20040901090019.GB24389@ip.net.ua> In-Reply-To: <20040901082845.GA60151@cirb503493.alcatel.com.au> References: <20040829151021.GA43674@bobbi.cse.buffalo.edu> <20040830191325.GA53006@freebie.xs4all.nl> <20040831120529.GB58440@cirb503493.alcatel.com.au> <20040901082845.GA60151@cirb503493.alcatel.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040901090019.GB24389>