7.2.14-1: extpack never gets installed, /usr/share/virtualbox/extensions/ stays empty and the hook fails with "Not a regular file: /usr/share/virtualbox/extensions/". Upstream dropped the "VM_" from the filename; package()/.install still use the old name. Please update the glob. Workaround — install straight from Oracle:
ver=$(VBoxManage --version | grep -oP '^\d+\.\d+\.\d+')
curl -O "https://download.virtualbox.org/virtualbox/${ver}/Oracle_VirtualBox_Extension_Pack-${ver}.vbox-extpack"
sudo VBoxManage extpack install --replace "Oracle_VirtualBox_Extension_Pack-${ver}.vbox-extpack"
Pinned Comments
eworm commented on 2026-07-21 13:06 (UTC)
The update requires manual intervention once. We have news on
virtualbox-ext-vnc, the same applies for this package.https://archlinux.org/news/virtualbox-ext-vnc-7212-2-requires-manual-intervention/
eworm commented on 2025-10-28 16:29 (UTC)
Please build in a clean environment, and the version dependency is not an issue: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot