Source: glusterfs
Version: 3.7.0-1
Tags: patch

I think you need to apply something like the attached patch. However,
you should probably read https://wiki.debian.org/Autoreconf yourself.

With the patch it built on arm64 for me. It wasn't in a fresh chroot,
but I've probably got the build-dependency right.
diff -ru glusterfs-3.7.0.orig/debian/control glusterfs-3.7.0/debian/control
--- glusterfs-3.7.0.orig/debian/control	2015-05-21 19:06:37.000000000 +0000
+++ glusterfs-3.7.0/debian/control	2015-05-29 18:40:45.830000000 +0000
@@ -4,6 +4,7 @@
 Maintainer: Patrick Matthäi <pmatth...@debian.org>
 Uploaders: Louis Zuckerman <m...@louiszuckerman.com>
 Build-Depends: debhelper (>= 9),
+ autotools-dev,
  libfuse-dev,
  libibverbs-dev,
  libdb-dev,
diff -ru glusterfs-3.7.0.orig/debian/rules glusterfs-3.7.0/debian/rules
--- glusterfs-3.7.0.orig/debian/rules	2015-05-21 19:06:37.000000000 +0000
+++ glusterfs-3.7.0/debian/rules	2015-05-29 18:41:07.470000000 +0000
@@ -4,7 +4,7 @@
 DEB_HOST_MULTIARCH   := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2 --with autotools-dev
 
 override_dh_install:
 	strip --remove-section=.comment --remove-section=.note --strip-unneeded \

Reply via email to