Your message dated Sat, 16 Jul 2022 18:20:47 +0000
with message-id <e1ocmph-000gsc...@fasolo.debian.org>
and subject line Bug#1014632: Removed package(s) from unstable
has caused the Debian Bug report #970342,
regarding sapphire FTCBFS: does not pass cross tools to make
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 ow...@bugs.debian.org
immediately.)


-- 
970342: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970342
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sapphire
Version: 0.15.8-9.1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

sapphire fails to cross build from source, because it does not pass
cross tools to make. The easiest way of fixing that would be using
dh_auto_build if sapphire's Makefile were using the standard variables
with the standard meanings. Unfortunately, it uses CC, which is normally
used for the C compiler, for a C++ compiler and that's not what
dh_auto_build passes there. The attached patch makes sapphire cross
buildable anyhow. Please consider applying it.

Helmut
diff -u sapphire-0.15.8/debian/changelog sapphire-0.15.8/debian/changelog
--- sapphire-0.15.8/debian/changelog
+++ sapphire-0.15.8/debian/changelog
@@ -1,3 +1,11 @@
+sapphire (0.15.8-9.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make, but pass a C++
+    compiler via CC. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Mon, 14 Sep 2020 22:21:11 +0200
+
 sapphire (0.15.8-9.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u sapphire-0.15.8/debian/rules sapphire-0.15.8/debian/rules
--- sapphire-0.15.8/debian/rules
+++ sapphire-0.15.8/debian/rules
@@ -23,10 +23,7 @@
 build: build-stamp
 build-stamp:
        dh_testdir
-
-       # compile the package
-       $(MAKE) $(COMPILER_FLAGS)
-
+       dh_auto_build -- CC='$$(CXX)' $(COMPILER_FLAGS)
        /usr/bin/docbook-to-man debian/sapphire.sgml > debian/sapphire.1
 
        touch build-stamp

--- End Message ---
--- Begin Message ---
Version: 0.15.8-9.1+rm

Dear submitter,

as the package sapphire has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1014632

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to