Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problems with zfs-0.8.3_2 #20673

Closed
emacsomancer opened this issue Apr 5, 2020 · 4 comments
Closed

problems with zfs-0.8.3_2 #20673

emacsomancer opened this issue Apr 5, 2020 · 4 comments

Comments

@emacsomancer
Copy link
Contributor

System

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

@emacsomancer
Copy link
Contributor Author

emacsomancer commented Apr 5, 2020

Killed rofl

It wasn't killed via user input, either the first time this occurred via sudo xbps-install -Su or the second time when it occurred via sudo xbps-reconfigure -f linux4.14.

@ahesford
Copy link
Member

ahesford commented Apr 5, 2020

The zfs-0.8.3_2 DKMS builds for me with linux4.14-4.14.174_1 on x86_64. Your text references linux4.14, but your output refers to linux4.19. I've had no problems building against either. Can you reconcile the difference and see if there is a DKMS build log in /var/lib/dkms/zfs/0.8.3/build/make.log that explains the error?

@emacsomancer
Copy link
Contributor Author

The zfs-0.8.3_2 DKMS builds for me with linux4.14-4.14.174_1 on x86_64. Your text references linux4.14, but your output refers to linux4.19. I've had no problems building against either. Can you reconcile the difference and see if there is a DKMS build log in /var/lib/dkms/zfs/0.8.3/build/make.log that explains the error?

I was eventually able to get them to build, and so I didn't see anything in the DKMS build log after that. I'll keep an eye on it and re-open if I have something definitive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@emacsomancer @ahesford and others