UPDATE: This is solved. See a few posts down for how I did it. The purpose was to revert a patch applied to the intel-iommu driver, breaking it for many X58 boards, pending the official bugfix.
I need to patch the pve-kernel due to a bug concerning my mb and iommu.
I check out the pve-kernel package with git and try a dry run with just a regular 'make' and it fails::
The odd thing is, I was just able to compile and install a vanilla 4.7 kernel in order to test a fix for the aforementioned bug. The test 'worked' when the OS did not hardlock on boot, but there is no ZFS support in the mainline kernel, or I would just use that.
I assume I cannot simply apply the ZFS patches that came with the pve-kernel source to the mainline kernel.
Before I move on to trying to build a different kernel, and trying to get that to work with ZFS, I was hoping some one may have an idea as to why the compile is failing.
Thanks,
Brian
I need to patch the pve-kernel due to a bug concerning my mb and iommu.
I check out the pve-kernel package with git and try a dry run with just a regular 'make' and it fails::
Code:
CC [M] drivers/gpu/drm/nouveau/dispnv04/tvnv17.o
LD [M] drivers/gpu/drm/nouveau/nouveau.o
LD drivers/gpu/drm/built-in.o
LD drivers/gpu/built-in.o
Makefile:960: recipe for target 'drivers' failed
make[2]: *** [drivers] Error 2
scripts/package/Makefile:91: recipe for target 'deb-pkg' failed
make[1]: *** [deb-pkg] Error 2
Makefile:1250: recipe for target 'deb-pkg' failed
make: *** [deb-pkg] Error 2
The odd thing is, I was just able to compile and install a vanilla 4.7 kernel in order to test a fix for the aforementioned bug. The test 'worked' when the OS did not hardlock on boot, but there is no ZFS support in the mainline kernel, or I would just use that.
I assume I cannot simply apply the ZFS patches that came with the pve-kernel source to the mainline kernel.
Before I move on to trying to build a different kernel, and trying to get that to work with ZFS, I was hoping some one may have an idea as to why the compile is failing.
Thanks,
Brian
Last edited: