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

[4.4-rcX] checking spl build directory takes forever - can't find kmod spl devel <kernel> package #4054

Closed
philmmanjaro opened this issue Nov 30, 2015 · 7 comments

Comments

@philmmanjaro
Copy link

checking zfs config... kernel
checking for -Wno-unused-but-set-variable support... yes
checking for -Wno-bool-compare support... yes
checking kernel source directory... /usr/lib/modules/4.4.0-1-MANJARO/build
checking kernel build directory... /usr/lib/modules/4.4.0-1-MANJARO/build
checking kernel source version... 4.4.0-1-MANJARO
checking kernel file name for module symbols... Module.symvers
checking spl source directory... /usr/src/spl-0.6.5.2
checking spl build directory... /home/phil/dev/git/manjaro/repositories/extra/linux44-extramodules/spl_zfs/src/dkms/spl/0.6.5.2/build
configure: error: 
    *** Please make sure the kmod spl devel <kernel> package for your
    *** distribution is installed then try again.  If that fails you
    *** can specify the location of the spl objects with the
    *** '--with-spl-obj=PATH' option.

Building module:
cleaning build area...(bad exit status: 2)
make KERNELRELEASE=4.4.0-1-MANJARO...(bad exit status: 2)
Error! Bad return status for module build on kernel: 4.4.0-1-MANJARO (x86_64)
Consult /home/phil/dev/git/manjaro/repositories/extra/linux44-extramodules/spl_zfs/src/dkms/zfs/0.6.5.2/build/make.log for more information.

Do I miss something here? The source it finds on every other kernel also: spl-dkms /usr/src/spl-0.6.5.2/

@philmmanjaro
Copy link
Author

Here is the config.log.

@philmmanjaro
Copy link
Author

Here is another try with zfs. However spl works just fine.

@philmmanjaro
Copy link
Author

Ok, issue is within dkms 2.2.0.3+git151023-1. I've to check what changed here.

@dasJ
Copy link

dasJ commented Jan 5, 2016

Had the same issue, fixed it by running # dkms autoinstall

@jwise
Copy link

jwise commented Sep 11, 2016

I just tripped on this in Debian -- spl works okay for me, zfs doesn't. I'm running dkms 2.2.1.0+git20160527-1.

@jwise
Copy link

jwise commented Sep 11, 2016

@mailinglists35
Copy link

mailinglists35 commented Oct 1, 2016

This is solved by https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836578

nope.

maintainer claims it's fixed but for me it's still not working for kernels 4.6 and 4.7 from jessie-backports

checking spl build directory... <- here stays for a "sleep 600" period (10 minutes)
then fails with

configure: error:
*** Please make sure the kmod spl devel package for your
*** distribution is installed then try again. If that fails you
*** can specify the location of the spl objects with the
*** '--with-spl-obj=PATH' option.

spl builds ok on both 4.6 and 4.7

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

4 participants