Your message dated Sat, 08 Mar 2025 19:37:27 +0000
with message-id <[email protected]>
and subject line Bug#1097796: fixed in rl-renderpm 4.0.3+repack-5
has caused the Debian Bug report #1097796,
regarding rl-renderpm: 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 [email protected]
immediately.)


-- 
1097796: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097796
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:rl-renderpm
Version: 4.0.3+repack-4
Severity: important
Tags: sid forky
User: [email protected]
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/rl-renderpm_4.0.3+repack-4_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

[...]
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c:1614:25:
 error: too few arguments to function ‘get_stack_bool’; expected 3, have 2
 1614 |                         get_stack_bool (psc, &bool, 3) &&
      |                         ^~~~~~~~~~~~~~
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c:957:1: 
note: declared here
  957 | get_stack_bool (Gt1PSContext *psc, int *result, int index)
      | ^~~~~~~~~~~~~~
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c:1619:33:
 error: expected identifier or ‘(’ before ‘)’ token
 1619 |                         if (bool)
      |                                 ^
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c:1619:29:
 error: declaration in the controlling expression must have an initializer
 1619 |                         if (bool)
      |                             ^~~~
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c: In 
function ‘internal_if’:
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c:1630:13:
 error: ‘bool’ cannot be used here
 1630 |         int bool;
      |             ^~~~
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c:1630:13:
 note: ‘bool’ is a keyword with ‘-std=c23’ onwards
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c:1630:9: 
warning: useless type name in empty declaration
 1630 |         int bool;
      |         ^~~
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c:1633:47:
 error: expected expression before ‘bool’
 1633 |                         get_stack_bool (psc, &bool, 2) &&
      |                                               ^~~~
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c:1633:25:
 error: too few arguments to function ‘get_stack_bool’; expected 3, have 2
 1633 |                         get_stack_bool (psc, &bool, 2) &&
      |                         ^~~~~~~~~~~~~~
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c:957:1: 
note: declared here
  957 | get_stack_bool (Gt1PSContext *psc, int *result, int index)
      | ^~~~~~~~~~~~~~
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c:1637:33:
 error: expected identifier or ‘(’ before ‘)’ token
 1637 |                         if (bool)
      |                                 ^
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c:1637:29:
 error: declaration in the controlling expression must have an initializer
 1637 |                         if (bool)
      |                             ^~~~
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c: In 
function ‘internal_not’:
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c:1672:13:
 error: ‘bool’ cannot be used here
 1672 |         int bool;
      |             ^~~~
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c:1672:13:
 note: ‘bool’ is a keyword with ‘-std=c23’ onwards
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c:1672:9: 
warning: useless type name in empty declaration
 1672 |         int bool;
      |         ^~~
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c:1675:47:
 error: expected expression before ‘bool’
 1675 |                         get_stack_bool (psc, &bool, 1))
      |                                               ^~~~
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c:1675:25:
 error: too few arguments to function ‘get_stack_bool’; expected 3, have 2
 1675 |                         get_stack_bool (psc, &bool, 1))
      |                         ^~~~~~~~~~~~~~
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c:957:1: 
note: declared here
  957 | get_stack_bool (Gt1PSContext *psc, int *result, int index)
      | ^~~~~~~~~~~~~~
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c:1677:77:
 error: expected expression before ‘bool’
 1677 |                         psc->value_stack[psc->n_values - 
1].val.bool_val = !bool;
      |                                                                         
    ^~~~
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c: In 
function ‘pscontext_new’:
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c:1907:23:
 warning: comparison of integer expressions of different signedness: ‘int’ and 
