@mikers: How many times do I need to explain this? No versioned dependencies in AUR! Not even in makedepends! Keep your system regularly up-to-date and you won't have any problems. Otherwise edit the PKGBUILD locally by yourself.
And makedepends are not needed here, because there doesn't need to be built anything. Makedepends is for packages which are needed to build (compile) a package, but not for running this software, and which can be uninstalled after the package is built. This is not the case here. And if it was the case, what sense does it make to build a package with a newer version than the installed one? It makes no sense, because the package could then easily be broken.
And usually there is a reason why a package is not moved from [testing] to the stable repos.
@seblu: It would be nice if you would follow the stable repos and not [testing] resp. [community-testing].
Search Criteria
Package Details: virtualbox-ext-oracle 7.1.10-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: | 1370 |
Popularity: | 4.26 |
First Submitted: | 2010-12-24 16:48 (UTC) |
Last Updated: | 2025-06-03 20:05 (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 .. 28 29 30 31 32 33 34 35 36 37 38 .. 42 Next › Last »
<deleted-account> commented on 2011-11-06 18:22 (UTC)
chungy commented on 2011-11-06 17:17 (UTC)
Hey I know this is a rather discussed topic already, but what if this package had a makedepends=("virtualbox-$pkgver")? As the current version of VirtualBox has still not left testing in the main repositories, this will at least stop automated AUR wrappers from building this package, but it will not prevent upgrading either virtualbox or virtualbox-ext-oracle.
trusktr commented on 2011-10-14 12:09 (UTC)
I don't really know about that, but you seem to have a good point cyberpatrol.
<deleted-account> commented on 2011-07-20 10:25 (UTC)
No, please, not again a versioned dependency! This just causes big trouble with updating the system like discussed very often.
@monson: Arch Linux is a rolling release distro which has only one (the newest) version of each package in the repos. So it can be assumed that everybody has the newest version installed. Keep your system up-to-date and regularly run `pacman -Syu` or even better `yaourt -Syua` and you won't have any problems with that. With versioned dependencies you regularly need to manually uninstall this package to be able to run a `pacman -Syu` and manuall reinstall it afterwards.
monson commented on 2011-07-20 04:15 (UTC)
To be convenient to most people, I think it's better to modify to depends=("virtualbox=$pkgver"),
as the "virtualbox_bin" PKGBUILD already provides=("virtualbox=${pkgver}").
mukhametshin commented on 2011-07-19 23:23 (UTC)
qs9rx:
Now virtualbox_bin is already in repo. Just try to update virtualbox_bin first, and this package hereafter, it should work. However I'm sure seblu will fix it soon.
seblu commented on 2011-07-19 18:35 (UTC)
yes it did not check. You can find why in previous comment.
qs9rx commented on 2011-07-19 14:42 (UTC)
Proceed with installation? [Y/n]
(1/1) checking package integrity [#########################################################] 100%
(1/1) checking for file conflicts [#########################################################] 100%
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
(1/1) upgrading virtualbox-ext-oracle [#########################################################] 100%
0%...
Progress state: NS_ERROR_FAILURE
VBoxManage: error: Failed to install "/usr/share/virtualbox/extensions/Oracle_VM_VirtualBox_Extension_Pack-4.1.0.vbox-extpack": VBoxExtPackRegister returned VERR_VERSION_MISMATCH, pReg=00000000 ErrInfo='VirtualBox version mismatch - expected 4.1 got 4.0'
error: command failed to execute correctly
---------------------------------------------
pacman -Qs gives me
local/virtualbox 4.0.12-1
local/virtualbox-additions 4.0.12-1
local/virtualbox-ext-oracle 4.1.0-1
So I guess it did not check for the needed vbox version which is not in the repositories yet (just released today).
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.