Your message dated Thu, 08 Aug 2024 23:35:00 +0000
with message-id <[email protected]>
and subject line Bug#1075172: fixed in libgraphics-libplot-perl 2.2.3-2
has caused the Debian Bug report #1075172,
regarding libgraphics-libplot-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 [email protected]
immediately.)


-- 
1075172: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075172
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libgraphics-libplot-perl
Version: 2.2.3-1
Severity: important
Tags: sid trixie
User: [email protected]
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/libgraphics-libplot-perl_2.2.3-1_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

[...]
LOGNAME=user42
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SCHROOT_ALIAS_NAME=unstable
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-b30ff1a2-b50e-4fd4-9f61-98b0aa965814
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 libgraphics-libplot-perl
dpkg-buildpackage: info: source version 2.2.3-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by gregor herrmann <[email protected]>
 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
   dh_auto_configure
        /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"
Checking if your kit is complete...
Warning: the following files are missing in your kit:
        debian/NOTES.debian
        debian/README.debian
Please inform the author.
Generating a Unix-style Makefile
Writing Makefile for Graphics::Libplot
Writing MYMETA.yml and MYMETA.json
   dh_auto_build
        make -j8
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Running Mkbootstrap for Libplot ()
"/usr/bin/perl" "/usr/share/perl/5.38/ExtUtils/xsubpp"  -typemap 
'/usr/share/perl/5.38/ExtUtils/typemap' -typemap '/<<PKGBUILDDIR>>/typemap'  
Libplot.xs > Libplot.xsc
chmod 644 "Libplot.bs"
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Libplot.bs 
blib/arch/auto/Graphics/Libplot/Libplot.bs 644
cp Libplot.pm blib/lib/Graphics/Libplot.pm
AutoSplitting blib/lib/Graphics/Libplot.pm (blib/lib/auto/Graphics/Libplot)
Please specify prototyping behavior for Libplot.xs (see perlxs manual)
mv Libplot.xsc Libplot.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=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2   -DVERSION=\"2.2.3\" -DXS_VERSION=\"2.2.3\" 
-fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.38/CORE"   Libplot.c
Libplot.xs: In function ‘constant’:
Libplot.xs:91:13: error: ‘return’ with no value, in function returning non-void 
[-Wreturn-mismatch]
   91 |             return __BEGIN_DECLS;
      |             ^~~~~~
Libplot.xs:24:1: note: declared here
   24 | constant(name, arg)
      | ^~~~~~~~
Libplot.xs:97:13: error: ‘return’ with no value, in function returning non-void 
[-Wreturn-mismatch]
   97 |             return __END_DECLS;
      |             ^~~~~~
Libplot.xs:24:1: note: declared here
   24 | constant(name, arg)
      | ^~~~~~~~
make[1]: *** [Makefile:337: Libplot.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: libgraphics-libplot-perl
Source-Version: 2.2.3-2
Done: gregor herrmann <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libgraphics-libplot-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 
libgraphics-libplot-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: Fri, 09 Aug 2024 01:11:47 +0200
Source: libgraphics-libplot-perl
Architecture: source
Version: 2.2.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Closes: 1075172
Changes:
 libgraphics-libplot-perl (2.2.3-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Debian Janitor ]
   * Update standards version to 4.6.1, no changes needed.
 .
   [ gregor herrmann ]
   * Add patch to drop nonsensical "constants" from .xs file.
     (Closes: #1075172)
   * Declare compliance with Debian Policy 4.7.0.
   * Drop unneeded version constraints from (build) dependencies.
Checksums-Sha1:
 29f1a2a0bfbb49fe2a19daa831e779afd214605d 2558 
libgraphics-libplot-perl_2.2.3-2.dsc
 a94bee196908b914a4d83b5a8fc3036d12f24d27 5064 
libgraphics-libplot-perl_2.2.3-2.debian.tar.xz
Checksums-Sha256:
 1cf0a5a451710dc5af9696d892dda61fc1f25736c3220c8a54751f083a1fa506 2558 
libgraphics-libplot-perl_2.2.3-2.dsc
 e40325ebd1b4d2363df1f872c3bb2566766a77eda0b19bbf5a12a6ecb4fcc10b 5064 
libgraphics-libplot-perl_2.2.3-2.debian.tar.xz
Files:
 d10b8eee1de36bdac0079db8cacf2d86 2558 perl optional 
libgraphics-libplot-perl_2.2.3-2.dsc
 8a51408db6aafc68c015ab6d8e4b42d7 5064 perl optional 
libgraphics-libplot-perl_2.2.3-2.debian.tar.xz

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

iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAma1UTBfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgY7nxAAqfJzNY8HdU04cWIWhQ4ZRaLSBiNsxcCz+Dqywxyx0OLl+B6hYd9vjkv9
sI3iaZtxCfpCynBlYYbqHBPPcM+MijgOW1z0poijGVRhjpwNFtrjQN+xbfnUNeQY
SyeIk3Dftb9fpdQ8U4rsipNQzoIypiO+KapZiTXSffKQF0+MrBt0rKcdXFTx7mdy
FRLYHo+wTlige27bw0NiQdQKNIPuNh661UclOUCNHKAocBUminj0A8Lb0TXwxAc0
SgBylrftKsf/EZwTxN1v/JdOQqY0qU5fnpgpPuTLFElXefGundGYHwp4+xEv8yOD
OUb+ettkdpYMQYG5g3gU5LCCP/yneiFpa8G+aOHFTzyVFDhfScE2YAS1r/xbc8iU
XAPekXhbwLckAMoiNKySrJ8DlN1XObZx3h+FvXnlYtCm2muMUCPZ3YoH+5NJO3Jd
b8haSJnSDbnJ8QXCRNIore5ysM5D0Tk2i6AZGnYvakuUc9/OkvafOQNHG/KDXMcn
dYmUvO7ZTNXxSBxXbj+VpzI24t+0Yb7P2VRA6f1/o896EiVl50UEdMIB8JaNkPeb
DJ1msoRFDNu1Fa2RW714VDG4x7wxKpx/88NaF8SXOzkQ3TsUu/rzJ6pLWSJWvZ2C
Akr6gWorLtcJ198Wlstf0sIOhyahIadB6T+mWRc2nhEvAklZAto=
=38Uh
-----END PGP SIGNATURE-----

Attachment: pgpKU0WcBd3W6.pgp
Description: PGP signature


--- End Message ---

Reply via email to