Your message dated Sun, 23 Feb 2025 23:38:46 +0000
with message-id <[email protected]>
and subject line Bug#1097914: fixed in speech-dispatcher 0.12.0-1
has caused the Debian Bug report #1097914,
regarding speech-dispatcher: 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.)


-- 
1097914: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097914
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:speech-dispatcher
Version: 0.11.5-5.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/speech-dispatcher_0.11.5-5.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

[...]
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   76 |     :                                           \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   77 |     (g_string_free) ((str), (free_segment)))
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
history.c:310:9: note: in expansion of macro ‘g_string_free’
  310 |         g_string_free(reply, FALSE);
      |         ^~~~~~~~~~~~~
make[4]: *** [Makefile:664: speech_dispatcher-history.o] Error 1
make[4]: *** Waiting for unfinished jobs....
parse.c: In function ‘parse_list’:
/usr/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 
‘g_string_free_and_steal’ declared with attribute ‘warn_unused_result’ 
[-Wunused-result]
   72 |   (__builtin_constant_p (free_segment) ?        \
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |     ((free_segment) ?                           \
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   74 |       (g_string_free) ((str), (free_segment)) : \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   75 |       g_string_free_and_steal (str))            \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   76 |     :                                           \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   77 |     (g_string_free) ((str), (free_segment)))
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parse.c:950:17: note: in expansion of macro ‘g_string_free’
  950 |                 g_string_free(result, 0);
      |                 ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 
‘g_string_free_and_steal’ declared with attribute ‘warn_unused_result’ 
[-Wunused-result]
   72 |   (__builtin_constant_p (free_segment) ?        \
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |     ((free_segment) ?                           \
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   74 |       (g_string_free) ((str), (free_segment)) : \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   75 |       g_string_free_and_steal (str))            \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   76 |     :                                           \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   77 |     (g_string_free) ((str), (free_segment)))
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parse.c:985:17: note: in expansion of macro ‘g_string_free’
  985 |                 g_string_free(result, 0);
      |                 ^~~~~~~~~~~~~
parse.c: In function ‘parse_get’:
/usr/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 
‘g_string_free_and_steal’ declared with attribute ‘warn_unused_result’ 
[-Wunused-result]
   72 |   (__builtin_constant_p (free_segment) ?        \
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |     ((free_segment) ?                           \
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   74 |       (g_string_free) ((str), (free_segment)) : \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   75 |       g_string_free_and_steal (str))            \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   76 |     :                                           \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   77 |     (g_string_free) ((str), (free_segment)))
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parse.c:1068:9: note: in expansion of macro ‘g_string_free’
 1068 |         g_string_free(result, 0);
      |         ^~~~~~~~~~~~~
