You are not logged in.

#1 2011-01-20 18:15:03

aurelieng
Member
Registered: 2010-02-02
Posts: 104

Virtualbox 4.0.0 was not automatically updated by packer

Dear all,

I've been running virtualbox 4.0.0 since is has been included in the community repository. I noticed today that even though 4.0.2 is out, 4.0.0 has not been automatically upgraded. I managed to install it by running "pacman -S virtualbox", and it goes smoothly.

I wonder if there might be other packages that are installed and, for whatever reasons, out of sync of the repos. How can this be ?

Cheers,

Aurel.

Offline

#2 2011-01-20 18:20:33

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Virtualbox 4.0.0 was not automatically updated by packer

paste pacman.conf and mirrorlist


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2011-01-20 18:37:28

aurelieng
Member
Registered: 2010-02-02
Posts: 104

Re: Virtualbox 4.0.0 was not automatically updated by packer

pacman.conf:

[options]
HoldPkg     = pacman glibc
SyncFirst   = pacman
[core]
Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/mirrorlist
[community]
Include = /etc/pacman.d/mirrorlist
[multilib]
Include = /etc/pacman.d/mirrorlist

mirrorlist:

Server = ftp://mirrors.kernel.org/archlinux/$repo/os/x86_64
Server = http://mirrors.kernel.org/archlinux/$repo/os/x86_64
Server = http://mir.archlinux.fr/$repo/os/x86_64
Server = ftp://mir1.archlinuxfr.org/archlinux/$repo/os/x86_64
Server = ftp://mir2.archlinuxfr.org/archlinux/$repo/os/x86_64
Server = http://mir1.archlinuxfr.org/archlinux/$repo/os/x86_64
Server = http://mir2.archlinuxfr.org/archlinux/$repo/os/x86_64
Server = ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/x86_64
Server = http://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/x86_64
Server = ftp://ftp.free.fr/mirrors/ftp.archlinux.org/$repo/os/x86_64
Server = ftp://ftp.rez-gif.supelec.fr/Linux/archlinux/$repo/os/x86_64
Server = http://archlinux.limun.org/$repo/os/x86_64
Server = ftp://www.archlinuxppc.org/x86_64/$repo/os/i686
Server = ftp://mirror.giantix-server.de/archlinux/$repo/os/x86_64
Server = http://mirror.giantix-server.de/archlinux/$repo/os/x86_64
Server = ftp://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/x86_64
Server = http://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/x86_64
Server = ftp://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/x86_64
Server = http://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/x86_64
Server = ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/x86_64
Server = http://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/x86_64
Server = ftp://mirrors2.portafixe.com/archlinux/$repo/os/x86_64
Server = http://mirrors2.portafixe.com/archlinux/$repo/os/x86_64
Server = ftp://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/x86_64
Server = http://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/x86_64
Server = ftp://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/x86_64
Server = http://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/x86_64
Server = ftp://ftp.uni-bayreuth.de/pub/linux/archlinux/$repo/os/x86_64
Server = http://ftp.uni-bayreuth.de/linux/archlinux/$repo/os/x86_64
Server = ftp://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/x86_64
Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/x86_64
Server = ftp://ftp.wh-stuttgart.net/archlinux/$repo/os/x86_64
Server = ftp://archlinux.puzzle.ch/$repo/os/x86_64
Server = http://archlinux.puzzle.ch/$repo/os/x86_64

Offline

#4 2011-01-20 18:44:02

siriusb
Member
From: Hungary
Registered: 2010-01-01
Posts: 422

Re: Virtualbox 4.0.0 was not automatically updated by packer

I think, the issue is:

error: failed to prepare transaction (could not satisfy dependencies)
:: virtualbox-ext-oracle: requires virtualbox=4.0.0

I'm not sure what is the best way to upgrade virtualbox. Uninstall extension, upgrade VB, install new version of extension again a little bit... well, you know.

Offline

#5 2011-01-20 19:41:16

aurelieng
Member
Registered: 2010-02-02
Posts: 104

Re: Virtualbox 4.0.0 was not automatically updated by packer

Unfortunately, I don't think that the problem I report is linked to virtualbox-ext-oracle, since this package was not installed (hence cannot prevent 4.0.0 to be upgraded).

Any idea ?

Offline

#6 2011-01-21 08:26:59

MadTux
Member
Registered: 2009-09-20
Posts: 553

Re: Virtualbox 4.0.0 was not automatically updated by packer

Are you sure that the package virtualbox-ext-oracle is not installed on your system? From this discussion

http://aur.archlinux.org/packages.php?ID=44761

there seem to be a lot of problems with this particular package. I have virtualbox without that package installed and have no problems with upgrading virtualbox.

Offline

#7 2011-01-21 08:29:38

aurelieng
Member
Registered: 2010-02-02
Posts: 104

Re: Virtualbox 4.0.0 was not automatically updated by packer

Yes, I am sure that virtualbox-ext-oracle is not installed.

Offline

#8 2011-01-21 09:39:38

Army
Member
Registered: 2007-12-07
Posts: 1,784

Re: Virtualbox 4.0.0 was not automatically updated by packer

Sorry, but how is this possible? Pacman doesn't just make things up.

In this case I'd suggest you run pacman -Rcns virtualbox and after that install it again. Then you have the new version.

Offline

Board footer

Powered by FluxBB