Your message dated Tue, 23 Sep 2025 01:09:55 +0000
with message-id <[email protected]>
and subject line Bug#1097376: fixed in mdk 1.3.0+dfsg-5
has caused the Debian Bug report #1097376,
regarding mdk: 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.)


-- 
1097376: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097376
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:mdk
Version: 1.3.0+dfsg-4
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/mdk_1.3.0+dfsg-4_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

[...]
xmixguile_cmd_dispatcher.c:530:16: note: (near initialization for 
‘DEFAULT_SCM_COMMANDS_[5].func’)
xmixguile_cmd_dispatcher.c:196:1: note: ‘mix_cell_’ declared here
  196 | mix_cell_ (SCM no)
      | ^~~~~~~~~
xmixguile_cmd_dispatcher.c:531:21: error: initialization of ‘struct 
scm_unused_struct * (*)(void)’ from incompatible pointer type ‘struct 
scm_unused_struct * (*)(struct scm_unused_struct *, struct scm_unused_struct 
*)’ [-Wincompatible-pointer-types]
  531 |   {"mix-set-cell!", mix_set_cell_, 2, 0, 0},
      |                     ^~~~~~~~~~~~~
xmixguile_cmd_dispatcher.c:531:21: note: (near initialization for 
‘DEFAULT_SCM_COMMANDS_[6].func’)
xmixguile_cmd_dispatcher.c:209:1: note: ‘mix_set_cell_’ declared here
  209 | mix_set_cell_ (SCM no, SCM val)
      | ^~~~~~~~~~~~~
xmixguile_cmd_dispatcher.c:534:21: error: initialization of ‘struct 
scm_unused_struct * (*)(void)’ from incompatible pointer type ‘struct 
scm_unused_struct * (*)(struct scm_unused_struct *)’ 
[-Wincompatible-pointer-types]
  534 |   {"mix-set-over!", mix_set_over_, 1, 0, 0},
      |                     ^~~~~~~~~~~~~
xmixguile_cmd_dispatcher.c:534:21: note: (near initialization for 
‘DEFAULT_SCM_COMMANDS_[9].func’)
xmixguile_cmd_dispatcher.c:230:1: note: ‘mix_set_over_’ declared here
  230 | mix_set_over_ (SCM over)
      | ^~~~~~~~~~~~~
xmixguile_cmd_dispatcher.c:544:20: error: initialization of ‘struct 
scm_unused_struct * (*)(void)’ from incompatible pointer type ‘struct 
scm_unused_struct * (*)(struct scm_unused_struct *)’ 
[-Wincompatible-pointer-types]
  544 |   {"mix-src-line", mix_src_line_, 0, 1, 0},
      |                    ^~~~~~~~~~~~~
xmixguile_cmd_dispatcher.c:544:20: note: (near initialization for 
‘DEFAULT_SCM_COMMANDS_[19].func’)
xmixguile_cmd_dispatcher.c:337:1: note: ‘mix_src_line_’ declared here
  337 | mix_src_line_ (SCM opt)
      | ^~~~~~~~~~~~~
xmixguile_cmd_dispatcher.c:546:20: error: initialization of ‘struct 
scm_unused_struct * (*)(void)’ from incompatible pointer type ‘struct 
scm_unused_struct * (*)(struct scm_unused_struct *)’ 
[-Wincompatible-pointer-types]
  546 |   {"mix-set-cmp!", mix_set_cmp_, 1, 0, 0},
      |                    ^~~~~~~~~~~~
xmixguile_cmd_dispatcher.c:546:20: note: (near initialization for 
‘DEFAULT_SCM_COMMANDS_[21].func’)
xmixguile_cmd_dispatcher.c:257:1: note: ‘mix_set_cmp_’ declared here
  257 | mix_set_cmp_ (SCM value)
      | ^~~~~~~~~~~~
xmixguile_cmd_dispatcher.c:547:24: error: initialization of ‘struct 
scm_unused_struct * (*)(void)’ from incompatible pointer type ‘struct 
scm_unused_struct * (*)(struct scm_unused_struct *, struct scm_unused_struct 
*)’ [-Wincompatible-pointer-types]
  547 |   {"mix-add-pre-hook", mix_add_pre_hook_, 2, 0, 0},
      |                        ^~~~~~~~~~~~~~~~~
xmixguile_cmd_dispatcher.c:547:24: note: (near initialization for 
‘DEFAULT_SCM_COMMANDS_[22].func’)
xmixguile_cmd_dispatcher.c:500:1: note: ‘mix_add_pre_hook_’ declared here
  500 | mix_add_pre_hook_ (SCM cmd, SCM function)
      | ^~~~~~~~~~~~~~~~~
xmixguile_cmd_dispatcher.c:548:25: error: initialization of ‘struct 
scm_unused_struct * (*)(void)’ from incompatible pointer type ‘struct 
scm_unused_struct * (*)(struct scm_unused_struct *, struct scm_unused_struct 
*)’ [-Wincompatible-pointer-types]
  548 |   {"mix-add-post-hook", mix_add_post_hook_, 2, 0, 0},
      |                         ^~~~~~~~~~~~~~~~~~
xmixguile_cmd_dispatcher.c:548:25: note: (near initialization for 
‘DEFAULT_SCM_COMMANDS_[23].func’)
xmixguile_cmd_dispatcher.c:506:1: note: ‘mix_add_post_hook_’ declared here
  506 | mix_add_post_hook_ (SCM cmd, SCM function)
      | ^~~~~~~~~~~~~~~~~~
