kldxref: file isn't dynamically-linked^M -- TECRA

freebsd_user at guice.ath.cx freebsd_user at guice.ath.cx
Tue Sep 9 18:48:41 UTC 2008


# uname -a
FreeBSD 6281.domain.net 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Wed Jan 16 04:45:4
5 UTC 2008     root at dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP  i386

##---> cvsup the src

#       @(#)newvers.sh  8.1 (Berkeley) 4/20/94
# $FreeBSD: src/sys/conf/newvers.sh,v 1.72.2.5.2.8 2008/09/03 19:09:47 simon Exp

TYPE="FreeBSD"
REVISION="7.0"
BRANCH="RELEASE-p4"

##--------------------------------
##-------->  HERE WE GO ...
##--------------------------------

##--> Contents of /etc/make.conf

# cat /etc/make.conf
# added by use.perl 2008-09-09 00:29:14
PERL_VER=5.8.8
PERL_VERSION=5.8.8

## --> END Contents /etc/make.conf

cd /usr/src
env -i make -DALWAYS_CHECK_MAKE buildworld

## The above appears to work fine.

script bk.out
env -i make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=GENERIC
env -i make -DALWAYS_CHECK_MAKE installkernel KERNCONF=GENERIC

bk2.out
make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=GENERIC
make -DALWAYS_CHECK_MAKE installkernel KERNCONF=GENERIC

bk3.out
make buildkernel KERNCONF=GENERIC
make installkernel KERNCONF=GENERIC

## Using any of the above commands yield:

===> zyd (install)^M
install -o root -g wheel -m 555   if_zyd.ko /boot/kernel^M
install -o root -g wheel -m 555   if_zyd.ko.symbols /boot/kernel^M
kldxref /boot/kernel^M
kldxref: file isn't dynamically-linked^M
kldxref:

##  We made a slight change to the above commands, instead of
'buildkernel' or 'installkernel' we just used 'kernel' in each
and every command line shown above and re_ran the command.

Which resulted in the same results shown above.
What are we doing incorrectly?


More information about the freebsd-questions mailing list