Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Nov 2000 10:45:08 -0500
From:      John <papalia@udel.edu>
To:        freebsd-questions@freebsd.org
Subject:   Recently cvsup'd 4.1-stable build fails
Message-ID:  <4.3.2.7.2.20001117104248.00ac8730@mail.udel.edu>

next in thread | raw e-mail | index | archive | help
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:

<snip>
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)

<snip>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.3.2.7.2.20001117104248.00ac8730>