make[4]: Leaving directory 
'/build/reproducible-path/speech-dispatcher-0.11.5/src/server'
make[3]: *** [Makefile:463: all-recursive] Error 1
make[3]: Leaving directory 
'/build/reproducible-path/speech-dispatcher-0.11.5/src'
make[2]: *** [Makefile:604: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/speech-dispatcher-0.11.5'
make[1]: *** [Makefile:490: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/speech-dispatcher-0.11.5'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:30: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: speech-dispatcher
Source-Version: 0.12.0-1
Done: Samuel Thibault <[email protected]>

We believe that the bug you reported is fixed in the latest version of
speech-dispatcher, 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.
Samuel Thibault <[email protected]> (supplier of updated speech-dispatcher 
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, 12 Jan 2025 01:09:38 +0100
Source: speech-dispatcher
Architecture: source
Version: 0.12.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian TTS Team <[email protected]>
Changed-By: Samuel Thibault <[email protected]>
Closes: 1097914
Changes:
 speech-dispatcher (0.12.0-1) unstable; urgency=medium
 .
   * New upstream release (Closes: Bug#1097914)
     - patches/mbrola-paths: Refresh.
   * control: Make speech-dispatcher-openjtalk depend on open-jtalk and
     recommend the only known dictionary and voice.
Checksums-Sha1:
 56da7a53470a782c8fdcff819c5d39e344d2097c 3601 speech-dispatcher_0.12.0-1.dsc
 fa02a2bbfc6e8e36c0ad016279f5ff62a868ee5c 7481967 
speech-dispatcher_0.12.0.orig.tar.gz
 cf95ec127d6267ca18083fe8bb38adcfd0374972 28560 
speech-dispatcher_0.12.0-1.debian.tar.xz
 0f3e5f4b1003634dd39795e99d15f28756f99a53 11651 
speech-dispatcher_0.12.0-1_source.buildinfo
Checksums-Sha256:
 f334cc126f4768b38a2e5910eec8c9ba78f5044b2b4720317d439fa366bc8bfc 3601 
speech-dispatcher_0.12.0-1.dsc
 e1dd0bfa24b8338545e165451330adf51c4c0dca862b1b67e76fba5142dbbb74 7481967 
speech-dispatcher_0.12.0.orig.tar.gz
 3dd8271fa57857201c1bea4ad573a236aa380f23f1d1171fae80a0c42ba826b2 28560 
speech-dispatcher_0.12.0-1.debian.tar.xz
 c0e5c769bc8ca3bfbd2b3fd03d79c7e467c66927442dd8b24ae82e692c39d7f5 11651 
speech-dispatcher_0.12.0-1_source.buildinfo
Files:
 95f3996285c8e1000613790bd49c96be 3601 sound optional 
speech-dispatcher_0.12.0-1.dsc
 8edecbf3a2bdac6e28f1bf83894be975 7481967 sound optional 
speech-dispatcher_0.12.0.orig.tar.gz
 cc1ce43b59429fa209ac9b1d594f76ba 28560 sound optional 
speech-dispatcher_0.12.0-1.debian.tar.xz
 5388b8fd5550780673e96c7448ae6e2b 11651 sound optional 
speech-dispatcher_0.12.0-1_source.buildinfo

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

iQIzBAEBCgAdFiEEZTSF1IMOAGwT71n/aHTOWK4tfj8FAme7sAgACgkQaHTOWK4t
fj/K4g//RPySSr1WQLFb1VomYf+Fwg4Ngdwc4UNX8Td8cEusFgDqExtkzmkfxF6z
FBQYj2QsPhGGrblhLXq2w4hxZcNZjCExVA4W9cd2G1Y0IxAImmxfGh5Oc3f6y4hb
gGtSCFYcAeaUxm2Ld1fKVzucwM7OiJRtGGK2mh/5dg4Tf0YiCtd/Zgn5WSMSutol
PS6uWzcg6O8prlGUu6CEoDPH9lSNe/A66CE6dOanjrYAubKciyQYFUosW7sPqMUB
3CgdGcquk+hA45JLx5/KGEH4dinCbmo6TZSPLR1kE6sa5ZnWe1AgNNZ14szjtlVG
sayuexwKpbkMoAGl2K5c55oAnNwB8JeFo+aAFJIEEXlbcqZgLz725W60p5iSGClz
Xse3eUk1w1ZM8S5ntXpMmiqVq5PdauUs9Vbk446zNehXVfiBXR2MI7lhDoA4U8aV
/+HEkUL5lqCPz1Oz++0RiZ7gl8fvcxIkbt/tL5C85fH7MYzZOP1Hj+L5Z3oqc1ps
arGLjLUqdDbQS8Y9Xl3eId+KLCvTWJ/mdKiAECFfSM3/W74deEHgqro+hFSK0Ymy
CTdE/nMybfwyL/u5vhwxivLO0pRB9Vju26xKPa8Rhm8EXId4MhIDE1236TxzP7Ri
tUSuLX4M0wvg6GBoLpTugFj8g1/a4E1/2Mwi9gGzI/UEjmjZ4kE=
=Ypie
-----END PGP SIGNATURE-----

Attachment: pgp43h_04kwRY.pgp
Description: PGP signature


--- End Message ---

Reply via email to