Your message dated Thu, 22 Jun 2017 21:50:23 +0000
with message-id <[email protected]>
and subject line Bug#852785: fixed in figlet 2.2.5-3
has caused the Debian Bug report #852785,
regarding figlet FTCBFS: uses the build arch compiler as linker
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.)
--
852785: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852785
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: figlet
Version: 2.2.5-2
Tags: patch
User: [email protected]
Usertags: rebootstrap
figlet fails to cross build from source, because it defaults LD to gcc,
which is not overridden by dh_auto_build (unlike CC). Defaulting LD to
$(CC) makes the cross build succeed. Please consider applying the
attached patch.
Helmut
diff --minimal -Nru figlet-2.2.5/debian/changelog figlet-2.2.5/debian/changelog
--- figlet-2.2.5/debian/changelog 2012-11-26 00:59:03.000000000 +0100
+++ figlet-2.2.5/debian/changelog 2017-01-27 10:43:30.000000000 +0100
@@ -1,3 +1,11 @@
+figlet (2.2.5-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Default LD from CC, which is set by dh_auto_build (closes:
+ #-1)
+
+ -- Helmut Grohne <[email protected]> Fri, 27 Jan 2017 10:43:30 +0100
+
figlet (2.2.5-2) unstable; urgency=low
* Import packaging git repo to collab-maint
diff --minimal -Nru
figlet-2.2.5/debian/patches/makefile_set_debian_buildflags.patch
figlet-2.2.5/debian/patches/makefile_set_debian_buildflags.patch
--- figlet-2.2.5/debian/patches/makefile_set_debian_buildflags.patch
2012-06-16 00:37:26.000000000 +0200
+++ figlet-2.2.5/debian/patches/makefile_set_debian_buildflags.patch
2017-01-27 10:43:12.000000000 +0100
@@ -12,7 +12,8 @@
CC = gcc
-CFLAGS = -g -O2 -Wall
+CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
- LD = gcc
+-LD = gcc
++LD = $(CC)
-LDFLAGS =
+LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
--- End Message ---
--- Begin Message ---
Source: figlet
Source-Version: 2.2.5-3
We believe that the bug you reported is fixed in the latest version of
figlet, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jonathan McCrohan <[email protected]> (supplier of updated figlet package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 22 Jun 2017 22:31:46 +0100
Source: figlet
Binary: figlet
Architecture: source amd64
Version: 2.2.5-3
Distribution: unstable
Urgency: low
Maintainer: Carlos Laviola <[email protected]>
Changed-By: Jonathan McCrohan <[email protected]>
Description:
figlet - Make large character ASCII banners out of ordinary text
Closes: 807293 807295 807296 807297 852785
Changes:
figlet (2.2.5-3) unstable; urgency=low
.
* Update S-V to 4.0.0
- No changes necessary
* debian/{control,copyright}: various fixes found by
libconfig-model-dpkg-perl
* debian/patches: Fix FTCBFS by defaulting LD to $(CC) (closes: #852785)
- Thanks to Helmut Grohne <[email protected]> for the patch
* debian/figlet.el: apply multiple patches from Kevin Ryde
<[email protected]> (closes: #807293, #807296, #807295)
* debian/rules: add hardening=+all to DEB_BUILD_MAINT_OPTIONS
* debian/control: minor fixes to package description; s/figlet/FIGlet/g
* Install figlet.el emacs file using dh_installemacsen (closes: #807297)
* debian/rules: clean up rules + split into multiple .debhelper files
* Add DEP-8 (autopkgtest) support for upstream test suite
Checksums-Sha1:
ac34cee55230f452e04b0632c8c8a762a1ceec4b 1922 figlet_2.2.5-3.dsc
02363f7d9e0f1cb1b5bbca34ca2b6827bf9e2497 8740 figlet_2.2.5-3.debian.tar.xz
326d06cdae489f4a6378da244be9250bee73dddd 43636 figlet-dbgsym_2.2.5-3_amd64.deb
92a1bedfebd7a681d3cc532e8e735dc2ddb7a50b 6048 figlet_2.2.5-3_amd64.buildinfo
e8381805dc242f7175381c3914128555485b2d02 136242 figlet_2.2.5-3_amd64.deb
Checksums-Sha256:
f19663ee2437cac166f0d3c4c9bf0d33f0149a6e8f06d6ae80014fd4030bdc81 1922
figlet_2.2.5-3.dsc
38fe48441d93a8c379c73be792d9395f3e6a45c4841783832c7d4f068545e6fb 8740
figlet_2.2.5-3.debian.tar.xz
2cff691050a2f2711c65f4500e97d2a2c79cde9bec04ed6b2ae8dbaf634a1615 43636
figlet-dbgsym_2.2.5-3_amd64.deb
6ffb8f4362055e5ea533494d62656110a2c38e89ce31bebb6dba2616ae76b69e 6048
figlet_2.2.5-3_amd64.buildinfo
10acc8b45a25e2803ce453ea3143cb36a83f12676d0d83d4a9fad4f6f48002f7 136242
figlet_2.2.5-3_amd64.deb
Files:
a9a9c4b8689e83019d94cfa3e003769d 1922 text optional figlet_2.2.5-3.dsc
71a8e26bd9a6764b31f611105237fdcb 8740 text optional
figlet_2.2.5-3.debian.tar.xz
25fe87284a29b7bbe7962bdd097db4d1 43636 debug extra
figlet-dbgsym_2.2.5-3_amd64.deb
d389425116a8a93da2d94e07eb2702c8 6048 text optional
figlet_2.2.5-3_amd64.buildinfo
0b7c21814113f864a13fb57a024b09ba 136242 text optional figlet_2.2.5-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Comment: Signed by Jonathan McCrohan
iQIzBAEBCgAdFiEEYVD3Fun+4NEVsHPrFW7sBzetMpYFAllMN9sACgkQFW7sBzet
Mpa/oA//YTVkXULnRA0jYwSj1WfGkb4iMkCnBaP9kLRHGbxJWWs9wBHtqiaDOFW8
2v9PHPtUtOrpAGrqj6YG8Yjn/sfzk7c71MXK4YQSVDxqECCedmeiEdRh6YxlVZjW
5M14KCJKnxFXBwuIeubB54azk1bH3bHpm8NpfXpqfx/OTVCs42qiZTIXkrL5NGlG
7A2bAOXTzFJlCEXHBA6J+fs0n4hWZhaSGvTw5joIH0OKQiZnU856VaOKZqgcYKGq
u3NJAlOrX73z28to5UipGyv+EIgm6lFR+l6TJuS9nndFo37HhXzMM+jran5NX73m
cHZ5kM2bLJ1OllTTgO+T3BNBmAbRtlqECp8r8i62ryvuitIpLKg0LgQ5CU+XCfJl
tV25PRy+CvG2OSJ1JH0LQ7uZZMxzRPn+Dtgv6q53fLufQuBMm/YBhZcJwejdtubL
zCQ2MqhK0nf9Mf6o2KkNTLg+QHx70qujntkBqTrzp9Z9+BUSCdm6Nn76zlqZTtL0
065HOBly6smdtwkVs6O0AwQ5v5dGUes42ngccO7Ye65vyPKrSnPYnCtCQUOfULeO
YWKXXtiSslT7SsO8EUN18Coj+G4J6cIt3i7xc5iHEpnjzCyNLqmaGmCytvNIdSup
eoB+b4CFtei2CYML1fpUwsl1Wx1rXabj/QDhtiyAVGA2i3WYbDY=
=q4RL
-----END PGP SIGNATURE-----
--- End Message ---