New update right now. My first attempt to install have failed. But uninstalling the package and reinstalling the update again works fine.
Search Criteria
Package Details: virtualbox-ext-oracle 7.1.8-1
Package Actions
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: | 1363 |
Popularity: | 0.99 |
First Submitted: | 2010-12-24 16:48 (UTC) |
Last Updated: | 2025-04-15 18:16 (UTC) |
Dependencies (2)
- virtualbox (virtualbox-svnAUR, virtualbox-binAUR)
- rdesktop (optional) – client to connect vm via RDP
Required by (1)
- virtualbox-bin (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 42 Next › Last »
zuzavo commented on 2023-03-10 17:42 (UTC) (edited on 2023-03-10 17:44 (UTC) by zuzavo)
ogarcia commented on 2023-03-10 15:07 (UTC)
Same error here
semeion commented on 2023-03-10 13:02 (UTC)
I am getting same error like other users [2].
MartinX3 commented on 2023-03-10 11:38 (UTC)
The file Oracle_VM_VirtualBox_Extension_Pack-7.0.6.vbox-extpack exists. However I get the same error like the other users.
ArthurBorsboom commented on 2023-03-10 11:30 (UTC)
I have the same error message when upgrading, which I haven't seen before.
(1/1) upgrading virtualbox-ext-oracle [#########################################################################] 100%
VBoxManage: error: '/usr/share/virtualbox/extensions/Oracle_VM_VirtualBox_Extension_Pack-7.0.6.vbox-extpack' file not found
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ExtPackFileWrap, interface IExtPackFile, callee nsISupports
VBoxManage: error: Context: "Install(fReplace, __null, ptrProgress.asOutParam())" at line 1910 of file VBoxManageMisc.cpp
error: command failed to execute correctly
VorpalWay commented on 2023-03-10 11:14 (UTC)
The latest version (7.0.6-2) does not install:
(2/2) upgrading virtualbox-ext-oracle [#####################################################################] 100%
VBoxManage: error: '/usr/share/virtualbox/extensions/Oracle_VM_VirtualBox_Extension_Pack-7.0.6.vbox-extpack' file not found
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ExtPackFileWrap, interface IExtPackFile, callee nsISupports
VBoxManage: error: Context: "Install(fReplace, __null, ptrProgress.asOutParam())" at line 1910 of file VBoxManageMisc.cpp
error: command failed to execute correctly
The correct file name should be /usr/share/virtualbox/extensions/Oracle_VM_VirtualBox_Extension_Pack-7.0.6a-155176.vbox-extpack
yurikoles commented on 2023-03-10 11:13 (UTC)
There is error in install script, version in install script, ${1%%-*}
resolves to 7.0.6
, but on FS it's 7.0.6a-155176
.
DarwinSurvivor commented on 2023-03-09 07:33 (UTC)
Given your limited time, I've taken the liberty of generating a diff for you to fix the current checksum mismatch.
diff --git a/PKGBUILD b/PKGBUILD
index c800d6c..b5ee0fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ options=('!strip')
install=virtualbox-ext-oracle.install
source=("https://download.virtualbox.org/virtualbox/$pkgver/Oracle_VM_VirtualBox_Extension_Pack-$pkgver.vbox-extpack")
noextract=("Oracle_VM_VirtualBox_Extension_Pack-$pkgver.vbox-extpack")
-sha256sums=('21c3595361bb2365efe6139f1da724d362daa63fb92c38f686a01aa9200628b2')
+sha256sums=('292961aa8723b54f96f89f6d8abf7d8e29259d94b7de831dbffb9ae15d346434')
prepare() {
# shrink uneeded cpuarch
eworm commented on 2023-03-07 20:14 (UTC)
The situation here is very unclear. Anybody has issues with either of the packs or can give details on what changed. This is really screwed by Oracle.
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.