From owner-freebsd-questions Fri Nov 17 7:45:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wondermutt.net (host75-157.student.udel.edu [128.175.75.157]) by hub.freebsd.org (Postfix) with ESMTP id E65F237B479 for ; Fri, 17 Nov 2000 07:45:47 -0800 (PST) Received: from morgaine.udel.edu (morgaine.wondermutt.net [192.168.1.2]) by wondermutt.net (8.11.1/8.11.1) with ESMTP id eAHFlsH16485 for ; Fri, 17 Nov 2000 10:47:55 -0500 (EST) (envelope-from papalia@udel.edu) Message-Id: <4.3.2.7.2.20001117104248.00ac8730@mail.udel.edu> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 17 Nov 2000 10:45:08 -0500 To: freebsd-questions@freebsd.org From: John Subject: Recently cvsup'd 4.1-stable build fails Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey all, I've cvsup'ed several times in the past week thinking the files might be bad on my system, but it doesn't look like it... I'm having a failure (and stop) in the build of /usr/src/sys/i386/boot Here's what's happening: cc -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 -DBOOTWAIT=5000 -DTI MEOUT= -DBOOTSEG=0x1000 -DBOOTSTACK=0xFFF0 -I/cvs/src/sys/i386/boot/cdboot/../bi osboot -DCDBOOT -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W missing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -an si -DCOMCONSOLE=0x3F8 -DCONSPEED=9600 -mpreferred-stack-boundary=2 -aout -nostdi nc -I/cvs/src/sys/i386/boot/cdboot/../../../../include -I/cvs/src/sys/i386/boot/ cdboot/../../.. -I/cvs/src/sys/i386/boot/cdboot -c boot.c boot.c: In function `boot': boot.c:118: warning: unused variable `i' boot.c: In function `loadprog': boot.c:256: warning: unsigned int format, long unsigned int arg (arg 2) boot.c:273: warning: unsigned int format, long unsigned int arg (arg 2) boot.c:279: warning: unsigned int format, long unsigned int arg (arg 2) boot.c:303: warning: unsigned int format, long unsigned int arg (arg 4) cp -p boot boot.strip strip -aout boot.strip size -aout boot.strip text data bss dec hex 6720 144 4352 11216 2bd0 dd if=boot.strip of=boot.nohdr ibs=32 skip=1 obs=1024b dd: permission denied *** Error code 126 Any ideas? Thanks in advance, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message