Your message dated Fri, 10 Oct 2025 09:50:06 +0000
with message-id <[email protected]>
and subject line Bug#1097238: fixed in libnjb 2.2.7~dfsg0-5.2
has caused the Debian Bug report #1097238,
regarding libnjb: 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.)


-- 
1097238: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097238
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libnjb
Version: 2.2.7~dfsg0-5.1
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/libnjb_2.2.7~dfsg0-5.1_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

[...]
      |                                ~~~^
      |                                   |
      |                                   unsigned int
      |                                %04lx
protocol3.c:2688:43: warning: format '%x' expects argument of type 'unsigned 
int', but argument 2 has type 'ssize_t' {aka 'long int'} [-Wformat=]
 2688 |           printf("Parsing this buffer, 0x%x bytes:\n", bread);
      |                                          ~^            ~~~~~
      |                                           |            |
      |                                           unsigned int ssize_t {aka 
long int}
      |                                          %lx
protocol3.c:2526:9: warning: unused variable 'success' [-Wunused-variable]
 2526 |     int success;
      |         ^~~~~~~
protocol3.c: In function 'create_playlistid':
protocol3.c:2757:12: warning: old-style function definition 
[-Wold-style-definition]
 2757 | static int create_playlistid(postid, target)
      |            ^~~~~~~~~~~~~~~~~
protocol3.c: In function 'add_to_playlistid':
protocol3.c:2773:12: warning: old-style function definition 
[-Wold-style-definition]
 2773 | static int add_to_playlistid(frameid, framelen, data, target)
      |            ^~~~~~~~~~~~~~~~~
protocol3.c: In function 'terminate_playlistid':
protocol3.c:2797:12: warning: old-style function definition 
[-Wold-style-definition]
 2797 | static int terminate_playlistid(njb, target)
      |            ^~~~~~~~~~~~~~~~~~~~
protocol3.c: In function 'create_datafile':
protocol3.c:2943:12: warning: old-style function definition 
[-Wold-style-definition]
 2943 | static int create_datafile(postid, target)
      |            ^~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-g -O2 -Werror=implicit-function-declaration 
"-ffile-prefix-map=/build/reproducible-path/libnjb-2.2.7~dfsg0=." 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -Wmissing-prototypes -c njbtime.c 
-o njbtime.o >/dev/null 2>&1
protocol3.c: In function 'add_to_datafile':
protocol3.c:2958:12: warning: old-style function definition 
[-Wold-style-definition]
 2958 | static int add_to_datafile(frameid, framelen, data, target)
      |            ^~~~~~~~~~~~~~~
protocol3.c: In function 'terminate_datafile':
protocol3.c:3003:12: warning: old-style function definition 
[-Wold-style-definition]
 3003 | static int terminate_datafile(njb, target)
      |            ^~~~~~~~~~~~~~~~~~
protocol3.c: In function 'create_key':
protocol3.c:3106:12: warning: old-style function definition 
[-Wold-style-definition]
 3106 | static int create_key(postid, target)
      |            ^~~~~~~~~~
protocol3.c: In function 'add_to_key':
protocol3.c:3120:12: warning: old-style function definition 
[-Wold-style-definition]
 3120 | static int add_to_key(frameid, framelen, data, target)
      |            ^~~~~~~~~~
protocol3.c: In function 'terminate_key':
protocol3.c:3140:12: warning: old-style function definition 
[-Wold-style-definition]
 3140 | static int terminate_key(njb, target)
      |            ^~~~~~~~~~~~~
protocol3.c: In function 'njb3_read_keys':
protocol3.c:3185:7: warning: variable 'result' set but not used 
[-Wunused-but-set-variable]
 3185 |   int result;
      |       ^~~~~~
