From owner-freebsd-current Tue Mar 12 21:45: 8 2002 Delivered-To: freebsd-current@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id 4D30637B400 for ; Tue, 12 Mar 2002 21:45:05 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020313054504.XTDT2626.rwcrmhc51.attbi.com@blossom.cjclark.org>; Wed, 13 Mar 2002 05:45:04 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g2D5ivm35323; Tue, 12 Mar 2002 21:44:57 -0800 (PST) (envelope-from cjc) Date: Tue, 12 Mar 2002 21:44:57 -0800 From: "Crist J. Clark" To: Emiel Kollof Cc: huntting@glarp.com, current@FreeBSD.ORG Subject: Re: 4.5->5.0 kldxref:No such file or directory Message-ID: <20020312214457.L29705@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <200203122105.g2CL56p02307@hunkular.glarp.com> <20020312174502.K29705@blossom.cjclark.org> <20020313031335.GA70809@hackerheaven.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020313031335.GA70809@hackerheaven.org>; from coolvibe@hackerheaven.org on Wed, Mar 13, 2002 at 04:13:35AM +0100 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Mar 13, 2002 at 04:13:35AM +0100, Emiel Kollof wrote: > * Crist J. Clark (cjc@FreeBSD.ORG) wrote: > > > *** Error code 1 (ignored) > > > ^^^^^^^^^ > > > > Note. > > > > > Since there is no kldxref in 4.5, this should probably included in > > > the bootstrap process somehow. > > > > A known issue. The install process deliberately ignores this as a > > non-fatal error. > > Why not test for it like this (or similar): > > [ -x /usr/sbin/kldxref ] && /usr/bin/kldxref (etcetera...) > > If the new CURRENT testers upgrading from STABLE don't see it, > they aren't likely to worry/complain about it. I think the warning is > kinda nonsensical and redundant, IMHO. The warning is just how make(1) works, # Calling kldxref(8) for each module is expensive. .if !defined(NO_XREF) .MAKEFLAGS:= ${.MAKEFLAGS} -DNO_XREF afterinstall: -kldxref ${DESTDIR}${KMODDIR} .endif -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message