Re: kldxref: file isn't dynamically-linked -- expected behaviour?
- From: Ruslan Ermilov <ru@xxxxxxxxxxx>
- Date: Fri, 19 Oct 2007 18:21:22 +0400
On Thu, Oct 18, 2007 at 09:06:55PM +0200, Philipp Ost wrote:
Vlad GALU wrote:As others have pointed out, these messages are harmless. It's caused
On 10/18/07, Philipp Ost <pj@xxxxxx> wrote:
Hi list,It's harmless. Once you boot with your new RELENG_7 they will
I'm currently upgrading from 6.2-STABLE (13 Oct. 2007) to RELENG_7. I
did the following after csup'ing my sources:
# make kernel-toolchain
# make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=MYKERNEL
# make -DALWAYS_CHECK_MAKE installkernel KERNCONF=MYKERNEL
The last thing 'installkernel' reports is:
[...]
kldxref /boot/kernel
kldxref: file isn't dynamically-linked
[...]
This message is repeated 514 times... ;-) Is this expected behaviour?
Before I do a reboot I would like to make sure "everything works" as I
rely on that particular machine.
If needed I can provide full logs; MYKERNEL is a cut down version of
GENERIC with atapicam, drm, radeondrm, sound added ;-)
Thanks in advance for any hint/help!
disappear on the next kernel build/install.
Thanks a lot. I saw this message for the first time in my life and was a
little bit concerned about it... But if everything seems to be fine I will
give it a try.
by the old (6.x version) kldxref(8) binary trying to hash the *.symbols
files that are installed along with debug versions of kernel and module
objects, and that contain symbol information needed for debugging, and
aren't dynamically linked ELF files. So the old kldxref(8) ignores
these files, but issues a warning. Once you upgrade to 7.x, you'll have
also installed the new (7.x version) of kldxref(8) that is aware of
.symbols files, so warnings will be gone.
Technically, kldxref(8) should be a cross-tool (in the buildworld
sense), but last time I tried to convert it to be a cross-tool
several years ago it wasn't very easy. It's quite possible it
will be easier now that we only support limited upgrade paths.
Cheers,
--
Ruslan Ermilov
ru@xxxxxxxxxxx
FreeBSD committer
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: kldxref: file isn't dynamically-linked -- expected behaviour?
- From: Philipp Ost
- Re: kldxref: file isn't dynamically-linked -- expected behaviour?
- References:
- kldxref: file isn't dynamically-linked -- expected behaviour?
- From: Philipp Ost
- Re: kldxref: file isn't dynamically-linked -- expected behaviour?
- From: Vlad GALU
- Re: kldxref: file isn't dynamically-linked -- expected behaviour?
- From: Philipp Ost
- kldxref: file isn't dynamically-linked -- expected behaviour?
- Prev by Date: Re: em 6.6.6 - watchdog timeout
- Next by Date: Re: Supermicro X7DBR-8+ hang at boot
- Previous by thread: Re: kldxref: file isn't dynamically-linked -- expected behaviour?
- Next by thread: Re: kldxref: file isn't dynamically-linked -- expected behaviour?
- Index(es):
Relevant Pages
|
|