Your message dated Wed, 05 Sep 2018 20:51:00 +0000
with message-id <[email protected]>
and subject line Re: mdns-scan FTCBFS: uses the build architecture compiler
has caused the Debian Bug report #880454,
regarding mdns-scan 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.)


-- 
880454: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880454
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mdns-scan
Version: 0.5-2
Tags: patch
User: [email protected]
Usertags: rebootstrap

mdns-scan fails to cross build from source, because it uses the build
architecture compiler. cdbs does set cross compilers via
DEB_MAKE_ENVVARS, but mdns-scan overrides them using a := assignment. By
switching that to +=, mdns-scan cross builds successfully. Please
consider applying the attached patch.

Helmut
diff -u mdns-scan-0.5/debian/changelog mdns-scan-0.5/debian/changelog
--- mdns-scan-0.5/debian/changelog
+++ mdns-scan-0.5/debian/changelog
@@ -1,3 +1,10 @@
+mdns-scan (0.5-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Append to DEB_MAKE_ENVVARS (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Tue, 31 Oct 2017 20:00:48 +0100
+
 mdns-scan (0.5-2) unstable; urgency=low
 
   * Team upload.
diff -u mdns-scan-0.5/debian/rules mdns-scan-0.5/debian/rules
--- mdns-scan-0.5/debian/rules
+++ mdns-scan-0.5/debian/rules
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/class/makefile.mk
 
 DEB_MAKE_INSTALL_TARGET=install
-DEB_MAKE_ENVVARS:=DESTDIR=./debian/mdns-scan
+DEB_MAKE_ENVVARS+=DESTDIR=./debian/mdns-scan
 
 DEB_INSTALL_MANPAGES_mdns-scan:=mdns-scan.1
 

--- End Message ---
--- Begin Message ---
Version: 0.5-4

On Tue, 31 Oct 2017 20:05:34 +0100 Helmut Grohne <[email protected]> wrote:
> Source: mdns-scan
> Version: 0.5-2
> Tags: patch
> User: [email protected]
> Usertags: rebootstrap
> 
> mdns-scan fails to cross build from source, because it uses the build
> architecture compiler. cdbs does set cross compilers via
> DEB_MAKE_ENVVARS, but mdns-scan overrides them using a := assignment. By
> switching that to +=, mdns-scan cross builds successfully. Please
> consider applying the attached patch.
> 
> Helmut

Hi,

I just successfully cross mdns-scan/0.5-4 for arm64 (and checked with
lintian, which did not spot any obvious cross-build related issues).
Closing this as now fixed.

Thanks,
~Niels

--- End Message ---
_______________________________________________
Pkg-utopia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-utopia-maintainers

Reply via email to