Date: Wed, 20 Feb 2002 15:14:24 -0600 From: Oscar Ricardo Silva <oscars@mail.utexas.edu> To: freebsd-questions@freebsd.org Subject: Re: Kernel build failure after cvsup to 4.5 Message-ID: <5.1.0.14.2.20020220151343.02558ce8@mail.utexas.edu> In-Reply-To: <5.1.0.14.2.20020220145018.025625a0@mail.utexas.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
At 02:53 PM 2/20/2002 -0600, Oscar Ricardo Silva, you wrote: >I have a FreeBSD 4.2 machine and I'm trying to upgrade to 4.5-STABLE. I >got the latest source using cvsup and I'm now trying to rebuild and >reinstall. Following the instructions in /usr/src/UPDATING: > >make buildworld >make buildkernel KERNCONF=GENERIC >make installkernel KERNCONF=GENERIC > >(and I've tried a stripped down, edited version of GENERIC as well). I >can do the "make buildworld" fine, no problems there. When I do "make >buildkernel" I run into a problem with xargs in the 3dfx directory, the >error complains that "-J" is not a valid option. I've tried getting the >source yesterday and today but still the same error. > >Any thoughts? Any suggestions/pointers? Here's the actual output of the kernel build procedure: ===> streams ===> vesa ===> wi ===> 3dfx cc -nostdinc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/dev -I@/../include -fno-common -mpreferred-stack-boundary=2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/src/sys/modules/3dfx/../../dev/tdfx/tdfx_pci.c ld -d -warn-common -r -d -o 3dfx.kld tdfx_pci.o touch /usr/obj/usr/src/sys/NIC/modules/usr/src/sys/modules/3dfx/export_syms awk -f /usr/src/sys/modules/3dfx/../../conf/kmod_syms.awk 3dfx.kld /usr/obj/usr/src/sys/NIC/modules/usr/src/sys/modules/3dfx/export_syms | xargs -J% objcopy % 3dfx.kld xargs: illegal option -- J usage: xargs [-0] [-t] [-n number [-x]] [-s size] [utility [argument ...]] *** Error code 1 Stop in /usr/src/sys/modules/3dfx. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/NIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.0.14.2.20020220151343.02558ce8>