Your message dated Fri, 19 Oct 2018 11:35:34 +0000
with message-id <[email protected]>
and subject line Bug#911279: fixed in tweak 3.02-4
has caused the Debian Bug report #911279,
regarding tweak FTCBFS: uses the wrong 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.)


-- 
911279: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911279
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: tweak
Version: 3.02-3
Tags: patch upstream
User: [email protected]
Usertags: rebootstrap

tweak fails to cross build from source, because it uses the build
architecture compiler as linker. The upstream Makefile stores the
compiler in two variables CC and LINK and dh_auto_build only supplies
the former. We could add an override_dh_auto_build to fix that, but it
seems much more natural to default LINK to $(CC). Please consider
applying the attached patch.

Helmut
--- tweak-3.02.orig/Makefile
+++ tweak-3.02/Makefile
@@ -18,7 +18,7 @@
 
 CC ?= gcc
 CFLAGS ?= -g -Wall $(XFLAGS)
-LINK ?= gcc
+LINK ?= $(CC)
 
 PREFIX=$(DESTDIR)/usr/local
 BINDIR=$(PREFIX)/bin

--- End Message ---
--- Begin Message ---
Source: tweak
Source-Version: 3.02-4

We believe that the bug you reported is fixed in the latest version of
tweak, 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.
Daniel Kahn Gillmor <[email protected]> (supplier of updated tweak 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, 18 Oct 2018 22:12:32 -0400
Source: tweak
Binary: tweak
Architecture: source
Version: 3.02-4
Distribution: unstable
Urgency: medium
Maintainer: Daniel Kahn Gillmor <[email protected]>
Changed-By: Daniel Kahn Gillmor <[email protected]>
Description:
 tweak      - Efficient text-mode hex editor
Closes: 911279
Changes:
 tweak (3.02-4) unstable; urgency=medium
 .
   [ Helmut Grohne ]
   * fix FTCBFS (closes: #911279)
Checksums-Sha1:
 2e0c243072a67f5b251c992c3ff0ddfa23f42a48 1272 tweak_3.02-4.dsc
 23f459841df5e57ee6af4c64d695368368a4c8df 8608 tweak_3.02-4.debian.tar.xz
 435389e4d7c04ebbdcc47e4df08182710d11c637 5953 tweak_3.02-4_amd64.buildinfo
Checksums-Sha256:
 44ad86c5c6752f3df84dce2adf17f59a10bd8087f6358cee616982a45e453141 1272 
tweak_3.02-4.dsc
 747359ec339735fc2f7832090e8edb1fa280d03445a7bcaeb7c3070fd49293f2 8608 
tweak_3.02-4.debian.tar.xz
 2ceaf7560c34c6d30624c6e2cff8e1d6cbca779fa4653519a78ef3af868867e7 5953 
tweak_3.02-4_amd64.buildinfo
Files:
 c8d23ade68dc54b060cfb83462196a95 1272 editors optional tweak_3.02-4.dsc
 b71f40491ae40e65fcf5dafaf05f9213 8608 editors optional 
tweak_3.02-4.debian.tar.xz
 6538d155a786035405a206a49925161d 5953 editors optional 
tweak_3.02-4_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQTTaP514aqS9uSbmdJsHx7ezFD6UwUCW8k96gAKCRBsHx7ezFD6
UxVCAQDrRJVRE9NqjMVPiWudbt1JSDs0y54r+CncKkfcbPy4JAD8CCDHhyG5nP4v
1KyN2Jf7KJXO/HkbHlOgUB6TAgqrHgA=
=Bc1d
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to