Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2014 19:00:01 GMT
From:      Paul Mulders <justinkb@gmail.com>
To:        vbox@FreeBSD.org
Subject:   Re: ports/188053: emulators/virtualbox-ose 4.3.10 doesn't build on 9.2
Message-ID:  <201403311900.s2VJ01ZS011771@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/188053; it has been noted by GNATS.

From: Paul Mulders <justinkb@gmail.com>
To: bug-followup@FreeBSD.org, shuriku@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403311900.s2VJ01ZS011771>