ports/188053: emulators/virtualbox-ose 4.3.10 doesn't build on 9.2
Paul Mulders
justinkb at gmail.com
Mon Mar 31 19:00:01 UTC 2014
The following reply was made to PR ports/188053; it has been noted by GNATS.
From: Paul Mulders <justinkb at gmail.com>
To: bug-followup at FreeBSD.org, shuriku at shurik.kiev.ua
Cc:
Subject: Re: ports/188053: emulators/virtualbox-ose 4.3.10 doesn't build on 9.2
Date: Mon, 31 Mar 2014 20:57:03 +0200
Running into this too, with options DBUS GUEST_ADDITIONS PYTHON
UDPTUNNEL VNC WEBSERVICE set.
Seems to be due to a bug in recent upstream commits relating to #ifdefs.
The offending functions are defined within an #ifdef (starting at line
778 of DevVGA_VDMA.cpp), but are referenced from without it.
Obviously, this leads to problems when the #ifdef guard isn't actually
defined (VBOX_WITH_CRHGSMI).
Solution? This is fairly technical code so I'm not entirely sure.
Whatever references all that stuff should probably also be between
#ifdefs.
More information about the freebsd-emulation
mailing list