Author Topic: [SOLVED] problem with getvirtualbox after update  (Read 998 times)

Offline ezas

  • Sr. Member
  • ****
  • Posts: 251
  • Permanent learner
[SOLVED] problem with getvirtualbox after update
« on: September 14, 2010, 07:09:04 PM »
Did the big update last night and saw a message go by about removing virtualbox but didn't think too much about it assuming it would be replaced with a newer version of the script

So today I went to launch VB and the menu entry was dead. (just a label in the menu). No biggie I'll just reinstall. So when I went to get getvirtualbox 3.2.8) from Synaptic it came back with an unresolved dependency lipython2.5-devel

Clicking on libpython2.5-devel has an unresolved dependency on Python 2.5.2

Looking for Python 2.5.2 I find that Python 2.6.6 is installed.

Looking at the dependencies for Python 2.6.6 is Python-base which is not installed. But python 2.6.6 obsoletes anything < python-base 2.6

python-base in the repos is 2.5.2

Also getvirtualbox is only on one of the pass servers.

Now I'm in deep enough that I'd like some direction on the right way to resolve this.

Do I just need to wait awhile and try again later?
« Last Edit: September 15, 2010, 12:36:16 AM by Texstar »
I find that a few strong early-evening bourbons have a way
of blowing open whatever trap it is that I've construed
for myself by day's end, allowing me at least a brief review,
past the flying, incendiary wreckage, of the roads not taken."
Author unknown

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12534
Re: problem with getvirtualbox after update
« Reply #1 on: September 14, 2010, 08:00:30 PM »
What? All you have to do is re-run the script after upgrading. 

Name:           %{name}
Version:        3.2.8
Release:        %mkrel 2

License:        GNU General Public License (GPL)
URL:            http://www.virtualbox.org/
Source:         %{name}-%{version}.tar.gz
Summary:        Script to install Oracle VM VirtualBox
Summary(de):    Skript zur Installation von Oracle VM VirtualBox
Summary(fr):   Script pour installer Oracle VM VirtualBox
Group:          Emulators
Requires:   zenity
Requires:   bash
Requires:   wget apt apt-common libapt-pkg0
Requires:   gksu
Requires:   x11-driver-input-vboxmouse
Requires:   x11-driver-video-vboxvideo
Requires:   libpython2.6-devel
Requires:   python >= 2.6.6

BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Requires:      glibc >= 2.10.1
Requires:      libstdc++6 >= 4.4.1
Obsoletes:   %{name} < %version
Conflicts:   dkms-vboxadditions
Conflicts:   dkms-virtualbox
Conflicts:   virtualbox
Conflicts:   virtualbox-guest-additions
Conflicts:   VirtualBox-3.1

%description
This is a Zenity Script that will download and install
Oracle VM Virtual Box Non-OSE version with USB support
for the PCLinuxOS 2010 Distribution.

* Mon Sep 06 2010 Texstar <Texstar at gmail.com> 3.2.8-2pclos2010
- update for python 2.6.6

Thanks to everyone who donates. You keep the servers running.

Online NoIBnds

  • Hero Member
  • *****
  • Posts: 1181
Re: problem with getvirtualbox after update
« Reply #2 on: September 14, 2010, 08:39:00 PM »
But if you mark all updates it wants to "remove" getvirtualbox without putting in a new script. Where is the new getvirtualbox script?
Retired from Fighting Crime and or Evil for Truth, Justice, and the American Way.

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11591
  • ----IOFLU----
Re: problem with getvirtualbox after update
« Reply #3 on: September 14, 2010, 08:50:44 PM »
But if you mark all updates it wants to "remove" getvirtualbox without putting in a new script. Where is the new getvirtualbox script?

If your VBox was removed, it was because the new script was already being upgraded. Now run it.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline ezas

  • Sr. Member
  • ****
  • Posts: 251
  • Permanent learner
Re: problem with getvirtualbox after update
« Reply #4 on: September 14, 2010, 08:52:59 PM »
In synaptic 'getvirtualbox' is marked as not installed. Marking the script to install is enough to get the unresolved dependencies.

A search of my /home directory does not find getvirtualbox and it's not in the kickoff menu when I search for it and isn't found by krunner when I type it.

Edit to add: Where should it be located I can't find it on my drive.
« Last Edit: September 14, 2010, 08:57:15 PM by ezas »
I find that a few strong early-evening bourbons have a way
of blowing open whatever trap it is that I've construed
for myself by day's end, allowing me at least a brief review,
past the flying, incendiary wreckage, of the roads not taken."
Author unknown

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12534
Re: problem with getvirtualbox after update
« Reply #5 on: September 14, 2010, 08:56:43 PM »
Let me re-upload the getvirtualbox package to pass. Hang on a few...


Thanks to everyone who donates. You keep the servers running.

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11591
  • ----IOFLU----
Re: problem with getvirtualbox after update
« Reply #6 on: September 14, 2010, 08:58:48 PM »
In synaptic 'getvirtualbox' is marked as not installed. Marking the script to install is enough to get the unresolved dependencies.

A search of my /home directory does not find getvirtualbox and it's not in the kickoff menu when I search for it and isn't found by krunner when I type it.

Edit to add: Where should it be located I can't find it on my drive.

[root@littleboy ~]# which getvirtualbox
/usr/bin/getvirtualbox
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline ezas

  • Sr. Member
  • ****
  • Posts: 251
  • Permanent learner
Re: problem with getvirtualbox after update
« Reply #7 on: September 14, 2010, 09:00:51 PM »
Wow, thanks for your quick response. It's not critical for me but it's still appreciated.

Checked /usr/bin and it's not there.

« Last Edit: September 14, 2010, 09:04:37 PM by ezas »
I find that a few strong early-evening bourbons have a way
of blowing open whatever trap it is that I've construed
for myself by day's end, allowing me at least a brief review,
past the flying, incendiary wreckage, of the roads not taken."
Author unknown

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12534
Re: problem with getvirtualbox after update
« Reply #8 on: September 14, 2010, 09:12:44 PM »
Wow, thanks for your quick response. It's not critical for me but it's still appreciated.

Checked /usr/bin and it's not there.



Update your file list from synaptic and try to install getvirtualbox. Once installed just run the script from the menu and it should work.


Thanks to everyone who donates. You keep the servers running.

Offline johnmart

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1105
  • Make Love Not War
Re: problem with getvirtualbox after update
« Reply #9 on: September 14, 2010, 11:23:53 PM »
Installed the new getvirtualbox & VBox installed smoothly.
Big update well done! Thanks texstar!
btw. with VB's next update, synaptics will remove the getVB script, but we need to install the new script & run it to upgrade, rt? Tx.
Acer Aspire, Intel core2 2.20GHz, ‎Graphics nVidia ‎G98M [GeForce G 105M], 2gb ram, Wireless Intel Link 5100

Why, any 5 year old child could understand this.
Somebody bring me a 5 year old.
Groucho

Offline ezas

  • Sr. Member
  • ****
  • Posts: 251
  • Permanent learner
Re: problem with getvirtualbox after update
« Reply #10 on: September 15, 2010, 12:35:29 AM »
All good here now. Thanks
I find that a few strong early-evening bourbons have a way
of blowing open whatever trap it is that I've construed
for myself by day's end, allowing me at least a brief review,
past the flying, incendiary wreckage, of the roads not taken."
Author unknown