From owner-freebsd-stable Wed May 22 11:37:49 2002 Delivered-To: freebsd-stable@freebsd.org Received: from tomts8-srv.bellnexxia.net (tomts8.bellnexxia.net [209.226.175.52]) by hub.freebsd.org (Postfix) with ESMTP id 5133C37B405 for ; Wed, 22 May 2002 11:37:41 -0700 (PDT) Received: from mail.bebox.net ([64.229.52.224]) by tomts8-srv.bellnexxia.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20020522183740.WKSX3972.tomts8-srv.bellnexxia.net@mail.bebox.net>; Wed, 22 May 2002 14:37:40 -0400 Received: by mail.bebox.net (Postfix, from userid 1001) id BA4B956E1; Wed, 22 May 2002 14:37:34 -0400 (EDT) Date: Wed, 22 May 2002 14:37:34 -0400 From: "Callum M. Duncan" To: "David W. Chapman Jr." Cc: Kent Stewart , Rahul Siddharthan , stable@FreeBSD.ORG Subject: Re: gperf broken - breaks buildworld Message-ID: <20020522143734.C48452@bebox.net> References: <20020522194301.Q47352@lpt.ens.fr> <11ea01c201b8$638f4860$f800a8c0@dwcjr> <3CEBDAAF.2020103@owt.com> <20020522175413.GE93852@leviathan.inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020522175413.GE93852@leviathan.inethouston.net>; from dwcjr@inethouston.net on Wed, May 22, 2002 at 12:54:13PM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok you've got me all thinking... Here is my cvsup cronjob and cvsupfile: /usr/local/bin/cvsup -g -L 2 /etc/cvsupfile.src FILE: cvsupfile.src --->snip<--- *default host=cvsup.freebsd.org *default base=/usr/local/etc/cvsup *default prefix=/usr *default release=cvs tag=RELENG_4 *default delete use-rel-suffix *default compress src-all --->snip<--- All of my machines use this. All of my rebuilds before have had kernels that read 4.5-STABLE (which would get me thinking that I was definitely tracking stable) Right now since about the time of the code freeze, my kernels have read read (uname -a) 4.6-RC and/or 4.6-PRERELEASE I haven't been 100% diligent in logging my cvsup transactions so I cannot review when I would have downloaded any particular files unfortunately. However I have been running the same cvsup file for months and months now. I am doing a make clean in /usr/src now. And immediately after that I will cvsup again using that supfile And immediatley after that I will buildworld as usual. Hmm. clean - done cvsup - done buildworld - DIES This is how my buildworld dies exactly: ===> doc c++ -O -pipe -I/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib -I/usr/src/gnu/usr.bin/gperf -c /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/bool-array.cc c++ -O -pipe -I/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib -I/usr/src/gnu/usr.bin/gperf -c /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/gen-perf.cc In file included from /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/key-list.h:34, from /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/gen-perf.h:28, from /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/gen-perf.cc:26: /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/read-line.h:40: syntax error at end of saved text *** Error code 1 Stop in /usr/src/gnu/usr.bin/gperf. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Strangely though my other machine (which also just downloaded same sources via same cvsup file) does not die when doing a buildworld and is well past that point of the build process. (Still progressing, but it should be fine) What sort of things should I look for in this case? Obviously it is something specific to my one machine if no one else is seeing this and even another of my own machines is ok. Appreciate any suggestions. Cheers, Callum On Wed, May 22, 2002 at 12:54:13PM -0500, David W. Chapman Jr. wrote: > > >Oh, I just noticed this was posted to -stable, I thought it was posted > > >to -current > > > > > >it should work on -stable then. Sorry for the spam. > > > > > > > > > I couldn't find libgp.a in my buildworld logs. You may of hit the > > solution. I wonder if Callum cvsuped -current. > > libgp.a I believe is something that was recently added to -current. > > -- > David W. Chapman Jr. > dwcjr@inethouston.net Raintree Network Services, Inc. > dwcjr@freebsd.org FreeBSD Committer > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message