Your message dated Mon, 31 Mar 2025 13:19:53 +0000
with message-id <e1tzf3r-00hgaa...@fasolo.debian.org>
and subject line Bug#1075245: fixed in lxterminal 0.4.1-1
has caused the Debian Bug report #1075245,
regarding lxterminal: 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.)
--
1075245: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075245
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:lxterminal
Version: 0.4.0-2
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/lxterminal_0.4.0-2_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/gtkuimanager.h:149:16: note: declared here
149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager
*manager,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
lxterminal.c:1401:5: warning: ‘gtk_ui_manager_get_accel_group’ is deprecated
[-Wdeprecated-declarations]
1401 | terminal->accel_group = gtk_ui_manager_get_accel_group(manager);
| ^~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:147:16: note: declared here
147 | GtkAccelGroup *gtk_ui_manager_get_accel_group (GtkUIManager
*manager);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lxterminal.c: In function ‘lxterminal_initialize’:
lxterminal.c:1742:13: warning: ‘gdk_screen_get_width’ is deprecated
[-Wdeprecated-declarations]
1742 | x = gdk_screen_get_width(screen) - window_width +
| ^
In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from /usr/include/gtk-3.0/gtk/gtk.h:30:
/usr/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here
58 | gint gdk_screen_get_width (GdkScreen *screen);
| ^~~~~~~~~~~~~~~~~~~~
lxterminal.c:1746:17: warning: ‘gdk_screen_get_height’ is deprecated
[-Wdeprecated-declarations]
1746 | y = gdk_screen_get_height(screen) - window_height +
| ^
/usr/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here
60 | gint gdk_screen_get_height (GdkScreen *screen);
| ^~~~~~~~~~~~~~~~~~~~~
lxterminal.c:1759:17: warning: ‘gdk_screen_get_height’ is deprecated
[-Wdeprecated-declarations]
1759 | y =
gdk_screen_get_height(gtk_window_get_screen(window)) -
| ^
/usr/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here
60 | gint gdk_screen_get_height (GdkScreen *screen);
| ^~~~~~~~~~~~~~~~~~~~~
lxterminal.c: In function ‘terminal_settings_apply’:
lxterminal.c:1796:5: warning: ‘gtk_widget_is_composited’ is deprecated: Use
'gdk_screen_is_composited' instead [-Wdeprecated-declarations]
1796 | terminal->rgba = gtk_widget_is_composited(terminal->window);
| ^~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
from /usr/include/gtk-3.0/gtk/gtk.h:31:
/usr/include/gtk-3.0/gtk/gtkwidget.h:1247:10: note: declared here
1247 | gboolean gtk_widget_is_composited (GtkWidget *widget);
| ^~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:476: lxterminal-lxterminal.o] Error 1
make[3]: *** Waiting for unfinished jobs....
preferences.c: In function ‘preferences_dialog_font_set_event’:
preferences.c:39:5: warning: ‘gtk_font_button_get_font_name’ is deprecated
[-Wdeprecated-declarations]
39 | setting->font_name =
g_strdup(gtk_font_button_get_font_name(widget));
| ^~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:109,
from preferences.c:22:
/usr/include/gtk-3.0/gtk/gtkfontbutton.h:96:23: note: declared here
96 | const gchar * gtk_font_button_get_font_name (GtkFontButton
*font_button);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
preferences.c: In function ‘terminal_preferences_dialog’:
preferences.c:293:5: warning: ‘gtk_font_button_set_font_name’ is deprecated
[-Wdeprecated-declarations]
293 | gtk_font_button_set_font_name(GTK_FONT_BUTTON(w),
setting->font_name);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkfontbutton.h:98:23: note: declared here
98 | gboolean gtk_font_button_set_font_name (GtkFontButton
*font_button,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:403: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:344: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: lxterminal
Source-Version: 0.4.1-1
Done: Andrew Lee (李健秋) <ajq...@debian.org>
We believe that the bug you reported is fixed in the latest version of
lxterminal, 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.
Andrew Lee (李健秋) <ajq...@debian.org> (supplier of updated lxterminal 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: SHA256
Format: 1.8
Date: Mon, 31 Mar 2025 11:37:47 +0200
Source: lxterminal
Architecture: source
Version: 0.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian LXDE Maintainers <team+l...@tracker.debian.org>
Changed-By: Andrew Lee (李健秋) <ajq...@debian.org>
Closes: 1075245
Changes:
lxterminal (0.4.1-1) unstable; urgency=medium
.
* debian/watch: update.
* New upstream version 0.4.1. (Closes: #1075245)
* debian/control: update team address.
* debian/control: bump to Standards-version to 4.7.2, no changes needed.
* Run wrap-and-sort.
* debian/copyright: update.
* debian/control: depends on libglib2.0-dev (>= 2.16.0).
* debian/control: depends on libvte-2.91-dev (>= 0.46.0).
* debian/salsa-ci.yml: add.
* debian/control: depends on xsltproc.
* debian/control: depends on docbook-xml.
* debian/control: depends on xmlto.
* debian/copyright: update postal address of the Free Software
Foundation (FSF).
* debian/gbp.conf: update to use DEP-14 layout.
Checksums-Sha1:
2ce66402a444dfebb28fd72184a7b9ff522f584c 2099 lxterminal_0.4.1-1.dsc
1100e3f955e752ef4fd6335feb3383c0f436abf8 164338 lxterminal_0.4.1.orig.tar.gz
770f004e8213156e381261aa61c6698eed06d614 7564 lxterminal_0.4.1-1.debian.tar.xz
dbf0f08bef1b82a83305cde37e86bcc20105012c 16381
lxterminal_0.4.1-1_source.buildinfo
Checksums-Sha256:
a2b316de40879616893a38a2d492db892bf4325226dafd2ac7b1d4c27b1a1649 2099
lxterminal_0.4.1-1.dsc
d5da0646e20ad2be44ef69a9d620be5f1ec43b156dc585ebe203dd7b05c31d88 164338
lxterminal_0.4.1.orig.tar.gz
68c308ec7c2ba19e3f69d2e04d6d567d4c2baf8346e1f445e5c2fe5735962905 7564
lxterminal_0.4.1-1.debian.tar.xz
f02a81b399b1446de207cf341852ff7eb6fe97d4ff482204385569d5ea4ad542 16381
lxterminal_0.4.1-1_source.buildinfo
Files:
8b0d335e11eb5ddcf0f0469d500ca29f 2099 x11 optional lxterminal_0.4.1-1.dsc
11d983bb30488ad1e2576ac3a1958eb8 164338 x11 optional
lxterminal_0.4.1.orig.tar.gz
18a39f605723771999e2f67dbc801660 7564 x11 optional
lxterminal_0.4.1-1.debian.tar.xz
6ed58943623f9180b1426e8bbc1b1e57 16381 x11 optional
lxterminal_0.4.1-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEE703UlH90QYpfEyJV58vhUqwX+XMFAmfqkPMACgkQ58vhUqwX
+XOmXg//Y0Cd7RHlOya0p8SEw3SvtXP0Znx3HdEXEvaaLxL8o/bww9sK+IYudjZL
8t0Haxy9T2nIN1eVEL2/Hv/s2wUeS+yNC9R341DML5JvIaUGL7m8OSOYOmHsLZFE
NXXuk/heTLeKY/WEZT67QFkDqPOSt+2/YyrwhSdxGZ5wAbjvXSNL5KIo/61mF6i6
H/eWyvJAWHrsiP2bKjK5zlz6imkumkFrvkff6+GSWoOZWz/0bYqKfre7FwNDT9WC
8knWJJR647Mw3ESYbr/UZXyggH60TPkrAt/bCcnaORQ32z6PE7yagMYiB9Obf8eK
PDQWNv08dcBLZRrt2ZV99nnc3jUlC7gDmI4iVG3vhHar/By/K1A54rXVcZgZBIuV
1hxKWQ7YbJ+tQak6KX//P9H4SDQeqDHhV7P94Izgg8d5J1DQ4Nd1FY6oP3vgLk9r
diU17VML9Kxr+6+I1sk4pho4oJPMYQKS62mQFBket83TuUi8hla0vMXxwRxOEmKa
sYy4cJhWJAobT+XqUVOSRw2CdFt1nIP4aiCtIzWWWP9EmO2P0OmnSUDKmuLN1L53
UkaRL6l+Zlnq4N3jXgUZBPK6vHuQD/lAARHL9zD5HZC4DoW26fahpR7PcxIZqzPp
EpvIJ3M50bR9oFFpAa3Yp2nRg3TM9EUY9UHlQfhfkomzojio3fU=
=UlfI
-----END PGP SIGNATURE-----
pgpcECu0Yk0SD.pgp
Description: PGP signature
--- End Message ---