From owner-freebsd-current Wed Apr 24 18:58:53 2002 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 58E7137B405 for ; Wed, 24 Apr 2002 18:58:44 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g3P1vUH86614; Wed, 24 Apr 2002 19:57:30 -0600 (MDT) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g3P1vLb37391; Wed, 24 Apr 2002 19:57:30 -0600 (MDT) (envelope-from imp@village.org) Date: Wed, 24 Apr 2002 19:57:18 -0600 (MDT) Message-Id: <20020424.195718.34618377.imp@village.org> To: matusita@jp.FreeBSD.org Cc: freebsd-current@FreeBSD.ORG Subject: Re: upgrade from 4.5 to current fails From: "M. Warner Losh" In-Reply-To: <20020425024918N.matusita@jp.FreeBSD.org> References: <004d01c1eb8a$bfadfef0$594bfea9@bender> <20020424082937.A35418@troutmask.apl.washington.edu> <20020425024918N.matusita@jp.FreeBSD.org> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 In message: <20020425024918N.matusita@jp.FreeBSD.org> Makoto Matsushita writes: : : sgk> Note the Error code 1(ignored). : : That's right, it's not an actual *error*. : : However, we have seen such a report so many, many times. We may want : to consider changing src/sys/conf/kmod.mk to shut it up. Something like the following maybe: Index: kmod.mk =================================================================== RCS file: /cache/ncvs/src/sys/conf/kmod.mk,v retrieving revision 1.117 diff -u -r1.117 kmod.mk --- kmod.mk 22 Apr 2002 15:53:04 -0000 1.117 +++ kmod.mk 25 Apr 2002 01:56:43 -0000 @@ -166,6 +166,9 @@ .endif .endif +.if !exists(/usr/sbin/kldxref) +NO_XREF=yes +.endif .if !target(all-man) all-man: _SUBDIR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message