make[4]: *** [Makefile:507: protocol3.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-g -O2 -Werror=implicit-function-declaration 
"-ffile-prefix-map=/build/reproducible-path/libnjb-2.2.7~dfsg0=." 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -Wmissing-prototypes -c unicode.c 
-o unicode.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-g -O2 -Werror=implicit-function-declaration 
"-ffile-prefix-map=/build/reproducible-path/libnjb-2.2.7~dfsg0=." 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -Wmissing-prototypes -c songid.c 
-o songid.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-g -O2 -Werror=implicit-function-declaration 
"-ffile-prefix-map=/build/reproducible-path/libnjb-2.2.7~dfsg0=." 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -Wmissing-prototypes -c 
protocol.c -o protocol.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-g -O2 -Werror=implicit-function-declaration 
"-ffile-prefix-map=/build/reproducible-path/libnjb-2.2.7~dfsg0=." 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -Wmissing-prototypes -c 
procedure.c -o procedure.o >/dev/null 2>&1
make[4]: Leaving directory '/build/reproducible-path/libnjb-2.2.7~dfsg0/src'
make[3]: *** [Makefile:502: all-recursive] Error 1
make[3]: Leaving directory '/build/reproducible-path/libnjb-2.2.7~dfsg0'
make[2]: *** [Makefile:386: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/libnjb-2.2.7~dfsg0'
dh_auto_build: error: make -j8 returned exit code 2
make[1]: *** [debian/rules:11: override_dh_auto_build] Error 255
make[1]: Leaving directory '/build/reproducible-path/libnjb-2.2.7~dfsg0'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: libnjb
Source-Version: 2.2.7~dfsg0-5.2
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libnjb, 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 libnjb 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: Wed, 08 Oct 2025 19:40:59 +0300
Source: libnjb
Architecture: source
Version: 2.2.7~dfsg0-5.2
Distribution: unstable
Urgency: medium
Maintainer: Alessio Treglia <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1097238
Changes:
 libnjb (2.2.7~dfsg0-5.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Build with -std=gnu17 to workaround FTBFS with GCC 15.
     (Closes: #1097238)
Checksums-Sha1:
 463fc482b9f65aa3738187974337ffa539f68501 2089 libnjb_2.2.7~dfsg0-5.2.dsc
 d083ed8bad71e884c7eb287fa2957583071feda6 8284 
libnjb_2.2.7~dfsg0-5.2.debian.tar.xz
Checksums-Sha256:
 d5864c759c195bb58388d93ce95e425393d88460586b6632f03dabe5a43bd907 2089 
libnjb_2.2.7~dfsg0-5.2.dsc
 cf93a6b4ee49a3fee8b2b1e9907453c3af77cc77d810e9c15fe39b6d55a5f069 8284 
libnjb_2.2.7~dfsg0-5.2.debian.tar.xz
Files:
 45f778b83f2e40461e7ae05a05be7d0f 2089 libs optional libnjb_2.2.7~dfsg0-5.2.dsc
 8e8b68ceba012a766982028c0f368f4a 8284 libs optional 
libnjb_2.2.7~dfsg0-5.2.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjmvy0ACgkQiNJCh6LY
mLEj6g//cH/HlYfBkMdvNWIdY3jO8XTZ9eXKnsIbYIDJrnIzZy3DcewoOIWzV0v7
g8dJmI0VzHoczcZ6VLR5BqghKnSATg5WXlpf+nZyYkwQpZEnk3AVFQZbtx3krLbD
+lxWobCu+yjwW/+z5jwFLa1l9E8oazu065VUgvjwr3UcxV31/coeMoRM97/6Z4mt
MZMQZ7WGl5Da0rDgvEBkB9KTIWbSM6zRcG9X/tDjFrW9TrTFhN598D5t3JiY1e+S
3qtXzzsXH2sKiX6YtD8yHC97bSItwqEwV2INAiQw82BDJlS+QZXGFAa9zoytIpaY
MSgT1T8y/9JTOkYIuKuVl8QBcCunyB0/p7MsdRO2mx46p2RFbXvSBzH3Oxp4Kqex
YMWKvgtMXE6jf3SrNIPlPzNuvy7JRE4MVg/8B5zuyWkfgYGuW7sxYvHwkC9AwgG4
ehf7yk2nG+CF+Mz2hKOQ9dCYsFkgnuEKDKua5mGr9pUh35bRZPu+iPvZsYPPoM8J
eKll3a+gN1SYJg78kzZHkw2ELjfgVchImi91LzNC/rnj7zwu4Js7lU+R2B9hA5iV
C+xb9lWI10tWhQwbo78Bkd0IaEz8SJlvqAtTWb5nI0VqfqyGOhJzu73tFONlt9QT
NLYfR63Ctvb57Bpsmqv0sZCg8h+EvAQd4DFusoN6KpZrvK/bqjQ=
=AU3q
-----END PGP SIGNATURE-----

Attachment: pgpjeNYaKlpzo.pgp
Description: PGP signature


--- End Message ---

Reply via email to