Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2001 18:22:03 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        freebsd-current@freebsd.org
Subject:   kldxref broken, maybe?
Message-ID:  <20010919182139.A38723@troutmask.apl.washington.edu>

next in thread | raw e-mail | index | archive | help
[Note: due to recent events I'm 1500 emails behind in cvs-all 
and freebsd-current amiling list.  If this is a known problem
pelase point to the thread.]

root[265] make installkernel
cd /usr/obj/usr/src/sys/C456086-A;  MAKEOBJDIRPREFIX=/usr/obj  COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin  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=k6"  PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.6.0  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
rm -rf /boot/kernel.old
mv /boot/kernel /boot/kernel.old
mkdir -p /boot/kernel
install -c -m 555 -o root -g wheel  kernel /boot/kernel
cd /usr/src/sys/modules ; env MAKEOBJDIRPREFIX=/usr/obj/usr/src/sys/C456086-A/modules KMODDIR=/boot/kernel DEBUG="-g" DEBUG_FLAGS="-g" make install
===> 3dfx
install -C -c -o root -g wheel -m 555   3dfx.ko /boot/kernel/
kldxref /boot/kernel
kldxref:No such file or directory
*** Error code 1 (ignored)
===> accf_data
install -C -c -o root -g wheel -m 555   accf_data.ko /boot/kernel/
kldxref /boot/kernel
kldxref:No such file or directory
*** Error code 1 (ignored)

-- 
Steve

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




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