Your message dated Sun, 26 Oct 2014 21:25:58 +0100
with message-id <[email protected]>
and subject line Re: Bug#760908: Bug#754132: libmcrypt: add autoreconf during
the build to enable new architectures
has caused the Debian Bug report #760908,
regarding libmcrypt: another autoreconf fix for arm64 build
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
760908: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760908
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libmcrypt4
Version: 2.5.8-3.2
Severity: serious
File: libmcrypt
Tags: patch
Justification: fails to build from source (but built successfully in the past)
User: [email protected]
Dear Maintainer,
Hi there. I've made some tweaks to how dh_autoreconf is called in the packaging
as there seems to be a problem with debhelper and dh-autoreconf when both
dh_auto_configure and dh_auto_clean are overridden.
The attached patch calls dh_autoreconf in the overridden targets but only once
using the existence of a well-known file that dh_autoreconf creates.
This patch allows arm64 to build.
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 libmcrypt4 depends on:
ii libc6 2.19-7
libmcrypt4 recommends no packages.
Versions of packages libmcrypt4 suggests:
pn libmcrypt-dev <none>
pn mcrypt <none>
-- no debconf information
--- libmcrypt-2.5.8/debian/rules 2014-09-09 05:46:45.000000000 +0000
+++ rules 2014-09-09 05:31:30.000000000 +0000
@@ -5,6 +5,7 @@
# Upstream bug: halfly ./configure finished directory tar.gz'd up as orig.tar.gz
override_dh_auto_clean:
+ [ -e debian/autoreconf.after ] || dh_autoreconf
dh_auto_configure -- --enable-static
dh_auto_clean
@@ -13,4 +14,5 @@
mv debian/libmcrypt-dev/usr/share/man/man3/mcrypt.3 debian/libmcrypt-dev/usr/share/man/man3/libmcrypt.3
override_dh_auto_configure:
+ [ -e debian/autoreconf.after ] || dh_autoreconf
dh_auto_configure -- --enable-static
--- End Message ---
--- Begin Message ---
On Sun, Oct 26, 2014 at 09:21:59PM +0100, Hector Oron wrote:
> Hello,
>
> 2014-10-26 19:05 GMT+01:00 gregor herrmann <[email protected]>:
>
> > I guess both #760908 and #754132 should be closed with version
> > 2.5.8-3.3, right?
>
> Yes, that is correct.
Closing the reports as the fix is already in the archive.
--
Hector Oron
signature.asc
Description: Digital signature
--- End Message ---