Closed issue by emacsomancer on void-packages repository https://github.com/void-linux/void-packages/issues/20673 Description: ### System * xuname: Linux sushoma 5.4.29_1 #1 SMP PREEMPT Wed Apr 1 10:52:40 UTC 2020 x86_64 GNU/Linux * package: zfs-0.8.3_2, linux4.14 ### Expected behavior Properly rebuild dkms modules. ### Actual behavior Dies while building DKMS module. Even worse, this means it doesn't try to rebuild DKMS modules for other kernels (ideally a DKMS module dying in some fashion shouldn't stop the other modules from building...especially since all of the old ZFS DKMS modules get removed first) ``` sudo xbps-reconfigure -f linux4.19 linux5.4 linux4.19: configuring ... Executing post-install kernel hook: 10-dkms ... Available DKMS module: acpi_call-1.2.0. Available DKMS module: wireguard-1.0.20200401. Available DKMS module: zfs-0.8.3. Building DKMS module: acpi_call-1.2.0... done. Building DKMS module: wireguard-1.0.20200401... done. Building DKMS module: zfs-0.8.3... killed ``` ### Steps to reproduce the behavior Install new `zfs-0.8.3_2` or reconfigure `linux4.14`