Your message dated Sat, 06 Jul 2024 12:04:40 +0000
with message-id <[email protected]>
and subject line Bug#1075641: fixed in wmcoincoin 2.6.5.git+23.411d4a3-3
has caused the Debian Bug report #1075641,
regarding wmcoincoin: 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.)


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

[...]
pinnipede.c:3037:3: note: here
 3037 |   case PUP_HUNGRY_BOITAKON: {
      |   ^~~~
pinnipede.c:3042:27: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
 3042 |   case PUP_EMPH0: emph_lvl--;
      |                   ~~~~~~~~^~
pinnipede.c:3043:3: note: here
 3043 |   case PUP_EMPH1: emph_lvl--;
      |   ^~~~
pinnipede.c:3043:27: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
 3043 |   case PUP_EMPH1: emph_lvl--;
      |                   ~~~~~~~~^~
pinnipede.c:3044:3: note: here
 3044 |   case PUP_EMPH2: emph_lvl--;
      |   ^~~~
pinnipede_totoz.c: In function ‘pp_totoz_get_image’:
pinnipede_totoz.c:465:8: warning: unused variable ‘buf’ [-Wunused-variable]
  465 |   char buf[1500];
      |        ^~~
pinnipede_totoz.c:462:24: warning: unused variable ‘lu’ [-Wunused-variable]
  462 |   int is_found=0, i=0, lu;
      |                        ^~
pinnipede_totoz.c:462:7: warning: variable ‘is_found’ set but not used 
[-Wunused-but-set-variable]
  462 |   int is_found=0, i=0, lu;
      |       ^~~~~~~~
pinnipede.c:3044:27: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
 3044 |   case PUP_EMPH2: emph_lvl--;
      |                   ~~~~~~~~^~
pinnipede.c:3045:3: note: here
 3045 |   case PUP_EMPH3: emph_lvl--;
      |   ^~~~
pinnipede.c:3045:27: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
 3045 |   case PUP_EMPH3: emph_lvl--;
      |                   ~~~~~~~~^~
pinnipede.c:3046:3: note: here
 3046 |   case PUP_EMPH4: {
      |   ^~~~
make[3]: *** [Makefile:996: wmcoincoin-pinnipede.o] Error 1
make[3]: *** Waiting for unfinished jobs....
pinnipede_pdfm.c: In function ‘pp_boardshot_kikoooo’:
pinnipede_pdfm.c:58:33: warning: ‘%02d’ directive output may be truncated 
writing between 2 and 4 bytes into a region of size between 0 and 4 
[-Wformat-truncation=]
   58 |   snprintf(time, 10, "%02d:%02d:%02d",mi->hmsf[0], mi->hmsf[1], 
mi->hmsf[2]);
      |                                 ^~~~
In function ‘pp_boardshot_save_msg’,
    inlined from ‘pp_boardshot_kikoooo’ at pinnipede_pdfm.c:320:5:
pinnipede_pdfm.c:58:22: note: directive argument in the range [-128, 127]
   58 |   snprintf(time, 10, "%02d:%02d:%02d",mi->hmsf[0], mi->hmsf[1], 
mi->hmsf[2]);
      |                      ^~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:964,
                 from coincoin.h:5,
                 from pinnipede.h:7,
                 from pinnipede_pdfm.c:6:
In function ‘snprintf’,
    inlined from ‘pp_boardshot_save_msg’ at pinnipede_pdfm.c:58:3,
    inlined from ‘pp_boardshot_kikoooo’ at pinnipede_pdfm.c:320:5:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: 
‘__builtin___snprintf_chk’ output between 9 and 15 bytes into a destination of 
size 10
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:521: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:439: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
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+23.411d4a3-3
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: Sat, 06 Jul 2024 11:34:40 +0100
Source: wmcoincoin
Architecture: source
Version: 2.6.5.git+23.411d4a3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Window Maker Team <[email protected]>
Changed-By: Jeremy Sowden <[email protected]>
Closes: 1075641
Changes:
 wmcoincoin (2.6.5.git+23.411d4a3-3) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Set upstream metadata fields: Archive, Repository, Repository-Browse.
 .
   [ Jeremy Sowden ]
   * d/u/metadata
     - correct archive
   * d/control
     - update pkg-config build-dep to pkgconf
     - update Doug's and my e-mail addresses
     - bump Standards-Version to 4.7.0
   * d/patches
     - add patch to fix GCC-14 ftbfs (Closes: #1075641)
   * d/p/replace-imlib2-config-with-pkg-config.patch
     - refresh patch
Checksums-Sha1:
 da7321ac885cc564bedddde42aaa8eb62fa877e2 2227 
wmcoincoin_2.6.5.git+23.411d4a3-3.dsc
 ad2e563ecf9117f6eb00f8e4d3da1594666bae56 10132 
wmcoincoin_2.6.5.git+23.411d4a3-3.debian.tar.xz
 317f4cd22afe72c07a86de93fb98f7a7f88dbba4 12890 
wmcoincoin_2.6.5.git+23.411d4a3-3_amd64.buildinfo
Checksums-Sha256:
 886de98179b2474904f2379a590becadfbd1051c9fa60091d05aeb9dfe813f27 2227 
wmcoincoin_2.6.5.git+23.411d4a3-3.dsc
 24405fb5512581ef67d703b00011dfd154d30165dc12cca10bb280f8e08253c7 10132 
wmcoincoin_2.6.5.git+23.411d4a3-3.debian.tar.xz
 8c9780a5f90abe65857f56230444d5925d331ab1ed2cfb72c84587a66cdbbe79 12890 
wmcoincoin_2.6.5.git+23.411d4a3-3_amd64.buildinfo
Files:
 ddcbd709efea6a99b6bb4f3fca4f6a28 2227 x11 optional 
wmcoincoin_2.6.5.git+23.411d4a3-3.dsc
 0aa737de101076c03e12b2ac9e21a917 10132 x11 optional 
wmcoincoin_2.6.5.git+23.411d4a3-3.debian.tar.xz
 12674d15bf577379751df7bdd3ac5701 12890 x11 optional 
wmcoincoin_2.6.5.git+23.411d4a3-3_amd64.buildinfo

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

iQJGBAEBCgAwFiEEbB20U2PvQDe9VtUXKYasCr3xBA0FAmaJLeYSHGF6YXplbEBk
ZWJpYW4ub3JnAAoJECmGrAq98QQNZlAQAJO2jzHU+R/nPx+kXS5Cldg97iB1oSd2
SJF7oVvhEhDRQ/cr8hEitWHh0b7gp8c2mVeykAToU64IFJbn/ZVKrH4ZAhcdkGve
UsWkVIx+YdYmcyA2ZB9PHqXTdY0R0onSJPbLzh+hTwACRMd1nvYasCBzVwW/Q+s2
FKjktkmVe4PH9cztk86W7GuQeM5vPkFqvY6nRxLsVxcCodeNbza9hhFHdbwHt47X
/DXVzggAMzwD0pje8yKoXO5HmF7yRPvyg95CwdNN1zI3q3tGlIrJsJZ7DMpaYsN1
dOP+5sJmrtqCCrWHmT9SjcaafdO8mjBxKrgErWkVe+OSCe9YGZrxW0IiPQFdHnRz
R9Xm/pkm2pM33LE9TAg0fGr6sSKRkbmvHkBeD/XmHDgsMx1HZM9HlCGXl/rSQtoi
6k8AoEhglVA5BuACjMan3030n8PvjCDdFsiXlB4iZB2V4ztV4Hn0XD4NaMLE3kDh
uzjRdDl+2eKA4lTrh1YPqq2z3K5ec+8YcBuIZkv+Fh1CI/Q86hcF7bL06gL4J2Qo
/oWxO4kmYwzFjx9ZwyoLhiJ1lSHDD9KdjojemzAY+0lHr6dnbGf2pvb5JZfv9NCS
CN/tn19e1KAWNdLaJyC4NNN8ZGkiRD4obKFStDMKVu/fx8PMXNXKLn7kT5ARwI4f
qLTw1SQckk+c
=tJWr
-----END PGP SIGNATURE-----

Attachment: pgpQPjZK2JxGi.pgp
Description: PGP signature


--- End Message ---

Reply via email to