Your message dated Sun, 16 Mar 2025 15:38:12 +0000
with message-id <[email protected]>
and subject line Bug#1098101: fixed in wmcoincoin 2.6.5.git+42.b85f761c7010-1
has caused the Debian Bug report #1098101,
regarding wmcoincoin: 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.)


-- 
1098101: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098101
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:wmcoincoin
Version: 2.6.5.git+23.411d4a3-3
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/wmcoincoin_2.6.5.git+23.411d4a3-3_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

[...]
cc_queue.c:64:3: note: in expansion of macro ‘ALLOC_OBJ’
   64 |   ALLOC_OBJ(iq, ccqueue_elt);
      |   ^~~~~~~~~
global.h:117:6: note: declared here
  117 | void assertion_failed();
      |      ^~~~~~~~~~~~~~~~
cc_queue.c: In function ‘ccqueue_pop’:
global.h:119:30: error: too many arguments to function ‘assertion_failed’; 
expected 0, have 2
  119 | # define assert(x) if (!(x)) assertion_failed(__PRETTY_FUNCTION__, #x);
      |                              ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
cc_queue.c:135:3: note: in expansion of macro ‘assert’
  135 |   assert(q);
      |   ^~~~~~
global.h:117:6: note: declared here
  117 | void assertion_failed();
      |      ^~~~~~~~~~~~~~~~
global.h:119:30: error: too many arguments to function ‘assertion_failed’; 
expected 0, have 2
  119 | # define assert(x) if (!(x)) assertion_failed(__PRETTY_FUNCTION__, #x);
      |                              ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
cc_queue.c:140:3: note: in expansion of macro ‘assert’
  140 |   assert(qq);
      |   ^~~~~~
global.h:117:6: note: declared here
  117 | void assertion_failed();
      |      ^~~~~~~~~~~~~~~~
board_util.c: In function ‘check_for_horloge_ref’:
global.h:119:30: error: too many arguments to function ‘assertion_failed’; 
expected 0, have 2
  119 | # define assert(x) if (!(x)) assertion_failed(__PRETTY_FUNCTION__, #x);
      |                              ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
board_util.c:965:3: note: in expansion of macro ‘assert’
  965 |   assert(!id_type_is_invalid(caller_id));
      |   ^~~~~~
global.h:117:6: note: declared here
  117 | void assertion_failed();
      |      ^~~~~~~~~~~~~~~~
