Your message dated Sun, 07 Sep 2025 11:52:53 +0000
with message-id <[email protected]>
and subject line Bug#1097348: fixed in macopix 3.4.0+dfsg.1-4
has caused the Debian Bug report #1097348,
regarding macopix: 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.)


-- 
1097348: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097348
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:macopix
Version: 3.4.0+dfsg.1-3
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/macopix_3.4.0+dfsg.1-3_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

[...]
      |             ^~~~~~~~~~~~~~
gui.c:358:13: note: previous declaration of ‘cattree_up_tgt’ with type 
‘void(void)’
  358 | static void cattree_up_tgt();
      |             ^~~~~~~~~~~~~~
gui.c:13754:13: error: conflicting types for ‘cattree_down_tgt’; have 
‘void(GtkWidget *, void *)’ {aka ‘void(struct _GtkWidget *, void *)’}
13754 | static void cattree_down_tgt (GtkWidget *widget, gpointer gdata)
      |             ^~~~~~~~~~~~~~~~
gui.c:359:13: note: previous declaration of ‘cattree_down_tgt’ with type 
‘void(void)’
  359 | static void cattree_down_tgt();
      |             ^~~~~~~~~~~~~~~~
gui.c:283:13: warning: ‘create_save_mascot_dialog’ used but never defined
  283 | static void create_save_mascot_dialog();
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
gui.c:332:13: warning: ‘imgtree_add_columns’ used but never defined
  332 | static void imgtree_add_columns();
      |             ^~~~~~~~~~~~~~~~~~~
gui.c:333:22: warning: ‘imgtree_create_items_model’ used but never defined
  333 | static GtkTreeModel *imgtree_create_items_model ();
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
gui.c:335:13: warning: ‘focus_imgtree_item’ used but never defined
  335 | static void focus_imgtree_item();
      |             ^~~~~~~~~~~~~~~~~~
gui.c:336:13: warning: ‘act_imgtree_item’ used but never defined
  336 | static void act_imgtree_item();
      |             ^~~~~~~~~~~~~~~~
gui.c:341:13: warning: ‘ptntree_add_columns’ used but never defined
  341 | static void ptntree_add_columns();
      |             ^~~~~~~~~~~~~~~~~~~
gui.c:342:22: warning: ‘ptntree_create_items_model’ used but never defined
  342 | static GtkTreeModel *ptntree_create_items_model ();
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
gui.c:344:13: warning: ‘focus_ptntree_item’ used but never defined
  344 | static void focus_ptntree_item();
      |             ^~~~~~~~~~~~~~~~~~
gui.c:346:13: warning: ‘ptntree_cell_edited’ used but never defined
  346 | static void ptntree_cell_edited ();
      |             ^~~~~~~~~~~~~~~~~~~
gui.c:351:13: warning: ‘cattree_add_columns’ used but never defined
  351 | static void cattree_add_columns();
      |             ^~~~~~~~~~~~~~~~~~~
gui.c:352:22: warning: ‘cattree_create_items_model’ used but never defined
  352 | static GtkTreeModel *cattree_create_items_model ();
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
gui.c:354:13: warning: ‘focus_cattree_item’ used but never defined
  354 | static void focus_cattree_item();
      |             ^~~~~~~~~~~~~~~~~~
gui.c:356:13: warning: ‘act_cattree_item’ used but never defined
  356 | static void act_cattree_item();
      |             ^~~~~~~~~~~~~~~~
gui.c:358:13: warning: ‘cattree_up_tgt’ used but never defined
  358 | static void cattree_up_tgt();
      |             ^~~~~~~~~~~~~~
gui.c:359:13: warning: ‘cattree_down_tgt’ used but never defined
  359 | static void cattree_down_tgt();
      |             ^~~~~~~~~~~~~~~~
