linux-apfs / linux-apfs-rw

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

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

Closed 31core closed 8 months ago

31core commented 8 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 8 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 8 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 8 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 8 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.