From owner-freebsd-questions Fri Nov 22 7:34:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F38E437B401 for ; Fri, 22 Nov 2002 07:34:38 -0800 (PST) Received: from mail.seekingfire.com (coyote.seekingfire.com [24.72.10.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B77F43E9C for ; Fri, 22 Nov 2002 07:34:37 -0800 (PST) (envelope-from tillman@seekingfire.com) Received: from blues.seekingfire.prv (blues.seekingfire.prv [192.168.23.211]) by mail.seekingfire.com (Postfix) with ESMTP id 9CA67141 for ; Fri, 22 Nov 2002 09:34:31 -0600 (CST) Received: (from tillman@localhost) by blues.seekingfire.prv (8.11.6/8.11.6) id gAMFWOc21137 for freebsd-questions@freebsd.org; Fri, 22 Nov 2002 09:32:24 -0600 Date: Fri, 22 Nov 2002 09:32:24 -0600 From: Tillman To: FreeBSD-Questions Subject: make installworld fails with "install: crypto.ko: No such file or directory" Message-ID: <20021122093224.E19977@seekingfire.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-Urban-Legend: There is lots of hidden information in headers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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