ive been trying to build a kernel all morning!



i have a 6.2-PRERELEASE machine, that i am trying to build a
6.1-RELEASE-p10 kernel and world on.

before i began, i did a rm -rf /usr/src/* /usr/obj/*, and then did a fresh
cvsup of RELENG_6_1. i do the same thing i always do, which would be to
cd to /usr/src, and then issue 'make -j 6 buildkernel KERNCONF=[CONFNAME]
(in this case, a conf file named REGULUS).

here is the last bit before i error out:

===> zlib (all)
cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc
-I- -DHAVE_KERNEL_OPTION_HEADERS -include
/usr/obj/usr/src/sys/REGULUS/opt_global.h -I. -I@ -I@/contrib/altq
-I@/../include -finline-limit=8000 -fno-common -g
-I/usr/obj/usr/src/sys/REGULUS -mno-align-long-strings
-mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2
-ffreestanding -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual -fformat-extensions -std=c99 -c
/usr/src/sys/modules/zlib/../../net/zlib.c
ld -d -warn-common -r -d -o zlib.kld zlib.o
touch export_syms
awk -f /usr/src/sys/modules/zlib/../../conf/kmod_syms.awk zlib.kld
export_syms | xargs -J% objcopy % zlib.kld
ld -Bshareable -d -warn-common -o zlib.ko.debug zlib.kld
objcopy --strip-debug zlib.ko.debug zlib.ko
1 error
*** Error code 2
1 error
*** Error code 2
1 error
[root@athena /usr/src]#

i done a reboot, wipe /usr/src and /usr/obj, and cvsup twice today. both
time produce this error (cvsups both came from differnet servers,
cvsup15.us and cvsup17.us).

can anyone help me shed some light on this? please dont tell me its
becuase im trying to build 6.1-RELEASE-p10 on a 6.2-PRERELEASE machine!

thanks a million,
jonathan

_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • make depend error in kernel config
    ... Up untill 1 week ago i have been able to compile my kernel perfectly fine. ... However after running a CVSUP i am no longer able to compile my kernel and i ... *** Error code 1 ...
    (freebsd-questions)
  • GEOM_BDE
    ... I have problem with compiling my kernel. ... added options GEOM_BDE.I have been doing cvsup at Tue Oct 14 20:43:17 2003 CEST ... *** Error code 1 ...
    (freebsd-current)
  • Make buildkernel error
    ... decided to recompile the kernel after doing a cvsup of RELENG_5_3 and ... make buildworld which completes successfully, however, the error occurs ... *** Error code 1 ...
    (freebsd-current)
  • cvsup error (again)
    ... i just cvsup my machine yesterday. ... *** Error code 1 ... another line on my kernel. ...
    (freebsd-stable)
  • kernel build error (zlib.ko)
    ... With today's sources I get an error while compiling the kernel: ... export_syms | xargs -J% objcopy % zlib.kld ... *** Error code 2 ...
    (freebsd-current)