Your message dated Sat, 23 Aug 2025 15:49:28 +0000
with message-id <[email protected]>
and subject line Bug#1096687: fixed in gdbm 1.26-1
has caused the Debian Bug report #1096687,
regarding gdbm: 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.)


-- 
1096687: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096687
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gdbm
Version: 1.24-2
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/gdbm_1.24-2_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

[...]
../../tools/var.c:93:16: error: expected identifier before 'bool'
   93 |     .init = { .bool = 1 }
      |                ^~~~
../../tools/var.c:117:16: error: expected identifier before 'bool'
  117 |     .init = { .bool = 1 }
      |                ^~~~
../../tools/var.c:123:16: error: expected identifier before 'bool'
  123 |     .init = { .bool = 1 }
      |                ^~~~
../../tools/var.c:129:16: error: expected identifier before 'bool'
  129 |     .init = { .bool = 0 }
      |                ^~~~
../../tools/var.c:135:16: error: expected identifier before 'bool'
  135 |     .init = { .bool = 0 },
      |                ^~~~
../../tools/var.c:142:16: error: expected identifier before 'bool'
  142 |     .init = { .bool = 0 },
      |                ^~~~
../../tools/var.c: In function 's2b':
../../tools/var.c:255:13: error: expected identifier before 'bool'
  255 |         vp->bool = 1;
      |             ^~~~
../../tools/var.c:262:13: error: expected identifier before 'bool'
  262 |         vp->bool = 0;
      |             ^~~~
../../tools/var.c:269:7: error: expected identifier before 'bool'
  269 |   vp->bool = !!n;
      |       ^~~~
../../tools/var.c: In function 'b2b':
../../tools/var.c:289:7: error: expected identifier before 'bool'
  289 |   vp->bool = !!*(int*)val;
      |       ^~~~
../../tools/var.c: In function 'i2b':
../../tools/var.c:310:7: error: expected identifier before 'bool'
  310 |   vp->bool = *(int*)val;
      |       ^~~~
../../tools/var.c: In function 'variable_get':
../../tools/var.c:417:26: error: expected identifier before 'bool'
  417 |       *(int*)val = vp->v.bool;
      |                          ^~~~
../../tools/var.c: In function 'variable_print_all':
../../tools/var.c:464:42: error: expected identifier before 'bool'
  464 |               fprintf (fp, "%s%s", vp->v.bool ? "" : "no", vp->name);
      |                                          ^~~~
../../tools/var.c: In function 'centfree_sethook':
../../tools/var.c:650:69: error: expected identifier before 'bool'
  650 |   return gdbmshell_setopt ("GDBM_SETCENTFREE", GDBM_SETCENTFREE, 
v->bool) == 0
      |                                                                     ^~~~
../../tools/var.c: In function 'coalesce_sethook':
../../tools/var.c:659:77: error: expected identifier before 'bool'
  659 |   return gdbmshell_setopt ("GDBM_SETCOALESCEBLKS", 
GDBM_SETCOALESCEBLKS, v->bool) == 0
      |                                                                         
    ^~~~
make[5]: *** [Makefile:576: var.o] Error 1
make[5]: *** Waiting for unfinished jobs....
../../tools/wordwrap.c: In function 'flush_line':
../../tools/wordwrap.c:298:3: warning: ignoring return value of 'write' 
declared with attribute 'warn_unused_result' [-Wunused-result]
  298 |   write (wf->fd, &c, 1);
      |   ^~~~~~~~~~~~~~~~~~~~~
