Date: Tue, 9 Sep 2008 14:47:49 -0400 From: freebsd_user@guice.ath.cx To: freebsd-questions@freebsd.org Subject: kldxref: file isn't dynamically-linked^M -- TECRA Message-ID: <20080909184749.GA34613@WORKSTATION.guice.ath.cx>
next in thread | raw e-mail | index | archive | help
# uname -a FreeBSD 6281.domain.net 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Wed Jan 16 04:45:4 5 UTC 2008 root@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?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080909184749.GA34613>