From owner-freebsd-current@FreeBSD.ORG Fri Nov 11 08:19:17 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 3777016A41F for ; Fri, 11 Nov 2005 08:19:17 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57C4D43D49 for ; Fri, 11 Nov 2005 08:19:16 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id jAB8JEAe080837; Fri, 11 Nov 2005 10:19:14 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 84852-03-3; Fri, 11 Nov 2005 10:19:12 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id jAB8FYEx080711 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 11 Nov 2005 10:15:34 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id jAB8FebX099728; Fri, 11 Nov 2005 10:15:41 +0200 (EET) (envelope-from ru) Date: Fri, 11 Nov 2005 10:15:40 +0200 From: Ruslan Ermilov To: Ben Kaduk Message-ID: <20051111081540.GB87446@ip.net.ua> References: <47d0403c0511102225m1d48e5f8yd5da241e069dcfe8@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline In-Reply-To: <47d0403c0511102225m1d48e5f8yd5da241e069dcfe8@mail.gmail.com> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua Cc: freebsd-current@freebsd.org Subject: Re: kldxref error in make installkernel 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: Fri, 11 Nov 2005 08:19:17 -0000 --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 11, 2005 at 06:25:37AM +0000, Ben Kaduk wrote: > Hi all -- sorry if I missed some note about this, but I'm trying to update > from > FreeBSD prolepsis.urh.uiuc.edu > 7.0-CURRENTFreeBSD > 7.0-CURRENT #0: Tue Oct 11 18:45:49 UTC 2005 > kaduk@prolepsis.urh.uiuc.edu:/usr/obj/usr/src/sys/GENERIC > i386 > to a -current supped at 22:28:34 central time (US). >=20 > Buildworld goes fine, but 'make kernel KERNCONF=3DPROLEPSIS' gives me some > suprising output after installing modules, shown here > [snip] > =3D=3D=3D> xe (install) > install -o root -g wheel -m 555 if_xe.ko /boot/kernel > install -o root -g wheel -m 555 if_xe.ko.symbols /boot/kernel > =3D=3D=3D> xl (install) > install -o root -g wheel -m 555 if_xl.ko /boot/kernel > install -o root -g wheel -m 555 if_xl.ko.symbols /boot/kernel > kldxref /boot/kernel > kldxref: file isn't dynamically-linked > kldxref: file isn't dynamically-linked > kldxref: file isn't dynamically-linked > kldxref: file isn't dynamically-linked > [snip] >=20 > with many more copies of the last message (the same as the number of > modules, perhaps?). Has anyone else seen this, and should I be worried ab= out > it? >=20 They are harmless, you shouldn't be worried. I've just committed a bandaid for this to kldxref(8) that skips .symbols files. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDdFMsqRfpzJluFF4RApzzAJ9x+USYspqRQhiBFKKzti2dfL3FAgCeOgmb YzXboh8aetSNUiPDdxHxIGk= =VxGV -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z--