Compiling issue with ubuntu 8.04 with dell mini

Discussions related to using the OSE version of VirtualBox.
Post Reply
jfig1966
Posts: 1
Joined: 24. May 2009, 21:27
Primary OS: Ubuntu 8.04
VBox Version: OSE Debian
Guest OSses: windows 7

Compiling issue with ubuntu 8.04 with dell mini

Post by jfig1966 »

While trying to compile Virtualbox 2.2.2 im running into the following error.

----------------------------------------------------------------------------------------------------------
kBuild: Pass - Other Stuff
kmk[1]: Entering directory `/media/KINGSTON/VirtualBox-2.2.2_OSE'
kmk[2]: Entering directory `/media/KINGSTON/VirtualBox-2.2.2_OSE'
kBuild: tar/gzip - /media/KINGSTON/VirtualBox-2.2.2_OSE/out/linux.x86/release/bin/vboxkeyboard.tar.gz
kmk_builtin_ln: /media/KINGSTON/VirtualBox-2.2.2_OSE/out/linux.x86/release/obj/VBoxKeyboard/vboxkeyboard: Operation not permitted
kmk[2]: *** [/media/KINGSTON/VirtualBox-2.2.2_OSE/out/linux.x86/release/bin/vboxkeyboard.tar.gz] Error 1
kmk[2]: Leaving directory `/media/KINGSTON/VirtualBox-2.2.2_OSE'
kmk[1]: *** [pass_others_this] Error 2
kmk[1]: Leaving directory `/media/KINGSTON/VirtualBox-2.2.2_OSE'
kmk: *** [pass_others_order] Error 2
------------------------------------------------------------------------------------------------------------

I've found a similar error in changeset 16023 with a makefile.kmk, but the makefile.kmk im using has the proper updates so im not sure why im getting this error. Any help would be appreciated. linux kernel info listed below.. Thanks

root@andrew:/media/KINGSTON/VirtualBox-2.2.2_OSE# uname -a
Linux andrew 2.6.24-19-lpia #1 SMP Mon Nov 3 15:25:26 UTC 2008 i686 GNU/Linux
root@andrew:/media/KINGSTON/VirtualBox-2.2.2_OSE#
Post Reply