Bug#883560: dasher FTCBFS: configures twice, once for the build architecture

Helmut Grohne helmut at subdivi.de
Tue Dec 5 08:56:52 UTC 2017


Source: dasher
Version: 5.0.0~beta~repack-3
Tags: patch
User: helmutg at debian.org
Usertags: rebootstrap

dasher fails to cross build from source, because it fails configuring
for the build architecture. It actually configures twice: Once for build
from autogen.sh and once for host from dh_auto_configure. Skipping the
first configuration makes dasher cross build successfully. Please
consider applying the attached patch.

Helmut
-------------- next part --------------
diff --minimal -Nru dasher-5.0.0~beta~repack/debian/changelog dasher-5.0.0~beta~repack/debian/changelog
--- dasher-5.0.0~beta~repack/debian/changelog	2017-10-17 22:22:22.000000000 +0200
+++ dasher-5.0.0~beta~repack/debian/changelog	2017-12-05 09:45:39.000000000 +0100
@@ -1,3 +1,11 @@
+dasher (5.0.0~beta~repack-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Configure only once and let dh_auto_configure do it. (Closes:
+    #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de>  Tue, 05 Dec 2017 09:45:39 +0100
+
 dasher (5.0.0~beta~repack-3) unstable; urgency=medium
 
   [ Samuel Thibault ]
diff --minimal -Nru dasher-5.0.0~beta~repack/debian/rules dasher-5.0.0~beta~repack/debian/rules
--- dasher-5.0.0~beta~repack/debian/rules	2017-01-21 09:42:24.000000000 +0100
+++ dasher-5.0.0~beta~repack/debian/rules	2017-12-05 09:45:37.000000000 +0100
@@ -14,5 +14,5 @@
 override_dh_auto_configure:
 	rm m4/glib-gettext.m4 || true
 	echo $(DEB_VERSION_UPSTREAM) | sed 's/~repack//' > .tarball-version
-	./autogen.sh
+	NOCONFIGURE=1 ./autogen.sh
 	dh_auto_configure


More information about the Pkg-a11y-devel mailing list