Your message dated Sun, 04 Sep 2022 21:02:46 +0000
with message-id <[email protected]>
and subject line Bug#1012772: Removed package(s) from unstable
has caused the Debian Bug report #970897,
regarding aqemu FTCBFS: builds for the build architecture
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.)


-- 
970897: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970897
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: asp
Version: 1.8-8
Tags: patch
User: [email protected]
Usertags: ftcbfs

asp fails to cross build from source, because its configure script is
too old to recognize the --host flag passed by dh_auto_configure.
Instead, one is supposed to initialize CC to a suitable cross compiler.
An easy way to do so is leverage dpkg's buildtools.mk. Please consider
applying the attached patch.

Helmut
diff --minimal -Nru asp-1.8/debian/changelog asp-1.8/debian/changelog
--- asp-1.8/debian/changelog    2011-08-15 18:36:30.000000000 +0200
+++ asp-1.8/debian/changelog    2020-09-25 06:19:01.000000000 +0200
@@ -1,3 +1,10 @@
+asp (1.8-8.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dpkg's buildtools.mk supply CC. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Fri, 25 Sep 2020 06:19:01 +0200
+
 asp (1.8-8) unstable; urgency=low
 
   * debian/control:
diff --minimal -Nru asp-1.8/debian/rules asp-1.8/debian/rules
--- asp-1.8/debian/rules        2011-08-15 18:29:05.000000000 +0200
+++ asp-1.8/debian/rules        2020-09-25 06:18:59.000000000 +0200
@@ -1,5 +1,8 @@
 #! /usr/bin/make -f
 
+-include /usr/share/dpkg/buildtools.mk
+export CC
+
 %:
        dh $@
 

--- End Message ---
--- Begin Message ---
Version: 1.8-8+rm

Dear submitter,

as the package asp 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/1012772

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
[email protected].

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to