Your message dated Mon, 12 Aug 2024 15:12:49 +0000
with message-id <66ba267129255_1d612694c58...@godard.mail>
and subject line Bug#1075546 fixed in sylpheed
has caused the Debian Bug report #1075546,
regarding sylpheed: 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.)
--
1075546: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075546
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:sylpheed
Version: 3.8.0~beta1-1
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/sylpheed_3.8.0~beta1-1_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
[...]
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73 | g_string_free_and_steal (str)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
74 | : \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
75 | (g_string_free) ((str), (free_segment)))
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
utils.c:3673:9: note: in expansion of macro ‘g_string_free’
3673 | g_string_free(str, FALSE);
| ^~~~~~~~~~~~~
make[4]: *** [Makefile:677: utils.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
In file included from smtp.h:30,
from prefs_account.h:32,
from folder.h:131,
from virtual.c:37:
session.h:121:9: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
[-Wdeprecated-declarations]
121 | GTimeVal tv_prev;
| ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from defs.h:27,
from virtual.c:24:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
virtual.c: In function ‘sinfo_hash’:
virtual.c:185:13: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
185 | h = (guint)sinfo->folder;
| ^
virtual.c: In function ‘virtual_search_folder’:
virtual.c:334:9: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
[-Wdeprecated-declarations]
334 | GTimeVal tv_prev, tv_cur;
| ^~~~~~~~
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
virtual.c:334:9: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
[-Wdeprecated-declarations]
334 | GTimeVal tv_prev, tv_cur;
| ^~~~~~~~
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
580 | struct _GTimeVal
| ^~~~~~~~~
virtual.c:345:9: warning: ‘g_get_current_time’ is deprecated: Use
'g_get_real_time' instead [-Wdeprecated-declarations]
345 | g_get_current_time(&tv_prev);
| ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/giochannel.h:35,
from /usr/include/glib-2.0/glib.h:56:
/usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
728 | void g_get_current_time (GTimeVal *result);
| ^~~~~~~~~~~~~~~~~~
virtual.c:361:17: warning: ‘g_get_current_time’ is deprecated: Use
'g_get_real_time' instead [-Wdeprecated-declarations]
361 | g_get_current_time(&tv_cur);
| ^~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmain.h:728:8: note: declared here
728 | void g_get_current_time (GTimeVal *result);
| ^~~~~~~~~~~~~~~~~~
virtual.c:381:35: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
381 | matched = (gint)g_hash_table_lookup
| ^
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libsylph'
make[3]: *** [Makefile:534: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libsylph'
make[2]: *** [Makefile:552: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:461: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Hello,
Bug #1075546 in sylpheed reported by you has been fixed in the Git repository.
You can see the commit message below and you can check the diff of the fix at:
https://salsa.debian.org/sylpheed-team/sylpheed/-/commit/22984c6d2bf76b0667256a9e8b660447497e1220
------------------------------------------------------------------------
Add patch to fix FTBFS with GCC 14
Closes: #1075546
------------------------------------------------------------------------
(this message was generated automatically)
--
Greetings
https://bugs.debian.org/1075546
--- End Message ---