Your message dated Fri, 21 Mar 2025 19:36:57 +0000
with message-id <e1tviar-001hlr...@fasolo.debian.org>
and subject line Bug#1097176: fixed in libcoro-perl 6.570-4
has caused the Debian Bug report #1097176,
regarding libcoro-perl: ftbfs with GCC-15
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.)


-- 
1097176: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097176
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libcoro-perl
Version: 6.570-3
Severity: important
Tags: sid forky
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-15

[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/libcoro-perl_6.570-3_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

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

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html

[...]
Writing MYMETA.yml and MYMETA.json
Generating a Unix-style Makefile
Writing Makefile for Coro
Writing MYMETA.yml and MYMETA.json
   dh_auto_build
        make -j8
make[1]: Entering directory '/build/reproducible-path/libcoro-perl-6.570'
make[2]: Entering directory '/build/reproducible-path/libcoro-perl-6.570/Coro'
Running Mkbootstrap for State ()
"/usr/bin/perl" "/usr/share/perl/5.40.0/ExtUtils/xsubpp"  -typemap 
'/usr/share/perl/5.40/ExtUtils/typemap' -typemap 
'/build/reproducible-path/libcoro-perl-6.570/Coro/typemap'  State.xs > State.xsc
chmod 644 "State.bs"
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- State.bs 
../blib/arch/auto/Coro/State/State.bs 644
cp Coro/CoroAPI.h blib/lib/Coro/CoroAPI.h
cp Coro/Timer.pm blib/lib/Coro/Timer.pm
cp Coro/Semaphore.pm blib/lib/Coro/Semaphore.pm
cp Coro/jit-amd64-unix.pl blib/lib/Coro/jit-amd64-unix.pl
cp Coro/Handle.pm blib/lib/Coro/Handle.pm
cp Coro/MakeMaker.pm blib/lib/Coro/MakeMaker.pm
cp Coro/Storable.pm blib/lib/Coro/Storable.pm
cp Coro/Signal.pm blib/lib/Coro/Signal.pm
cp Coro/jit-x86-unix.pl blib/lib/Coro/jit-x86-unix.pl
cp Coro/SemaphoreSet.pm blib/lib/Coro/SemaphoreSet.pm
cp Coro/Channel.pm blib/lib/Coro/Channel.pm
cp Coro/Util.pm blib/lib/Coro/Util.pm
cp Coro/Socket.pm blib/lib/Coro/Socket.pm
cp Coro/BDB.pm blib/lib/Coro/BDB.pm
cp Coro/RWLock.pm blib/lib/Coro/RWLock.pm
cp Coro/Debug.pm blib/lib/Coro/Debug.pm
cp Coro.pm blib/lib/Coro.pm
cp Coro/AnyEvent.pm blib/lib/Coro/AnyEvent.pm
cp Coro/State.pm blib/lib/Coro/State.pm
cp Coro/LWP.pm blib/lib/Coro/LWP.pm
cp Coro/Select.pm blib/lib/Coro/Select.pm
cp Coro/Specific.pm blib/lib/Coro/Specific.pm
cp Coro/AIO.pm blib/lib/Coro/AIO.pm
Skip ../blib/lib/Coro/Debug.pm (unchanged)
Skip ../blib/lib/Coro/Storable.pm (unchanged)
Skip ../blib/lib/Coro/LWP.pm (unchanged)
Skip ../blib/lib/Coro/Select.pm (unchanged)
Skip ../blib/lib/Coro/Signal.pm (unchanged)
cp Intro.pod ../blib/lib/Coro/Intro.pod
Skip ../blib/lib/Coro/Handle.pm (unchanged)
Skip ../blib/lib/Coro/State.pm (unchanged)
Skip ../blib/lib/Coro/Socket.pm (unchanged)
Skip ../blib/lib/Coro/Util.pm (unchanged)
Skip ../blib/lib/Coro/Specific.pm (unchanged)
Skip ../blib/lib/Coro/jit-amd64-unix.pl (unchanged)
Skip ../blib/lib/Coro/AIO.pm (unchanged)
Skip ../blib/lib/Coro/Channel.pm (unchanged)
Skip ../blib/lib/Coro/SemaphoreSet.pm (unchanged)
Skip ../blib/lib/Coro/RWLock.pm (unchanged)
Skip ../blib/lib/Coro/Semaphore.pm (unchanged)
Skip ../blib/lib/Coro/BDB.pm (unchanged)
Skip ../blib/lib/Coro/AnyEvent.pm (unchanged)
Skip ../blib/lib/Coro/Timer.pm (unchanged)
Skip ../blib/lib/Coro/jit-x86-unix.pl (unchanged)
Skip ../blib/lib/Coro/MakeMaker.pm (unchanged)
mv State.xsc State.c
x86_64-linux-gnu-gcc -c   -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=/build/reproducible-path/libcoro-perl-6.570=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2   
-DVERSION=\"6.57\" -DXS_VERSION=\"6.57\" -fPIC 
"-I/usr/lib/x86_64-linux-gnu/perl/5.40/CORE"  -DCORO_ASM -DCORO_STACKSIZE=16384 
-DCORO_GUARDPAGES=4 -DCORO_JIT=1 State.c
State.xs: In function ‘XS_Coro__Util_time’:
State.xs:4576:18: error: too many arguments to function ‘nvtime’; expected 0, 
have 1
 4576 |         RETVAL = nvtime (aTHX);
      |                  ^~~~~~
make[2]: *** [Makefile:365: State.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/libcoro-perl-6.570/Coro'
make[1]: *** [Makefile:571: subdirs] Error 2
make[1]: Leaving directory '/build/reproducible-path/libcoro-perl-6.570'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:12: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: libcoro-perl
Source-Version: 6.570-4
Done: Étienne Mollier <emoll...@debian.org>

We believe that the bug you reported is fixed in the latest version of
libcoro-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 1097...@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 libcoro-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: Fri, 21 Mar 2025 20:20:16 +0100
Source: libcoro-perl
Architecture: source
Version: 6.570-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: Étienne Mollier <emoll...@debian.org>
Closes: 1097176
Changes:
 libcoro-perl (6.570-4) unstable; urgency=medium
 .
   [ gregor herrmann ]
   * Drop notice about long gone patches from long description.
     Thanks to Jakub Wilk.
 .
   [ Étienne Mollier ]
   * Coro-6.57-c23.patch: new: fix build failure with C23.
     Thanks to git...@trace.city-fan.org (Closes: #1097176)
   * Declare compliance with Debian Policy 4.7.2.
Checksums-Sha1:
 b308b203b1fd8f397ff8313fadc4891d34144613 2385 libcoro-perl_6.570-4.dsc
 5219acaad2b91663ea073d72aed31bb27fd4e003 8936 
libcoro-perl_6.570-4.debian.tar.xz
Checksums-Sha256:
 5c892a78dbff1666c458ce8cd99df0f19e6c18df96a71d4d38ff9fce60231b6f 2385 
libcoro-perl_6.570-4.dsc
 9cdb772cb2309ec7ec5a714648dda57ab83d7ae9b8082a59c67ba37d2508fce4 8936 
libcoro-perl_6.570-4.debian.tar.xz
Files:
 6b2d384c379e690481e0660bfdf2fa53 2385 perl optional libcoro-perl_6.570-4.dsc
 9ad6308d8165c35adca9f9c5f9b7420d 8936 perl optional 
libcoro-perl_6.570-4.debian.tar.xz


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

iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmfdvEYUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdqxEg//W0QtbP4Ohgkzu6BMH2+Bt/fPbYZs
R80f3ebSFP+AYBbNR8UkoJf+sCRp6/YN/jYUVU4MkQHEjstkeeYoN5pMbjj79REK
AHjwPo3LloJJU+1pqPNLWppD0iRpqeykR+FCXyFYMXeuVH5WtuxJs7XmCc1xaKfj
LpALlomTzmXt64YmrxrJwUE6CC/6L+wL2qEtCkvjpEURpPdpf8vG3LcCkM+4iv+A
UKThlUl5zBRFFVRYlSf/36CF3t4xk/MgidHE+GyaddvFYcgKXiEyaR/DbbfbrP4J
L7RH81wop1PLu8aDMq5Uua5VVltxva11MQjqk0h8wXwrgrHNSMRbm8a+86NbYRcy
9EhNFWKGgg6ddltfaoaygUaiUGpBagx/n6tngJK8/n4ZaMQZqb/RBZ1xOEf5l2GP
6hmFbWZwAFK9aG0GrJzJ0cmXxrjo2GNRIWYd95fyhZT44aDNRkkbB7GLvfY0omLg
9bGq0HHE2ZMC+TFAIRYlPYzi6K5FE4TXb9oOcPUezGacOH/e/LyQjRUcJe9PUmVR
7lgzPtQjqdNdn8IJfwHoCHKpNNIFg1nf36IWbgwvafVaCBymcL+HqdlJFlwry50C
NXlJhomEmZbuGe74A4GJbkGfam/Lcch8Cxf9joFYSyT00PIyxsWehk8IdOhXor79
+PpmFlZDSKHXlFA=
=x6s8
-----END PGP SIGNATURE-----

Attachment: pgpQ0bw1FEyHF.pgp
Description: PGP signature


--- End Message ---

Reply via email to