user helm...@debian.org
usertags 759452 + rebootstrap
tags 759452 + patch
severity 759452 important
thanks

On Wed, Aug 27, 2014 at 10:56:17AM +0100, Wookey wrote:
> This package failed to build on arm64. Here is the buildd log:
> https://buildd.debian.org/status/fetch.php?pkg=lzop&arch=arm64&ver=1.03-3&stamp=1408433300.
> 
> It is one of hundreds of packages which need autoconf updates in order
> to build on new architectures such as arm64, mips64el, ppc64el and
> or1k. Re-autoconfing is the recommended way to deal with the general
> case of this problem in Debian, as it works now and in the future, and
> ensures packages remain buildable from source. This page (
> https://wiki.debian.org/Autoreconf ) contains information on this
> issue, and details for maintainers on how to update their packages:

The bug is still reproducible in sid for arm64. Since this is a FTBFS
for a release architecture the correct severity is important. I am
attaching a patch that adds autotools-dev to Build-Depends and exercises
cdbs' automatically doing the right thing.

Helmut
diff -Nru lzop-1.03/debian/changelog lzop-1.03/debian/changelog
--- lzop-1.03/debian/changelog  2011-11-08 20:13:15.000000000 +0100
+++ lzop-1.03/debian/changelog  2015-07-31 18:49:18.000000000 +0200
@@ -1,3 +1,10 @@
+lzop (1.03-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS for arm64: add autotools-dev to Build-Depends (closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Fri, 31 Jul 2015 18:48:53 +0200
+
 lzop (1.03-3) unstable; urgency=low
 
   * Remove extra tight dependencies on liblzo; they are not needed anymore
diff -Nru lzop-1.03/debian/control lzop-1.03/debian/control
--- lzop-1.03/debian/control    2011-11-08 13:22:42.000000000 +0100
+++ lzop-1.03/debian/control    2015-07-31 18:48:50.000000000 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Peter Eisentraut <pet...@debian.org>
 Standards-Version: 3.9.2
-Build-Depends: cdbs (>= 0.4.52), debhelper (>= 6.0.7), liblzo2-dev
+Build-Depends: cdbs (>= 0.4.52), debhelper (>= 6.0.7), liblzo2-dev, 
autotools-dev
 Homepage: http://www.lzop.org/
 
 Package: lzop

Reply via email to