linux-apfs / linux-apfs-rw

APFS module for linux, with experimental write support
GNU General Public License v2.0
545 stars 36 forks source link

Fix `/var/lib/dkms/linux-apfs-rw/0.3.6/build/super.c:17:10: fatal err… #60

Closed 31core closed 10 months ago

31core commented 10 months ago

Fix /var/lib/dkms/linux-apfs-rw/0.3.6/build/super.c:17:10: fatal error: version.h: No such file or directory when sudo dkms install linux-apfs-rw/0.3.6

eafer commented 10 months ago

Uggggh, I guess I need to start testing dkms too before a release. Thanks for letting me know about this. I'm not happy about having to give up the git commit ids though, I wonder if there's another solution...

EDIT: there is a PRE_BUILD directive apparently, I think I'll use that.

eafer commented 10 months ago

I just pushed a patch for this issue. If you can please let me know if it works for you, or if I'm still missing something.

eafer commented 10 months ago

If nobody has any problems with this change, I will probably make a new tag tonight to fix the dkms build.

eafer commented 10 months ago

I've made the new release now. I'm closing the pull request, but feel free to reopen if you are still having problems. Thanks again for letting me know about this.