Your message dated Sun, 21 Jul 2024 17:53:27 +0000
with message-id <e1svakr-00ch0r...@fasolo.debian.org>
and subject line Bug#1075194: fixed in libnet-tclink-perl 3.4.0-11
has caused the Debian Bug report #1075194,
regarding libnet-tclink-perl: ftbfs with GCC-14
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 ow...@bugs.debian.org
immediately.)


-- 
1075194: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075194
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libnet-tclink-perl
Version: 3.4.0-10
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14

[This bug is targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/libnet-tclink-perl_3.4.0-10_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-14/porting_to.html

[...]
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-1c87b31a-29a6-4a3b-a715-cf08130837d1
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package libnet-tclink-perl
dpkg-buildpackage: info: source version 3.4.0-10
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Jelmer Vernooij <jel...@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- INSTALLDIRS=vendor
        /usr/bin/perl Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2" 
"LD=x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wl,-z,relro -Wl,-z,now" INSTALLDIRS=vendor
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Net::TCLink
Writing MYMETA.yml and MYMETA.json
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build
        make -j8
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Running Mkbootstrap for TCLink ()
"/usr/bin/perl" "/usr/share/perl/5.38/ExtUtils/xsubpp"  -typemap 
'/usr/share/perl/5.38/ExtUtils/typemap'  TCLink.xs > TCLink.xsc
chmod 644 "TCLink.bs"
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- TCLink.bs 
blib/arch/auto/Net/TCLink/TCLink.bs 644
cp TCLink.pm blib/lib/Net/TCLink.pm
AutoSplitting blib/lib/Net/TCLink.pm (blib/lib/auto/Net/TCLink)
Please specify prototyping behavior for TCLink.xs (see perlxs manual)
mv TCLink.xsc TCLink.c
x86_64-linux-gnu-gcc -c  -IINSTALLDIRS=vendor/include -D_REENTRANT 
-D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2   
-DVERSION=\"3.4\" -DXS_VERSION=\"3.4\" -fPIC 
"-I/usr/lib/x86_64-linux-gnu/perl/5.38/CORE"  -DPERL5 
-DTCLINK_VERSION=\"3.4-Perl-Debian\" TCLink.c
In file included from TCLink.xs:5:
tclink.c: In function ‘Connect’:
tclink.c:542:25: warning: assignment discards ‘const’ qualifier from pointer 
target type [-Wdiscarded-qualifiers]
  542 |                 c->meth = SSLv23_client_method();
      |                         ^
tclink.c:553:45: error: passing argument 2 of ‘d2i_X509’ from incompatible 
pointer type [-Wincompatible-pointer-types]
  553 |                 c->tc_cert = d2i_X509(NULL, &cert_data_ptr, 
TC_CERT_SIZE);
      |                                             ^~~~~~~~~~~~~~
      |                                             |
      |                                             unsigned char **
In file included from /usr/include/openssl/objects.h:21,
                 from /usr/include/openssl/evp.h:44,
                 from /usr/include/openssl/x509.h:29,
                 from tclink.c:44:
/usr/include/openssl/x509.h:753:1: note: expected ‘const unsigned char **’ but 
argument is of type ‘unsigned char **’
  753 | DECLARE_ASN1_FUNCTIONS(X509)
      | ^~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:341: TCLink.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: libnet-tclink-perl
Source-Version: 3.4.0-11
Done: Étienne Mollier <emoll...@debian.org>

We believe that the bug you reported is fixed in the latest version of
libnet-tclink-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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Étienne Mollier <emoll...@debian.org> (supplier of updated libnet-tclink-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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 21 Jul 2024 19:28:47 +0200
Source: libnet-tclink-perl
Architecture: source
Version: 3.4.0-11
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: Étienne Mollier <emoll...@debian.org>
Closes: 1075194
Changes:
 libnet-tclink-perl (3.4.0-11) unstable; urgency=medium
 .
   * Team upload.
   * gcc-14.patch: fix incompatible pointer type. (Closes: #1075194)
   * Declare compliance with Debian Policy 4.7.0.
   * d/s/lintian-overrides: flag false positive error.
Checksums-Sha1:
 5ea833d9915a3bc6c1fe821fa46920f542083e3f 2310 libnet-tclink-perl_3.4.0-11.dsc
 afbbd53b8c6303c20f74aef65646cc877f93945e 4896 
libnet-tclink-perl_3.4.0-11.debian.tar.xz
Checksums-Sha256:
 c9c5924e9bb1a9d3dc1b2cd5ecfef0c5a678dafad9c48f827c3be8fa1cda1599 2310 
libnet-tclink-perl_3.4.0-11.dsc
 ae25b533c0631f6e46c6cbaa28c62d6c94e5dc7c679ce6897993482d4383cd0a 4896 
libnet-tclink-perl_3.4.0-11.debian.tar.xz
Files:
 f6c01c1396bce9bb72b2e51bc3a4b68c 2310 perl optional 
libnet-tclink-perl_3.4.0-11.dsc
 5f277a4659ec586d187cbfb5d1d6e8a7 4896 perl optional 
libnet-tclink-perl_3.4.0-11.debian.tar.xz

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

iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmadRgsUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdq8GxAApqsQlsOru/VuO3DVCmMO5eX6QNXG
9e7ermMeV0m1Qvv/2P4jxetzZHj8cwFvStIuXLyyjfJfMMRri9E3yesQHfr+DYgY
Wxxqe0l6IqT1ebqkUM8kwxc8jEeOR2YkWKpAXID7Dv1JXE6ZLaZzks/NSN1K9HqE
SSWwSWJDUvx/7lRhAaWZxi9QqnTOjFqyP44HbjC+oDExc2QSU6b0N3mFnCNUbz+S
dQLnn+Zwl93QxKVFEZkrSa76sY3k7cLaVoirPSYM162j8muh/DAnC8g1R8MMxOs3
kbWzSkFeulbL5IkLge17GSgQeVu2vCfklIMb7MCMZSf/UlJs6A/g5ndu9ELQPFsh
7hbM9LhoJSfgoB56mbZTZ8V4WRods9y9tgv7PleD2a1TncNggepUeCmRe+PS4e19
gXsX7TeLL1WpQG9N9Xm7Knv8kIiFgyI1u3vpjJlj4X33eqo4iJVehT/LCxL9Vf3p
107aEsyhF5y7tI02/EKjGG4n94HdZdPmf9sWopuA6Cl8p2xH6u1B2Eri7h1HExvA
kEw/GsjbyX2ys+xT517FXxDBhcxIXuug+aMU6FzYXH2raGO4DvJ9LBlqtUGjXKkP
9EeD7DjXUQ9Kh85vGNBoSW2ycA8K+F1wU0hyOWPNO4xzagmwQBr2LhedqW0DZ6q3
xahuKfWeuzC9eTw=
=rFhV
-----END PGP SIGNATURE-----

Attachment: pgp55xLBli91c.pgp
Description: PGP signature


--- End Message ---

Reply via email to