openzfs / spl

A shim layer which adds the core interfaces required for OpenZFS.
https://zfsonlinux.org/
GNU General Public License v2.0
281 stars 180 forks source link

Fix Debian packaging on ARMv7/ARM64 #678

Closed loli10K closed 6 years ago

loli10K commented 6 years ago

When building packages on Debian-based systems specify the target architecture used by alien to convert .rpm packages into .deb: this avoids detecting an incorrect value which results in the following errors:

<package>.aarch64.rpm is for architecture aarch64 ; the package cannot be built on this system
<package>.armv7l.rpm is for architecture armel ; the package cannot be built on this system

This change is intended to fix https://github.com/zfsonlinux/zfs/issues/7046.

Menion2k commented 6 years ago

Hello Please note that this affects also zfs not only spl, while the pull request seems to fix only spl

gmelikov commented 6 years ago

@Menion2k ZFS is already patched too https://github.com/zfsonlinux/zfs/pull/7058