Date: Mon, 28 Dec 2009 12:44:35 -0500 From: John Baldwin <jhb@freebsd.org> To: Brandon Gooch <jamesbrandongooch@gmail.com>, Martin Wilke <miwi@freebsd.org> Cc: ports@freebsd.org, freebsd-emulation@freebsd.org, freebsd-current@freebsd.org, gary.jennejohn@freenet.de Subject: Re: Call for tester: VirtualBox 3.1.2 for FreeBSD Message-ID: <200912281244.35106.jhb@freebsd.org> In-Reply-To: <179b97fb0912280846t286beec2p7307f255f96d89a3@mail.gmail.com> References: <20091227232425.GA38213@bsdcrew.de> <200912281104.30930.jhb@freebsd.org> <179b97fb0912280846t286beec2p7307f255f96d89a3@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 28 December 2009 11:46:36 am Brandon Gooch wrote: > On Mon, Dec 28, 2009 at 10:04 AM, John Baldwin <jhb@freebsd.org> wrote: > > On Monday 28 December 2009 9:25:28 am Gary Jennejohn wrote: > [SNIP] > >> > >> Does vboxguest.ko have silent dependencies on other vbox modules? I only > >> loaded vboxdrv.ko. > > > > Look in dmesg for the real kldload error message. > > > > I'm seeing this as well: > > kernel: link_elf_obj: symbol _Z6strlenPKc undefined > > ...which, I suppose, is the real kldload error message. Looks like it is trying to use a C++ named-version of strlen(): % echo _Z6strlenPKc | c++filt strlen(char const*) Is the kernel module compiled using c++ instead of cc? -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912281244.35106.jhb>