[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1097469: marked as done (nitpic: ftbfs with GCC-15)



Your message dated Wed, 22 Oct 2025 07:51:27 +0000
with message-id <E1vBTd1-00Flaq-2M@fasolo.debian.org>
and subject line Bug#1097469: fixed in nitpic 0.1-23
has caused the Debian Bug report #1097469,
regarding nitpic: 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 owner@bugs.debian.org
immediately.)


-- 
1097469: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097469
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:nitpic
Version: 0.1-20
Severity: important
Tags: sid forky
User: debian-gcc@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/nitpic_0.1-20_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

[...]
      |                          ^~~~~~~
instr.cc: In function ‘void instr_jump(Widget, XtPointer, XtPointer)’:
instr.cc:101:26: warning: unused variable ‘w_width’ [-Wunused-variable]
  101 |         Dimension        w_width, w_height;
      |                          ^~~~~~~
instr.cc:103:43: warning: unused variable ‘bottom’ [-Wunused-variable]
  103 |         int                      dv, top, bottom, lines, dlines;
      |                                           ^~~~~~
instr.cc:103:58: warning: unused variable ‘dlines’ [-Wunused-variable]
  103 |         int                      dv, top, bottom, lines, dlines;
      |                                                          ^~~~~~
instr.cc:104:26: warning: unused variable ‘thumb’ [-Wunused-variable]
  104 |         float            thumb;
      |                          ^~~~~
instr.cc: In function ‘void ipointer_refresh(Widget, XEvent*, char**, Cardinal*)’:
instr.cc:167:26: warning: unused variable ‘w_height’ [-Wunused-variable]
  167 |         Dimension        w_height, w_width;
      |                          ^~~~~~~~
instr.cc:167:36: warning: unused variable ‘w_width’ [-Wunused-variable]
  167 |         Dimension        w_height, w_width;
      |                                    ^~~~~~~
instr.cc: In function ‘void ipointer_seek(Widget, XEvent*, char**, Cardinal*)’:
instr.cc:221:26: warning: unused variable ‘w_width’ [-Wunused-variable]
  221 |         Dimension        w_width, w_height;
      |                          ^~~~~~~
instr.cc:223:43: warning: unused variable ‘bottom’ [-Wunused-variable]
  223 |         int                      dv, top, bottom, lines, dlines;
      |                                           ^~~~~~
instr.cc:223:58: warning: unused variable ‘dlines’ [-Wunused-variable]
  223 |         int                      dv, top, bottom, lines, dlines;
      |                                                          ^~~~~~
instr.cc:224:26: warning: unused variable ‘thumb’ [-Wunused-variable]
  224 |         float            thumb;
      |                          ^~~~~
gcc -g -O2 -Wall    -I. -I./lib/Xt     -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L 				-D_POSIX_SOURCE -D_XOPEN_SOURCE 				-D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 				  				  -DFUNCPROTO=15 -DNARROWPROTO       -c -o pu_lib.o pu_lib.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:28,
                 from pu_lib.c:6:
/usr/include/features.h:197:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  197 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
pu_lib.c:13:6: error: conflicting types for ‘PU_Clear’; have ‘void(PICDEFN *)’ {aka ‘void(struct picdefn *)’}
   13 | void PU_Clear(PICDEFN *pic)
      |      ^~~~~~~~
In file included from pu_lib.c:5:
pu_defs.h:22:13: note: previous declaration of ‘PU_Clear’ with type ‘void(void)’
   22 | extern void PU_Clear();
      |             ^~~~~~~~
pu_lib.c:176:5: error: conflicting types for ‘PU_WriteHeader’; have ‘int(char *, PICDEFN *, char *)’ {aka ‘int(char *, struct picdefn *, char *)’}
  176 | int PU_WriteHeader(char *filename, PICDEFN *pic, char *comment)
      |     ^~~~~~~~~~~~~~
pu_defs.h:23:13: note: previous declaration of ‘PU_WriteHeader’ with type ‘int(void)’
   23 | extern int  PU_WriteHeader();
      |             ^~~~~~~~~~~~~~
pu_lib.c:201:5: error: conflicting types for ‘PU_WriteBlock’; have ‘int(char *, PICDEFN *, int,  int)’ {aka ‘int(char *, struct picdefn *, int,  int)’}
  201 | int PU_WriteBlock(char *filename, PICDEFN *pic, int from, int to)
      |     ^~~~~~~~~~~~~
pu_defs.h:24:13: note: previous declaration of ‘PU_WriteBlock’ with type ‘int(void)’
   24 | extern int  PU_WriteBlock();
      |             ^~~~~~~~~~~~~
