Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Aug 2001 19:56:30 GMT
From:      "J.Goodleaf" <john@goodleaf.net>
To:        freebsd-stable@freebsd.org
Subject:   error in make kernel-Stable (again)
Message-ID:  <20010806195630.8344B5C7C@clyde.goodleaf.net>

next in thread | raw e-mail | index | archive | help
Didn't hear from anyone. Usually that means I'm missing something stupid. 
Tried again this AM with another cvsup and fresh /usr/obj. Didn't see 
anything in UPDATING. Did this get covered in the mailing list already?

 -John
 ------------ 

Did a cvsup this AM (Sun 5th).
chflag'd and rm'd /usr/obj
make buildworld
make buildkernel
make installkernel 

got the following error; hoping one of you folks can suggest remedy. 


cd /usr/obj/usr/src/sys/SMPKERNEL;  MAKEOBJDIRPREFIX=/usr/obj  
COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bi 
n  LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib  
OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec  CFLAGS="-nostdinc -O -pipe 
 -march=pentiumpro"  PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503  
GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin  
GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font  
GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac MACHINE=i386 make 
KERNEL=kernel install
chflags noschg /kernel
mv /kernel /kernel.old
install -c -m 555 -o root -g wheel -fschg  kernel /kernel
if [ -d /modules -a -n "`ls /modules`" ]; then  mkdir -p /modules.old;  cp 
 -p /modules/* /modules.old;  fi;
cd /usr/src/sys/modules && env 
MAKEOBJDIRPREFIX=/clyde/obj/usr/src/sys/SMPKERNEL/modules make install
===> accf_data
install -c -o root -g wheel -m 555   accf_data.ko /modules/
*** Error code 71 

Stop in /usr/src/sys/modules/accf_data.
*** Error code 1 

Stop in /usr/src/sys/modules.
*** Error code 1 

Stop in /clyde/obj/usr/src/sys/SMPKERNEL.
*** Error code 1 

Stop in /usr/src.
*** Error code 1 

Stop in /usr/src. 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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