[Call For Testing] VirtualBox for FreeBSD! take 4
Paul Wootton
paul at fletchermoorland.co.uk
Wed May 27 15:20:05 UTC 2009
Paul Wootton wrote:
> Martin Wilke wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> >
> > Howdy,
> >
> > First of all sorry for all unanswered mails, I got a stupid flu,
> > but now i feel better... ok now back to vbox, time for a new call
> > for testing :-)
> >
> > Following was added/fixed:
> >
> > - - ACPI Support was added
> > - - hostDVD support was added
> > - - Fix startup on HEAD
> > - - Plist problem under AMD64 was fixed
> > - - Qt4 Frontend is now Optional
> > - - Desktop file was added
> > - - Xorg dependencies was fixed
> > - - Guest additions was added (thx to Maho NAKATA <chat95 (at) mac
> dot com>)
> >
> > Open task:
> > We have got 2 patches for nls support and the request
> > to make dbus and pulseaudio optional. These both will
> > be added with the next run.
> >
> > We'd like to say many many thanks for all your feedback.
> >
> > http://people.freebsd.org/~miwi/vbox/virtualbox_5.tgz
> >
> > Happy Testing :-)
> >
> >
> >
> > - --
> >
> > +-----------------------+-------------------------------+
> > | PGP : 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de |
> > | Skype : splash_111 | Mail : miwi(at)FreeBSD.org |
> > +-----------------------+-------------------------------+
> > | Mess with the Best, Die like the Rest! |
> > +-----------------------+-------------------------------+
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v2.0.11 (FreeBSD)
> >
> > iEYEARECAAYFAkodQ48ACgkQdLJIhLHm/OmjfQCfR6Zczz0XcZZpAYie64D2G0Ti
> > wwQAn2r0W/12iidjOfgvX05QPNQX1oUc
> > =b8tt
> > -----END PGP SIGNATURE-----
> > _______________________________________________
> > freebsd-ports at freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> > To unsubscribe, send any mail to
> "freebsd-ports-unsubscribe at freebsd.org"
> >
> >
> >
> -----------------------------------------------------------------------------------
>
> > Fletcher Moorland Limited is a company registered in England and Wales.
> > Registration number: 2984467.
> > Registered office: Elenora Street, Stoke on Trent, Staffordshire,
> ST4 1QG.
> > VAT Registration number: 478730606
> > Telephone: 01782 411021 | Fax: 01782 744470 |
> http://www.fletchermoorland.co.uk
> >
>
> Hi,
>
> With both VirtualBox 4 and 5, when I try to run VirtualBox I get an
> error saying
> "Callee RC: NS_ERROR_ABORT (0x80004004)"
>
> If I run VBoxSVC is a console session and then try VirtualBox I get
> "**********************************************
> Sun VirtualBox XPCOM Server Version 2.2.51_OSE
> (C) 2008-2009 Sun Microsystems, Inc.
> All rights reserved.
>
> Starting event loop....
> [press Ctrl-C to quit]
> terminate called after throwing an instance of 'settings::ENoValue'
> what(): Segmentation fault: 11 (core dumped)"
>
> Also, when I try to compile VirtualBox 5 with debug information, the
> make fails with
>
> "kBuild: Linking tstDir
> In file included from
> /root/vBox/virtualbox/work/virtualbox-2.2.2r19980/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c:47:
>
> /root/vBox/virtualbox/work/virtualbox-2.2.2r19980/src/VBox/HostDrivers/Support/freebsd/../SUPDrvInternal.h:125:1:
> warning: "ffs" redefined
> In file included from /usr/src/sys/sys/systm.h:42,
> from
> /root/vBox/virtualbox/work/virtualbox-2.2.2r19980/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c:40:
>
> /usr/include/machine/cpufunc.h:133:1: warning: this is the location of
> the previous definition
> kBuild: Linking tstDir-2
> kBuild: Linking tstDir-3
> /root/vBox/virtualbox/work/virtualbox-2.2.2r19980/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c:
> In function 'VBoxDrvFreeBSDOpen':
> /root/vBox/virtualbox/work/virtualbox-2.2.2r19980/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c:299:
> error: invalid operands to binary &
> /root/vBox/virtualbox/work/virtualbox-2.2.2r19980/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c:
> In function 'VBoxDrvFreeBSDClose':
> /root/vBox/virtualbox/work/virtualbox-2.2.2r19980/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c:355:
> error: invalid operands to binary &
> kmk[2]: ***
> [/root/vBox/virtualbox/work/virtualbox-2.2.2r19980/out/freebsd.amd64/debug/obj/vboxdrv/freebsd/SUPDrv-freebsd.o]
> Error 1
> The failing command:
> @gcc -c -g -Wall -Wextra -Wno-missing-field-initializers -Wno-unused
> -Wno-trigraphs -Wpointer-arith -Winline -Wno-pointer-sign
> -Wstrict-prototypes -Wmissing-prototypes -Wstrict-prototypes
> -Wnested-externs -O2 -fformat-extensions -ffreestanding
> -fno-strict-aliasing -fno-common -finline-limit=8000
> -fno-stack-protector -O0 -fno-omit-frame-pointer -nostdinc -std=c99
> -m64 --param inline-unit-growth=100 --param large-function-growth=1000
> -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387
> -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float
> -fno-asynchronous-unwind-tables -Wundef
> -I/root/vBox/virtualbox/work/virtualbox-2.2.2r19980/src/VBox/HostDrivers/Support
> -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/../include
> -I/usr/include
> -I/root/vBox/virtualbox/work/virtualbox-2.2.2r19980/include
> -I/root/vBox/virtualbox/work/virtualbox-2.2.2r19980/out/freebsd.amd64/debug
> -DVBOX -DVBOX_OSE -DVBOX_WITH_64_BITS_GUESTS -DVBOX_WITH_HARDENING
> -DRTPATH_APP_PRIVATE=\"/usr/local/lib/virtualbox\"
> -DRTPATH_APP_PRIVATE_ARCH=\"/usr/local/lib/virtualbox\"
> -DRTPATH_SHARED_LIBS=\"/usr/local/lib/virtualbox\"
> -DRTPATH_APP_DOCS=\"/usr/local/share/doc/virtualbox\" -DDEBUG
> -DDEBUG_paul -DDEBUG_USERNAME=paul -DRT_OS_FREEBSD -D__FREEBSD__
> -DRT_ARCH_AMD64 -D__AMD64__ -D_KERNEL -DKLD_MODULE -DIN_RING0
> -DIN_RT_R0 -DIN_RT_R0 -DIN_SUP_R0 -DSUPDRV_WITH_RELEASE_LOGGER
> -DVBOX_SVN_REV=19957
> -Wp,-MD,/root/vBox/virtualbox/work/virtualbox-2.2.2r19980/out/freebsd.amd64/debug/obj/vboxdrv/freebsd/SUPDrv-freebsd.o.dep
> -Wp,-MT,/root/vBox/virtualbox/work/virtualbox-2.2.2r19980/out/freebsd.amd64/debug/obj/vboxdrv/freebsd/SUPDrv-freebsd.o
> -Wp,-MP -o
> /root/vBox/virtualbox/work/virtualbox-2.2.2r19980/out/freebsd.amd64/debug/obj/vboxdrv/freebsd/SUPDrv-freebsd.o
> /root/vBox/virtualbox/work/virtualbox-2.2.2r19980/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c
>
> kmk[2]: *** Waiting for unfinished jobs....
> kmk[2]: Leaving directory
> `/root/vBox/virtualbox/work/virtualbox-2.2.2r19980'
> kmk[2]: Entering directory
> `/root/vBox/virtualbox/work/virtualbox-2.2.2r19980'
> kmk[2]: *** Exiting with status 2
> kmk[1]: *** [pass_binaries_this] Error 2
> kmk[1]: Leaving directory
> `/root/vBox/virtualbox/work/virtualbox-2.2.2r19980'
> kmk: *** [pass_binaries_order] Error 2
> *** Error code 2
>
> Stop in /root/vBox/virtualbox."
>
> Any Ideas?
>
> Cheers
> Paul
>
Forgot to add
FreeBSD demophon 8.0-CURRENT FreeBSD 8.0-CURRENT #17: Wed May 27
13:18:06 BST 2009 paul at demophon:/usr/obj/usr/src/sys/DEMOPHON amd64
-----------------------------------------------------------------------------------
Fletcher Moorland Limited is a company registered in England and Wales.
Registration number: 2984467.
Registered office: Elenora Street, Stoke on Trent, Staffordshire, ST4 1QG.
VAT Registration number: 478730606
Telephone: 01782 411021 | Fax: 01782 744470 | http://www.fletchermoorland.co.uk
More information about the freebsd-emulation
mailing list