Your message dated Sat, 25 Oct 2025 10:40:47 +0000 with message-id <E1vCbhX-00E96M-32@fasolo.debian.org> and subject line Bug#1097912: fixed in spacefm 1.0.6-10 has caused the Debian Bug report #1097912, regarding spacefm: 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.) -- 1097912: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097912 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: maintonly@bugs.debian.org
- Subject: spacefm: ftbfs with GCC-15
- From: Matthias Klose <doko@debian.org>
- Date: Mon, 17 Feb 2025 17:54:24 +0000
- Message-id: <E1tk5K4-009QOn-Ko@paradis.debian.org>
Package: src:spacefm Version: 1.0.6-9 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/spacefm_1.0.6-9_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 [...] | ^~~~~~~~~~~~~~ | | | void (*)(void) /usr/include/signal.h:88:57: note: expected ‘__sighandler_t’ {aka ‘void (*)(int)’} but argument is of type ‘void (*)(void)’ 88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler) | ~~~~~~~~~~~~~~~^~~~~~~~~ cust-dialog.c:3809:6: note: ‘signal_handler’ declared here 3809 | void signal_handler() | ^~~~~~~~~~~~~~ /usr/include/signal.h:72:16: note: ‘__sighandler_t’ declared here 72 | typedef void (*__sighandler_t) (int); | ^~~~~~~~~~~~~~ cust-dialog.c:3889:22: error: passing argument 2 of ‘signal’ from incompatible pointer type [-Wincompatible-pointer-types] 3889 | signal( SIGQUIT, signal_handler ); | ^~~~~~~~~~~~~~ | | | void (*)(void) /usr/include/signal.h:88:57: note: expected ‘__sighandler_t’ {aka ‘void (*)(int)’} but argument is of type ‘void (*)(void)’ 88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler) | ~~~~~~~~~~~~~~~^~~~~~~~~ cust-dialog.c:3809:6: note: ‘signal_handler’ declared here 3809 | void signal_handler() | ^~~~~~~~~~~~~~ /usr/include/signal.h:72:16: note: ‘__sighandler_t’ declared here 72 | typedef void (*__sighandler_t) (int); | ^~~~~~~~~~~~~~ main-window.c:6619:46: error: expected expression before ‘bool’ 6619 | xset_set_b_panel( j, "show", bool( argv[i+1] ) ); | ^~~~ main-window.c:6630:41: error: expected expression before ‘bool’ 6630 | bool( argv[i+1] ) ); | ^~~~ main-window.c:6632:47: error: expected expression before ‘bool’ 6632 | xset_set_b_panel( panel, str, bool( argv[i+1] ) ); | ^~~~ main-window.c:6737:63: error: expected expression before ‘bool’ 6737 | ptk_file_browser_set_sort_type( file_browser, bool( argv[i+1] ) ? | ^~~~ main-window.c:6744:34: error: expected expression before ‘bool’ 6744 | xset_set_b( str, bool( argv[i+1] ) ); | ^~~~ main-window.c:6749:34: error: expected expression before ‘bool’ 6749 | xset_set_b( str, bool( argv[i+1] ) ); | ^~~~ main-window.c:6753:23: error: expected expression before ‘bool’ 6753 | str = bool( argv[i+1] ) ? "sortx_hidfirst" : "sortx_hidlast"; | ^~~~ main-window.c:6776:49: error: expected expression before ‘bool’ 6776 | if ( app_settings.show_thumbnail != bool( argv[i+1] ) ) | ^~~~ main-window.c:6785:41: error: expected expression before ‘bool’ 6785 | bool( argv[i+1] ) ); | ^~~~ settings.c: In function ‘xset_get_bool_panel’: settings.c:2743:1: warning: control reaches end of non-void function [-Wreturn-type] 2743 | } | ^ cust-dialog.c: In function ‘write_file_value’: cust-dialog.c:1625:13: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1625 | write( f, "\n", 1 ); | ^~~~~~~~~~~~~~~~~~~ make[2]: *** [Makefile:1903: spacefm-cust-dialog.o] Error 1 make[2]: *** [Makefile:1847: spacefm-settings.o] Error 1 make[2]: *** [Makefile:1833: spacefm-main-window.o] Error 1 make[2]: Leaving directory '/build/reproducible-path/spacefm-1.0.6/src' make[1]: *** [Makefile:526: all-recursive] Error 1 make[1]: Leaving directory '/build/reproducible-path/spacefm-1.0.6' dh_auto_build: error: make -j8 returned exit code 2 make: *** [debian/rules:6: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
- To: 1097912-close@bugs.debian.org
- Subject: Bug#1097912: fixed in spacefm 1.0.6-10
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sat, 25 Oct 2025 10:40:47 +0000
- Message-id: <E1vCbhX-00E96M-32@fasolo.debian.org>
- Reply-to: Adrian Bunk <bunk@debian.org>
Source: spacefm Source-Version: 1.0.6-10 Done: Adrian Bunk <bunk@debian.org> We believe that the bug you reported is fixed in the latest version of spacefm, 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 1097912@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 spacefm 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: Sat, 25 Oct 2025 13:04:29 +0300 Source: spacefm Architecture: source Version: 1.0.6-10 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Adrian Bunk <bunk@debian.org> Closes: 1097912 Changes: spacefm (1.0.6-10) unstable; urgency=medium . * QA upload. . [ Henrique F. Simoes ] * Fix FTBFS with GCC 15. (Closes: #1097912) Checksums-Sha1: 1283af553a2fca1740ff0d8650803f412bc1936e 2174 spacefm_1.0.6-10.dsc c1e49a66475f9c178157bb6e22c5189f83cccc16 21072 spacefm_1.0.6-10.debian.tar.xz Checksums-Sha256: c194989ea5bdd34d8609293d4c72841cd512a84bfcb76fea606f6fa0ff8c9d8a 2174 spacefm_1.0.6-10.dsc 064587cbe587b6dfe6ea8adb8b15b116d63d0f8b7574ce61796f8a304c15e0cd 21072 spacefm_1.0.6-10.debian.tar.xz Files: 6ed646285e40746fb8725aaed6cba1ed 2174 utils optional spacefm_1.0.6-10.dsc 6316b8250bfa1921788a97fea9def952 21072 utils optional spacefm_1.0.6-10.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmj8oigACgkQiNJCh6LY mLE/aQ//X1omRyIqKp8iCjekXdXtZyg6FX0fV0W9P+QsoxWqgaMkaq0Qe64bmy5w vjSu5jKUtRrLL1AAZPniV9InY9tCO+KCRG5LLH6GuY3uiYd1XBimoAuowCoo90OW /r5TWmsq9sRcnoxuGkosnLInbHt+5dh4ZuQpJAL1NPtlzBQ4swi/vOhsx6LzelqN RNo/ZlNZgV0p0F2nDcVouWBa11FTAdrWpPX/X6gX6ek0ImErfCSImDkqVarshPQ3 z6t2lbC8cgcFMlofyC0g34ZrLGEHjdTme2b4a8s4ZEhtbUkDQDwvOG0ZRm9ls6Gp J0bBHC+lehk4bWNHttox2evXNjKMcDAD7P0pFXZ1jO5m8hnjHUUjOHO29+wWkspN 1ThJP5ZSDU7TKG0cW/Tygc0STrQez8UUj21FWIqa2xw0uahwmIaVtFIV3ONDcEkN mf2F+smifAoo1kXY5pVXs41oJPLS4WLr4+nzpL9UZ4qaQoNCKmRL8gH/NpLqhXeZ 5UUqqPSHLBoRTjOq1W+Vl+ASFbP+bR67BN1wJJdX6fzwsbqdbD+Oi5Up4jcbu9Qy 2w05ujL+3z48y6trrWbWtOuiNOABb6LOQ+T80j3K+gdSwFMO0ptLqto70uO6+MMk eMHKocdxszcHqGJZQuuLUh8NmuBwHtOKkZT2XBSTBYmu09/2EEw= =pcQa -----END PGP SIGNATURE-----Attachment: pgp_gBNz7OCK0.pgp
Description: PGP signature
--- End Message ---