Date: Sun, 2 Mar 2008 20:10:02 GMT From: Kris Kennaway <kris@FreeBSD.org> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/121292: FreeBSD-7.0 kernel build fails on FreeBSD-6.3 Message-ID: <200803022010.m22KA21P042679@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/121292; it has been noted by GNATS. From: Kris Kennaway <kris@FreeBSD.org> To: "Jukka A. Ukkonen" <jau@iki.fi> Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/121292: FreeBSD-7.0 kernel build fails on FreeBSD-6.3 Date: Sun, 02 Mar 2008 21:08:46 +0100 Jukka A. Ukkonen wrote: > ===> zyd (all) > cc -O2 -pipe -march=athlon-xp -fno-strict-aliasing -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/Mimir/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -I/usr/obj/usr/src/sys/Mimir -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W missing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c /usr/src/sys/modules/zyd/../../dev/usb/if_zyd.c > ld -d -warn-common -r -d -o if_zyd.kld if_zyd.o > :> export_syms > awk -f /usr/src/sys/modules/zyd/../../conf/kmod_syms.awk if_zyd.kld export_syms | xargs -J% objcopy % if_zyd.kld > ld -Bshareable -d -warn-common -o if_zyd.ko if_zyd.kld > objcopy --strip-debug if_zyd.ko > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > >> How-To-Repeat: > Try building 7.0 system on a 6.3 platform. > Use e.g. "make -j5 buildkernel" to build kernel using parallel processes. You didn't paste the part of the log showing the error. Kris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803022010.m22KA21P042679>