Your message dated Sat, 13 Nov 2021 22:34:54 +0000
with message-id <[email protected]>
and subject line Bug#983058: fixed in hydra 9.2-1
has caused the Debian Bug report #983058,
regarding FTCBFS: uses build system compiler and pkg-config
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.)


-- 
983058: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983058
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: hydra
Version: 9.1-1
Severity: minor
User: [email protected]
Usertags: ftcbfs
Tags: patch
Control: forwarded -1 https://github.com/vanhauser-thc/thc-hydra/issues/607

Hi,

I took a look into what it would take to get Hydra to cross-build from
source, and there are two main issues. The first is that it's using the
build system compiler by default instead of the host; I've attached a
patch for this.

The second is that Hydra's custom build system uses the wrong pkg-
config and doesn't find GTK. I've filed an upstream issue for them to
add a mechanism to specify the right pkg-config.

A third issue is that the make_xhydra.sh script doesn't pass along the
top-level configure arguments needed for it to cross-build, but perhaps
this can be worked around by building the xhydra directory with its own
call to dh_auto_configure/build.


-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (500, 'testing'), (2, 'unstable'), (1, 'testing-debug'),
(1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-3-amd64 (SMP w/2 CPU threads)
Kernel taint flags: TAINT_USER, TAINT_FIRMWARE_WORKAROUND
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

diff -u -r hydra-9.1.orig/debian/rules hydra-9.1/debian/rules
--- hydra-9.1.orig/debian/rules	2021-02-18 13:55:49.040956864 -0500
+++ hydra-9.1/debian/rules	2021-02-18 13:56:35.680809197 -0500
@@ -1,11 +1,11 @@
 #!/usr/bin/make -f
-
+include /usr/share/dpkg/buildtools.mk
 #export DH_VERBOSE=1
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 INSTALL := install -m 755
 
 %:
-	dh $@
+	CC=$(CC) dh $@
 
 override_dh_auto_install:
 	$(INSTALL) hydra $(CURDIR)/debian/hydra/usr/bin

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Source: hydra
Source-Version: 9.2-1
Done: Daniel Echeverri <[email protected]>

We believe that the bug you reported is fixed in the latest version of
hydra, 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 Echeverri <[email protected]> (supplier of updated hydra 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: Fri, 12 Nov 2021 19:52:58 -0500
Source: hydra
Architecture: source
Version: 9.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <[email protected]>
Changed-By: Daniel Echeverri <[email protected]>
Closes: 983058
Changes:
 hydra (9.2-1) unstable; urgency=medium
 .
   * New upstream release.
   * debian/control
     + Bump Standards-Version to 4.6.0.1 (no changes).
   * debian/patches
     + Refresh 05_add_option_to_cflag.diff patch.
     + Refresh 03_use_bin_path.diff patch.
     + Remove 10_fix_ftbfs_xhydra.diff patch.
       + Merge with upstream.
     * set not-needed value in Forwarded field in some patches.
   * debian/upstream/metadata
     + Update field name.
   * debian/rules
     + Uses build system compiler and pkg-config. (Closes: #983058)
       + Thanks to John Scott for the patch.
Checksums-Sha1:
 bd4674cf7b5a71bb227518722ed7583c39574a5c 2236 hydra_9.2-1.dsc
 74996a4131769212d8a4da4f0cebc7a7b727069d 614176 hydra_9.2.orig.tar.gz
 0f82cf0a5760949175ee5575be6244653076d9a6 14632 hydra_9.2-1.debian.tar.xz
 881fe692be7808dab34648f861d3dbed16ce36f1 14888 hydra_9.2-1_amd64.buildinfo
Checksums-Sha256:
 92c3b652676c26cfee896e63db32ee6648950ef26c3641b796f35ef848668fd3 2236 
hydra_9.2-1.dsc
 1a28f064763f9144f8ec574416a56ef51c0ab1ae2276e35a89ceed4f594ec5d2 614176 
hydra_9.2.orig.tar.gz
 f660f777ccbfde6c68c9aba7389e46c45bae26a64e489590eb718aab7267f59f 14632 
hydra_9.2-1.debian.tar.xz
 a01399dbfc65cdf0ac274c4e58500e81ceb616fbbaa92c6b50f147ab846e5405 14888 
hydra_9.2-1_amd64.buildinfo
Files:
 cdfd2304d9082a1a6f68419abf6cb378 2236 net optional hydra_9.2-1.dsc
 7bd30001cd11ba535f0d0f083a45bce3 614176 net optional hydra_9.2.orig.tar.gz
 374d26bee2a1eb4b715e0bbdb3606377 14632 net optional hydra_9.2-1.debian.tar.xz
 4f5ba273d4c41922c83dc07a2ced4f49 14888 net optional hydra_9.2-1_amd64.buildinfo

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

iQJHBAEBCgAxFiEE0NCFsWnDv9lASFj6IfwpUEtSMNsFAmGQObkTHGVwc2lsb25A
ZGViaWFuLm9yZwAKCRAh/ClQS1Iw2wRCEACgMfNnAQaevwI+zCkzxoRr3pIeh5aS
q9ZZCvRthUsSAFa/MDiyNwCIb4fEBu73SHrUTNmYHzw2rbEQ+M1nj3xCYWtiKt2I
L2ZUZDt0xhtWSAAUJmenIJdyzXwb5GWXCVVts7VZWmNSU4qp/Ojc4HUnaDVqwLYM
ADMcUu0dPZmC8h2TCsxgcUn0lDKFTC7YKYF9oiuGKRsvoDgvEu1m2a71qTA3M9P2
vYBybOl3/JE07l13WAqOm7SHDq3+gMtfujkw7cGMKwjzuFgKoTMF2SN57N3j9fbo
QEkv24YjCQiZy+J01G0x5dG85MJF8VgjcbZo2dFaqK/rYbTWhIg7YYarbJ4PKYQU
cmg/eXZVJwxR9Um3wtZhRHD2cUB6H9oEv2KPDd4/ecLKAADynahJv+grimV6ofw9
tsEKqS4aMh2fbn29zuXjZwNgMPSjuVUD77aRtG7qu2Rvi05YzJZBnBEbKxvAC73W
Hru5YyB20SK/71qhAn3mRtWrhJHC473U1urmZVnZDK1p6DD2JUCgyNkt0VX0GLS5
HK+p7s1bl4ru+7V+1qgsdKFWC83K1EtFB975QUuGE8JjGiYa1Xbdk7b37MfogmeY
abOBt5BY/7o3T3uQhgtU6sQTulb6jS9n7GZzHgjdWOaAXIBk2d+rNB1GOnkeExNd
lsfGtkPycvSxbA==
=4WJz
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to