Your message dated Sun, 03 Jan 2021 00:20:36 +0000
with message-id <[email protected]>
and subject line Bug#956636: fixed in libnet-ssh2-perl 0.72-2
has caused the Debian Bug report #956636,
regarding libnet-ssh2-perl FTCBFS: uses a compile+run test
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.)
--
956636: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956636
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libnet-ssh2-perl
Version: 0.71-1
Tags: patch upstream
User: [email protected]
Usertags: ftcbfs
libnet-ssh2-perl fails to cross build from source, because Makefile.PL
uses a compile + run test to detect the ssh2 library. Running an
executable is not necessary here and doing so breaks cross compilation.
Please consider using a link-only test, e.g. by applying the attached
patch.
Helmut
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -151,6 +151,7 @@ sub findlib {
for my $ldflags (@ldflags) {
if (eval {
assertlibs( %args,
+ not_execute => 1,
libpath => $libpath,
incpath => $incpath,
ldflags => $ldflags);
--- End Message ---
--- Begin Message ---
Source: libnet-ssh2-perl
Source-Version: 0.72-2
Done: gregor herrmann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libnet-ssh2-perl, 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.
gregor herrmann <[email protected]> (supplier of updated libnet-ssh2-perl
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: Sun, 03 Jan 2021 00:51:08 +0100
Source: libnet-ssh2-perl
Architecture: source
Version: 0.72-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Closes: 956636
Changes:
libnet-ssh2-perl (0.72-2) unstable; urgency=medium
.
* Team upload.
* Add patch from Helmut Grohne to unbreak cross-building.
(Closes: #956636)
Checksums-Sha1:
2029491e8050d3fc12a16b8311530a58087fdfe3 2381 libnet-ssh2-perl_0.72-2.dsc
79156b2943e4bd086b086c7745726cf115dab875 5536
libnet-ssh2-perl_0.72-2.debian.tar.xz
Checksums-Sha256:
6a353415a789d60271bc367ed860139b038f3fc3e55596a44362b072aeabba58 2381
libnet-ssh2-perl_0.72-2.dsc
5350b3ca9406b1513f5451fc0d14b5740bbd822934f04fc3cc7eef3b8d2ba125 5536
libnet-ssh2-perl_0.72-2.debian.tar.xz
Files:
b84d73e25811e7d3670a126607495c73 2381 perl optional libnet-ssh2-perl_0.72-2.dsc
524481c18f12d20922df99fe4ce354ab 5536 perl optional
libnet-ssh2-perl_0.72-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAl/xB3xfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgakZRAAu3cShJcX2S7Dzs8bbjF7l/3aHW9zHP7sYDPmhG7ifaVYopYddPhq7F5b
IolA/mVONG4zI9W5CZCt9Ak3SBUdrwI+ccEfyayBc8TDPsSjox0bmz49FMF5TQrG
Z8X+RhmE+H66XMzHxZplXCa0NT1afDTOAPbGtpCPyqIyCot1p5fJeAJtesMZ2vPq
G1ONWmpy8E85ZzSbFEPkTEEKws9IFmq2ORWBTw4/XQpW7uMGMmZwY9KjbfrIDpUJ
ehqPCYynfPnpFOYkZbSbeVFCSAfJ+AbqR9xISeyGkDDeHIIgESAHa5iAZDceLmVh
0SXwLibp9jW8f19u0s6rH0YNBEU/Uf2ewnxyCTEPCM+TU88VKzvOP6oR+D+Ed4xc
rbEfUGYawFORnPCW3pmu21y565mWoXmjNs6p/YXPUicyoT7IgvkNdNWCGGBYum69
SPwj2SR8xwhl31ypc0Rr02O7limjcVY1V44gHdootxQzfhE14aggey1mURldchgx
WHnK63HazCu5dS+xOm6jmr/oz/bJuLBFwsLWjL9QPMMBXOWvvksmQkRnLuKyFRAc
q/0B3wORY62R06q1A+cvb0Oao9xW7ydwJYkE8GQDGMs29UxcHqF2jvRwAPDGSGXU
gUtqzqNn5oO2Rp31l+5rHN3S/O7efCmRS+9LP7Zis16bQZep/2o=
=HwvI
-----END PGP SIGNATURE-----
--- End Message ---