Re: make world fails in usr.sbin/config?

2010-12-27 Thread Christer Solskogen
On Tue, May 25, 2010 at 1:05 PM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25/05/2010 11:40:23, Stefan Bethke wrote: For the record: I'm now running -stable as of last night, compiled without issue on ZFS filesystems throughout.  

Re: make world fails in usr.sbin/config?

2010-05-25 Thread Stefan Bethke
Am 24.05.2010 um 19:49 schrieb Jeremy Chadwick: On Mon, May 24, 2010 at 09:24:00AM -0700, Jeremy Chadwick wrote: Builds are underway now (following /usr/src/Makefile method), I'll report back when those are done. I'm also adding time in front of the make buildXXX portions just to see now

Re: make world fails in usr.sbin/config?

2010-05-25 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25/05/2010 11:40:23, Stefan Bethke wrote: For the record: I'm now running -stable as of last night, compiled without issue on ZFS filesystems throughout. No idea what caused the issue in the first place, and what made it disappear though, but

make world fails in usr.sbin/config?

2010-05-24 Thread Stefan Bethke
I have a feeling I screwed something up, but I can't find anything wrong locally. # uname -a FreeBSD diesel.lassitu.de 8.0-STABLE FreeBSD 8.0-STABLE #9 r204100: Sat Feb 20 09:53:14 CET 2010 r...@diesel.lassitu.de:/usr/obj/usr/src/sys/DIESEL amd64 # svn info Path: . URL:

Re: make world fails in usr.sbin/config?

2010-05-24 Thread Jeremy Chadwick
On Mon, May 24, 2010 at 01:59:14PM +0200, Stefan Bethke wrote: I have a feeling I screwed something up, but I can't find anything wrong locally. ... === usr.sbin/config (obj,depend,all,install) /usr/obj/usr/src/tmp/usr/src/usr.sbin/config created for /usr/src/usr.sbin/config yacc -d

Re: make world fails in usr.sbin/config?

2010-05-24 Thread Stefan Bethke
Am 24.05.2010 um 14:09 schrieb Jeremy Chadwick: On Mon, May 24, 2010 at 01:59:14PM +0200, Stefan Bethke wrote: I have a feeling I screwed something up, but I can't find anything wrong locally. ... === usr.sbin/config (obj,depend,all,install) /usr/obj/usr/src/tmp/usr/src/usr.sbin/config

Re: make world fails in usr.sbin/config?

2010-05-24 Thread Jeremy Chadwick
On Mon, May 24, 2010 at 02:12:13PM +0200, Stefan Bethke wrote: Am 24.05.2010 um 14:09 schrieb Jeremy Chadwick: On Mon, May 24, 2010 at 01:59:14PM +0200, Stefan Bethke wrote: I have a feeling I screwed something up, but I can't find anything wrong locally. ... === usr.sbin/config

Re: make world fails in usr.sbin/config?

2010-05-24 Thread Stefan Bethke
Am 24.05.2010 um 14:18 schrieb Jeremy Chadwick: 1) Were you using any -j flags during your make? If so, try without it. Sometimes these are known to cause oddities, even if occasionally. Nope. 2) Make sure your system clock is correct and isn't drifting badly. Highly recommend you use

Re: make world fails in usr.sbin/config?

2010-05-24 Thread Jeremy Chadwick
On Mon, May 24, 2010 at 02:21:44PM +0200, Stefan Bethke wrote: Am 24.05.2010 um 14:18 schrieb Jeremy Chadwick: 1) Were you using any -j flags during your make? If so, try without it. Sometimes these are known to cause oddities, even if occasionally. Nope. 2) Make sure your system

Re: make world fails in usr.sbin/config?

2010-05-24 Thread Paul Mather
On May 24, 2010, at 8:29 AM, Jeremy Chadwick wrote: For added posterity, it looks like usr.sbin/config has been mostly untouched for quite some time, sans mkoptions.c and mkmakefile.c: http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/config/ Having said that, there is this entry in

Re: make world fails in usr.sbin/config?

2010-05-24 Thread Stefan Bethke
Am 24.05.2010 um 14:40 schrieb Paul Mather: On May 24, 2010, at 8:29 AM, Jeremy Chadwick wrote: For added posterity, it looks like usr.sbin/config has been mostly untouched for quite some time, sans mkoptions.c and mkmakefile.c: http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/config/

Re: make world fails in usr.sbin/config?

2010-05-24 Thread Stefan Bethke
Am 24.05.2010 um 14:29 schrieb Jeremy Chadwick: All that said: I *have* seen the compiler error you've mentioned, but usually a 2nd rebuild (after nuking /usr/obj/*) usually works. Probably some weird race condition. It sure looks like it. Now that I've checked out again, the error has moved

Re: make world fails in usr.sbin/config?

2010-05-24 Thread Jeremy Chadwick
On Mon, May 24, 2010 at 02:59:01PM +0200, Stefan Bethke wrote: Am 24.05.2010 um 14:29 schrieb Jeremy Chadwick: All that said: I *have* seen the compiler error you've mentioned, but usually a 2nd rebuild (after nuking /usr/obj/*) usually works. Probably some weird race condition. It

Re: make world fails in usr.sbin/config?

2010-05-24 Thread David Wolfskill
On Mon, May 24, 2010 at 02:59:01PM +0200, Stefan Bethke wrote: ... It sure looks like it. Now that I've checked out again, the error has moved to: cc -O2 -pipe -DHAS_ISBLANK -I. -I/usr/src/usr.bin/awk/../../contrib/one-true-awk -DFOPEN_MAX=64 -I/usr/obj/usr/src/tmp/legacy/usr/include

Re: make world fails in usr.sbin/config?

2010-05-24 Thread Stefan Bethke
Am 24.05.2010 um 15:13 schrieb Jeremy Chadwick: So now the problem has moved from usr.sbin/config to usr.sbin/awk? Weird. Usually this sort of thing indicates excessive clock skew (as in rapidly skewing multiple seconds in bursts), or very strange filesystem problems. Is it possible for

Re: make world fails in usr.sbin/config?

2010-05-24 Thread Paul Mather
On May 24, 2010, at 9:27 AM, Stefan Bethke wrote: I've just moved from a root on UFS plus data on ZFS setup, to root on ZFS; that's the only real difference I can think of. Although I don't see how that would affect building world, especially since I've had src and obj on ZFS before.

Re: make world fails in usr.sbin/config?

2010-05-24 Thread Stefan Bethke
Am 24.05.2010 um 15:27 schrieb Stefan Bethke: I've now checked out via csup, and I've put /usr/obj on UFS. The error has shifted yet again: cc -O2 -pipe -I. -I/usr/src/usr.bin/lex -std=gnu99 -I/usr/obj/usr/src/tmp/legacy/usr/include -c parse.c /usr/src/usr.bin/lex/parse.y: In function

Re: make world fails in usr.sbin/config?

2010-05-24 Thread Jeremy Chadwick
On Mon, May 24, 2010 at 03:39:19PM +0200, Stefan Bethke wrote: Am 24.05.2010 um 15:27 schrieb Stefan Bethke: I've now checked out via csup, and I've put /usr/obj on UFS. The error has shifted yet again: cc -O2 -pipe -I. -I/usr/src/usr.bin/lex -std=gnu99

Re: make world fails in usr.sbin/config?

2010-05-24 Thread Kevin Oberman
Date: Mon, 24 May 2010 05:29:44 -0700 From: Jeremy Chadwick free...@jdc.parodius.com Sender: owner-freebsd-sta...@freebsd.org On Mon, May 24, 2010 at 02:21:44PM +0200, Stefan Bethke wrote: Am 24.05.2010 um 14:18 schrieb Jeremy Chadwick: 1) Were you using any -j flags during your

Re: make world fails in usr.sbin/config?

2010-05-24 Thread Jeremy Chadwick
On Mon, May 24, 2010 at 08:07:38AM -0700, Jeremy Chadwick wrote: On Mon, May 24, 2010 at 03:39:19PM +0200, Stefan Bethke wrote: Am 24.05.2010 um 15:27 schrieb Stefan Bethke: I've now checked out via csup, and I've put /usr/obj on UFS. The error has shifted yet again: cc -O2 -pipe

Re: make world fails in usr.sbin/config?

2010-05-24 Thread Jeremy Chadwick
On Mon, May 24, 2010 at 09:18:55AM -0700, Kevin Oberman wrote: Date: Mon, 24 May 2010 05:29:44 -0700 From: Jeremy Chadwick free...@jdc.parodius.com Sender: owner-freebsd-sta...@freebsd.org On Mon, May 24, 2010 at 02:21:44PM +0200, Stefan Bethke wrote: Am 24.05.2010 um 14:18 schrieb

Re: make world fails in usr.sbin/config?

2010-05-24 Thread Jeremy Chadwick
On Mon, May 24, 2010 at 09:24:00AM -0700, Jeremy Chadwick wrote: Builds are underway now (following /usr/src/Makefile method), I'll report back when those are done. I'm also adding time in front of the make buildXXX portions just to see now long things take. The build portions finished. Here