Package Details: virtualbox-ext-oracle 7.1.4-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: 1361
Popularity: 1.02
First Submitted: 2010-12-24 16:48 (UTC)
Last Updated: 2024-10-15 16:10 (UTC)

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 .. 16 17 18 19 20 21 22 23 24 25 26 .. 42 Next › Last »

WFV commented on 2016-10-30 21:40 (UTC) (edited on 2016-10-30 23:47 (UTC) by WFV)

I'm getting these errors when updating this package: error: 'jre8-openjdk-headless-8.u112-1': description file is missing error: 'jre8-openjdk-headless-8.u112-1': file list is missing Yet the jre8-openjdk-headless-8 directory does exist in /var/lib/pacman/local and isn't empty, and pacman -Qi shows it is version .u112-1. Happens using pacaur and yaourt, pacaur gives a little more info in the error. What can I do to remedy it? Thanks. EDIT: my mistake, had to set default java enviro to 8 today after -Syyu, all is well.

brain_death commented on 2016-10-20 18:35 (UTC)

For the latest version, use: pkgver=5.1.8 md5sums=('79a603d85d38a5c793673ddd7f2f166b')

emilburzo commented on 2016-09-16 16:19 (UTC)

For the latest version, use: pkgver=5.1.6 md5sums=('d01ce44646623ee90cecda322c7f34f9')

emilburzo commented on 2016-07-16 15:52 (UTC)

For the latest version, use: pkgver=5.1.0 md5sums=('06c5c47fd1d21bf6701a2f3b2146c7e1')

pgoetz commented on 2016-07-16 10:22 (UTC)

rdesktop is woefully out of date. I would add remmina as an optional dependency and perhaps drop rdesktop altogether. There's also gnome-rdp, although I haven't tried it and don't know what state it's in.

grawity commented on 2016-07-07 05:22 (UTC)

I found the difference. Apparently having TAR_OPTIONS="--xattrs" in the environment causes tar to use a format different from the default.

perlsite commented on 2016-07-01 18:32 (UTC)

Well, as workaround just use the "Download snapshot", extract in /tmp/vbep open the PKGBUILD and change to "pkgver=5.0.24" and "md5sums=('f576d8521e6315b507ae7daab495c1e6')" respectively. Keep only PKGBUILD and virtualbox-ext-oracle.install files. Delete all the other inside /tmp/vbep run: makepkg and then: sudo pacman -U virtualbox-ext-oracle-5.0.24-1-any.pkg.tar Done.

j1simon commented on 2016-06-29 19:09 (UTC)

Why this package in your repository (http://seblu.net/a/$repo/$arch) is outdated? $ pacman -Sl seblu | grep virtualbox seblu virtualbox-ext-oracle 5.0.20-1

seblu commented on 2016-06-14 20:35 (UTC) (edited on 2016-06-14 20:36 (UTC) by seblu)

I appreciate your comment but it works perfectly for me since years.

grawity commented on 2016-06-14 05:32 (UTC)

I appreciate the attempts to "shrink" the extpack file, but VirtualBox isn't actually able to import it after the repacking. (In fact I don't think it has worked in the last *year* or so.) The install process always fails with: VBoxManage: error: RTVfsFsStrmNext failed: VERR_TAR_UNSUPPORTED_PAX_TYPE It seems that VirtualBox only understands --format=gnu and --format=ustar, *not* the default 'pax' format. (The original file uses GNU tar format.)