Your message dated Thu, 16 Oct 2025 11:19:48 +0000
with message-id <[email protected]>
and subject line Bug#1097559: fixed in pccts 1.33MR33-6.6
has caused the Debian Bug report #1097559,
regarding pccts: 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.)


-- 
1097559: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097559
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pccts
Version: 1.33MR33-6.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/pccts_1.33MR33-6.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

[...]
../h/err.h:168:22: note: ‘f$’ was declared here
  168 |         SetWordType *f[1];
      |                      ^
x86_64-linux-gnu-gcc -O2 -Wall -Wno-unused -g -I. -I../support/set -I../h 
-DUSER_ZZSYN  -DZZLEXBUFSIZE=32000   -c -o bits.o bits.c
In file included from bits.c:36:
bits.c: In function ‘Efirst’:
syn.h:173:48: error: too many arguments to function ‘fpReach[r->ntype]’; 
expected 0, have 3
  173 |                                         (a) = (*(fpReach[(p)->ntype]))( 
p, k, rk );}
      |                                               ~^~~~~~~~~~~~~~~~~~~~~~~
bits.c:224:9: note: in expansion of macro ‘REACH’
  224 |         REACH(r, 1, &rk, a);
      |         ^~~~~
bits.c: In function ‘DefErrSetForC1’:
bits.c:576:53: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 5 has type ‘long unsigned int’ [-Wformat=]
  576 |                 fprintf(ErrFile, "SetWordType %s%s[%d] = {",
      |                                                    ~^
      |                                                     |
      |                                                     int
      |                                                    %ld
bits.c:582:56: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 4 has type ‘long unsigned int’ [-Wformat=]
  582 |                 fprintf(ErrFile, "SetWordType zzerr%d[%d] = {",
      |                                                       ~^
      |                                                        |
      |                                                        int
      |                                                       %ld
bits.c: In function ‘DefErrSetForCC1’:
bits.c:644:63: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 5 has type ‘long unsigned int’ [-Wformat=]
  644 |                 fprintf(Parser_h, "\tstatic SetWordType %s%s[%d];\n", 
name, suffix,
      |                                                              ~^
      |                                                               |
      |                                                               int
      |                                                              %ld
bits.c:646:58: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 6 has type ‘long unsigned int’ [-Wformat=]
  646 |                 fprintf(Parser_c, "SetWordType %s::%s%s[%d] = {",
      |                                                         ~^
      |                                                          |
      |                                                          int
      |                                                         %ld
bits.c:653:59: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 5 has type ‘long unsigned int’ [-Wformat=]
  653 |                 fprintf(Parser_c, "SetWordType %s::err%d[%d] = {",
      |                                                          ~^
      |                                                           |
      |                                                           int
      |                                                          %ld
bits.c:657:64: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 4 has type ‘long unsigned int’ [-Wformat=]
  657 |                 fprintf(Parser_h, "\tstatic SetWordType err%d[%d];\n", 
esetnum,
      |                                                               ~^
      |                                                                |
      |                                                                int
      |                                                               %ld
bits.c: In function ‘GenParser_c_Hdr’:
bits.c:790:83: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 8 has type ‘long unsigned int’ [-Wformat=]
  790 |         fprintf(Parser_c,       "%s(ANTLRTokenBuffer *input) : 
%s(input,%d,%d,%d,%d)\n",
      |                                                                         
         ~^
      |                                                                         
          |
      |                                                                         
          int
      |                                                                         
         %ld
bits.c: In function ‘GenErrHdr’:
bits.c:915:47: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 3 has type ‘long unsigned int’ [-Wformat=]
  915 |         fprintf(ErrFile, "#define zzSET_SIZE %d\n", 
NumWords(TokenNum-1)*sizeof(unsigned));
      |                                              ~^
      |                                               |
      |                                               int
      |                                              %ld
make[2]: *** [<builtin>: bits.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/pccts-1.33MR33/antlr'
make[1]: *** [makefile:47: pccts] Error 2
make[1]: Leaving directory '/build/reproducible-path/pccts-1.33MR33'
make: *** [debian/rules:19: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: pccts
Source-Version: 1.33MR33-6.6
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pccts, 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.
Adrian Bunk <[email protected]> (supplier of updated pccts 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: Thu, 09 Oct 2025 17:50:50 +0300
Source: pccts
Architecture: source
Version: 1.33MR33-6.6
Distribution: unstable
Urgency: medium
Maintainer: Dale E. Martin <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1097559
Changes:
 pccts (1.33MR33-6.6) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Build with -std=gnu17 to workaround FTBFS with GCC 15.
     (Closes: #1097559)
   * Don't override COPT in makefiles.
Checksums-Sha1:
 b564e14986c81b3a0d80b7b2667b96aca77ec565 1821 pccts_1.33MR33-6.6.dsc
 347761ee039946a8a1e8c3f7d69bdaa70272f02b 9032 pccts_1.33MR33-6.6.debian.tar.xz
Checksums-Sha256:
 ebaeec2e95de48b63741947aa07723e2eb7f00819f5f264be290694624451521 1821 
pccts_1.33MR33-6.6.dsc
 b66c7b1efc83d84bdf3f5f7e12555f1e149cbbd925a54ef21314bf98f3b62a8a 9032 
pccts_1.33MR33-6.6.debian.tar.xz
Files:
 3179e41b7dc06c24e62bfd8a92c8e346 1821 devel optional pccts_1.33MR33-6.6.dsc
 2f113aa3fc94a258335caf6990b9bb87 9032 devel optional 
pccts_1.33MR33-6.6.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjnzOoACgkQiNJCh6LY
mLHpOA//SxAb4V8vPdG4CfU7cWYCZ2sdlIuuOj/7wEk7sBEVwqwhtow9sqpcaSYX
KGjPQdG1VdGuVdy3B3l74C0etr3iMlBSpqB3t7SH+RDQkfK+n0QPd7YxBg1G+BWE
9PDpGyU2W2mLj+j6qwFLDxfODcrZqTziO5+6qEKGantJa9oaVO1FhfCwpXtttaVZ
pXzdyHgCXoBKpHZoG3MAk4XhoFaXwNchL5R/wPXIBUX9cA2cp9mTPdfzs9m5mvi4
V3fkYTNDet0NmlqNFjNq2pgkaFWYfsCckmWB657MOpnjjFD0umacnj9pOPlrOP+k
zi0TFjm3jGvZi9soqW17UWR16i1UYChDp9yqKU84gc/NyxBlQ7mmv+kveZg4e1ju
s24q7hrjJhJXd5FK0DK2SwY9IN0WhjhQIPbaMc8cUFddieZ9+UoSFkX0e3CVN/an
pBM2dfLvc9X+KnLYjShxsAQPGlldutEkGO395e/KyihQwLrg3yWrOQVPO9jhr3+2
t8WSTMy1GvokFceQZF0fxGfr2J4rZTrXBPZA5/wLnuU0LrC8Ei6Lf1ZQLDEo8//6
AWHXepcKlW5QiBqQ+AeDS2e1kJSmmg+cvHcZkjXQ1jXKWoc3y7bi8IV4SDl5Bge5
g7BiD8dB4p97azCvx9myI65bDh6tywJzsHMlCS+JorwX5EVAGuk=
=RIdL
-----END PGP SIGNATURE-----

Attachment: pgpZrsuTT_k2D.pgp
Description: PGP signature


--- End Message ---

Reply via email to