Compile VBOX 4.06 FAILED WHEN I DISABLE XPCOM

Discussions related to using the OSE version of VirtualBox.
Post Reply
xiheasas
Posts: 2
Joined: 10. May 2011, 04:59
Primary OS: Fedora 10
VBox Version: PUEL
Guest OSses: linux

Compile VBOX 4.06 FAILED WHEN I DISABLE XPCOM

Post by xiheasas »

Hi all,

I have recently downloaded the VirtualBox-4.0.6_OSE from the website and tried to build the binary myself. As I just need a tiny VBOX system, so I disable most of the options, and my configuration is as follow:

Code: Select all

./configure --disable-python --disable-java  --disable-pulse --enable-vnc  --build-headless --build-libxml2 --build-libxslt --disable-docs --disable-xpcom
When the configuration is done, I compile the source using kmk but received error info

Code: Select all

kBuild: Compiling VBoxAuth - VirtualBox-4.0.6_OSE/src/VBox/HostServices/auth/pam/VBoxAuthPAM.c
kBuild: Linking VBoxAuth
kBuild: Installing VBoxAuth => VirtualBox-4.0.6_OSE/out/linux.x86/release/bin/VBoxAuth.so
kmk: *** No rule to make target `VirtualBox-4.0.6_OSE/out/linux.x86/release/lib/VBoxCOM.a', needed by `VirtualBox-4.0.6_OSE/out/linux.x86/release/obj/VBoxAuthSimple/VBoxAuthSimple.so'.  Stop
Is there anything I can do about it?

P.S. I disable the VBoxAuthSimple in Makefile, and kmk passes. But I have no idea whether this would affect the VBOX's function.
frank
Oracle Corporation
Posts: 3362
Joined: 7. Jun 2007, 09:11
Primary OS: Debian Sid
VBox Version: PUEL
Guest OSses: Linux, Windows
Location: Dresden, Germany
Contact:

Re: Compile VBOX 4.06 FAILED WHEN I DISABLE XPCOM

Post by frank »

Just go ahead, it should not harm. But be warned that the VBoxBFE frontend is more or less unsupported.
James Y
Posts: 1
Joined: 22. Aug 2011, 07:44
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: Everything

Re: Compile VBOX 4.06 FAILED WHEN I DISABLE XPCOM

Post by James Y »

no don't just go ahead!

sudo apt-get -f install libpam0g-dev

if that doesn't work then do

sudo apt-get -f install libpam-dev
sergiomb
Posts: 21
Joined: 1. Dec 2011, 03:11
Primary OS: Fedora other
VBox Version: OSE Fedora
Guest OSses: windows Fedora rawhide

Re: Compile VBOX 4.06 FAILED WHEN I DISABLE XPCOM

Post by sergiomb »

For hte record:
I think building VirtualBox-4.3.0 with --disable-xpcom I hit this bug .
Now I don't have time to check it again , I just reenable xpcom ...
Post Reply