Your message dated Mon, 14 Nov 2022 01:44:20 +0000
with message-id <[email protected]>
and subject line Bug#1024014: Removed package(s) from unstable
has caused the Debian Bug report #939722,
regarding gatling 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.)


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

gatling fails to cross build from source, because it uses the build
architecture compiler. CC defaults to plain cc in gnu make. For Debian,
we need something like dpkg's buildtools.mk to initialize CC. Then it
doesn't pass cross tools to make. The easiest way of fixing that is
using dh_auto_build. Please consider applying the attached patch.

Helmut
diff --minimal -Nru gatling-0.13/debian/changelog gatling-0.13/debian/changelog
--- gatling-0.13/debian/changelog       2016-01-16 16:16:45.000000000 +0100
+++ gatling-0.13/debian/changelog       2019-09-08 08:12:58.000000000 +0200
@@ -1,3 +1,12 @@
+gatling (0.13-6.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: (Closes: #-1)
+    + Seed CC from dpkg's buildtools.mk.
+    + Let dh_auto_build pass cross tools to make.
+
+ -- Helmut Grohne <[email protected]>  Sun, 08 Sep 2019 08:12:58 +0200
+
 gatling (0.13-6) unstable; urgency=medium
 
   * Added 10-mbedtls.patch to switch from polarssl to mbedtls,
diff --minimal -Nru gatling-0.13/debian/rules gatling-0.13/debian/rules
--- gatling-0.13/debian/rules   2012-11-04 13:05:36.000000000 +0100
+++ gatling-0.13/debian/rules   2019-09-08 08:12:57.000000000 +0200
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 
+-include /usr/share/dpkg/buildtools.mk
 CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
 CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS)
 CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS)
@@ -12,13 +13,13 @@
        $(CC) $(CFLAGS) $(LDFLAGS) -Wall -o $@ $<
 
 override_dh_auto_build: writelog
-       make DIET= ptlsgatling
+       dh_auto_build -- DIET= ptlsgatling
        mv ptlsgatling ptlsgatling.BACKUP
        make clean
-       make DIET= tlsgatling
+       dh_auto_build -- DIET= tlsgatling
        mv tlsgatling tlsgatling.BACKUP
        make clean
-       make DIET= gatling bench dl
+       dh_auto_build -- DIET= gatling bench dl
        mv tlsgatling.BACKUP tlsgatling
        mv ptlsgatling.BACKUP ptlsgatling
        cp -a bench gatling-bench

--- End Message ---
--- Begin Message ---
Version: 0.13-6.1+rm

Dear submitter,

as the package gatling 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/1024014

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.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to