xmixguile_cmd_dispatcher.c:549:31: error: initialization of ‘struct 
scm_unused_struct * (*)(void)’ from incompatible pointer type ‘struct 
scm_unused_struct * (*)(struct scm_unused_struct *)’ 
[-Wincompatible-pointer-types]
  549 |   {"mix-add-global-pre-hook", mix_add_global_pre_hook_, 1, 0, 0},
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~
xmixguile_cmd_dispatcher.c:549:31: note: (near initialization for 
‘DEFAULT_SCM_COMMANDS_[24].func’)
xmixguile_cmd_dispatcher.c:512:1: note: ‘mix_add_global_pre_hook_’ declared here
  512 | mix_add_global_pre_hook_ (SCM function)
      | ^~~~~~~~~~~~~~~~~~~~~~~~
xmixguile_cmd_dispatcher.c:550:32: error: initialization of ‘struct 
scm_unused_struct * (*)(void)’ from incompatible pointer type ‘struct 
scm_unused_struct * (*)(struct scm_unused_struct *)’ 
[-Wincompatible-pointer-types]
  550 |   {"mix-add-global-post-hook", mix_add_global_post_hook_, 1, 0, 0},
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~
xmixguile_cmd_dispatcher.c:550:32: note: (near initialization for 
‘DEFAULT_SCM_COMMANDS_[25].func’)
xmixguile_cmd_dispatcher.c:518:1: note: ‘mix_add_global_post_hook_’ declared 
here
  518 | mix_add_global_post_hook_ (SCM function)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:530: xmixguile_cmd_dispatcher.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/build/reproducible-path/mdk-1.3.0+dfsg/mixguile'
make[2]: *** [Makefile:457: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/mdk-1.3.0+dfsg'
make[1]: *** [Makefile:396: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/mdk-1.3.0+dfsg'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:42: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: mdk
Source-Version: 1.3.0+dfsg-5
Done: Peter Pentchev <[email protected]>

We believe that the bug you reported is fixed in the latest version of
mdk, 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.
Peter Pentchev <[email protected]> (supplier of updated mdk 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, 23 Sep 2025 01:23:10 +0300
Source: mdk
Architecture: source
Version: 1.3.0+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Peter Pentchev <[email protected]>
Changed-By: Peter Pentchev <[email protected]>
Closes: 1097376
Changes:
 mdk (1.3.0+dfsg-5) unstable; urgency=medium
 .
   * Add the cmd-ellipsis patch to fix the FTBFS with GCC 15.
     Closes: #1097376
   * Declare compliance with Policy 4.7.2 with no changes.
   * Add the year 2025 to my debian/* copyright notice.
   * Convert the watch file to version 5 of the format.
Checksums-Sha1:
 af111196015caf6b0b6289ff8c9ad07a3745f637 2163 mdk_1.3.0+dfsg-5.dsc
 6575e920a8e5aaea567e4763be2898e247109523 20992 mdk_1.3.0+dfsg-5.debian.tar.xz
Checksums-Sha256:
 229c213b00e89985bfbc7ef22f0770a9b02997063ec0e0b66235a8e59fbc225f 2163 
mdk_1.3.0+dfsg-5.dsc
 ed5ec9d4b99364be25a06b08b816f127f6133569e61b031d2c3aaf0e98238ce3 20992 
mdk_1.3.0+dfsg-5.debian.tar.xz
Files:
 451f631408df87ce13d24f4c597e810c 2163 otherosfs optional mdk_1.3.0+dfsg-5.dsc
 ed6182f7ed7afaf7160d4b3f7e1a0012 20992 otherosfs optional 
mdk_1.3.0+dfsg-5.debian.tar.xz

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

iQJEBAEBCgAuFiEELuenpRf8EkzxFcNUZR7vsCUn3xMFAmjRzYMQHHJvYW1AZGVi
aWFuLm9yZwAKCRBlHu+wJSffE76DEACeSmUp8zqtbIJihZjC+a0eV1BXZB/EC0R0
G856kvYiMRlu22CS5kCShJUD9X+OwXRwZT1XtPaez2ErcBccv1eoaz0feLfH4f2v
MlYjAl5hcqPmiwxEA0U1tQUGdOI65/pyxGL8DxAPJi6FJHD1Ly1KExTmcYQkjVhk
il10ZzrX8bxco4pzLKZQt5ZAxc4TUWBH+eIfM+NfVFv8LdcH9vWihaTUNeIEl009
7G7Es6ftKuZRcIgKsTreMP8D5YdFErCoXFty41FJqRldf/IYxrElE3g4Gn84N+WD
1XAw8x78ldKLGs9QDyMVCV3NRXTqlZZH49dPyrynaOaGWyVYij7/uOaGN/nYc4AH
s7EW/ZdvNd6nur5qLOKMQdtlqiMsFrcsM2D/kxDdRoGUULuo4FBYjeK03E/WYWUG
bVcoOHJTyXFH1/eDtzTqVcXzJbHtQ48rJkNfBFaYPtc8tgY1OnGR9UQodve5qXQk
x5FwaDNw8+8MWqjFfjTxqQ6KAMyOrQwVQpa6QPz7rCFESnAj+JSbNBA/NA3B3kQj
2FYaPHeNJBnGOu4KITaZQXU6ej/Nc6GDtisQi5/v/CZseiZcDNqww1OTYoK6sqLL
Af5yz5iNwH4D3Vqe+CL1FhxTtR+kojPLzV67WWPo7FmHyFLkHCBdgTNe5mzdQQBg
3mkPyjLobQ==
=dlt6
-----END PGP SIGNATURE-----

Attachment: pgpnDW8f3WVj0.pgp
Description: PGP signature


--- End Message ---

Reply via email to