From owner-freebsd-stable@FreeBSD.ORG Thu Sep 11 20:06:57 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B16F6106566C for ; Thu, 11 Sep 2008 20:06:57 +0000 (UTC) (envelope-from mack@macktronics.com) Received: from coco.macktronics.com (coco.macktronics.com [209.181.253.65]) by mx1.freebsd.org (Postfix) with ESMTP id 875308FC13 for ; Thu, 11 Sep 2008 20:06:57 +0000 (UTC) (envelope-from mack@macktronics.com) Received: from spartan.macktronics.com (dulse.macktronics.com [209.181.253.69]) by coco.macktronics.com (Postfix) with ESMTPA id 7B95C4AC40 for ; Thu, 11 Sep 2008 14:55:23 -0500 (CDT) Message-Id: From: Dan Mack To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Date: Thu, 11 Sep 2008 14:55:23 -0500 X-Mailer: Apple Mail (2.926) Subject: installkernel and nvram.ko on RELENG_6 broken? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2008 20:06:57 -0000 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.