Your message dated Tue, 25 Feb 2025 22:36:16 +0000
with message-id <[email protected]>
and subject line Bug#1096727: fixed in gmap 2024-11-20+ds-2
has caused the Debian Bug report #1096727,
regarding gmap: 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.)


-- 
1096727: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096727
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gmap
Version: 2024-11-20+ds-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/gmap_2024-11-20+ds-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

[...]
    7 | typedef unsigned char bool;
      | ^~~~~~~
In file included from ../../src/gmap_select.c:1:
../../src/bool.h:7:23: error: ‘bool’ cannot be defined via ‘typedef’
    7 | typedef unsigned char bool;
      |                       ^~~~
../../src/bool.h:7:23: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
../../src/bool.h:7:1: warning: useless type name in empty declaration
    7 | typedef unsigned char bool;
      | ^~~~~~~
In file included from ../../src/cpuid.h:4,
                 from ../../src/cpuid.c:6:
../../src/bool.h:7:23: error: ‘bool’ cannot be defined via ‘typedef’
    7 | typedef unsigned char bool;
      |                       ^~~~
../../src/bool.h:7:23: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
../../src/bool.h:7:1: warning: useless type name in empty declaration
    7 | typedef unsigned char bool;
      | ^~~~~~~
In file included from ../../src/gmapl_select.c:1:
../../src/bool.h:7:23: error: ‘bool’ cannot be defined via ‘typedef’
    7 | typedef unsigned char bool;
      |                       ^~~~
../../src/bool.h:7:23: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
../../src/bool.h:7:1: warning: useless type name in empty declaration
    7 | typedef unsigned char bool;
      | ^~~~~~~
In file included from ../../src/cpuid.h:4,
                 from ../../src/cpuid.c:6:
../../src/bool.h:7:23: error: ‘bool’ cannot be defined via ‘typedef’
    7 | typedef unsigned char bool;
      |                       ^~~~
../../src/bool.h:7:23: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
../../src/bool.h:7:1: warning: useless type name in empty declaration
    7 | typedef unsigned char bool;
      | ^~~~~~~
make[4]: *** [Makefile:27297: gmapl-cpuid.o] Error 1
make[4]: *** Waiting for unfinished jobs....
In file included from ../../src/except.c:11:
../../src/bool.h:7:23: error: ‘bool’ cannot be defined via ‘typedef’
    7 | typedef unsigned char bool;
      |                       ^~~~
../../src/bool.h:7:23: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
../../src/bool.h:7:1: warning: useless type name in empty declaration
    7 | typedef unsigned char bool;
      | ^~~~~~~
make[4]: *** [Makefile:15495: get_genome-except.o] Error 1
make[4]: *** [Makefile:15887: gmap-cpuid.o] Error 1
make[4]: *** [Makefile:15481: cpuid-cpuid.o] Error 1
In file included from ../../src/mem.c:11:
../../src/bool.h:7:23: error: ‘bool’ cannot be defined via ‘typedef’
    7 | typedef unsigned char bool;
      |                       ^~~~
../../src/bool.h:7:23: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
../../src/bool.h:7:1: warning: useless type name in empty declaration
    7 | typedef unsigned char bool;
      | ^~~~~~~
make[4]: *** [Makefile:15901: gmap-gmap_select.o] Error 1
make[4]: *** [Makefile:15523: get_genome-mem.o] Error 1
make[4]: *** [Makefile:27311: gmapl-gmapl_select.o] Error 1
make[4]: Leaving directory 
'/build/reproducible-path/gmap-2024-11-20+ds/build/src'
make[3]: *** [Makefile:9588: all] Error 2
make[3]: Leaving directory 
'/build/reproducible-path/gmap-2024-11-20+ds/build/src'
make[2]: *** [Makefile:404: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/gmap-2024-11-20+ds/build'
dh_auto_build: error: cd build && make -j8 returned exit code 2
make[1]: *** [debian/rules:48: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/gmap-2024-11-20+ds'
make: *** [debian/rules:17: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: gmap
Source-Version: 2024-11-20+ds-2
Done: Étienne Mollier <[email protected]>

We believe that the bug you reported is fixed in the latest version of
gmap, 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.
Étienne Mollier <[email protected]> (supplier of updated gmap 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: Tue, 25 Feb 2025 23:11:02 +0100
Source: gmap
Architecture: source
Version: 2024-11-20+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Étienne Mollier <[email protected]>
Closes: 1096727
Changes:
 gmap (2024-11-20+ds-2) unstable; urgency=medium
 .
   * c23.patch: new: fix build failure with gcc 15. (Closes: #1096727)
   * d/control: declare compliance to standards version 4.7.1.
Checksums-Sha1:
 b4d99a2ffc454604004484b83ee1d1f9b4912d32 2309 gmap_2024-11-20+ds-2.dsc
 a946ded506b5dba688b371e3b16faf7539ebcb89 14076 
gmap_2024-11-20+ds-2.debian.tar.xz
Checksums-Sha256:
 3f2ad773c608287aba6eeefb81b78e73a15ba756d2c4ac88a81b0edbc695e8ab 2309 
gmap_2024-11-20+ds-2.dsc
 a46f8e7a62e51afe01d27aeb6f56645eb5d90c86864f00a7334eaf308560fee4 14076 
gmap_2024-11-20+ds-2.debian.tar.xz
Files:
 4c8800b1c56f2913a4a58ece991f809b 2309 science optional gmap_2024-11-20+ds-2.dsc
 a64a838fc92226d815d91a6cb3a9b86c 14076 science optional 
gmap_2024-11-20+ds-2.debian.tar.xz

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

iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAme+Ql4UHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdq1DRAAu+v6kCT+o495pRkoyVn/7FDSe3Gn
CX27an0mfS+w6bfI8ZOiX84Psogh/U7w8DlCuFO56esKMzO27lLzedk/hloFcW18
jYeM6KIg2tRtTCP62NYgxBNX430Gjf/hbFpKedx7CcShFcv8y4mo3YA3n15azjm/
lGi/PIzSCV/2o4vryuefA5uSaczW/u6CGomdYvOJMt06cGeW/rJt8UX3Ul1TeC2Y
8jEfEGDd68sxt9VUQWFfu5D7D1w59u6gRje6BkYU2KxvrEjxYeO72aSVQTHrYJHp
o1GfVSBPTDtklx5VgpHO5HR3plD2DgyPnr//SvjISl2DHR4dRl7fQaY2LDCCrSd4
+TCIYhk6JXb+3I2rupIk9KB95SUpeSa0aHneesLsnC7dQJlYHClpR6G3FtP3teg6
phowbTvWgsVJpCYa/rxKtl5r+wjlN0eSl8M5PMKkJefyxGXvvLDcIZTaiIUo/iTh
yrVSxARdCdC4j+6n4VAGLFqSEe5VHthAhb2G1Pi82mcBzsxcyZ/ez3InksxTG5A+
a6yqq20+C8p9kLKl4IgoRmYJuUGDLRuLqryw6Xp1+r1DDZQ032RfCXSba56+ry1T
uN2rtf8EW0r+ThweqDNSRUxL8x67eziEY9HM7GRvjaX/H9uC/gQIgYSpNcsePYBv
SUTn08J9PNFsmdE=
=2W0w
-----END PGP SIGNATURE-----

Attachment: pgp9n2h7Xyy9I.pgp
Description: PGP signature


--- End Message ---

Reply via email to