Date: Thu, 11 Sep 2008 14:55:23 -0500 From: Dan Mack <mack@macktronics.com> To: freebsd-stable@freebsd.org Subject: installkernel and nvram.ko on RELENG_6 broken? Message-ID: <B8748CE6-78C6-445C-8F7C-DC4A4666C507@macktronics.com>
next in thread | raw e-mail | index | archive | help
I have a custom kernel without nvram defined anywhere, however, make installkernel still attempts to install the module. About 45 days ago, I didn't have this issue. I didn't see anything about this in UPDATING so I thought I would check here. This system is currently running stable from 45 days ago built from source. I cvsuped 4 hours ago. # make installkernel KERNCONF=SMP-COCO ===> nullfs (install) install -o root -g wheel -m 555 nullfs.ko /boot/kernel ===> nve (install) install -o root -g wheel -m 555 if_nve.ko /boot/kernel ===> nvram (install) install -o root -g wheel -m 555 nvram.ko /boot/kernel install: nvram.ko: No such file or directory *** Error code 71 Stop in /usr/src/sys/modules/nvram. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/SMP-COCO. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B8748CE6-78C6-445C-8F7C-DC4A4666C507>