In file included from board_util.c:163:
board_util.c: In function ‘board_find_horloge_id’:
board_util.c:1013:51: warning: format ‘%lld’ expects argument of type ‘long 
long int’, but argument 4 has type ‘int64_t’ {aka ‘long int’} [-Wformat=]
 1013 |               snprintf(commentaire, comment_sz, _("but where is '#%lld' 
?"), post_id);
      |                                                   
^~~~~~~~~~~~~~~~~~~~~~~~
board_util.c:1013:49: note: in expansion of macro ‘_’
 1013 |               snprintf(commentaire, comment_sz, _("but where is '#%lld' 
?"), post_id);
      |                                                 ^
board_util.c:1013:70: note: format string is defined here
 1013 |               snprintf(commentaire, comment_sz, _("but where is '#%lld' 
?"), post_id);
      |                                                                   ~~~^
      |                                                                      |
      |                                                                      
long long int
      |                                                                   %ld
board_util.c: In function ‘check_for_id_ref’:
global.h:119:30: error: too many arguments to function ‘assertion_failed’; 
expected 0, have 2
  119 | # define assert(x) if (!(x)) assertion_failed(__PRETTY_FUNCTION__, #x);
      |                              ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
board_util.c:1092:3: note: in expansion of macro ‘assert’
 1092 |   assert(!id_type_is_invalid(caller_id));
      |   ^~~~~~
global.h:117:6: note: declared here
  117 | void assertion_failed();
      |      ^~~~~~~~~~~~~~~~
make[3]: *** [Makefile:900: wmcoincoin-regexp.o] Error 1
make[3]: *** [Makefile:816: wmcoincoin-cc_queue.o] Error 1
make[3]: *** [Makefile:872: wmcoincoin-board_util.o] Error 1
make[3]: Leaving directory 
'/build/reproducible-path/wmcoincoin-2.6.5.git+23.411d4a3/src'
make[2]: *** [Makefile:524: all-recursive] Error 1
make[2]: Leaving directory 
'/build/reproducible-path/wmcoincoin-2.6.5.git+23.411d4a3'
make[1]: *** [Makefile:442: all] Error 2
make[1]: Leaving directory 
'/build/reproducible-path/wmcoincoin-2.6.5.git+23.411d4a3'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: wmcoincoin
Source-Version: 2.6.5.git+42.b85f761c7010-1
Done: Jeremy Sowden <[email protected]>

We believe that the bug you reported is fixed in the latest version of
wmcoincoin, 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.
Jeremy Sowden <[email protected]> (supplier of updated wmcoincoin 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: Sun, 16 Mar 2025 15:15:06 +0000
Source: wmcoincoin
Architecture: source
Version: 2.6.5.git+42.b85f761c7010-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Window Maker Team <[email protected]>
Changed-By: Jeremy Sowden <[email protected]>
Closes: 1098101
Changes:
 wmcoincoin (2.6.5.git+42.b85f761c7010-1) unstable; urgency=medium
 .
   * New upstream version 2.6.5.git+42.b85f761c7010
   * d/gbp.conf
     - default: enable `pristine-tar`
   * d/patches
     - delete upstreamed patches
     - add patch to fix platypus linker failures
     - add patch to fix pre-ANSI function declarations (Closes: #1098101)
   * d/control
     - bump Standards-Version to 4.7.2
Checksums-Sha1:
 9217ecc882d3307c6bf6dc9cb952ee35666ed8c3 2259 
wmcoincoin_2.6.5.git+42.b85f761c7010-1.dsc
 c98644d9f1c1b5802a3bc6fc8e213b515c60d33d 439256 
wmcoincoin_2.6.5.git+42.b85f761c7010.orig.tar.xz
 67174047df28331a85f604da8212bf29ad3b6808 8208 
wmcoincoin_2.6.5.git+42.b85f761c7010-1.debian.tar.xz
 ea6f4886ec63d547ce1217bca0903760d8a57a07 14171 
wmcoincoin_2.6.5.git+42.b85f761c7010-1_amd64.buildinfo
Checksums-Sha256:
 b9d4896f268838cd45d751dc5b6ffa93f72a77352e0bb654f7e72ea34a655341 2259 
wmcoincoin_2.6.5.git+42.b85f761c7010-1.dsc
 41aecb9dab6bfd99a576c88eb181665ddeb64721d32bccd2dd7a7140044bda90 439256 
wmcoincoin_2.6.5.git+42.b85f761c7010.orig.tar.xz
 ddd359051114a9eda40e8cc8e5c618cd6f5c8431edb1143b7dc814ea648766ec 8208 
wmcoincoin_2.6.5.git+42.b85f761c7010-1.debian.tar.xz
 548d0f20533adb6b5ad5023da7e08b619f64b8767cc639feb4fe2c80a489312d 14171 
wmcoincoin_2.6.5.git+42.b85f761c7010-1_amd64.buildinfo
Files:
 a0578c5c9039fc4fa85515801b5dd930 2259 x11 optional 
wmcoincoin_2.6.5.git+42.b85f761c7010-1.dsc
 0fd6c9f3500aa7882dfbd3105c636e92 439256 x11 optional 
wmcoincoin_2.6.5.git+42.b85f761c7010.orig.tar.xz
 9aa0fef7476d2b3c8d75f9f82c950d26 8208 x11 optional 
wmcoincoin_2.6.5.git+42.b85f761c7010-1.debian.tar.xz
 6712dd8e5c63ff544ed76afa8e8e4054 14171 x11 optional 
wmcoincoin_2.6.5.git+42.b85f761c7010-1_amd64.buildinfo

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

iQJGBAEBCgAwFiEEbB20U2PvQDe9VtUXKYasCr3xBA0FAmfW7h0SHGF6YXplbEBk
ZWJpYW4ub3JnAAoJECmGrAq98QQNLsgP/2Sa6BvgKIvMpu7Uz8Haygnon9eY9RLC
28a6le+9t7MwiuMDEB0cDERIMwedPX2zVyi4Royb9x7JjNuvME031cXwrV4FfvRu
z6eGcZ7UkGOuT065q/12WbqQ/SpmkDbDv0bA0BLH2h3T/E0iEYB7kjvhNcARdGIx
GMU58BGrOLuw4Wp33gRe79ysx5b6Z/7i4Nzmwi0Xk8YZqFMUxCFigr1B7CHVpcbj
l6SqBT0r3Pk4gOcKRtUgs5jmQ/oix8M14zFK+yIIarqoFrQUpasdCRkvvoNiidXf
VK7cZR2YngZMu7mZds/cUCFIE0uZGWZ90MFcM68zJm1Vb0qPVRkBgMQi5Ux/Qgt2
JDxaE1V+QonwSpAtQ1CS8gvA+pkko//W7AARxVUtmlxRAW4abPBC7xgVmLLVyaWK
qxAPxeSLvumX/8JRX1vCytA6G9W0TsCzrXY01RYqlMTR9LLleclptPWApGFbsVis
0uLWIU3qmD/GNXOpr9/hBFHY3LropyPCF8fHBy5jpkN0x8epjSjUE7MuwX01qGp1
iKIVhbtZyghZx3IZRa5hSSATNy0+iD+fTXvrEL3W40/VA37ul/GaZ4sCFnmhZIOk
3Zx76gzxbB7S4LFX76/IwHCQD27V+KZmp+1IxgL5h9E/SbLaibSLS84btznf1njo
7Fue19aNio7H
=75J0
-----END PGP SIGNATURE-----

Attachment: pgpCSZMnzMhsv.pgp
Description: PGP signature


--- End Message ---

Reply via email to