Your message dated Mon, 13 Nov 2017 14:52:58 +0200
with message-id <[email protected]>
and subject line Done
has caused the Debian Bug report #878471,
regarding tuxpaint FTCBFS: uses the build architecture compiler
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.)


-- 
878471: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878471
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: tuxpaint
Version: 1:0.9.22-5
Tags: patch
User: [email protected]
Usertags: rebootstrap

tuxpaint fails to cross build from source, because it uses the build
architecture compiler. After indirecting the make invocation through
dh_auto_build, it cross builds successfully, because dh_auto_build
passes cross compilers to make. Please consider applying the attached
patch.

Helmut
diff --minimal -Nru tuxpaint-0.9.22/debian/changelog 
tuxpaint-0.9.22/debian/changelog
--- tuxpaint-0.9.22/debian/changelog    2017-08-23 11:52:24.000000000 +0200
+++ tuxpaint-0.9.22/debian/changelog    2017-10-14 00:22:33.000000000 +0200
@@ -1,3 +1,10 @@
+tuxpaint (1:0.9.22-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross compilers to make. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Sat, 14 Oct 2017 00:22:33 +0200
+
 tuxpaint (1:0.9.22-5) unstable; urgency=medium
 
   * Adopting package (Closes: #848988)
diff --minimal -Nru tuxpaint-0.9.22/debian/rules tuxpaint-0.9.22/debian/rules
--- tuxpaint-0.9.22/debian/rules        2017-08-23 11:52:24.000000000 +0200
+++ tuxpaint-0.9.22/debian/rules        2017-10-14 00:22:32.000000000 +0200
@@ -30,7 +30,7 @@
 
        # Add here commands to compile the package.
        $(MAKE) clean
-       $(MAKE) all PREFIX=/usr DEBUG_FLAGS="$(DEBUG_FLAGS)" 
VER_DATE="$(VER_DATE)"
+       dh_auto_build -- all PREFIX=/usr DEBUG_FLAGS="$(DEBUG_FLAGS)" 
VER_DATE="$(VER_DATE)"
 
        touch build-arch-stamp
 

--- End Message ---
--- Begin Message ---
Ignore previous comment, seems unrelated to x32 build failure.

--- End Message ---

Reply via email to