Your message dated Sun, 22 Dec 2019 21:47:26 +0100
with message-id <[email protected]>
and subject line Re: tandem-mass FTCBFS: uses the build architecture compiler
has caused the Debian Bug report #911021,
regarding tandem-mass 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.)
--
911021: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911021
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: tandem-mass
Version: 1:20170201.1-1
Tags: patch
User: [email protected]
Usertags: rebootstrap
tandem-mass fails to cross build from source, because it uses the build
architecture compiler and consequently fails finding -lexpat, which is
only requested for the host architecture by Build-Depends. dh_auto_build
passes cross tools to make and once using dh_auto_build, tandem-mass
cross builds successfully. Please consider applying the attached patch.
Helmut
diff --minimal -Nru tandem-mass-20170201.1/debian/changelog
tandem-mass-20170201.1/debian/changelog
--- tandem-mass-20170201.1/debian/changelog 2017-08-22 15:36:59.000000000
+0200
+++ tandem-mass-20170201.1/debian/changelog 2018-10-14 21:26:59.000000000
+0200
@@ -1,3 +1,10 @@
+tandem-mass (1:20170201.1-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Sun, 14 Oct 2018 21:26:59 +0200
+
tandem-mass (1:20170201.1-1) unstable; urgency=low
* debian/control: add secure vcs-git url.
diff --minimal -Nru tandem-mass-20170201.1/debian/rules
tandem-mass-20170201.1/debian/rules
--- tandem-mass-20170201.1/debian/rules 2017-08-22 15:36:59.000000000 +0200
+++ tandem-mass-20170201.1/debian/rules 2018-10-14 21:26:55.000000000 +0200
@@ -29,7 +29,7 @@
# Proper Makefile settings have been defined in src/Makefile_ubuntu
# with a corresponding patch.
- cd src && $(MAKE) -f Makefile_ubuntu
+ dh_auto_build --sourcedirectory=src --buildsystem=makefile -- -f
Makefile_ubuntu
touch build-stamp
--- End Message ---
--- Begin Message ---
Version: 1:20170201-2
On Sun, Oct 14, 2018 at 09:31:21PM +0200, Helmut Grohne wrote:
> tandem-mass fails to cross build from source, because it uses the build
> architecture compiler and consequently fails finding -lexpat, which is
> only requested for the host architecture by Build-Depends. dh_auto_build
> passes cross tools to make and once using dh_auto_build, tandem-mass
> cross builds successfully. Please consider applying the attached patch.
Somehow the following changelog didn't make it to the bts:
| tandem-mass (1:20170201-2) unstable; urgency=low
|
| * Fix FTCBFS: Let dh_auto_build pass cross tools to make.
| Helmut Grohne <[email protected]> Sun, 14 Oct 2018 21:26:59 +0200
| (Closes: #911021).
|
| * Update Vcs fields to match salsa locations.
|
| * Update StandardsVersion to 4.2.1.
|
| -- Filippo Rusconi <[email protected]> Sat, 17 Nov 2018 20:09:58 +0100
Closing the bug now.
Helmut
--- End Message ---