From owner-freebsd-questions Wed Feb 20 13:14:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb2-a.mail.utexas.edu [128.83.126.136]) by hub.freebsd.org (Postfix) with SMTP id 492F337B41B for ; Wed, 20 Feb 2002 13:14:27 -0800 (PST) Received: (qmail 5827 invoked by uid 0); 20 Feb 2002 21:14:25 -0000 Received: from chepe.cc.utexas.edu (HELO oscar.mail.utexas.edu) (128.83.135.25) by umbs-smtp-2 with SMTP; 20 Feb 2002 21:14:25 -0000 Message-Id: <5.1.0.14.2.20020220151343.02558ce8@mail.utexas.edu> X-Sender: oscars@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 20 Feb 2002 15:14:24 -0600 To: freebsd-questions@freebsd.org From: Oscar Ricardo Silva Subject: Re: Kernel build failure after cvsup to 4.5 In-Reply-To: <5.1.0.14.2.20020220145018.025625a0@mail.utexas.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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