make[6]: *** [Makefile:619: gui.o] Error 1
make[6]: Leaving directory '/build/reproducible-path/macopix-3.4.0+dfsg.1/src'
make[5]: *** [Makefile:648: all-recursive] Error 1
make[5]: Leaving directory '/build/reproducible-path/macopix-3.4.0+dfsg.1/src'
make[4]: *** [Makefile:484: all] Error 2
make[4]: Leaving directory '/build/reproducible-path/macopix-3.4.0+dfsg.1/src'
make[3]: *** [Makefile:583: all-recursive] Error 1
make[3]: Leaving directory '/build/reproducible-path/macopix-3.4.0+dfsg.1'
make[2]: *** [Makefile:470: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/macopix-3.4.0+dfsg.1'
dh_auto_build: error: make -j8 returned exit code 2
make[1]: *** [debian/rules:14: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/macopix-3.4.0+dfsg.1'
make: *** [debian/rules:5: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: macopix
Source-Version: 3.4.0+dfsg.1-4
Done: Ying-Chun Liu (PaulLiu) <[email protected]>

We believe that the bug you reported is fixed in the latest version of
macopix, 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.
Ying-Chun Liu (PaulLiu) <[email protected]> (supplier of updated macopix 
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, 07 Sep 2025 12:07:06 +0100
Source: macopix
Architecture: source
Version: 3.4.0+dfsg.1-4
Distribution: unstable
Urgency: low
Maintainer: Ying-Chun Liu (PaulLiu) <[email protected]>
Changed-By: Ying-Chun Liu (PaulLiu) <[email protected]>
Closes: 1097348
Changes:
 macopix (3.4.0+dfsg.1-4) unstable; urgency=low
 .
   * Port to GCC-15 (Closes: #1097348)
     - Update debian/patches/001_port_gcc10.patch
Checksums-Sha1:
 e2263c023a71f5caffb0990631ab76c2d4acdde6 1886 macopix_3.4.0+dfsg.1-4.dsc
 80100aaa7c6f614fa9f53d9453ba3146649f337c 17516 
macopix_3.4.0+dfsg.1-4.debian.tar.xz
 5584d89a99c71b6d3a95166289657b754941c251 15391 
macopix_3.4.0+dfsg.1-4_source.buildinfo
Checksums-Sha256:
 3819dd0bb3c39514a833175d2d4aea7a1d351112683ea4aa5f8416a55bd6d7bf 1886 
macopix_3.4.0+dfsg.1-4.dsc
 ec36e81956aefd19a1a943ed19bce38b9be2d12a02eff7bb96f8a618060d1a76 17516 
macopix_3.4.0+dfsg.1-4.debian.tar.xz
 3a9ac36ce1b49d25eb3931fa67c1bee11365243543dd420b85488b60c5f5f14b 15391 
macopix_3.4.0+dfsg.1-4_source.buildinfo
Files:
 597a21c29180c9d6eb87d81e6ed6335b 1886 games optional macopix_3.4.0+dfsg.1-4.dsc
 0fe671dfcda7df1485d9f1523640e9b0 17516 games optional 
macopix_3.4.0+dfsg.1-4.debian.tar.xz
 98b82182581177ee7d2f772924b46388 15391 games optional 
macopix_3.4.0+dfsg.1-4_source.buildinfo

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

iQJHBAEBCgAxFiEEo2h49GQQhoFgDLZIRBc/oT0FiIgFAmi9bQsTHHBhdWxsaXVA
ZGViaWFuLm9yZwAKCRBEFz+hPQWIiCLWD/9pG1g0a8xtslnHKjpcs29M5zYuUKrQ
66AZ26ZHRm5FGb9Kiuc0SkW/SgR90hDEZAfiQkvONMIUGJ9oEBx1xr/YED9XyP0/
5ilyPfei6zPRxObawCtmlnGZ9ESh25EYqGCR7VEZKN28W5Uli4FwEQDPP3tskgQ8
tt47dkeaHVLhBu8Sc3MIZxldd5Z28GBH8d8NAfOrkNx0CGJ8/Fp6Be1bNIMfipB1
23E+C7o2PIaFcqPu97/CsqaFYYnrMlm5IZAOOmZLmQKOEoPuare+ap5mJL/LzGQi
7KfZNres3ojDMrMeHhIvRjWIGTA9sT7Sc54FmAiDI6D5x+3wHDKwAmsP0wyM+vOJ
dpRTDqlHrFl0fhlqMn+NsXn8HRsLFb8+V5g9bvAzRIDLkDus0A7hf/xiYc6aanP6
hlobZGn9eYN3o30CMZVVfRDGAf9xSvL2Hrx1rwPLztHfJ3HsUYMx2twK4O1XXUnd
VrMeqrVL6LILv79zej59fnj2QacWivNxPi0zpbJi0GXnjcN/SSjyX3OIBw8MsH9H
Y0BleZXSAjm0+OR49HB4ysBMd9uWEug7Ui7Pm9tCxsOcMcdMJ/PvPBCn7vDiwNZ8
TZxHYKPSfIilng5MNCdcTN74nmrCCZgLHibUWa12pFAIFWXQsMiVxNsiwDP9RVbx
UTzgKzmixXSkrw==
=MHAe
-----END PGP SIGNATURE-----

Attachment: pgpK_seWBkfJt.pgp
Description: PGP signature


--- End Message ---

Reply via email to