Search Criteria
Package Details: virtualbox-kvm 20250903-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/virtualbox-kvm.git (read-only, click to copy) |
---|---|
Package Base: | virtualbox-kvm |
Description: | Powerful x86 virtualization for enterprise as well as home use (KVM backend) |
Upstream URL: | https://github.com/cyberus-technology/virtualbox-kvm |
Licenses: | GPL-3.0-only AND (GPL-3.0-only OR CDDL-1.0) |
Conflicts: | virtualbox, virtualbox-ose |
Replaces: | virtualbox-ose |
Submitter: | xyzzy |
Maintainer: | xyzzy (knoelli) |
Last Packager: | knoelli |
Votes: | 12 |
Popularity: | 1.06 |
First Submitted: | 2024-02-08 19:08 (UTC) |
Last Updated: | 2025-10-07 18:54 (UTC) |
Dependencies (64)
- curl (curl-gitAUR, curl-c-aresAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- liblzf
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtpms (libtpms-gitAUR)
- libvpx (libvpx-full-gitAUR, libvpx-gitAUR)
- libx11 (libx11-gitAUR)
- libxcursor
- libxext (libxext-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxml2 (libxml2-gitAUR)
- libxmu
- libxt
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- procps-ng (procps-ng-gitAUR)
- python (python37AUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-scxml
- qt6-tools
- Show 44 more dependencies...
Required by (0)
Sources (24)
- 001-disable-update.patch
- 004-drop-Wno-format.patch
- 008-no-vboxvideo.patch
- 009-properly-handle-i3wm.patch
- 012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
- 013-support-building-from-dkms.patch
- 018-upate-xclient-script.patch
- 020-python-3-12.patch
- 021-python-3-13.patch
- 022-FE-Qt-VBox-Manager-Create-destroy-notification-center.patch
- 60-vboxdrv.rules
- 60-vboxguest.rules
- https://download.virtualbox.org/virtualbox/7.2.0/VirtualBox-7.2.0.tar.bz2
- https://github.com/cyberus-technology/virtualbox-kvm/releases/download/dev-20250903/kvm-backend-7.2.0-dev-20250903.patch
- LocalConfig.kmk
- vboxdrmclient.path
- vboxdrmclient.service
- vboxreload
- vboxservice-nox.service
- vboxservice.service
- vboxweb.service
- virtualbox-guest-utils.sysusers
- virtualbox-host-dkms.conf
- virtualbox.sysusers
Latest Comments
1 2 3 4 5 Next › Last »
wheat32 commented on 2025-10-07 22:12 (UTC)
Perfect - works again! Thanks!
knoelli commented on 2025-10-07 18:57 (UTC)
I just updated PKGBUILD which should fix compilation and runtime errors by using source supplied curl library.
wheat32 commented on 2025-10-06 22:01 (UTC) (edited on 2025-10-06 22:07 (UTC) by wheat32)
Just started getting this error after doing a system update yesterday. Just me or are others affected?
Failed to create the VirtualBoxClient COM object.
The application will now terminate.
Callee RC: NS_ERROR_FACTORY_NOT_REGISTERED (0x80040154)
Running virtualbox via the terminal does not provide any additional errors beyond the normal Qt warnings.
VBoxSVC.log: 00:00:00.000255 main VirtualBox XPCOM Server 7.2.0 r170221 linux.amd64 (Sep 3 2025 22:46:02) release log 00:00:00.000257 main Build Type: release 00:00:00.000258 main OS Product: Linux 00:00:00.000258 main OS Release: 6.16.10-arch1-1 00:00:00.000259 main OS Version: #1 SMP PREEMPT_DYNAMIC Thu, 02 Oct 2025 19:26:36 +0000 00:00:00.000279 main Firmware type: UEFI 00:00:00.000825 main Secure Boot: Disabled 00:00:00.000852 main Host RAM: 95642MB (93.4GB) total, 89267MB (87.1GB) available 00:00:00.000854 main Executable: /usr/lib/virtualbox/VBoxSVC 00:00:00.000854 main Process ID: 9952 00:00:00.000854 main Package type: LINUX_64BITS_GENERIC (OSE) 00:00:00.001959 main rtldrNativeLoad: dlopen('/usr/lib/virtualbox/components/VBoxC.so', RTLD_NOW | RTLD_LOCAL) failed: libvpx.so.9: cannot open shared object file: No such file or directory 00:00:00.002360 main IPC socket path: /tmp/.vbox-nick-ipc/ipcd 00:00:00.002711 main rtldrNativeLoad: dlopen('/usr/lib/virtualbox/components/VBoxC.so', RTLD_NOW | RTLD_LOCAL) failed: libvpx.so.9: cannot open shared object file: No such file or directory
RodoMa92 commented on 2025-09-28 18:04 (UTC) (edited on 2025-09-29 16:08 (UTC) by RodoMa92)
Oh, wow, weird. It was failing on my end since the 7.2 patch release. My system was fully up to date. Nor sure why then, if it's fine from your end.I'll leave it there just in case other people have issues I guess.
knoelli commented on 2025-09-28 17:53 (UTC)
@RodoMa92 KVM patch was updated from upstream beginning of September and I have since updated the PKGBUILD to use the new patch together with VirtualBox 7.2 sources. Everything compiles and seems to work fine, so do you think your patch is still required?
RodoMa92 commented on 2025-09-28 16:21 (UTC)
@xyzzy the issue is not the upstream patch, but the newer versions of curl that are included in modern distribution have changed a particular behaviour on a specific type. This patch linked here makes it compile correctly: https://gist.github.com/RodoMa92/b8fd8e3ffccbded297d242d0c2e35360
Feel free to add this to the PKGBUILD.
Marco
OzzyHelix commented on 2025-08-16 11:02 (UTC)
I see is there a reason that virtualbox conflicts with kvm without this package?
xyzzy commented on 2025-08-16 11:01 (UTC)
@OzzyHelix: We can't, because the latest KVM patch release is still for VirtualBox 7.1.6.
OzzyHelix commented on 2025-08-16 10:51 (UTC)
can we please get this updated to V7.2
1 2 3 4 5 Next › Last »