Date: Mon, 4 Aug 2014 19:23:31 +0200 From: =?UTF-8?Q?Bernhard_Fr=C3=B6hlich?= <decke@bluelife.at> To: Matthias Apitz <guru@unixarea.de> Cc: "freebsd-emulation@freebsd.org" <emulation@freebsd.org> Subject: Re: [Call for Testers] VirtualBox 4.3.0 Message-ID: <CAE-m3X1m-cwhfzsmXdLNteXbnRUqDuiHnyd2sWSnyPZZ7ki-1w@mail.gmail.com> In-Reply-To: <20140804124036.GA2358@La-Habana> References: <CAE-m3X2AEvxdAb4y2ACYsZkKBddSEPkffq3j3WUaPZQS0mtbDA@mail.gmail.com> <20140804085140.GA1669@La-Habana> <CAE-m3X3wE_hRtT41jd7vH4zXfE6iAsnGJr1_qdhn0FWHbZM84g@mail.gmail.com> <20140804121519.GA2255@La-Habana> <20140804124036.GA2358@La-Habana>
next in thread | previous in thread | raw e-mail | index | archive | help
Am 04.08.2014 14:40 schrieb "Matthias Apitz" <guru@unixarea.de>: > > El d=C3=ADa Monday, August 04, 2014 a las 02:15:19PM +0200, Matthias Apit= z escribi=C3=B3: > > > > Please have a look at /var/log/messages when loading the kernel modul= e > > > because the real cause is posted there when loading fails. > > > > Thanks for your feedback; the message is: > > > > Aug 4 10:34:10 aurora guru: /usr/local/etc/rc.d/vboxguest: WARNING: Can't load vboxguest module. > > Aug 4 10:34:10 aurora kernel: link_elf: symbol RTMpGetCoreCount undefined > > > more Infos: > > > root@aurora:/usr/ports/emulators/virtualbox-ose-additions # ls -l `find work | fgrep RTMpGetCoreCount` -rw-r--r-- 1 root wheel 2448 Aug 4 12:55 work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3/generic/RT= MpGetCoreCount-generic.o > -rw-r--r-- 1 root wheel 5274 Aug 4 12:55 work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3/generic/RT= MpGetCoreCount-generic.o.dep > -rw-r--r-- 1 root wheel 2504 Aug 4 12:55 work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3Shared/gene= ric/RTMpGetCoreCount-generic.o > -rw-r--r-- 1 root wheel 5350 Aug 4 12:55 work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3Shared/gene= ric/RTMpGetCoreCount-generic.o.dep > -rw-r--r-- 1 root wheel 1502 Oct 15 2013 work/VirtualBox-4.3.0/src/VBox/Runtime/generic/RTMpGetCoreCount-generic.cpp > root@aurora:/usr/ports/emulators/virtualbox-ose-additions # nm work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3/generic/RT= MpGetCoreCount-generic.o | fgrep RTMpGetCoreCount > 00000000 T RTMpGetCoreCount > root@aurora:/usr/ports/emulators/virtualbox-ose-additions # nm work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3Shared/gene= ric/RTMpGetCoreCount-generic.o | fgrep RTMpGetCoreCount > 00000000 T RTMpGetCoreCount > root@aurora:/usr/ports/emulators/virtualbox-ose-additions # nm /boot/modules/vboxguest.ko | fgrep RTMpGetCoreCount U RTMpGetCoreCount > > > i.e. RTMpGetCoreCount-generic.cpp was compiled but somehow not included > in the kernel module? > > matthias Have a look at the patches in virtualbox-ose for that function. There should be a patch to add it to the kmod. You are just replicating issues that were fixed already.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAE-m3X1m-cwhfzsmXdLNteXbnRUqDuiHnyd2sWSnyPZZ7ki-1w>