Build from SVN fail on Ubuntu 12.0.4

Discussions related to using the OSE version of VirtualBox.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Build from SVN fail on Ubuntu 12.0.4

Post by Perryg »

I don't see any changes in the code from this one to ones back to June 25. What is the exact build name and version of the one you should have, and what it the exact build name and version of you build from SVN?
ss666
Posts: 16
Joined: 13. Mar 2013, 18:03
Primary OS: Ubuntu 12.12
VBox Version: OSE self-compiled
Guest OSses: Ubuntu,Win7,FreeBSD,Android
Location: Russia

Re: Build from SVN fail on Ubuntu 12.0.4

Post by ss666 »

assembled it manually - but the error is :

Code: Select all

VBoxManage startvm vm1 --type headless
Waiting for VM "vm1" to power on...
VBoxManage: error: The version of the device registration structure is unknown to this VBox version. Either mixing incompatible versions or the structure isn't correctly initialized. (VERR_PDM_UNKNOWN_DEVREG_VERSION)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component Console, interface IConsole
got this VM from well-working OVA
Last edited by ss666 on 10. Jul 2013, 16:02, edited 1 time in total.
ss666
Posts: 16
Joined: 13. Mar 2013, 18:03
Primary OS: Ubuntu 12.12
VBox Version: OSE self-compiled
Guest OSses: Ubuntu,Win7,FreeBSD,Android
Location: Russia

Re: Build from SVN fail on Ubuntu 12.0.4

Post by ss666 »

Code: Select all

 # svn info
Path: .
Working Copy Root Path: /usr/work/vbox
URL: http://www.virtualbox.org/svn/vbox/trunk
Repository Root: http://www.virtualbox.org/svn/vbox
Repository UUID: cfe28804-0f27-0410-a406-dd0f0b0b656f
Revision: 47061
Node Kind: directory
Schedule: normal
Last Changed Author: vboxsync
Last Changed Rev: 47061
Last Changed Date: 2013-07-09 19:26:01 +0200 (Tue, 09 Jul 2013)

# uname -a
Linux Ubuntu-1304-raring-64-minimal 3.8.13.4 #2 SMP Mon Jul 8 23:59:05 CEST 2013 x86_64 x86_64 x86_64 GNU/Linux
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Build from SVN fail on Ubuntu 12.0.4

Post by Perryg »

Oh sounds like you just need the VBox extpack that has the USB, Etc..
What does the following report?

Code: Select all

VBoxManage list extpacks
ss666
Posts: 16
Joined: 13. Mar 2013, 18:03
Primary OS: Ubuntu 12.12
VBox Version: OSE self-compiled
Guest OSses: Ubuntu,Win7,FreeBSD,Android
Location: Russia

Re: Build from SVN fail on Ubuntu 12.0.4

Post by ss666 »

Code: Select all

# VBoxManage list extpacks
Extension Packs: 2
Pack no. 0:   VNC
Version:      4.2.51_OSE
Revision:     47049
Edition:
Description:  VNC plugin module
VRDE Module:  VBoxVNC
Usable:       true
Why unusable:

Pack no. 1:   Oracle VM VirtualBox Extension Pack
Version:      4.2.16
Revision:     86992
Edition:
Description:  USB 2.0 Host Controller, VirtualBox RDP, PXE ROM with E1000 support.
VRDE Module:  VBoxVRDP
Usable:       true
Why unusable:
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Build from SVN fail on Ubuntu 12.0.4

Post by Perryg »

My list.

Code: Select all

VBoxManage list extpacks
Extension Packs: 2
Pack no. 0:   Oracle VM VirtualBox Extension Pack
Version:      4.2.51
Revision:     85227
Edition:      
Description:  USB 2.0 Host Controller, VirtualBox RDP, PXE ROM with E1000 support.
VRDE Module:  VBoxVRDP
Usable:       true 
Why unusable: 

Pack no. 1:   VNC
Version:      4.2.51_OSE
Revision:     47061
Edition:      
Description:  VNC plugin module
VRDE Module:  VBoxVNC
Usable:       true 
Why unusable: 
I am not sure the 4.2.16 extpack will work properly with builds from SVN since SVN is newer code. Try disabling USB 2 and see if it works or request the ExtPack from the DEVs on IRC
ss666
Posts: 16
Joined: 13. Mar 2013, 18:03
Primary OS: Ubuntu 12.12
VBox Version: OSE self-compiled
Guest OSses: Ubuntu,Win7,FreeBSD,Android
Location: Russia

Re: Build from SVN fail on Ubuntu 12.0.4

Post by ss666 »

By The Way:

Code: Select all

kBuild: Pass - Staging
kmk: *** No rule to make target `/usr/work/vbox/tools/bin/extpacks.sh', needed by `/usr/work/vbox/out/linux.amd64/release/obj/buildserver-extpacks/Oracle_VM_VirtualBox_Extension_Pack.vbox-extpack'.  Stop.
kmk: *** Waiting for unfinished jobs....
kmk: *** Exiting with status 2
ss666
Posts: 16
Joined: 13. Mar 2013, 18:03
Primary OS: Ubuntu 12.12
VBox Version: OSE self-compiled
Guest OSses: Ubuntu,Win7,FreeBSD,Android
Location: Russia

Re: Build from SVN fail on Ubuntu 12.0.4

Post by ss666 »

Where I can obtain the 4.2.51 extension pack you currently have in your list? Would you please provide a link?
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Build from SVN fail on Ubuntu 12.0.4

Post by Perryg »

Like I said you can not build the regular extpack since it is closed source, only the VNC extpack is open source.

"Where I can obtain the 4.2.51 extension pack you currently have in your list? Would you please provide a link?"

You request it from the DEVs on IRC. https://www.virtualbox.org/wiki/IRC
ss666
Posts: 16
Joined: 13. Mar 2013, 18:03
Primary OS: Ubuntu 12.12
VBox Version: OSE self-compiled
Guest OSses: Ubuntu,Win7,FreeBSD,Android
Location: Russia

Re: Build from SVN fail on Ubuntu 12.0.4

Post by ss666 »

OK, so - your recomendations? I really need to bring it up
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Build from SVN fail on Ubuntu 12.0.4

Post by Perryg »

Have you tried disabling USB 2 in the guest settings?
This should allow the guest to boot but without USB support.
Then ask the DEVs for the extpack that matches your build and revision. I can not give it to you because it is closed source and they are the only ones that can.
ss666
Posts: 16
Joined: 13. Mar 2013, 18:03
Primary OS: Ubuntu 12.12
VBox Version: OSE self-compiled
Guest OSses: Ubuntu,Win7,FreeBSD,Android
Location: Russia

Re: Build from SVN fail on Ubuntu 12.0.4

Post by ss666 »

with which command? I have CLI-only interface
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Build from SVN fail on Ubuntu 12.0.4

Post by Perryg »

Code: Select all

VBoxManage modifyvm <uuid|vmname>
                   [--usb on|off]
                   [--usbehci on|off]
usb is all usb and usbechi is the usb2 which should be all you need to disable. You will more than likely need to uninstall the Oracle ExtPack as well.

Code: Select all

VBoxManage extpack install [--replace] <tarball> |
                   uninstall [--force] <name> |
                   cleanup
User manual http://www.virtualbox.org/manual/UserManual.html See VBoxManage http://www.virtualbox.org/manual/ch08.html
Post Reply