Package Details: virtualbox-ext-oracle 7.1.10-1

Git Clone URL: https://aur.archlinux.org/virtualbox-ext-oracle.git (read-only, click to copy)
Package Base: virtualbox-ext-oracle
Description: Oracle VM VirtualBox Extension Pack
Upstream URL: https://www.virtualbox.org/
Keywords: virtualbox
Licenses: custom:PUEL
Submitter: seblu
Maintainer: seblu (eworm)
Last Packager: eworm
Votes: 1368
Popularity: 3.28
First Submitted: 2010-12-24 16:48 (UTC)
Last Updated: 2025-06-03 20:05 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Pinned Comments

seblu commented on 2019-04-25 17:41 (UTC)

There is no version dependency on this package on purpose! You could read comments back from 2011 to understand why.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 42 Next › Last »

bickman2k commented on 2023-01-21 03:39 (UTC) (edited on 2023-01-21 03:46 (UTC) by bickman2k)

The sha256 in the PKGBUILD appears to be for the wrong package. Referenced here: https://download.virtualbox.org/virtualbox/7.0.6/SHA256SUMS

21c3595361bb2365efe6139f1da724d362daa63fb92c38f686a01aa9200628b2 - Oracle_VM_VirtualBox_Extension_Pack-7.0.6-155176.vbox-extpack

292961aa8723b54f96f89f6d8abf7d8e29259d94b7de831dbffb9ae15d346434 - Oracle_VM_VirtualBox_Extension_Pack-7.0.6.vbox-extpack

292961aa8723b54f96f89f6d8abf7d8e29259d94b7de831dbffb9ae15d346434 - Oracle_VM_VirtualBox_Extension_Pack-7.0.6a-155176.vbox-extpack

ElijahLynn commented on 2023-01-20 21:03 (UTC) (edited on 2023-01-20 21:20 (UTC) by ElijahLynn)

Thanks @nelg. I was stuck with my system update with errors and found your comment here. I tried running it and the last command to install this package again, yay virtualbox-ext-oracle, is failing with:

  2 aur/virtualbox-ext-oracle-dev 7.0.7.155247-1 (+0 0.00) 
    Oracle VM VirtualBox Extension Pack for virtualbox dev version
1 aur/virtualbox-ext-oracle 7.0.6-1 (+1362 2.29) 
    Oracle VM VirtualBox Extension Pack
==> Packages to install (eg: 1 2 3, 1-3 or ^4)
==> 1
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur:1]  virtualbox-ext-oracle-7.0.6-1

  1 virtualbox-ext-oracle            (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
:: (1/1) Downloaded PKGBUILD: virtualbox-ext-oracle
  1 virtualbox-ext-oracle            (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
:: (1/1) Parsing SRCINFO: virtualbox-ext-oracle
==> Making package: virtualbox-ext-oracle 7.0.6-1 (Fri 20 Jan 2023 01:00:21 PM PST)
==> Retrieving sources...
  -> Downloading Oracle_VM_VirtualBox_Extension_Pack-7.0.6.vbox-extpack...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 17.6M  100 17.6M    0     0  11.0M      0  0:00:01  0:00:01 --:--:-- 11.0M
==> Validating source files with sha256sums...
    Oracle_VM_VirtualBox_Extension_Pack-7.0.6.vbox-extpack ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: virtualbox-ext-oracle 
         context: exit status 1 


==> Making package: virtualbox-ext-oracle 7.0.6-1 (Fri 20 Jan 2023 01:00:25 PM PST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found Oracle_VM_VirtualBox_Extension_Pack-7.0.6.vbox-extpack
==> Validating source files with sha256sums...
    Oracle_VM_VirtualBox_Extension_Pack-7.0.6.vbox-extpack ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error making: virtualbox-ext-oracle

nelg commented on 2023-01-19 22:05 (UTC) (edited on 2023-01-19 22:06 (UTC) by nelg)

For those needing a quick fix:

Uninstall virtualbox-ext-oracle, upgrade virtualbox, install virtualbox-ext-oracle

yay -R virtualbox-ext-oracle
yay virtualbox
yay virtualbox-ext-oracle

nelg commented on 2023-01-19 22:02 (UTC)

Commit https://aur.archlinux.org/cgit/aur.git/commit/?h=virtualbox-ext-oracle&id=8009c93e77a8a8317574ef42f5167a9d0a8fbb85

appears to be where the version pinning has occurred. This has broken my system updates as well.

Scimmia commented on 2023-01-18 17:16 (UTC)

Except that doesn't work for already installed packages, ranger, which is why this is an issue.

ranger commented on 2023-01-18 17:15 (UTC)

@Nocifer,

instead of editing a file in pacman database, which is NEVER recommended, you should just edit the dependencies line in the PKGBUILD. And this way you don't have to uninstall anything

Scimmia commented on 2023-01-18 16:48 (UTC)

Most people can even skip #3. It's no longer require for USB3.

zuzavo commented on 2023-01-18 16:45 (UTC) (edited on 2023-01-18 17:05 (UTC) by zuzavo)

To all with problems with the last update of virtualbox:

  1. Delete virtualbox-ext-oracle
  2. Update the system as always: pacman -Syu
  3. Reinstall virtualbox-ext-oracle

That's all

Nocifer commented on 2023-01-18 16:38 (UTC)

I suggest changing depends=("virtualbox=${pkgver}") to depends=("virtualbox>=${pkgver}"), otherwise this package messes up the whole system's updating process.

For anyone who's trying to update, just edit /var/lib/pacman/local/virtualbox-ext-oracle-7.0.4-1/desc and change virtualbox=7.0.4 to virtualbox>=7.0.4 under %DEPENDS%.

ranger commented on 2023-01-18 09:10 (UTC) (edited on 2023-01-18 09:10 (UTC) by ranger)

If you don't want to uninstall virtualbox-ext-oracle to upgrade virtualbox, just edit the PKGBUILD and change the dependencies line to

depends = virtualbox