The following reply was made to PR ports/188053; it has been noted by GNATS.

From: Paul Mulders <[email protected]>
To: [email protected], [email protected]
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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "[email protected]"

Reply via email to