zfsonfreebsd / ZoF

ZFS on FreeBSD - the official out of tree OpenZFS implementation for FreeBSD
https://freebsd.org
Other
100 stars 8 forks source link

Fix package build #117

Closed ctuffli closed 5 years ago

ctuffli commented 5 years ago

Fixes for building packages. I introduced these errors in an earlier commit.

Motivation and Context

CI doesn't work if packages won't build

Description

How Has This Been Tested?

Built .deb packages on an Ubuntu 18.04 x86_64 system

Types of changes

Checklist:

ghost commented 5 years ago

@ctuffli Can you make this against the projects/pr-rebase branch? We have been developing on that branch so we don't break stuff on the main branch as we quickly iterate, and as a result projects/zfsbsd is a fair bit behind. For example I have solved the sed issues over there already. Thanks!

ghost commented 5 years ago

@ctuffli I applied the module/zfs/Makefile.in fix to projects/pr-rebase manually, because I had hacked around that already there so I had to put things back first.

The problem we're facing now is that while the packages do build, they do not have all the pieces there. spl.ko is curiously absent and its symbols are missing.

ghost commented 5 years ago

Please open a PR against projects/pr-rebase if you are able to make progress with the packaging issue. Thanks for the help!