Date: Sat, 24 May 2003 10:04:08 -0700 From: Kent Stewart <kstewart@owt.com> To: ODHIAMBO Washington <wash@wananchi.com>, freebsd-current@freebsd.org Subject: Re: -CURRENT build kernel fails Message-ID: <200305241004.08952.kstewart@owt.com> In-Reply-To: <20030524125537.GA41020@ns2.wananchi.com> References: <20030524125537.GA41020@ns2.wananchi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 24 May 2003 05:55 am, ODHIAMBO Washington wrote:
> I am sure I am missing something here:
>
> I have cvsupped afresh and make {build|install}world has completed ok.
>
> Now buildkernel fails like this:
>
>
> sh /usr/src/sys/conf/newvers.sh BEASTIE
> cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs
> -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline
> -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I.
> -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica
> -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common
> -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror
> vers.c linking kernel
> *** Error code 1
>
> Stop in /usr/obj/usr/src/sys/BEASTIE.
> *** Error code 1
>
After reading this around 9am local, I did a cvsup of src-all and then did a
buildworld and buildkernel. At the spot you died, I am seeing
sh /usr/src/sys/conf/newvers.sh OPAL
cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -
Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys
-I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src
/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common
-mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werro
r vers.c
linking kernel.debug
text data bss dec hex filename
2748770 352240 264852 3365862 335be6 kernel.debug
objcopy --strip-debug kernel.debug kernel
I obviously had no problems. The only question I have is did you cvsup and not
rebuild your world?
Kent
--
Kent Stewart
Richland, WA
http://users.owt.com/kstewart/index.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305241004.08952.kstewart>
