From owner-freebsd-current@FreeBSD.ORG Tue Nov 1 22:10:27 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A66316A423 for ; Tue, 1 Nov 2005 22:10:27 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9BE643D5D for ; Tue, 1 Nov 2005 22:10:25 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id jA1MA2E4023769; Tue, 1 Nov 2005 15:10:06 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 01 Nov 2005 15:10:02 -0700 (MST) Message-Id: <20051101.151002.74726277.imp@bsdimp.com> To: randy@psg.com From: Warner Losh In-Reply-To: <17255.52729.630674.419999@roam.psg.com> References: <17254.56287.352910.314361@roam.psg.com> <790a9fff0511010828u43c87d67vb1967a0191498469@mail.gmail.com> <17255.52729.630674.419999@roam.psg.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 01 Nov 2005 15:10:09 -0700 (MST) Cc: swhetzel@gmail.com, freebsd-current@freebsd.org Subject: Re: make kernel "kldxref: file isn't dynamically-linked" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2005 22:10:27 -0000 From: Randy Bush Subject: Re: make kernel "kldxref: file isn't dynamically-linked" Date: Tue, 1 Nov 2005 10:20:09 -1000 > >> fwiw, there had been a change in GENERIC since my build last > >> week, so my custom kernel changed as follows > >> > >> 19c19 > >> < # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.432 2005/08/06 23:05:48 davidxu Exp > >> $ > >> --- > >>> # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.433 2005/10/27 17:34:35 jhb Exp $ > >> 83,84c83 > >> < # Bus support. Do not remove isa, even if you have no isa slots > >> < device isa > >> --- > >>> # Bus support. > >> 170,172d168 > >> < # Floating point support - do not disable. > >> < device npx > >> < > >> 263,264d258 > >> < device mem # Memory and kernel memory devices > >> < device io # I/O device > >> > > These entries were moved to the file DEFAULT, which is now > > automaticaly included in any kernel that is built. This change to how > > kernels are built was to prevent novices from shooting them selfs in > > the foot when building a custom kernel. > > no problem with that. i was just 'fessing up to changes i had > made which might have influenced the make > > it's the > > kldxref: file isn't dynamically-linked > > that worries me Don't worry. Be happy. This hs nothing to do with DEFAULT. Instead it is a -current only wanring based on work that Ru@ did to install the symbols for the modules and kernel. It really is a harmless warning. Warner