‘long unsigned int’ [-Wsign-compare]
 1907 |         for (i = 0; i < sizeof(internal_procs) / 
sizeof(InternalGt1ProcListing); i++)
      |                       ^
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c: At top 
level:
/build/reproducible-path/rl-renderpm-4.0.3+repack/src/gt1/gt1-parset1.c:710:1: 
warning: ‘print_value_deep’ defined but not used [-Wunused-function]
  710 | print_value_deep (Gt1PSContext *psc, Gt1Value *val, int nest)
      | ^~~~~~~~~~~~~~~~
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
E: pybuild pybuild:389: build: plugin distutils failed with: exit code=1: 
/usr/bin/python3 setup.py build 
dh_auto_build: error: pybuild --build -i python{version} -p "3.12 3.13" 
returned exit code 13
make[1]: *** [debian/rules:17: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/rl-renderpm-4.0.3+repack'
make: *** [debian/rules:10: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: rl-renderpm
Source-Version: 4.0.3+repack-5
Done: Georges Khaznadar <[email protected]>

We believe that the bug you reported is fixed in the latest version of
rl-renderpm, 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.
Georges Khaznadar <[email protected]> (supplier of updated rl-renderpm 
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: Sat, 08 Mar 2025 19:17:04 +0100
Source: rl-renderpm
Architecture: source
Version: 4.0.3+repack-5
Distribution: experimental
Urgency: medium
Maintainer: Georges Khaznadar <[email protected]>
Changed-By: Georges Khaznadar <[email protected]>
Closes: 1097796
Changes:
 rl-renderpm (4.0.3+repack-5) experimental; urgency=medium
 .
   * changes for gcc-15: the patch debian/gcc-15.patch is used to rename
     variables 'bool' to 'boolean'. Closes: #1097796
Checksums-Sha1:
 7d7a76318b462691201d6f4908b0b5a835817048 2120 rl-renderpm_4.0.3+repack-5.dsc
 45136f28183356913918d2d7ec7401d9843d1b61 5424 
rl-renderpm_4.0.3+repack-5.debian.tar.xz
 4b8648a1d5c3003ee08be8f4b0528affc4ce3e68 8009 
rl-renderpm_4.0.3+repack-5_source.buildinfo
Checksums-Sha256:
 48e4d8d132830d79e1212d0883ff1b4c44e548218e174abc58b072b88811ef45 2120 
rl-renderpm_4.0.3+repack-5.dsc
 f2e88445fb926ab993dd2aeaa1ea44fa21176f3c51decc247e8057ab315469f9 5424 
rl-renderpm_4.0.3+repack-5.debian.tar.xz
 9a879841f3652908d70ebde6743fede58d6ac429fca316442015c9facf80cf6c 8009 
rl-renderpm_4.0.3+repack-5_source.buildinfo
Files:
 5c16bb43c14303f5320ec3b8649b8fa8 2120 python optional 
rl-renderpm_4.0.3+repack-5.dsc
 ae287523fa9672552ba977cc5874d5b2 5424 python optional 
rl-renderpm_4.0.3+repack-5.debian.tar.xz
 b8e1fcfd9d828e0b955d788942bd29db 8009 python optional 
rl-renderpm_4.0.3+repack-5_source.buildinfo

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

iQJIBAEBCgAyFiEEM0CzZP9nFT+3zK6FHCgWkHE2rjkFAmfMkKQUHGdlb3JnZXNr
QGRlYmlhbi5vcmcACgkQHCgWkHE2rjnvIBAApbslYpkjVA37CLRnd/OIML72V21I
za5Mh9fwqMAlACnyeRDm+oB9+JKviQgrMvwndsPQ+wrwIDjLnfxdQoaaObWKUPtp
fQcw/Ew/t6ejUBYsYsXiCjxJYt4O2H5blPIlpZFUuPNsPBTKJj87ifRS+Z00/b/X
012p94PEnJN0dGAYVZXIH8UVORQkBP+VlOeZnO7SoQEPRuqxOGoxlSHqn/Hd7g99
R6M6Yds/hjUIGmuRH7b3nAskgI12LzHZg9h4HYglWiM81mKIv6bGj3EJ5fNB6bz6
MjFYIgm8yVc3MrhTbst8wKiWY/5jxQyqzD2UGucuUenNSxVcEZwiv87HrTEqRbsZ
JQ31spLdD17Wa/UuQQ09guVQ24dUZD15N0PkGEzFPFH5V2gCAUSP5C3iZVLBMWAl
OcbF0+6QyFm6YkAHkPtkSWZG2tOgEZzsdDeWfVUW1Bwl0TnUWEt7I5OUTi4ANEL2
9+Vzs/6HcLGywqjv072jFs1xWNipZINiKYGuPzZqnfwhomRPutXQFhqWjxYNizMN
C8ISnhltNeuaO578qY6azZ12H4hKyoLagdNtb7vXFMyJbQ0eug/OfD4/nbmVTgH6
4fjg9sTuHA3eePsz1lWJJOVr8NakUzWY351n4JkZjeX44rCUErwFKvY9XEbv5L7T
EZuTwl3v+mfo0Do=
=MnUd
-----END PGP SIGNATURE-----

Attachment: pgpLQsnsjkg8Q.pgp
Description: PGP signature


--- End Message ---

Reply via email to