Your message dated Mon, 12 Aug 2024 15:35:34 +0000
with message-id <e1sdx54-0049l9...@fasolo.debian.org>
and subject line Bug#1075546: fixed in sylpheed 3.8.0~beta1-2
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 ---
Source: sylpheed
Source-Version: 3.8.0~beta1-2
Done: Ricardo Mones <mo...@debian.org>

We believe that the bug you reported is fixed in the latest version of
sylpheed, 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.
Ricardo Mones <mo...@debian.org> (supplier of updated sylpheed 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, 12 Aug 2024 17:08:26 +0200
Source: sylpheed
Architecture: source
Version: 3.8.0~beta1-2
Distribution: unstable
Urgency: high
Maintainer: Ricardo Mones <mo...@debian.org>
Changed-By: Ricardo Mones <mo...@debian.org>
Closes: 1075546
Changes:
 sylpheed (3.8.0~beta1-2) unstable; urgency=high
 .
   * Add patch to fix FTBFS with GCC 14 (Closes: #1075546)
   * Raised urgency because of RC bug
Checksums-Sha1:
 48e15397f9f55860806e1b48df5655323acae022 2611 sylpheed_3.8.0~beta1-2.dsc
 15cdad373cb0c8e16ca490d93a51275c0010a7b9 31344 
sylpheed_3.8.0~beta1-2.debian.tar.xz
 644ba201455ed557324e0f3036c140d039c68414 15240 
sylpheed_3.8.0~beta1-2_amd64.buildinfo
Checksums-Sha256:
 5ed71305c2bf5819e20ad98f6aa563e1245d082321171d9be98e3b29e334ec95 2611 
sylpheed_3.8.0~beta1-2.dsc
 a1f2d306837f1c64fa16f3203531612aaf46acce3cf871643a1e810cc9eedf0a 31344 
sylpheed_3.8.0~beta1-2.debian.tar.xz
 90755c233e3e5a45a6b32d97069fe28046b3620b51cd4cb4203b2d8bd4049ab4 15240 
sylpheed_3.8.0~beta1-2_amd64.buildinfo
Files:
 95badf2e3b46e110158ca3bf9da74a5e 2611 mail optional sylpheed_3.8.0~beta1-2.dsc
 b9ab4bf21d80057f56f22643b0999011 31344 mail optional 
sylpheed_3.8.0~beta1-2.debian.tar.xz
 8882f92aa6118911c1a73f64e5ddd2a3 15240 mail optional 
sylpheed_3.8.0~beta1-2_amd64.buildinfo

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

iQIzBAEBCAAdFiEEQ7w2SxbfDCBevXWSHw8KiN5bzKYFAma6JkoACgkQHw8KiN5b
zKZwxw/+Np5fNLQkJvjrZEnxyEcKXJw1K3Ing4qkf7Hk8XUWSyOraIPMjLKr/CAw
mziaGMLHtT8eOV2D/WZT9qxjXXQPVHE1VHibNBU0ec6578f+VXxGSMgAog2Bv6FA
SF95u5M0dj8SLqu3dGvGTmw+XXMsaTFmRenR+le8GzsbnVZRZuiaAQITaom3032s
6wGAuJnPBA6aOZvt3EHan1Z3VoRgdtaIQwtBZMEEy5cuvtxFOLdT+YXHtPY/AWic
EqcQA3FqE86gWX5T+HgCzGJtw4LHKasH2U1LlRG+M4XsjFhzVFiqITUYArQjPxkn
e18aNMICHyVVGrnn51Cux10/I9eAbaN0+EYmbnvYR9XR8WYzrJnE2GfVEnp/92QK
dzGZguAWrmiF6+NpvP37YCRtmeuhVhudFD4Nu/5IOaFmtdJ0GZqaMo7MlZwy2Ln/
LPtSurQonFQIKUAUPE3hvyD6ByVXnysZ51X3ok71Me0CASIgu5dhCYsp9/0RzIVm
fiZaHY3gVp2ipfuVxmZ0sgvQFDCseG3EUOixVCMuaFfhj5Dms1HkXTwzMKMreQny
67t091qgXuizBoGkT/twDTQfkTsfbHbvF5WyNZRy/Atf2SHPRWDSbng7ZLXLdbMT
NlIb15GevANbKGSuRtEKBvxW5X5xFliGQK65G3TaBHWDOLD8jgk=
=JL/q
-----END PGP SIGNATURE-----

Attachment: pgpV8nfh4k0DU.pgp
Description: PGP signature


--- End Message ---

Reply via email to