Package: regina-rexx
Version: 3.6-2
Severity: important
User: debian-...@lists.debian.org
Usertags: arm64

UNAME_VERSION = #4 SMP Mon Mar 24 10:24:20 CST 2014
configure: error: cannot guess build type; you must specify one
make: *** [stamp-configure] Error 1
This is caused by outdated config.sub/guess files. A patch (previously uploaded to debian-ports arm64 unreleased) is attatched.

We would appreciate it if this was fixed in sid in the not too distant future. If there is no response to this bug report then a NMU may well follow.

diff -Nru regina-rexx-3.6/debian/changelog regina-rexx-3.6/debian/changelog
--- regina-rexx-3.6/debian/changelog    2012-06-30 17:24:40.000000000 +0100
+++ regina-rexx-3.6/debian/changelog    2014-06-05 09:32:05.000000000 +0100
@@ -1,3 +1,10 @@
+regina-rexx (3.6-2+cfg) unreleased; urgency=low
+
+  * Non-maintainer upload.
+  * Add autotools-dev for updated config.{sub,guess}.
+
+ -- Chen Baozi <baoz...@gmail.com>  Thu, 05 Jun 2014 16:31:40 +0800
+
 regina-rexx (3.6-2) unstable; urgency=low
 
   * Fixed debian/rules build target.
diff -Nru regina-rexx-3.6/debian/control regina-rexx-3.6/debian/control
--- regina-rexx-3.6/debian/control      2012-06-30 11:09:52.000000000 +0100
+++ regina-rexx-3.6/debian/control      2014-06-05 09:31:30.000000000 +0100
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Alen Zekulic <a...@nms.hr>
-Build-Depends: binutils, libncurses5-dev
+Build-Depends: binutils, libncurses5-dev, autotools-dev
 Standards-Version: 3.9.3
 Homepage: http://regina-rexx.sourceforge.net/
 
diff -Nru regina-rexx-3.6/debian/rules regina-rexx-3.6/debian/rules
--- regina-rexx-3.6/debian/rules        2012-06-30 17:20:43.000000000 +0100
+++ regina-rexx-3.6/debian/rules        2014-06-05 09:36:36.000000000 +0100
@@ -45,6 +45,8 @@
 configure: stamp-configure
 stamp-configure:
        $(checkdir)
+       cp -f /usr/share/misc/config.sub common/
+       cp -f /usr/share/misc/config.guess common/
        LDFLAGS="$(LDFLAGS)" ./configure $(confflags)
        touch stamp-configure
 

Reply via email to