Package: memcached
Version: 1.4.13-0.3
Severity: serious
Justification: fails to build from source
User: debian-...@lists.debian.org

Dear Maintainer,

Hi there.  Attached is a patch to fix the build for the arm64 port.  I
just added a call to dh_autoreconf at the appropriate point to ensure
the config.whatever files are updated to include aarch64.


Regards,

Tim.

-- System Information:
Debian Release: jessie/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: arm64 (aarch64)

Kernel: Linux 3.14-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages memcached depends on:
ii  libc6           2.19-7
ii  libevent-2.0-5  2.0.21-stable-1.1
ii  libsasl2-2      2.1.26.dfsg1-11
ii  lsb-base        4.1+Debian13
ii  perl            5.20.0-4

memcached recommends no packages.

Versions of packages memcached suggests:
pn  libcache-memcached-perl  <none>
pn  libmemcached             <none>

-- no debconf information
diff -ur memcached-1.4.13.old/debian/control memcached-1.4.13.new/debian/control
--- memcached-1.4.13.old/debian/control	2014-09-10 03:26:28.000000000 +0000
+++ memcached-1.4.13.new/debian/control	2014-09-10 03:27:41.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: David Martínez Moreno <en...@debian.org>
 Build-Depends: debhelper (>= 6), libevent-dev, quilt (>= 0.46-7), libsasl2-dev,
- dpkg-dev (>= 1.15.7)
+ dpkg-dev (>= 1.15.7), dh-autoreconf
 Homepage: http://www.danga.com/memcached/
 Standards-Version: 3.8.4
 
diff -ur memcached-1.4.13.old/debian/rules memcached-1.4.13.new/debian/rules
--- memcached-1.4.13.old/debian/rules	2014-09-10 03:26:28.000000000 +0000
+++ memcached-1.4.13.new/debian/rules	2014-09-10 03:27:29.000000000 +0000
@@ -30,6 +30,7 @@
 
 config.status: configure
 	dh_testdir
+	dh_autoreconf
 	CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
 				       --build=$(DEB_BUILD_GNU_TYPE) \
 				       --prefix=/usr \

Reply via email to