Your message dated Sun, 20 Oct 2024 12:22:38 +0000
with message-id <e1t2uxc-00gni5...@fasolo.debian.org>
and subject line Bug#1075365: fixed in pcmanfm 1.3.2-4.1
has caused the Debian Bug report #1075365,
regarding pcmanfm: ftbfs with GCC-14
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 ow...@bugs.debian.org
immediately.)
--
1075365: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075365
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pcmanfm
Version: 1.3.2-4
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14
[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/pcmanfm_1.3.2-4_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
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-14/porting_to.html
[...]
| ^~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here
119 | void gtk_action_activate (GtkAction *action);
| ^~~~~~~~~~~~~~~~~~~
main-win.c: In function ‘on_scroll_event’:
main-win.c:2560:9: warning: ‘gtk_ui_manager_get_action’ is deprecated
[-Wdeprecated-declarations]
2560 | act = gtk_ui_manager_get_action(win->ui,
"/menubar/ViewMenu/SizeBigger");
| ^~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:155:16: note: declared here
155 | GtkAction *gtk_ui_manager_get_action (GtkUIManager
*manager,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
main-win.c:2561:9: warning: ‘gtk_action_activate’ is deprecated
[-Wdeprecated-declarations]
2561 | gtk_action_activate(act);
| ^~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here
119 | void gtk_action_activate (GtkAction *action);
| ^~~~~~~~~~~~~~~~~~~
main-win.c:2566:9: warning: ‘gtk_ui_manager_get_action’ is deprecated
[-Wdeprecated-declarations]
2566 | act = gtk_ui_manager_get_action(win->ui,
"/menubar/ViewMenu/SizeSmaller");
| ^~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:155:16: note: declared here
155 | GtkAction *gtk_ui_manager_get_action (GtkUIManager
*manager,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
main-win.c:2567:9: warning: ‘gtk_action_activate’ is deprecated
[-Wdeprecated-declarations]
2567 | gtk_action_activate(act);
| ^~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here
119 | void gtk_action_activate (GtkAction *action);
| ^~~~~~~~~~~~~~~~~~~
main-win.c: In function ‘on_show_side_pane’:
main-win.c:2607:5: warning: ‘gtk_toggle_action_get_active’ is deprecated
[-Wdeprecated-declarations]
2607 | active = gtk_toggle_action_get_active(act);
| ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here
85 | gboolean gtk_toggle_action_get_active (GtkToggleAction
*action);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
main-win.c: In function ‘on_dual_pane’:
main-win.c:2629:5: warning: ‘gtk_toggle_action_get_active’ is deprecated
[-Wdeprecated-declarations]
2629 | active = gtk_toggle_action_get_active(act);
| ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here
85 | gboolean gtk_toggle_action_get_active (GtkToggleAction
*action);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
main-win.c:2660:9: warning: ‘gtk_widget_set_state’ is deprecated: Use
'gtk_widget_set_state_flags' instead [-Wdeprecated-declarations]
2660 | gtk_widget_set_state(GTK_WIDGET(FM_TAB_PAGE(page)->tab_label),
GTK_STATE_SELECTED);
| ^~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkwidget.h:823:23: note: declared here
823 | void gtk_widget_set_state (GtkWidget
*widget,
| ^~~~~~~~~~~~~~~~~~~~
main-win.c:2673:17: warning: ‘gtk_widget_set_state’ is deprecated: Use
'gtk_widget_set_state_flags' instead [-Wdeprecated-declarations]
2673 |
gtk_widget_set_state(GTK_WIDGET(FM_TAB_PAGE(tp)->tab_label), GTK_STATE_ACTIVE);
| ^~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkwidget.h:823:23: note: declared here
823 | void gtk_widget_set_state (GtkWidget
*widget,
| ^~~~~~~~~~~~~~~~~~~~
main-win.c: In function ‘on_show_status’:
main-win.c:2684:5: warning: ‘gtk_toggle_action_get_active’ is deprecated
[-Wdeprecated-declarations]
2684 | active = gtk_toggle_action_get_active(action);
| ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here
85 | gboolean gtk_toggle_action_get_active (GtkToggleAction
*action);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:397: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:338: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
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 ---
Source: pcmanfm
Source-Version: 1.3.2-4.1
Done: Andreas Bombe <a...@debian.org>
We believe that the bug you reported is fixed in the latest version of
pcmanfm, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Bombe <a...@debian.org> (supplier of updated pcmanfm 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 20 Oct 2024 13:15:15 +0200
Source: pcmanfm
Architecture: source
Version: 1.3.2-4.1
Distribution: sid
Urgency: medium
Maintainer: Debian LXDE Maintainers <team+l...@tracker.debian.org>
Changed-By: Andreas Bombe <a...@debian.org>
Closes: 1075365
Changes:
pcmanfm (1.3.2-4.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Backport upstream git commit 12abd7e17 to fix FTBFS with GCC 14
(Closes: #1075365)
Checksums-Sha1:
bf49ad83a66213e97e54aba23bb5fa881bbaff24 2046 pcmanfm_1.3.2-4.1.dsc
a48b4efb76b153555cbf816e28eb0de9d3fcb3ff 13288 pcmanfm_1.3.2-4.1.debian.tar.xz
eca984092acf54cdf94c474c49a672ae7e1a6c46 15555
pcmanfm_1.3.2-4.1_amd64.buildinfo
Checksums-Sha256:
4784379b3e8cf514240a631e0e9eb082d5f8840097b6ed45a5612b6799babbe4 2046
pcmanfm_1.3.2-4.1.dsc
4ce3cc315469c16fe5609d62967f9b24cd6f24a9645a5c5b91ec7d844b093120 13288
pcmanfm_1.3.2-4.1.debian.tar.xz
ceeeb4ca32dae88fb06b2f9fc1088a18a4ec5d88412dd20211237299ed8f484d 15555
pcmanfm_1.3.2-4.1_amd64.buildinfo
Files:
b70ab42a68ddebcfe906170a43212d7f 2046 utils optional pcmanfm_1.3.2-4.1.dsc
db4ff3d5bdab34d0e4988b7e1cb19f27 13288 utils optional
pcmanfm_1.3.2-4.1.debian.tar.xz
a3ad6b1d6ec45ac0bfb3514779258036 15555 utils optional
pcmanfm_1.3.2-4.1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJDBAEBCgAtFiEE/fJ3FAtt+ejNyKmCMWRwWx2jHUwFAmcU6J0PHGFlYkBkZWJp
YW4ub3JnAAoJEDFkcFsdox1MMcEQAKfEabgjfMsJ9qLO2KTjveCV1jogucf1hqBt
ziNF30VktjcFsE24xAGkBqsqHhFnas0hSoKPTCHlePEKJnDYeJL2+Zw3I0egijRN
LmAj5yiN5CJm1la0nt467v0tMt2V652p/pWFmO4QwSB/03Wy5ffAlqg7SAIQxa+9
NDhqkMUghV5IKi3HBII6mx5/FoPnmFhSrxtojGUskFtHt8Rp2vrPYRI25ci/PQUB
Bsc24nlGbb28nFxlz+W5Ti5Y6nokOyg4cw61iAYYWFKt7RmRRhVv0+uzYN+vyxbG
Q6FcAqw79/NWQ1GNAAzmnAjjfv6bOnTV870wNI2yyRvLOalArrQbHwzEX7w/ByAI
SooDgKy3ne6Z1u/uONseQgJ77w2wI5CtBXvElABEZc+YhXOpssqkGW9WBTPhi0Se
R9y45ceIn2rWmrvVS4biWANwKVYuDAUDjhhXfNH403NYAQxeL/puLNICx9iQv71W
3rC/gS70sOJA233DmdOdhg+hl4CI31LfTpkb1uZbDg2m7ycRT9saFFmvi26Vr6LH
sIazy6AIQcWcLQfTYkJVQIQqSkBt26bomRpgVYdVDLFoaXORmhGIXqmvaIJYO1Hh
qdxeF2745SOAiwiA+5kkzGGkCtz5k7+Vp9WYWOwJvAqxEY9OvJSYIBNSiN5dLAwq
2WtQLonw
=eRjq
-----END PGP SIGNATURE-----
pgpybExV8cc0k.pgp
Description: PGP signature
--- End Message ---