make[5]: Leaving directory 
'/build/reproducible-path/gdbm-1.24/glibc-build/tools'
make[4]: *** [Makefile:425: all] Error 2
make[4]: Leaving directory 
'/build/reproducible-path/gdbm-1.24/glibc-build/tools'
make[3]: *** [Makefile:473: all-recursive] Error 1
make[3]: Leaving directory '/build/reproducible-path/gdbm-1.24/glibc-build'
make[2]: *** [Makefile:405: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/gdbm-1.24/glibc-build'
dh_auto_build: error: cd glibc-build && make -j8 returned exit code 2
make[1]: *** [debian/rules:17: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/gdbm-1.24'
make: *** [debian/rules:10: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: gdbm
Source-Version: 1.26-1
Done: Nicolas Mora <[email protected]>

We believe that the bug you reported is fixed in the latest version of
gdbm, 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.
Nicolas Mora <[email protected]> (supplier of updated gdbm 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, 23 Aug 2025 11:09:02 -0400
Source: gdbm
Architecture: source
Version: 1.26-1
Distribution: unstable
Urgency: medium
Maintainer: Nicolas Mora <[email protected]>
Changed-By: Nicolas Mora <[email protected]>
Closes: 1096687
Changes:
 gdbm (1.26-1) unstable; urgency=medium
 .
   * New Upstream release (Closes: #1096687)
   * d/symbols: update symbols file
   * d/control: Update standards version to 4.7.2 (no change)
Checksums-Sha1:
 e6ec5eda49a75157797e905078c37ce82fe98b54 2234 gdbm_1.26-1.dsc
 6cee3657de948e691e8df26509157be950cef4d4 1226591 gdbm_1.26.orig.tar.gz
 15acbcaa1fba5a13540bbcf95427bbe525dde114 16832 gdbm_1.26-1.debian.tar.xz
 f4a4ef614a0e3f02048c81d8a3ab664caf79c415 8526 gdbm_1.26-1_amd64.buildinfo
Checksums-Sha256:
 ba4b64d1275f986b40ca13e31ebef34e00e0c3227cfdc904fe4d84973af6a22b 2234 
gdbm_1.26-1.dsc
 6a24504a14de4a744103dcb936be976df6fbe88ccff26065e54c1c47946f4a5e 1226591 
gdbm_1.26.orig.tar.gz
 3d358964671e794485be3b567751701061c5e46328ec303512ab26dfe246699d 16832 
gdbm_1.26-1.debian.tar.xz
 808f7007540dfe6526cd22490dd71e1a78efc5e0eb5d0611a52463c0b0287ba0 8526 
gdbm_1.26-1_amd64.buildinfo
Files:
 6bcf762ea5096c8fc4052dafab57683d 2234 libs optional gdbm_1.26-1.dsc
 aaa600665bc89e2febb3c7bd90679115 1226591 libs optional gdbm_1.26.orig.tar.gz
 36025ffff1e7e2e2a50f7123828f062b 16832 libs optional gdbm_1.26-1.debian.tar.xz
 2ff5a43dab6b7632b5f761817b81167c 8526 libs optional gdbm_1.26-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEhAWwL8wo75dEyPJT/oITlEC9IrkFAmip3PQACgkQ/oITlEC9
Irl+2g/+I1ERZXn5rsLhSDCGzaMES7zuFnY9Iz91iRaCDl4xh14lLf5EpaDeWZlP
HH/Dk3ZVvAw+vWqoeMcM9kHI09pjCplj5py2Pf5oQrptG5VnXugg1kCofOzGmfPQ
bfjGxOJOVCT+R+Z5yaWpP1bWeQMlgn+UdV8knj/Cauvn1WVF4rMSv4v4cZcYwhqd
uZddTtFMQdkiXW9NhdEG6+ZZbkv7qPrj8AjfP8mxGFVIucXugcSlRF9wyD/IVerb
G0WRgroz1/o3ctPiaqF1l3bXKgEVPo1pf/Xenb2Rlfi30gwPwx62sHqGo+FH0vWI
9+hYNeHqrFkZJZ6+ojHi8hcBLkZigc2aObrElC56HmbxuSTfvmtBUjOcwAjuk81y
V4jusNGnFp5WxtU31uXThzGTpY9YBOQBgIo6U8hzwfrhBfEcAnGVOKZp/ItFVv6E
cvKFigq+2tEJZRsQ/riCTXV845sSFOIcHmZrkt/y0VcQLtZMRrk/WdkiGQgFB7kF
NJ6hi414uUB03JXH0LLQkWGmt1ZxpTjnU94oWvsCOMns1zmrfc4MwY8M9c31RXmI
zIBNuSOZ4YdJ3rnR8+K8MmsKXqMd91D9AfBaIWwlJIz4Fm3b/TLtg2V0vJXRMxrp
gReFWssqm7yVCL59kBqM0Ruw5RmIhfoqsG/BgUEzjzdlptWzVI8=
=SqKJ
-----END PGP SIGNATURE-----

Attachment: pgpueTsyEglHI.pgp
Description: PGP signature


--- End Message ---

Reply via email to