Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / virtualbox
Commits: cc64173e by Christian Hesse at 2024-11-26T13:37:28+01:00 build modules with GCC only Build of VirtualBox host drivers is only supported for Linux kernels compiled with GCC. Experience shows that using VirtualBox on CLANG compiled kernels leads to system freeze. https://www.virtualbox.org/ticket/22064 Closes: https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox/-/issues/9 - - - - - 3 changed files: - .SRCINFO - PKGBUILD - virtualbox-host-dkms.conf Changes: ===================================== .SRCINFO ===================================== @@ -65,7 +65,7 @@ pkgbase = virtualbox source = 018-upate-xclient-script.patch source = 020-python-3-12.patch sha256sums = 872e7a42b41f8558abbf887f1bdc7aac932bb88b2764d07cbce270cab57e3b5e - sha256sums = 76d98ea062fcad9e5e3fa981d046a6eb12a3e718a296544a68b66f4b65cb56db + sha256sums = 14f57374567f91332c072e0cb54cb0730cf726f39028aa0b6466b32913254a79 sha256sums = 07fe5c8b313cd7f01505eb9721357269a288ccd0c04e6467afb954038d6f46df sha256sums = 2101ebb58233bbfadf3aa74381f22f7e7e508559d2b46387114bc2d8e308554c sha256sums = da4c49f6ca94e047e196cdbcba2c321199f4760056ea66e0fbc659353e128c9e ===================================== PKGBUILD ===================================== @@ -75,7 +75,7 @@ source=("https://download.virtualbox.org/virtualbox/${pkgver}/VirtualBox-${_tarv '018-upate-xclient-script.patch' '020-python-3-12.patch') sha256sums=('872e7a42b41f8558abbf887f1bdc7aac932bb88b2764d07cbce270cab57e3b5e' - '76d98ea062fcad9e5e3fa981d046a6eb12a3e718a296544a68b66f4b65cb56db' + '14f57374567f91332c072e0cb54cb0730cf726f39028aa0b6466b32913254a79' '07fe5c8b313cd7f01505eb9721357269a288ccd0c04e6467afb954038d6f46df' '2101ebb58233bbfadf3aa74381f22f7e7e508559d2b46387114bc2d8e308554c' 'da4c49f6ca94e047e196cdbcba2c321199f4760056ea66e0fbc659353e128c9e' ===================================== virtualbox-host-dkms.conf ===================================== @@ -17,6 +17,7 @@ PACKAGE_NAME="vboxhost" PACKAGE_VERSION=@VERSION@_OSE AUTOINSTALL=yes +BUILD_EXCLUSIVE_CONFIG="CONFIG_CC_IS_GCC" BUILT_MODULE_NAME[0]="vboxdrv" BUILT_MODULE_LOCATION[0]="vboxdrv" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox/-/commit/cc64173ee428274adc668d68a02c9dbbd2cf1368 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox/-/commit/cc64173ee428274adc668d68a02c9dbbd2cf1368 You're receiving this email because of your account on gitlab.archlinux.org.