From owner-cvs-src@FreeBSD.ORG Thu Oct 27 17:43:26 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FB6016A420; Thu, 27 Oct 2005 17:43:26 +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 DBE0443D66; Thu, 27 Oct 2005 17:43:18 +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 j9RHhHOo030609; Thu, 27 Oct 2005 20:43:17 +0300 (EEST) (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 83847-02-3; Thu, 27 Oct 2005 20:43:15 +0300 (EEST) 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 j9RHeeua030528 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 27 Oct 2005 20:40:40 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id j9RHegPe064685; Thu, 27 Oct 2005 20:40:42 +0300 (EEST) (envelope-from ru) Date: Thu, 27 Oct 2005 20:40:42 +0300 From: Ruslan Ermilov To: "Bjoern A. Zeeb" Message-ID: <20051027174042.GK68470@ip.net.ua> References: <200510271424.j9REOkr8091913@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Tu8ztk+XgTAiG9Id" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kern.post.mk kmod.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 17:43:26 -0000 --Tu8ztk+XgTAiG9Id Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 27, 2005 at 05:15:28PM +0000, Bjoern A. Zeeb wrote: > On Thu, 27 Oct 2005, Ruslan Ermilov wrote: >=20 > > ru 2005-10-27 14:24:46 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/conf kern.post.mk kmod.mk > > Log: > > Installing debug modules was a bad idea -- I bogusly assumed that > > our kernel linker will only load PT_LOAD segments, apparently not. > > Instead, produce .dbg objects from .debug objects, and install > > them together with non-debug objects, as described in objcopy(1). >=20 > is that because of this change? >=20 Yes. I sent a patch for kldxref(8) that fixes this for review to amd64@. These messages are harmless otherwise. > kldxref /boot/kernel > kldxref: file isn't dynamically-linked > kldxref: unknown metdata record 0 in file aac.ko.dbg > kldxref: unknown metdata record 0 in file aac.ko.dbg > kldxref: unknown metdata record 0 in file aac.ko.dbg > kldxref: unknown metdata record 0 in file aac.ko.dbg > kldxref: unknown metdata record 0 in file aac.ko.dbg > kldxref: unknown metdata record 0 in file accf_data.ko.dbg > kldxref: unknown metdata record 0 in file accf_http.ko.dbg > kldxref: unknown metdata record 0 in file agp.ko.dbg > kldxref: unknown metdata record 0 in file agp.ko.dbg > kldxref: unknown metdata record 0 in file agp.ko.dbg > kldxref: unknown metdata record 0 in file agp.ko.dbg > kldxref: unknown metdata record 0 in file aha.ko.dbg > kldxref: unknown metdata record 0 in file ahc.ko.dbg > kldxref: unknown metdata record 0 in file ahc.ko.dbg > kldxref: unknown metdata record 0 in file ahc.ko.dbg > kldxref: unknown metdata record 0 in file ahc_eisa.ko.dbg > kldxref: unknown metdata record 0 in file ahc_eisa.ko.dbg > kldxref: unknown metdata record 0 in file ahc_eisa.ko.dbg > kldxref: unknown metdata record 0 in file ahc_isa.ko.dbg > kldxref: unknown metdata record 0 in file ahc_isa.ko.dbg > kldxref: unknown metdata record 0 in file ahc_isa.ko.dbg > kldxref: unknown metdata record 0 in file ahc_pci.ko.dbg > kldxref: unknown metdata record 0 in file ahc_pci.ko.dbg > kldxref: unknown metdata record 0 in file ahc_pci.ko.dbg > kldxref: unknown metdata record 0 in file ahc_pci.ko.dbg > kldxref: unknown metdata record 0 in file ahd.ko.dbg > kldxref: unknown metdata record 0 in file ahd.ko.dbg > kldxref: unknown metdata record 0 in file ahd.ko.dbg > kldxref: unknown metdata record 0 in file ahd.ko.dbg > kldxref: unknown metdata record 0 in file ahd.ko.dbg > kldxref: unknown metdata record 0 in file ahd.ko.dbg > .... >=20 > --=20 > Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --Tu8ztk+XgTAiG9Id Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDYREaqRfpzJluFF4RAmFSAJ9KaDTx4IkT6D/02U5bUuZXFcSBjACgivVU +bi7PlveloMf1DJmB4gmajE= =IsCO -----END PGP SIGNATURE----- --Tu8ztk+XgTAiG9Id--