| View previous topic :: View next topic |
| Author |
Message |
keet Tux's lil' helper

Joined: 08 Sep 2008 Posts: 121
|
Posted: Tue Nov 04, 2008 4:08 pm Post subject: Missing /opt/VirtualBox/VirtualBox [Solved] |
|
|
I emerged virtualbox-ose, and it seemed to emerge just fine. However, when I tried running VirtualBox, it said it couldn't find the command! I went to /opt/VirtualBox and found that there was no executable file called VirtualBox.
I unemerged virtualbox-ose and installed virtualbox-bin, and that works fine. Still, I would definitely like to know why I didn't get my executable file with the source version. _________________ Gentoo AMD64 (x86_64), kernel 2.6.27 Gentoo r7/Q6600/ASUS P5N-D/4GB DDR2-800/NVIDIA 9800GTX+/SB X-Fi/MSI PC60G (rt61)
Laptop: Toshiba Tecra 8100, PIII 600Mhz/128MB RAM/40GB HD/Linksys AGN300-based PCMCIA wifi
Last edited by keet on Wed Nov 05, 2008 4:48 pm; edited 1 time in total |
|
| Back to top |
|
 |
yabbadabbadont Veteran


Joined: 13 Mar 2003 Posts: 4739
|
Posted: Tue Nov 04, 2008 4:37 pm Post subject: |
|
|
What USE flags did you use when you emerge the OSE version?
What is the output of "emerge -pv virtualbox-ose"? |
|
| Back to top |
|
 |
keet Tux's lil' helper

Joined: 08 Sep 2008 Posts: 121
|
Posted: Tue Nov 04, 2008 9:51 pm Post subject: |
|
|
| yabbadabbadont wrote: | What USE flags did you use when you emerge the OSE version?
What is the output of "emerge -pv virtualbox-ose"? |
It says this:
[ebuild N ] app-emulation/virtualbox-ose-1.6.6 USE="additions alsa -headless -pulseaudio -qt3 -sdk" 0 kB _________________ Gentoo AMD64 (x86_64), kernel 2.6.27 Gentoo r7/Q6600/ASUS P5N-D/4GB DDR2-800/NVIDIA 9800GTX+/SB X-Fi/MSI PC60G (rt61)
Laptop: Toshiba Tecra 8100, PIII 600Mhz/128MB RAM/40GB HD/Linksys AGN300-based PCMCIA wifi |
|
| Back to top |
|
 |
yabbadabbadont Veteran


Joined: 13 Mar 2003 Posts: 4739
|
Posted: Tue Nov 04, 2008 11:32 pm Post subject: |
|
|
| Enable the qt3 USE flag and I would then guess that the GUI binary will be created. Without it you probably only had the VBoxSDL binary. |
|
| Back to top |
|
 |
keet Tux's lil' helper

Joined: 08 Sep 2008 Posts: 121
|
Posted: Wed Nov 05, 2008 9:16 am Post subject: |
|
|
This is weird because I use Gnome. Might the qt3 flag have positive effects in other applications? I always thought the qt* flags were specifically for KDE. Anyway, thanks for your suggestion! I'll try it when I'm back on my computer. _________________ Gentoo AMD64 (x86_64), kernel 2.6.27 Gentoo r7/Q6600/ASUS P5N-D/4GB DDR2-800/NVIDIA 9800GTX+/SB X-Fi/MSI PC60G (rt61)
Laptop: Toshiba Tecra 8100, PIII 600Mhz/128MB RAM/40GB HD/Linksys AGN300-based PCMCIA wifi |
|
| Back to top |
|
 |
szczerb Veteran

Joined: 24 Feb 2007 Posts: 1494 Location: Poland => Lodz
|
Posted: Wed Nov 05, 2008 9:32 am Post subject: |
|
|
The kde flag is for kde. Qt is a multiplatform (windows, mac OS, linux and possibly others) framework. KDE happens to be built upon this framework, but so do lots of other apps. For example HPLIP GUI is Qt based. Opera is also built using Qt.
Do 'equery depends qt' and you'll see all apps that you have installed that depend on the qt framework. |
|
| Back to top |
|
 |
keet Tux's lil' helper

Joined: 08 Sep 2008 Posts: 121
|
Posted: Wed Nov 05, 2008 11:30 am Post subject: |
|
|
Interesting.. thanks for the information; it clarifies several things for me.
I uninstalled virtualbox-bin, added the qt3 USE flag for virtualbox-ose in package.use, and it compiled fine with the graphical interface. Thanks! _________________ Gentoo AMD64 (x86_64), kernel 2.6.27 Gentoo r7/Q6600/ASUS P5N-D/4GB DDR2-800/NVIDIA 9800GTX+/SB X-Fi/MSI PC60G (rt61)
Laptop: Toshiba Tecra 8100, PIII 600Mhz/128MB RAM/40GB HD/Linksys AGN300-based PCMCIA wifi |
|
| Back to top |
|
 |
|