New comment by kapcom01 on void-packages repository https://github.com/void-linux/void-packages/pull/11994#issuecomment-500630112 Comment: Hello. I have a Raspberry Pi 3 with the _void-rpi2-PLATFORMFS-20181111_ image installed. The package was built successfully following the [guide on the wiki](https://wiki.voidlinux.org/Xbps-src#Quick_Start) but when I tried to install it with `xi zfs` it failed to build dkms just like zfs 0.7.13. ``` # xi zfs .... .... zfs-0.8.0_1: configuring ... Added DKMS module 'zfs-0.8.0'. Skipping kernel-4.14.79_1. kernel-headers package not installed... Building DKMS module 'zfs-0.8.0' for kernel-4.19.46_1... FAILED! DKMS module 'zfs-0.8.0' failed to build, please check /var/lib/dkms for errors in the log file. Building DKMS module 'zfs-0.8.0' for kernel-4.19.49_1... FAILED! DKMS module 'zfs-0.8.0' failed to build, please check /var/lib/dkms for errors in the log file. zfs-0.8.0_1: installed successfully. 0 downloaded, 26 installed, 0 updated, 26 configured, 0 removed. ``` Here is the build log: [/var/lib/dkms/zfs/0.8.0/build/config.log](https://github.com/void-linux/void-packages/files/3274126/config.log) Then I tried to build the missing plugins: ``` # cd /usr/src/rpi-kernel-headers-4.19.46_1/ # make scripts HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf scripts/kconfig/conf --syncconfig Kconfig drivers/ras/Kconfig:33: can't open file "arch/x86/ras/Kconfig" make[2]: *** [scripts/kconfig/Makefile:69: syncconfig] Error 1 make[1]: *** [Makefile:539: syncconfig] Error 2 make: *** [Makefile:638: include/config/auto.conf.cmd] Error 2 make: *** [include/config/auto.conf.cmd] Deleting file 'include/config/tristate.conf' ``` EDIT: I forgot to mention that I have installed _rpi-kernel-headers_ from my previous attempt to install zfs 0.7.13.