Date: Mon, 25 Oct 2004 18:12:13 -0400 From: brian@aljex.com To: freebsd-current@freebsd.org Subject: Re: can't buildworld - boot2 Message-ID: <1098742333.417d7a3d920cf@corpmail.siteone.net> In-Reply-To: <10185.128.101.36.205.1098738081.squirrel@128.101.36.205> References: <1098733044.417d55f46cc15@corpmail.siteone.net> <10185.128.101.36.205.1098738081.squirrel@128.101.36.205>
next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Ryan Sommers <ryans@gamersimpact.com>: > brian@aljex.com said: > > kernel: ver=1.01 size=780 load=9000 entry=9010 map=16M pgctl=1:1 > > client: fmt=bin size=1779 text=0 data=0 bss=0 entry=0 > > output: fmt=bin size=200d text=114 data=1ef9 org=0 entry=0 > > -525 bytes available > > *** Error code 1 > > > > Stop in /usr/src/sys/boot/i386/boot2. > > *** Error code 1 > > Are you building with a -j option? There are no errors that I can see in > the output you provided. Using a -j option can usually be a symptom of > this kind of failure where the real errors end up being buried in the > output further up. > > Try building without -j and then see where the errors are. > > -- > Ryan Sommers > ryans@gamersimpact.com > > no -j just "make buildworld" -bash-2.05b# uname -a FreeBSD venti 6.0-CURRENT FreeBSD 6.0-CURRENT #13: Tue Oct 19 06:56:35 EDT 2004 root@venti:/usr/obj/usr/src/sys/VENTI i386 -bash-2.05b# whereis cc cc: /usr/bin/cc /usr/share/man/man1/cc.1.gz /usr/src/gnu/usr.bin/cc -bash-2.05b# ls -l /usr/bin/cc -r-xr-xr-x 2 root wheel 171304 Oct 19 04:37 /usr/bin/cc -bash-2.05b# cc --version cc (GCC) 3.4.2 [FreeBSD] 20040728 ... (ie: the kernel and gcc are in fact the 10-19 build) -bash-2.05b# rm -rf /usr/src /usr/obj -bash-2.05b# cvsup all.sup ... -bash-2.05b# cd /usr/src -bash-2.05b# make buildworld 2&1 >/buildworld.txt ... (error shown previously) where all.sup has: ------- *default host=ftp4.us.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=. *default delete use-rel-suffix *default compress src-all ports-all ------- make.conf has: ------- #COPTS = -O -march=pentium4 CPUTYPE = pentium4 COPTFLAGS = -O #CFLAGS = -O -msse2 -mfpmath-sse CFLAGS = -O NOPROFILE = true ------- I'm used to using ksh on sco and as a result the command above didn't capture stderr so I'll do it again and repost. Just for, no particular reason I guess, I'll try from the default csh instead of bash this time too. thanks ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1098742333.417d7a3d920cf>