Hi there,
I'm trying to update my tutorial for removing the RMRR check to Eoan because Intel changed their intel-iommu driver, which means I need to make a new patch.
(https://forum.proxmox.com/threads/t...ntel-iommu-driver-to-remove-rmrr-check.36374/)
However, compiling the latest pve-kernel git causes an error, even if I just run the make clean without modifications:
Commands:
Error:
This error persists no matter what I do, am I missing something or is the pve-kernel.git currenly broken @Thomas Lamprecht ?
I'm trying to update my tutorial for removing the RMRR check to Eoan because Intel changed their intel-iommu driver, which means I need to make a new patch.
(https://forum.proxmox.com/threads/t...ntel-iommu-driver-to-remove-rmrr-check.36374/)
However, compiling the latest pve-kernel git causes an error, even if I just run the make clean without modifications:
Commands:
Code:
cd /usr/src/
git clone git://git.proxmox.com/git/pve-kernel.git
cd pve-kernel
make
Error:
Code:
<snip>
LD [M] ubuntu/xr-usb-serial/xr_usb_serial_common.ko
LD [M] virt/lib/irqbypass.ko
make[2]: Leaving directory '/usr/src/pve-kernel/build/ubuntu-eoan'
make[1]: *** [debian/rules:98: .compile_mark] Error 2
make[1]: Leaving directory '/usr/src/pve-kernel/build'
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
make: *** [Makefile:58: pve-kernel-5.3.10-1-pve_5.3.10-1_amd64.deb] Error 2
This error persists no matter what I do, am I missing something or is the pve-kernel.git currenly broken @Thomas Lamprecht ?