Your message dated Fri, 11 Apr 2025 00:54:39 +0000
with message-id <[email protected]>
and subject line Bug#1075534: fixed in spooles 2.2-14.2
has caused the Debian Bug report #1075534,
regarding spooles: ftbfs with GCC-14
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.)


-- 
1075534: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075534
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:spooles
Version: 2.2-14.1
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-14

[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/spooles_2.2-14.1_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

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-14/porting_to.html

[...]
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   48 |            (count)*sizeof(type), __LINE__, __FILE__) ; \
      |            ~~~~~~~~~~~~~~~~~~~~
      |            |
      |            long unsigned int
basics.c:27:1: note: in expansion of macro ‘ALLOCATE’
   27 | ALLOCATE(etree, struct _ETree, 1) ;
      | ^~~~~~~~
../../Utilities/MM.h:47:40: note: format string is defined here
   47 |            "\n ALLOCATE error : bytes %d, line %d, file %s", \
      |                                       ~^
      |                                        |
      |                                        int
      |                                       %ld
c99 -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>/ETree/src=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
compress.c -o ETree_compress.o -I/usr/include/x86_64-linux-gnu/mpi
c99 -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>/ETree/src=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
init.c -o ETree_init.o -I/usr/include/x86_64-linux-gnu/mpi
c99 -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>/ETree/src=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
initFromSubtree.c -o ETree_initFromSubtree.o -I/usr/include/x86_64-linux-gnu/mpi
c99 -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>/ETree/src=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
instance.c -o ETree_instance.o -I/usr/include/x86_64-linux-gnu/mpi
c99 -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>/ETree/src=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
justify.c -o ETree_justify.o -I/usr/include/x86_64-linux-gnu/mpi
c99 -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>/ETree/src=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
maps.c -o ETree_maps.o -I/usr/include/x86_64-linux-gnu/mpi
c99 -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>/ETree/src=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
metrics.c -o ETree_metrics.o -I/usr/include/x86_64-linux-gnu/mpi
c99 -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>/ETree/src=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection ms.c 
-o ETree_ms.o -I/usr/include/x86_64-linux-gnu/mpi
c99 -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>/ETree/src=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
permute.c -o ETree_permute.o -I/usr/include/x86_64-linux-gnu/mpi
c99 -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>/ETree/src=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
semi.c -o ETree_semi.o -I/usr/include/x86_64-linux-gnu/mpi
c99 -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>/ETree/src=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
storage.c -o ETree_storage.o -I/usr/include/x86_64-linux-gnu/mpi
c99 -c -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>/ETree/src=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
transform.c -o ETree_transform.o -I/usr/include/x86_64-linux-gnu/mpi
transform.c: In function ‘ETree_mergeFrontsOne’:
transform.c:294:23: error: passing argument 2 of ‘IVinit’ makes integer from 
pointer without a cast [-Wint-conversion]
  294 | temp = IVinit(nfront, NULL) ;
      |                       ^~~~
      |                       |
      |                       void *
In file included from ../../Utilities/Utilities.h:37,
                 from ../../cfiles.h:3,
                 from ../ETree.h:4,
                 from transform.c:3:
../../Utilities/IV.h:139:10: note: expected ‘int’ but argument is of type ‘void 
*’
  139 |    int   ival
      |    ~~~~~~^~~~
transform.c: In function ‘ETree_mergeFrontsAll’:
transform.c:456:23: error: passing argument 2 of ‘IVinit’ makes integer from 
pointer without a cast [-Wint-conversion]
  456 | temp = IVinit(nfront, NULL) ;
      |                       ^~~~
      |                       |
      |                       void *
../../Utilities/IV.h:139:10: note: expected ‘int’ but argument is of type ‘void 
*’
  139 |    int   ival
      |    ~~~~~~^~~~
