Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Virtualbox documentation
Date: Thu, 08 Dec 2016 22:48:47
Message-Id: 77c7fa8f-f04e-f2bb-a157-4c05e2e5d2ce@gmail.com
In Reply to: Re: [gentoo-user] Virtualbox documentation by Bertram Scharpf
1 On 08/12/2016 22:41, Bertram Scharpf wrote:
2 > On Thursday, 08. Dec 2016, 17:35:59 +0200, Alan McKinnon wrote:
3 >> On 08/12/2016 14:36, Bertram Scharpf wrote:
4 >>> On Thursday, 08. Dec 2016, 00:21:17 +0200, Alan McKinnon wrote:
5 >>>> On 08/12/2016 00:01, Bertram Scharpf wrote:
6 >>>>> arrgh! I just want to find a quick-start tutorial for
7 >>>>> Virtualbox on Gentoo, but Google shows up loads of tutorials
8 >>>>> for Gentoo in a Virtualbox.
9 >>>
10 >>> The official documentation <https://www.virtualbox.org/manual/ch01.html#idm267>
11 >>> says:
12 >>>
13 >>> On a Linux or Solaris host, depending on your desktop
14 >>> environment, a "VirtualBox" item may have been placed in
15 >>> either the "System" or "System Tools" group of your
16 >>> "Applications" menu. Alternatively, you can type
17 >>> "VirtualBox" in a terminal.
18 >>
19 >> There is a command "VirtualBox" but it's not in your PATH:
20 >>
21 >> /usr/lib64/virtualbox/VirtualBox
22 >
23 > Not here.
24 >
25 > # ls -l /usr/lib64/virtualbox/VirtualBox
26 > ls: cannot access '/usr/lib64/virtualbox/VirtualBox': No such file or directory
27 >
28 > Maybe the reason can be found here:
29 >
30 > # equery u virtualbox | cat
31 > +additions
32 > +alsa
33 > -doc
34 > -extensions
35 > -headless
36 > -java
37 > +opengl
38 > +pam
39 > -pulseaudio
40 > -python
41 > +python_targets_python2_7
42 > -qt4
43 > +sdk
44 > +udev
45 > -vboxwebsrv
46 > -vnc
47
48
49
50 VirtualBox is a Qt app and *requires* Qt to get a GUI. There is no
51 option for GTK
52
53 USE="qt4"
54 or in more recent versions ebuilds (or ~arch)
55 USE="qt5"
56 as appropriate
57
58
59 --
60 Alan McKinnon
61 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] Virtualbox documentation Bertram Scharpf <lists@×××××××××××××××.de>
Re: [gentoo-user] Virtualbox documentation "J. Roeleveld" <joost@××××××××.org>