Your message dated Fri, 24 Oct 2025 10:19:35 +0000
with message-id <[email protected]>
and subject line Bug#1097472: fixed in nn 6.7.3-16.1
has caused the Debian Bug report #1097472,
regarding nn: 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.)


-- 
1097472: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097472
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:nn
Version: 6.7.3-15
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/nn_6.7.3-15_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

[...]
global.h:31:21: error: too many arguments to function ‘other_compl’; expected 
0, have 2
   31 | #define CALL(fct)  (* (fct))
      |                    ~^~~~~~~~
init.c:480:28: note: in expansion of macro ‘CALL’
  480 |                     temp = CALL(other_compl) (head, len);
      |                            ^~~~
init.c:555:21: error: assignment to ‘fct_type’ {aka ‘int (*)(void)’} from 
incompatible pointer type ‘int (*)(char *, int)’ [-Wincompatible-pointer-types]
  555 |         other_compl = cmd_completion;
      |                     ^
keymap.h:155:17: note: ‘cmd_completion’ declared here
  155 | int             cmd_completion(char *, int);
      |                 ^~~~~~~~~~~~~~
global.h:30:19: note: ‘fct_type’ declared here
   30 | typedef int     (*fct_type) ();
      |                   ^~~~~~~~
admin.c: In function ‘get_groupname’:
admin.c:150:41: error: passing argument 4 of ‘get_s’ from incompatible pointer 
type [-Wincompatible-pointer-types]
  150 |     groupname = get_s(NONE, NONE, NONE, group_completion);
      |                                         ^~~~~~~~~~~~~~~~
      |                                         |
      |                                         int (*)(char *, int)
In file included from admin.c:22:
nn_term.h:93:47: note: expected ‘fct_type’ {aka ‘int (*)(void)’} but argument 
is of type ‘int (*)(char *, int)’
   93 | char           *get_s(char *, char *, char *, fct_type);
      |                                               ^~~~~~~~
In file included from admin.c:19:
group.h:5:17: note: ‘group_completion’ declared here
    5 | int             group_completion(char *, int);
      |                 ^~~~~~~~~~~~~~~~
In file included from admin.c:15:
global.h:30:19: note: ‘fct_type’ declared here
   30 | typedef int     (*fct_type) ();
      |                   ^~~~~~~~
init.c: In function ‘do_map’:
init.c:792:16: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  792 |         code = (int) m_define("-2", initf);
      |                ^
make[3]: *** [<builtin>: nntp.o] Error 1
admin.c: In function ‘find_files’:
admin.c:215:5: warning: ignoring return value of ‘system’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  215 |     system(command);
      |     ^~~~~~~~~~~~~~~
admin.c: In function ‘get_entry’:
admin.c:115:5: warning: ignoring return value of ‘fgets’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  115 |     fgets(buf, sizeof(buf), stdin);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
admin.c: In function ‘rmgroup’:
admin.c:905:5: warning: ignoring return value of ‘system’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  905 |     system(command);
      |     ^~~~~~~~~~~~~~~
admin.c: In function ‘log_admin’:
admin.c:782:9: warning: ignoring return value of ‘system’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  782 |         system(command);
      |         ^~~~~~~~~~~~~~~
admin.c:792:9: warning: ignoring return value of ‘system’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  792 |         system(command);
      |         ^~~~~~~~~~~~~~~
admin.c:799:5: warning: ignoring return value of ‘system’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  799 |     system(command);
      |     ^~~~~~~~~~~~~~~
make[3]: *** [<builtin>: admin.o] Error 1
make[3]: *** [<builtin>: init.o] Error 1
make[3]: Leaving directory '/build/reproducible-path/nn-6.7.3'
make[2]: *** [Makefile:36: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/nn-6.7.3'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" 
"CFLAGS=-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/nn-6.7.3=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection" 
"CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2" "LDFLAGS=-Wl,-z,relro -Wl,-z,now" 
LOCALCC=x86_64-linux-gnu-gcc returned exit code 2
make[1]: *** [debian/rules:19: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/nn-6.7.3'
make: *** [debian/rules:13: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: nn
Source-Version: 6.7.3-16.1
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
nn, 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 nn 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, 22 Oct 2025 19:04:06 +0300
Source: nn
Architecture: source
Version: 6.7.3-16.1
Distribution: unstable
Urgency: medium
Maintainer: Cord Beermann <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1097472
Changes:
 nn (6.7.3-16.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Build with -std=gnu17 to workaround FTBFS with GCC 15.
     (Closes: #1097472)
Checksums-Sha1:
 6a0eaf732dd498355d66f5dca26810f1da01ce82 1686 nn_6.7.3-16.1.dsc
 4bcfc2c0bcb548f406427efa669f185610a8f098 31144 nn_6.7.3-16.1.debian.tar.xz
Checksums-Sha256:
 95d6a2f165e9657b521bb36a7f8428dc78add629ce70dc9e6c2f876a4674a5d3 1686 
nn_6.7.3-16.1.dsc
 73f5fbfc7208b21b695fa0afec3fece2d5b41cbc4b28da0520df08eb1584ac9e 31144 
nn_6.7.3-16.1.debian.tar.xz
Files:
 738038694aabfbb778b37a6eebd1a7fd 1686 news optional nn_6.7.3-16.1.dsc
 f20bfbe49deb8372c40d96af54b64be2 31144 news optional 
nn_6.7.3-16.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmj5AWIACgkQiNJCh6LY
mLE0wQ//eXOb8A7hz7HvnQJsJKoOPaCuqxu2i9+9Wn5qrqeap35qKGsF46iDY7Ie
HeGoItNBfnvCXi5SjFpTVDheVTx2ZkK9kORhaC86HQ5FOhNoZcNWcmV6mnINw8uR
QP2mDGXAN7VjoOpr3MTQrzZAwz+SOUaU6X5CKl5Di97dbHITy3sKtZohdz+Bw6p1
i6wwvsbHOoQwrRUYxkDjQEk5r/OSzqvESKjFpJlKSCRICZHqPl9+fM+1C0TdkMfv
tyFKYEY6LiKD/LwCTH2t5ZA+2nWmK0qZ5ve/KPfhIhRZ5ayGq9jy31d6mda3fVgx
I/kmZZB1GfVRu5taP8eYym0lwRWCrCqcy3lNROhZD2eiKX8q0AnRJCTM2OMtOGwO
19IeMqYxQuuH1/IJGzGzb9HfUKkrh9rqZhiysPtKxoLZ0fOQ1k90rkNlRp1dyrSF
5XTGggILnEB7jkvyOUL/3ZJ0MkIFtbyCf1bvMHyGVBzGL87b6u7WzEtFVy4fD+fy
qMtj0DQlbdNlVtmz1ATSG8uo7tuHOmj9EocNsfIKTM54v4KdkVvLiMSZ+QlZKxPT
rl+IKQ77ienY9jw1PJXCfzRHDE7RgTZbMh9XcglUkoIEUAaJGVc0f8hokTshNzmN
XfGhfB07MJo+tgoPcTcY7JHq3ZvSf2OJJtMrdVt0BNmJhvwfF6A=
=whAV
-----END PGP SIGNATURE-----

Attachment: pgpSV3q4r2wS6.pgp
Description: PGP signature


--- End Message ---

Reply via email to