Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Nov 2010 22:47:01 +0100
From:      Ulrich =?utf-8?B?U3DDtnJsZWlu?= <uqs@spoerlein.net>
To:        Alexander Best <arundel@freebsd.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: issue with "options DDB"
Message-ID:  <20101105214700.GT85693@acme.spoerlein.net>
In-Reply-To: <20101030232244.GA35209@freebsd.org>
References:  <20101030232244.GA35209@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 30.10.2010 at 23:22:44 +0000, Alexander Best wrote:
> hi there,
> 
> with "options DDB" in my kernel conf i run into the following issue with my
> kernel modules:
> 
> link_elf_lookup_symbol: missing symbol hash table
> KLD file snd_hda.ko is missing dependencies
> KLD file sound.ko is missing dependencies
> KLD file nvidia.ko is missing dependencies
> KLD file linux.ko is missing dependencies
> KLD file ng_ubt.ko is missing dependencies
> KLD file ng_hci.ko is missing dependencies
> KLD file ng_bluetooth.ko is missing dependencies
> KLD file netgraph.ko is missing dependencies
> link_elf_lookup_symbol: missing symbol hash table
> 
> removing the option solves the issue. any advice?
> 
> cheers.
> alex
> 
> ps: i'm running HEAD (r214542; amd64).

You failed to mention the command that you run. I assume 'buildkernel'?
Please note that you need and update-to-date "buildworld" for the kernel
tools to be there, so please try the following (with options DDB):

cd /usr/src
make clean; make cleandir; make clean
make buildworld
make buildkernel KERNCONF=YOURKERNEL

If it fails again, try
env __MAKE_CONF=/dev/null make buildkernel KERNCONF=YOURKERNEL

Oh, and the actual kernel config might help as well.

hth
Uli



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101105214700.GT85693>