Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 355481

Summary: Add support for VNC to app-emulation/virtualbox
Product: Gentoo Linux Reporter: Branko Majic <branko>
Component: Current packagesAssignee: Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c>
Status: RESOLVED FIXED    
Severity: enhancement CC: patrick, swapon
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Add the --enable-vnc option to VirtualBox OSE configure script.
Add the USE flag for enabling the VNC in VirtualBox OSE.

Description Branko Majic 2011-02-18 19:57:35 UTC
VirtualBox supports VNC for guest machines through the libvncserver. Although the old ebuild for 3.2.x series had this added at some point (take a look at bug #348204), the newer version of ebuild based on 4.x.y series has dropped this support.

I've had a look at the current ebuild and configure script for the VirtualBox 4.0.2, and figured out there are small differences that render the old patch for the configure script unusable. I've created a new patch for it, as well as for ebuild to allow enabling of VNC.

Please find the patches attached to this bug report.

Reproducible: Always

Steps to Reproduce:
Comment 1 Branko Majic 2011-02-18 19:58:30 UTC
Created attachment 262951 [details, diff]
Add the --enable-vnc option to VirtualBox OSE configure script.
Comment 2 Branko Majic 2011-02-18 19:58:55 UTC
Created attachment 262953 [details, diff]
Add the USE flag for enabling the VNC in VirtualBox OSE.
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2011-02-19 08:38:59 UTC
+  18 Feb 2011; Lars Wendler <polynomial-c@gentoo.org>
+  -virtualbox-4.0.0-r1.ebuild,
+  -files/virtualbox-4.0.0-restore_old_machines_dir.patch,
+  +virtualbox-4.0.4.ebuild, +files/virtualbox-4-vnc.patch:
+  Version bump. Removed old. Readded vnc USE flag as requested by Branko Majic
+  in bug #355481.

Fixed in virtualbox-4.0.4. Thanks for the patch.