I successful build deb packages from upstream repo, for kernel 4.10 (custom) without any changes with this instruction:
apt-get install -y build-essential autoconf libtool gawk alien fakeroot linux-headers-$(uname -r) zlib1g-dev uuid-dev libattr1-dev libblkid-dev libselinux-dev libudev-dev libdevmapper-dev parted lsscsi ksh export ZFS_BUILD_PATH=/tmp/zfs rm -rf $ZFS_BUILD_PATH mkdir $ZFS_BUILD_PATH cd $ZFS_BUILD_PATH && rm -rf spl && git clone https://github.com/zfsonlinux/spl && cd spl && git checkout remotes/origin/spl-0.7-release && sh autogen.sh && ./configure && make -s -j2 && make deb cd $ZFS_BUILD_PATH && rm -rf zfs && git clone https://github.com/zfsonlinux/zfs && cd zfs && git checkout remotes/origin/zfs-0.7-release && sh autogen.sh && ./configure && make -s -j2 && make deb # Delete the many ZFS kernel modules non-optionally installed by Ubuntu and instead install ours: cd $ZFS_BUILD_PATH && dpkg -i spl/*.deb zfs/*.deb rm -rf /lib/modules/*/kernel/zfs depmod -a 2017-10-06 7:41 GMT+02:00 Fabian Grünbichler <f.gruenbich...@proxmox.com>: > On Thu, Oct 05, 2017 at 08:10:16PM -0400, Antonio Russo wrote: > > Hi! > > > > I forked the Alioth repository, and got the debian packaging able > > to build 0.7.2 (the spl ./debian required no changes). > > > > The fork is available on github: > > > > https://github.com/aerusso/pkg-zfsonlinux-zfs/tree/ > proposed-changes/debian > > > > I dropped a patch that seemed to diverge from upstream's support for > powerpc, > > mostly because I have no ability to test that platform (and the code > around > > that seemed to have quite a bit of churn). Also several patches were > applied > > upstream, so they also got removed. > > > > How can I help out the packaging team on this? Who should I email? > > > > note: I am not the maintainer or even a DM in general.. > > you could have probably saved yourself a lot of effort if you had read > the full history of this bug, and noticed I already have a working 0.7.2 > branch for SPL and ZFS up on my github ;) > > I am planning to do an NMU for 0.6.5.11 with compat patches for 4.13 if > I find a sponsor (this weekend), and then a bigger NMU for 0.7.2 (in > which I will introduce a new binary package zfs-test in accordance with > upstream's packaging, which means a trip through NEW) soon after. > > the zfsonlinux maintainers for Debian are pretty much inactive > currently, so if you want to help out you are of course more than > welcome. > > _______________________________________________ > Pkg-zfsonlinux-devel mailing list > pkg-zfsonlinux-de...@lists.alioth.debian.org > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/ > pkg-zfsonlinux-devel > -- С уважением, Дмитрий.