Your message dated Tue, 23 Sep 2025 00:57:54 +0000
with message-id <[email protected]>
and subject line Bug#1096302: fixed in amanda 1:3.5.4-2.1
has caused the Debian Bug report #1096302,
regarding amanda: 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.)


-- 
1096302: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096302
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:amanda
Version: 1:3.5.4-1.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/amanda_3.5.4-1.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

[...]
  241 |                                 (void*)&xa->reply.body,
      |                                 ~~~~~~~~~~~~~~~~~~~~~~
ndmp_translate.h:160:27: note: declared here
  160 |         int             (*reply_9tox) (/* void *v9body, void *vxbody 
*/);
      |                           ^~~~~~~~~~
ndma_comm_dispatch.c:246:22: error: too many arguments to function 
'rrxl->free_reply_9tox'; expected 0, have 1
  246 |                     
(*rrxl->free_reply_9tox)((void*)&arg_xa->reply.body);
      |                     ~^~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
ndmp_translate.h:165:27: note: declared here
  165 |         int             (*free_reply_9tox) (/* void *vxbody */);
      |                           ^~~~~~~~~~~~~~~
ndma_comm_dispatch.c: In function 'ndma_call_no_tattle':
ndma_comm_dispatch.c:406:23: error: too many arguments to function 
'rrxl->request_9tox'; expected 0, have 2
  406 |                 rc = (*rrxl->request_9tox)(
      |                      ~^~~~~~~~~~~~~~~~~~~~
  407 |                                 (void*)&arg_xa->request.body,
      |                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ndmp_translate.h:158:27: note: declared here
  158 |         int             (*request_9tox) (/* void *v9body, void *vxbody 
*/);
      |                           ^~~~~~~~~~~~
ndma_comm_dispatch.c:474:24: error: too many arguments to function 
'rrxl->reply_xto9'; expected 0, have 2
  474 |                 xrc = (*rrxl->reply_xto9)(
      |                       ~^~~~~~~~~~~~~~~~~~
  475 |                                 (void*)&xa->reply.body,
      |                                 ~~~~~~~~~~~~~~~~~~~~~~
ndmp_translate.h:159:27: note: declared here
  159 |         int             (*reply_xto9) (/* void *vxbody, void *v9body 
*/);
      |                           ^~~~~~~~~~
In file included from /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:34,
                 from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from ../common-src/amanda.h:41,
                 from ndmos_glib.h:47,
                 from ndmos.h:108,
                 from ndmlib.h:41:
ndma_comm_dispatch.c: In function 'ndmp_sxa_config_get_auth_attr':
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor 
symbol: replace with "memmove"
 1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1304:3: note: in expansion of macro 
'_GLIB_GNUC_DO_PRAGMA'
 1304 |   _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated 
pre-processor symbol: replace with #f))
      |   ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/glib-visibility.h:278:46: note: in expansion of 
macro 'GLIB_DEPRECATED_MACRO_FOR'
  278 | #define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR 
(f)
      |                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gutils.h:315:64: note: in expansion of macro 
'GLIB_DEPRECATED_MACRO_IN_2_40_FOR'
  315 |   G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END  
GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove)
      |                                                                
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ndmos_glib.h:65:32: note: in expansion of macro 'g_memmove'
   65 | #define NDMOS_API_BCOPY(S,D,N) g_memmove((void*)(D), (void*)(S), (N))
      |                                ^~~~~~~~~
ndma_comm_dispatch.c:867:17: note: in expansion of macro 'NDMOS_API_BCOPY'
  867 |                 NDMOS_API_BCOPY (sess->md5_challenge,
      |                 ^~~~~~~~~~~~~~~
make[4]: *** [Makefile:2114: ndma_comm_dispatch.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../config -I../common-src 
-I../common-src -I../gnulib -I/usr/include/tirpc -Wdate-time 
-D_FORTIFY_SOURCE=2 -fno-strict-aliasing -I/usr/include/tirpc -D_GNU_SOURCE 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -pthread 
-DNDMOS_CONST_NDMJOBLIB_REVISION=\"amanda-3.5.4\" 
-DAMANDA_FILE=\"ndma_comm_subr.c\" -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/amanda-3.5.4=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fno-strict-aliasing -c 
ndma_comm_subr.c -o ndma_comm_subr.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../config -I../common-src 
-I../common-src -I../gnulib -I/usr/include/tirpc -Wdate-time 
-D_FORTIFY_SOURCE=2 -fno-strict-aliasing -I/usr/include/tirpc -D_GNU_SOURCE 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -pthread 
-DNDMOS_CONST_NDMJOBLIB_REVISION=\"amanda-3.5.4\" 
-DAMANDA_FILE=\"ndma_control.c\" -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/amanda-3.5.4=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fno-strict-aliasing -c ndma_control.c 
-o ndma_control.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../config -I../common-src 
-I../common-src -I../gnulib -I/usr/include/tirpc -Wdate-time 
-D_FORTIFY_SOURCE=2 -fno-strict-aliasing -I/usr/include/tirpc -D_GNU_SOURCE 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -pthread 
-DNDMOS_CONST_NDMJOBLIB_REVISION=\"amanda-3.5.4\" 
-DAMANDA_FILE=\"ndma_cops_backreco.c\" -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/amanda-3.5.4=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -fno-strict-aliasing -c 
ndma_cops_backreco.c -o ndma_cops_backreco.o >/dev/null 2>&1
make[4]: Leaving directory '/build/reproducible-path/amanda-3.5.4/ndmp-src'
make[3]: *** [Makefile:1872: all] Error 2
make[3]: Leaving directory '/build/reproducible-path/amanda-3.5.4/ndmp-src'
make[2]: *** [Makefile:1724: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/amanda-3.5.4'
make[1]: *** [Makefile:1648: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/amanda-3.5.4'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:41: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: amanda
Source-Version: 1:3.5.4-2.1
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
amanda, 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 amanda 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: Fri, 19 Sep 2025 20:38:59 +0300
Source: amanda
Architecture: source
Version: 1:3.5.4-2.1
Distribution: unstable
Urgency: medium
Maintainer: Jose M Calhariz <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1096302
Changes:
 amanda (1:3.5.4-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Build with -std=gnu17 to workaround FTBFS with GCC 15.
     (Closes: #1096302)
Checksums-Sha1:
 f55f4f4b0acdb805c73b99ebfff87684aa9c1e91 2270 amanda_3.5.4-2.1.dsc
 84589d99f7bfcdec9870bb169a2514fa95143384 52444 amanda_3.5.4-2.1.debian.tar.xz
Checksums-Sha256:
 91b085c632f6ecea793b66467fad0c24579e423c37b18451dd187432862d54dd 2270 
amanda_3.5.4-2.1.dsc
 0f88e20e2debf1e4f6db360e8d15765cc9625398ae459e949f7efa70c41139c3 52444 
amanda_3.5.4-2.1.debian.tar.xz
Files:
 d98845b279d39afdb14456e25e36e8be 2270 utils optional amanda_3.5.4-2.1.dsc
 6c63d1779ef3654afe6d3a8309e577f0 52444 utils optional 
amanda_3.5.4-2.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjNzqgACgkQiNJCh6LY
mLG1sw//VmIp8vc3qmDvwumAA0LbuDo8aA8YW2GlcMggIp5s0Mpb9kOOydIUOJ4P
4RHkJYmPgNLC1GN06/bBBi/v70mSded5hk9xNcY2wZ1K1N2SGvckZCV3Myiz46m+
Y/iXUYulped8Wb/0+FNa3lUo7nvBW+s9LqHHudP+f9xSH2gkkFDzIq26ZNZvYWk+
O89ywIz2GkwWQ5jrXdOj2fWFLMr+lmGCZCp9LWGU2q3DsgaA0AzHdpyAj4nl8yN2
2bJm36dZTc3VfTjoTUe0Mn4pp2lhHq97TeiD2hVjfnQcT2QegA7HuZlYTzW3rG0V
pj/vNCamw8pL2ktXTU+AMUdXj3HCDYYk6utHY2WsgIY0xY/8p+JYQGGGjUv/R+7E
2WlE1GYee8tHcmd3dP3GGKwU33dn7MvTLZjE8NSBkVOhbO2r19m/RBZzTub/HfIO
aggwSWLAJbcY+VFmlin3sypuBoTKBR7EIAjkNPhS34hQDZzI3GSn0mD/6AbDXFFC
oO5JWxssvtvssXmwKvRANXC5mdRV4iAXeIfk7FE9iW/t941SoE+E2r5+cW+8dP00
9AlbI9yjXsCbLmhjKG1bJhJ7y5Nl82T+WheUtGCcMVMrycP4skai/Vc3sA4EsdgO
8e7EnaGUyj7QRsFz4ahD7/0ks07GwzIKffGaag4GnoQtXFyuBP4=
=AYb6
-----END PGP SIGNATURE-----

Attachment: pgpmy4fF6U4z_.pgp
Description: PGP signature


--- End Message ---

Reply via email to