transform.c: In function ‘ETree_mergeFrontsAny’:
transform.c:617:23: error: passing argument 2 of ‘IVinit’ makes integer from 
pointer without a cast [-Wint-conversion]
  617 | temp = IVinit(nfront, NULL) ;
      |                       ^~~~
      |                       |
      |                       void *
../../Utilities/IV.h:139:10: note: expected ‘int’ but argument is of type ‘void 
*’
  139 |    int   ival
      |    ~~~~~~^~~~
make[5]: *** [makeG:30: transform.o] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/ETree/src'
make[4]: *** [makefile:31: makeLib] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/ETree/src'
make[3]: *** [makefile:5: lib] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/ETree'
make[2]: *** [makefile:100: lib] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" lib 
returned exit code 2
make[1]: *** [debian/rules:6: override_dh_auto_build-arch] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:3: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: spooles
Source-Version: 2.2-14.2
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
spooles, 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 spooles 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, 10 Apr 2025 22:26:46 +0300
Source: spooles
Architecture: source
Version: 2.2-14.2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1075534
Changes:
 spooles (2.2-14.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with gcc 14. (Closes: #1075534)
   * Remove stale main.toc during the build.
Checksums-Sha1:
 c43235a5ecdb21e273c24dbe60075a76f36c8f9f 2199 spooles_2.2-14.2.dsc
 11beb4e5b8492f48c6be8921e40abcad32e46d71 59480 spooles_2.2-14.2.debian.tar.xz
Checksums-Sha256:
 965b7843966277ff2def832c89a2504dfd6f2eaac4c8f7b8ec25fc4c22cfc1d9 2199 
spooles_2.2-14.2.dsc
 8fa109fd6003b8a0ee79ace69e5945650d439915438c6a23c39ecf8145b818cd 59480 
spooles_2.2-14.2.debian.tar.xz
Files:
 572539f62ac2f5ec1ceff5509278f605 2199 math optional spooles_2.2-14.2.dsc
 3da2ede92cad368ad69e7097cf887f38 59480 math optional 
spooles_2.2-14.2.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmf4Y30ACgkQiNJCh6LY
mLFwUhAArpJ0vcSRCYll7xN0YjtWJEGYoU2zpLDqQkR1u9VcEV+5muB+Qx65d0nM
tEGgSGsJ+os6e2nW3cKFZGRBcZIgy/HtbnMCbnAvvP0x+QecucxzvZt5UlzkoUIj
M7vcrQq/iusAMnls4n8Zepk8Nd+JQhNnyzqym/QXj5/+IdopbUrS53shzzK0Iv2Z
R0nGsEXDEahmPKETeQdLODclcI9DSrEdblul0TnVMZfuVJHl2pzBQ3C9Lo+m5jOI
zGslXEJPIYUi/MXWbLeZCTvoRAN3xispAPEa+MRplHwZuwQj/4kGXEKlDdb+C9IC
7ZOs1cIavwKWXyJnae1oBUNbUFmXX40NA0giXWu21/buE+hMYbLhPHveuJRLlvuW
xMlc7/VqqF+Fx8uzPb1gwoaMNOLQF9JmWX0b4fwX/7wkxSZTgAe1pV+XllyQ9h4y
/bGzHPSkSUD+Abbo/ToMS2G7ySS9KyBPr2xdtAxQoqpJYjqSYw1XHVACkdDPppKD
20X3ZCz4UUuTkdGiheWD+VE1ECyNirmNY1lCtEVpqsndBnuTQJ1vTssoFP79mNq+
nJ9tpZJScolwsBJEWaDbTsU7/QYFiIJzl0AzJCSSm0GxbrdBVY+9KOh7o2TgMM1S
IbTgMoHQQUrFoWpFWuh0kY9w92FQPIAqa7T1JlJrED7GpaQdv3o=
=2TYn
-----END PGP SIGNATURE-----

Attachment: pgpUNB5zkc0Wb.pgp
Description: PGP signature


--- End Message ---

Reply via email to