[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1097392: marked as done (mhwaveedit: ftbfs with GCC-15)



Your message dated Tue, 07 Oct 2025 09:49:27 +0000
with message-id <E1v64Jz-005RCs-1B@fasolo.debian.org>
and subject line Bug#1097392: fixed in mhwaveedit 1.4.24-1.1
has caused the Debian Bug report #1097392,
regarding mhwaveedit: 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 owner@bugs.debian.org
immediately.)


-- 
1097392: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097392
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:mhwaveedit
Version: 1.4.24-1
Severity: important
Tags: sid forky
User: debian-gcc@lists.debian.org
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/mhwaveedit_1.4.24-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

[...]
      | ^~~
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
main.h:116:1: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  116 | int timeval_subtract(GTimeVal *result, GTimeVal *x, GTimeVal *y);
      | ^~~
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
main.h:117:1: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  117 | float timeval_divide(GTimeVal *x, GTimeVal *y);
      | ^~~~~
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
main.h:117:1: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  117 | float timeval_divide(GTimeVal *x, GTimeVal *y);
      | ^~~~~
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
main.h:118:1: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  118 | void timeval_divide_float(GTimeVal *result, GTimeVal *x, gfloat y);
      | ^~~~
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
main.h:118:1: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  118 | void timeval_divide_float(GTimeVal *result, GTimeVal *x, gfloat y);
      | ^~~~
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
player.c:75:1: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   75 | static gint notify_wd_cb(gpointer timesource, GTimeVal *current_time,
      | ^~~~~~
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
player.c: In function ‘player_work’:
player.c:148:6: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  148 |      GTimeVal tv;
      |      ^~~~~~~~
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
player.c:183:11: warning: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations]
  183 |           g_get_current_time(&tv);
      |           ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/giochannel.h:35,
                 from /usr/include/glib-2.0/glib.h:56:
/usr/include/glib-2.0/glib/gmain.h:825:8: note: declared here
  825 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
player.c: In function ‘player_play_main’:
player.c:247:6: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations]
  247 |      i = output_select_format(&(chk->format),(recursed<2),(GVoidFunc)player_work);
      |      ^
player.c:282:21: warning: ‘GVoidFunc’ is deprecated [-Wdeprecated-declarations]
  282 |                     i = output_select_format(&fmt,FALSE,(GVoidFunc)player_work);
      |                     ^
make[3]: Leaving directory '/build/reproducible-path/mhwaveedit-1.4.24/src'
make[2]: *** [Makefile:497: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/mhwaveedit-1.4.24'
make[1]: *** [Makefile:395: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/mhwaveedit-1.4.24'
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: mhwaveedit
Source-Version: 1.4.24-1.1
Done: Adrian Bunk <bunk@debian.org>

We believe that the bug you reported is fixed in the latest version of
mhwaveedit, 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 1097392@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <bunk@debian.org> (supplier of updated mhwaveedit 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 05 Oct 2025 14:21:59 +0300
Source: mhwaveedit
Architecture: source
Version: 1.4.24-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Adrian Bunk <bunk@debian.org>
Closes: 1097392
Changes:
 mhwaveedit (1.4.24-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Build with -std=gnu17 to workaround FTBFS with GCC 15.
     (Closes: #1097392)
Checksums-Sha1:
 a2a5668bcd4128798d964156f5c1ca8240c4754a 2158 mhwaveedit_1.4.24-1.1.dsc
 fa113087c44a213aae14d32c38a1ec67fe7a2a85 7132 mhwaveedit_1.4.24-1.1.debian.tar.xz
Checksums-Sha256:
 a7ea80321752cff7243b096fb404786ca579fa344034ff0756aa7f381169ed30 2158 mhwaveedit_1.4.24-1.1.dsc
 17ea9e4f2ca789b3972df2a27d836201a226c457b7477e1a82842c5a058192f0 7132 mhwaveedit_1.4.24-1.1.debian.tar.xz
Files:
 329267fb11c655a34561861004697e39 2158 sound optional mhwaveedit_1.4.24-1.1.dsc
 a7ecf51757afc092df8a17741203dc44 7132 sound optional mhwaveedit_1.4.24-1.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjiVf4ACgkQiNJCh6LY
mLEjwA/5Ae/LwDSm5agBorbKy17wEE9RyMjgRt/kZ84fNHdYdfqwAhYOTOKk75p3
xTWYoJJrgZImTrpdgGOHrYGvNkj8Wiiq2bS3fuYuPp+KNwBa5m0R01rPQtJh/CeW
RNMhkIIZmpOBypYdvfnpK8p4ejM/ThVkDK/bYU1JPC09yZ/X/T1iLoyWa+cGpzdC
vud7JdrDngru+asy+E/QpL+kS2BOLp8alGCDr20FZwjXoizxQKeJVNOPwqLKX5OC
zjJVHic/M3sS1cL/QIqP9g8E86n2bP/WlfxYUMOW7B5bXj1p5TLvvLBFxf+sEqaw
zBBj0dEsw+jQhX/XkKhfYx50GY7swKMfYS4phLfi+Tr+qwA2iO1uyK5afOIlVy+0
37UOtX3AEynphOrlXBJDOeG8TaY7KW3V7pF2uU3VXlNJ744QOmGgmb6G1Hen4fwl
TWowYUUr2XHgAtToiEYgDDdvNsAyU07DlK97tob6Aq4yJjQre8oiH/KThkk/yxdt
zLH3HY1QepqTQv/qjWC7eVEbhz5hFCQqfXjNVudIMXROezziWAymGW2MZYDRQv9i
fHBPG1+bYkrj8twxzHps1RgNo3/MT+sAm2msVp2H128gTiXWgdzBbLez4MkNSkHe
Q42I4F5TFm0qlIDYjMeaQ1OEckqmbEd2BlqQkPhL9bg/KP7Lh10=
=fqi4
-----END PGP SIGNATURE-----

Attachment: pgpBlgCYkbhII.pgp
Description: PGP signature


--- End Message ---

Reply to: