Your message dated Sat, 30 Dec 2023 00:49:00 +0000
with message-id <[email protected]>
and subject line Bug#952791: fixed in crack 5.0a-13.1
has caused the Debian Bug report #952791,
regarding crack 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.)


-- 
952791: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952791
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: crack
Version: 5.0a-12
Tags: patch
User: [email protected]
Usertags: ftcbfs

crack fails to cross build from source, because it hard codes the build
architecture compiler. Please consider applying the attached patch to
pick up a cross compiler and make crack cross buildable.

Helmut
diff --minimal -Nru crack-5.0a/debian/Crack.make crack-5.0a/debian/Crack.make
--- crack-5.0a/debian/Crack.make        2018-06-05 04:19:49.000000000 +0200
+++ crack-5.0a/debian/Crack.make        2020-02-29 07:48:07.000000000 +0100
@@ -54,7 +54,7 @@
 #LIBS=-lcrypt # uncomment only if necessary to use stdlib crypt(), eg: NetBSD 
MD5
 
 # gcc 2.7.2
-CC=gcc
+: "${CC:=gcc}"
 CFLAGS="-g -O2 -Wall $C5FLAGS"
 LIBS=-lcrypt # uncomment only if necessary to use stdlib crypt(), eg: NetBSD 
MD5
 
diff --minimal -Nru crack-5.0a/debian/changelog crack-5.0a/debian/changelog
--- crack-5.0a/debian/changelog 2018-06-05 21:28:16.000000000 +0200
+++ crack-5.0a/debian/changelog 2020-02-29 07:48:37.000000000 +0100
@@ -1,3 +1,10 @@
+crack (5.0a-12.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dpkg's buildtools.mk seed CC. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Sat, 29 Feb 2020 07:48:37 +0100
+
 crack (5.0a-12) unstable; urgency=medium
 
   [ Raphaƫl Hertzog ]
diff --minimal -Nru crack-5.0a/debian/rules crack-5.0a/debian/rules
--- crack-5.0a/debian/rules     2018-06-05 04:19:49.000000000 +0200
+++ crack-5.0a/debian/rules     2020-02-29 07:48:36.000000000 +0100
@@ -2,6 +2,8 @@
 #export DH_VERBOSE=1
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+DPKG_EXPORT_BUILDTOOLS=1
+include /usr/share/dpkg/buildtools.mk
 
 %:
        dh $@

--- End Message ---
--- Begin Message ---
Source: crack
Source-Version: 5.0a-13.1
Done: Vagrant Cascadian <[email protected]>

We believe that the bug you reported is fixed in the latest version of
crack, 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.
Vagrant Cascadian <[email protected]> (supplier of updated crack 
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: Tue, 19 Dec 2023 15:43:43 -0800
Source: crack
Architecture: source
Version: 5.0a-13.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <[email protected]>
Changed-By: Vagrant Cascadian <[email protected]>
Closes: 952791 1021521 1021522
Changes:
 crack (5.0a-13.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
 .
   [ Vagrant Cascadian ]
   * debian/Crack.make: Use dpkg-buildflags to set default CFLAGS.
     (Closes: #1021521)
   * src/util/Makefile: Remove embedded timestamps. (Closes: #1021522)
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Let dpkg's buildtools.mk seed CC. (Closes: #952791)
Checksums-Sha1:
 76908378e168ce7d20d12846e1ac3357edd09023 1583 crack_5.0a-13.1.dsc
 dc3160b0836428bcdfe657eed4a8b98a45887ab3 25672 crack_5.0a-13.1.debian.tar.xz
Checksums-Sha256:
 a945f1e282f91db6206234daaae9ac78095a5fb2474761d753423bdde64694de 1583 
crack_5.0a-13.1.dsc
 905d3a2ae099b5b22a10e6049959c5c93e0a31f3148a356dce76f960e3b4cccc 25672 
crack_5.0a-13.1.debian.tar.xz
Files:
 6cdbb615558ff2a0143d04612ea8b83c 1583 admin optional crack_5.0a-13.1.dsc
 08b238cccca4027a85d4fbea9f33884d 25672 admin optional 
crack_5.0a-13.1.debian.tar.xz

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

iJYEARYKAD4WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZYIuVSAcdmFncmFudEBy
ZXByb2R1Y2libGUtYnVpbGRzLm9yZwAKCRDcUY/If5cWqnvzAQCuu3pOdNYwMcEQ
OrwCuJZ/BAqsUo8rkobuyJKRI0cRMAEA8O+zC28yU/VQssHk1hY9rvaZMnl96p6p
HViLVDBoRgw=
=O0ny
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to