pu_lib.c:273:5: error: conflicting types for ‘PU_WriteTrailer’; have ‘int(char *, PICDEFN *, char *)’ {aka ‘int(char *, struct picdefn *, char *)’}
  273 | int PU_WriteTrailer(char *filename, PICDEFN *pic, char *comment)
      |     ^~~~~~~~~~~~~~~
pu_defs.h:25:13: note: previous declaration of ‘PU_WriteTrailer’ with type ‘int(void)’
   25 | extern int  PU_WriteTrailer();
      |             ^~~~~~~~~~~~~~~
make[1]: *** [<builtin>: pu_lib.o] Error 1
make[1]: Leaving directory '/build/reproducible-path/nitpic-0.1'
make: *** [debian/rules:17: build-arch] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: nitpic
Source-Version: 0.1-23
Done: Matthias Klose <doko@debian.org>

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

Debian distribution maintenance software
pp.
Matthias Klose <doko@debian.org> (supplier of updated nitpic 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Wed, 22 Oct 2025 08:44:05 +0200
Source: nitpic
Architecture: source
Version: 0.1-23
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Closes: 1097469
Changes:
 nitpic (0.1-23) unstable; urgency=medium
 .
   * QA upload.
   * Add explicit build dependency on libsframe-dev. Closes: #1097469.
Checksums-Sha1:
 602c2d0e88827cf9ba4158cab01a109331b7eaf1 1771 nitpic_0.1-23.dsc
 1742a5ea1f1595560165a36b96ce0f68123c1729 11920 nitpic_0.1-23.debian.tar.xz
 81018173613ebcf6eaba281d49f0f562cfc50edf 5635 nitpic_0.1-23_source.buildinfo
Checksums-Sha256:
 3265d378cd8bc2e5c34bfbff9feb4f620f2749f9e58d7609ee6e846132258751 1771 nitpic_0.1-23.dsc
 ec0c3baec9fad52b287b4052758887fa170157bf75f25ec4438c2fad2df94bbd 11920 nitpic_0.1-23.debian.tar.xz
 4f2f2ff49256fb6a8a41c87ad36b9f1c8fd77dae69a67f553d6c50c8b103acb4 5635 nitpic_0.1-23_source.buildinfo
Files:
 b3d817a92b612ce83b2b23c73acda6ce 1771 electronics optional nitpic_0.1-23.dsc
 64cd71e3a26f27c213b56afb0e0bd08a 11920 electronics optional nitpic_0.1-23.debian.tar.xz
 357f1d7b00612fb17659dce28be52c9b 5635 electronics optional nitpic_0.1-23_source.buildinfo

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

iQJEBAEBCgAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAmj4fdoQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9S5KD/9A5wlkjNm2AokfQsFoNjodlSvuyu/94A//
QTY/ZjwfIZTjARysTzrz8wQlQ/bFhUPs69g6rYa1K1q4nDdr9BDAkWSxCunyaScC
g4/JNGxUd+NDejm8ZZfMP3h35RKtPhepW0JXYHvJOSTeKTfOQl70CYD3EiHoe9zH
AnactdvZURe8ZqqitEpkINHH5Mtey/Li3TE63q9LIMoUIVHh+KzKJau4Q2BNxoVS
C4A0Cjd/8z9wdbulXma7E5uFQIHlmqNcbpdgmoaaWX51iaZ6clst70B6zJjVGStS
MC5jKafYdXxaGFZ//fgdQJ5oqIiGYEfxsxwTpveiS6VJBXMPEdkQSVT/XJvwlIgM
2iefJBF5L9CZ7XbPBzYxjx9lJhkHG8VSS/d98eNCtTFhljSQXKGledBNyVkrwCVr
dLaXYrUE598GlXvr7Xj8hlUgHB491dd7qdg7qnHMxR8kyg3V0m1kPoAVCXjf8aRx
1kEoOKfgWWE+8Pv30Ql9qLYnpogiyBhN7iQE2LlS0Th6JjOuAq1ytf6Si/6QcehK
T8m9IC89HhLaeheWX+R6r1cpHSblFLDpMqI0rXTBaqyO+sgMEJ0SyR7HsUUvn4vR
0AFVTLkmEg6AeVCcBasTJdkHJ8O963C2eRCLgYHJQGv2+up0C16Xw9vNu2WcO/SH
cZlpW3kUqg==
=wyf1
-----END PGP SIGNATURE-----

Attachment: pgp2IMEDLyX8p.pgp
Description: PGP signature


--- End Message ---

Reply to: