Am 04.08.2014 14:40 schrieb "Matthias Apitz" <g...@unixarea.de>:
>
> El día Monday, August 04, 2014 a las 02:15:19PM +0200, Matthias Apitz
escribió:
>
> > > Please have a look at /var/log/messages when loading the kernel module
> > > 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/RTMpGetCoreCount-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/RTMpGetCoreCount-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/generic/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/generic/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/RTMpGetCoreCount-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/generic/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.
_______________________________________________
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"

Reply via email to