Date: Fri, 22 Nov 2002 09:32:24 -0600 From: Tillman <tillman@seekingfire.com> To: FreeBSD-Questions <freebsd-questions@freebsd.org> Subject: make installworld fails with "install: crypto.ko: No such file or directory" Message-ID: <20021122093224.E19977@seekingfire.com>
next in thread | raw e-mail | index | archive | help
Howdy, (All sources were CVSUP'd this morning) Here's the actual output of make installkernel: [root@loki src]# make installkernel -DKERNCONF=LOKI cd /usr/obj/usr/src/sys/LOKI; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec 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 make KERNEL=kernel install chflags noschg /kernel mv /kernel /kernel.old install -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=/usr/obj/usr/src/sys/LOKI/modules MACHINE=i386 make install ===> accf_data install -o root -g wheel -m 555 accf_data.ko /modules ===> accf_http install -o root -g wheel -m 555 accf_http.ko /modules ===> agp install -o root -g wheel -m 555 agp.ko /modules ===> aha install -o root -g wheel -m 555 aha.ko /modules ===> amr install -o root -g wheel -m 555 amr.ko /modules ===> an install -o root -g wheel -m 555 if_an.ko /modules ===> aue install -o root -g wheel -m 555 if_aue.ko /modules ===> bge install -o root -g wheel -m 555 if_bge.ko /modules ===> bridge install -o root -g wheel -m 555 bridge.ko /modules ===> ccd install -o root -g wheel -m 555 ccd.ko /modules ===> cd9660 install -o root -g wheel -m 555 cd9660.ko /modules ===> coda install -o root -g wheel -m 555 coda.ko /modules ===> crypto install -o root -g wheel -m 555 crypto.ko /modules install: crypto.ko: No such file or directory *** Error code 71 And some more information about the host loki: [root@loki src]# uname -a FreeBSD loki.seekingfire.prv 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #1: Thu Sep 12 13:31:01 CST 2002 toor@athena.seekingfire.prv:/usr/obj/usr/src/sys/LOKI i386 [root@loki src]# grep -v ^# /etc/make.conf KERNCONF=LOKI GENERIC CPUTYPE=i586 CFLAGS= -O -pipe COPTFLAGS= -O -pipe NOPROFILE= true # Avoid compiling profiled libraries NO_X= true USA_RESIDENT=YES MAKE_KERBEROS4= no MAKE_KERBEROS5= no KRB5_HOME= /usr/local/krb5 The host loki NFS mounts /usr/src and /usr/obj from Athena (I have two other hosts that use this for world updates successfully): [root@loki src]# mount | grep athena athena:/usr/ports on /usr/ports (nfs) athena:/usr/obj on /usr/obj (nfs, read-only) athena:/usr/src on /usr/src (nfs, read-only) And some more information about the build host athena: [root@athena etc]# uname -a FreeBSD athena.seekingfire.prv 4.7-STABLE FreeBSD 4.7-STABLE #0: Tue Oct 15 20:32:49 CST 2002 toor@athena.seekingfire.prv:/usr/obj/usr/src/sys/GENERIC i386 [root@athena etc]# grep -v ^# /etc/make.conf KERNCONF=GENERIC COYOTE LOKI PLUTO CPUTYPE=i586 CFLAGS= -O -pipe COPTFLAGS= -O -pipe NOPROFILE= true # Avoid compiling profiled libraries MAKE_KERBEROS4= no MAKE_KERBEROS5= no KRB5_HOME= /usr/local/krb5 USA_RESIDENT=YES I looked through UPDATING and didn't see anything that might apply to the crypto kernel modules. The only thing I can think of is that athena is running a -STABLE from Oct 15. As I'd rather not upgrade athena right now, I'm hoping that this is a known problem :-) - Tillman -- The beauty of the democratic systems of thought control, as contrasted with their clumsy totalitarian counterparts, is that they operate by subtly establishing on a voluntary basis - aided by the force of nationalism and media control by substantial interests - presuppositions that set the limits of debate, rather than by imposing beliefs with a bludgeon. - Noam Chomsky, _After the Cataclysm_ 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?20021122093224.E19977>