Your message dated Wed, 21 Aug 2024 12:53:50 +0000
with message-id <[email protected]>
and subject line Bug#1075500: fixed in seahorse 43.0-4
has caused the Debian Bug report #1075500,
regarding seahorse: 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 [email protected]
immediately.)


-- 
1075500: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075500
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:seahorse
Version: 43.0-3
Severity: important
Tags: sid trixie
User: [email protected]
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/seahorse_43.0-3_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

[...]
      |                            ^~~~
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from common/seahorse-common.h:6,
                 from ssh/seahorse-ssh.h:6,
                 from ssh/libseahorse-ssh.a.p/source.c:25:
ssh/libseahorse-ssh.a.p/source.c: In function ‘seahorse_ssh_source_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
ssh/libseahorse-ssh.a.p/source.c:2485:13: note: in expansion of macro 
‘g_once_init_enter’
 2485 |         if (g_once_init_enter (&seahorse_ssh_source_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
[177/266] cc -Issh/libseahorse-ssh.a.p -Issh -I../ssh -Icommon -I../common -I. 
-I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/gio-unix-2.0 -I/usr/include/gcr-3 -I/usr/include/gck-1 
-I/usr/include/p11-kit-1 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu 
-I/usr/include/webp -I/usr/include/cloudproviders -I/usr/include/atk-1.0 
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
-I/usr/include/libhandy-1 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -DGCR_API_SUBJECT_TO_CHANGE -DGCK_API_SUBJECT_TO_CHANGE 
-DSECRET_WITH_UNSTABLE -include config.h -Wno-unused-parameter -Wno-missing-fi
 eld-initializers -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ 
ssh/libseahorse-ssh.a.p/meson-generated_upload.c.o -MF 
ssh/libseahorse-ssh.a.p/meson-generated_upload.c.o.d -o 
ssh/libseahorse-ssh.a.p/meson-generated_upload.c.o -c 
ssh/libseahorse-ssh.a.p/upload.c
ssh/libseahorse-ssh.a.p/upload.c: In function ‘seahorse_ssh_upload_upload_keys’:
ssh/libseahorse-ssh.a.p/upload.c:304:22: warning: variable ‘_tmp21__length1’ 
set but not used [-Wunused-but-set-variable]
  304 |                 gint _tmp21__length1;
      |                      ^~~~~~~~~~~~~~~
ssh/libseahorse-ssh.a.p/upload.c:240:17: warning: variable ‘_tmp20_’ set but 
not used [-Wunused-but-set-variable]
  240 |         gchar** _tmp20_;
      |                 ^~~~~~~
ssh/libseahorse-ssh.a.p/upload.c:236:14: warning: variable ‘_tmp16__length1’ 
set but not used [-Wunused-but-set-variable]
  236 |         gint _tmp16__length1;
      |              ^~~~~~~~~~~~~~~
ssh/libseahorse-ssh.a.p/upload.c:233:14: warning: variable 
‘_host_port_split_size_’ set but not used [-Wunused-but-set-variable]
  233 |         gint _host_port_split_size_;
      |              ^~~~~~~~~~~~~~~~~~~~~~
ssh/libseahorse-ssh.a.p/upload.c: In function ‘seahorse_ssh_upload_finalize’:
ssh/libseahorse-ssh.a.p/upload.c:587:29: warning: variable ‘self’ set but not 
used [-Wunused-but-set-variable]
  587 |         SeahorseSshUpload * self;
      |                             ^~~~
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from common/seahorse-common.h:6,
                 from ssh/seahorse-ssh.h:6,
                 from ssh/libseahorse-ssh.a.p/upload.c:25:
ssh/libseahorse-ssh.a.p/upload.c: In function ‘seahorse_ssh_upload_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of 
‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, 
__ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:272:7: note: in expansion of macro 
‘g_atomic_pointer_get’
  272 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
ssh/libseahorse-ssh.a.p/upload.c:606:13: note: in expansion of macro 
‘g_once_init_enter’
  606 |         if (g_once_init_enter (&seahorse_ssh_upload_type_id__once)) {
      |             ^~~~~~~~~~~~~~~~~
ssh/libseahorse-ssh.a.p/upload.c: At top level:
ssh/libseahorse-ssh.a.p/upload.c:49:20: warning: 
‘seahorse_ssh_upload_properties’ defined but not used [-Wunused-variable]
   49 | static GParamSpec* 
seahorse_ssh_upload_properties[SEAHORSE_SSH_UPLOAD_NUM_PROPERTIES];
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[178/266] cc -Ipgp/libseahorse-pgp.a.p -Ipgp -I../pgp -I. -I.. -Icommon 
-I../common -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 
-I/usr/include/gcr-3 -I/usr/include/gck-1 -I/usr/include/p11-kit-1 
-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz 
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi 
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/x86_64-linux-gnu -I/usr/include/webp 
-I/usr/include/cloudproviders -I/usr/include/atk-1.0 
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
-I/usr/include/libhandy-1 -I/usr/include/libsoup-3.0 -fdiagnostics-color=always 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -DGCR_API_SUBJECT_TO_CHANGE 
-DGCK_API_SUBJECT_TO_CHANGE -DSECRET_WITH_UNSTABLE -include config.h -Wno-unuse
 d-parameter -Wno-missing-field-initializers -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-pthread -DLDAP_DEPRECATED -MD -MQ 
pgp/libseahorse-pgp.a.p/seahorse-combo-keys.c.o -MF 
pgp/libseahorse-pgp.a.p/seahorse-combo-keys.c.o.d -o 
pgp/libseahorse-pgp.a.p/seahorse-combo-keys.c.o -c ../pgp/seahorse-combo-keys.c
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j8 -v 
returned exit code 1
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: seahorse
Source-Version: 43.0-4
Done: Alessandro Astone <[email protected]>

We believe that the bug you reported is fixed in the latest version of
seahorse, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alessandro Astone <[email protected]> (supplier of updated 
seahorse 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 21 Aug 2024 08:34:04 -0400
Source: seahorse
Built-For-Profiles: noudeb
Architecture: source
Version: 43.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<[email protected]>
Changed-By: Alessandro Astone <[email protected]>
Closes: 1075500
Changes:
 seahorse (43.0-4) unstable; urgency=medium
 .
   * Backport patches for building with gcc-14 (Closes: #1075500)
Checksums-Sha1:
 9f99a8f6fba965b487f94eea0dc42be40831c8d0 2567 seahorse_43.0-4.dsc
 4f2cfe7dfec8ba58274c21936945a34d76a96195 24616 seahorse_43.0-4.debian.tar.xz
 45172ab9582585cf8f022f72eef66594a8b22de1 18415 seahorse_43.0-4_source.buildinfo
Checksums-Sha256:
 087030cc3c942581278996aff6aa3ff3b29451332465cdb8551294740a5d7e22 2567 
seahorse_43.0-4.dsc
 50a83ca2ede94b770b7a98f2831087b34ff1a96f88b92974b4a10a9742c41de5 24616 
seahorse_43.0-4.debian.tar.xz
 f3827c1022cad925c1e58e0bcc617405cbf62863def2b402655052df6bf13faa 18415 
seahorse_43.0-4_source.buildinfo
Files:
 5126606f743b30fd06de56f0e6e4edf5 2567 gnome optional seahorse_43.0-4.dsc
 ea5673eae62c956b66834c44739a3648 24616 gnome optional 
seahorse_43.0-4.debian.tar.xz
 bd9ac5531531f53fb1ad7c497b89ae20 18415 gnome optional 
seahorse_43.0-4_source.buildinfo

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

iQIzBAEBCgAdFiEETQvhLw5HdtiqzpaW5mx3Wuv+bH0FAmbF3u0ACgkQ5mx3Wuv+
bH0loA//dN9bmygjR3zGGDUC2Ew2LiNthNiSPXXzC48rWEzIoW5sO6HVnOY++ipz
SbuToYLItJ+cFX/kGBwWajgHZpykjankoWgGL7pfkj9xEaRoxvUrRHU5OZIf7OjG
lDQqa81ru00jeXabmckpHQ/nFkeE3nayOFm5RXPTl6ohWvyXKtbojqFC/wb5Q93a
YO5i+Kr7Dk21vrdAg3dTJLRI1pm5P9g9BxEDUzT0QPuIthB84SShmSa/nlmzv+MF
ydBexxjYakAz28lB7rSBzTd1QjiPa2/K2oSovdwbfvttToXqKa8Lt4aCF5MAGjiT
xddMVnHFg/QzveBdW1W9n8a+yOf1FuKOZ6QSyNIunRbEhHYC9x8iETvl9vNUGYcS
/ARliz07ZV/KF1LiT8NjOTtlrxHRLa5BIbL8qdSyl8WjHLOsxjQFxoMn2QOkWQ2I
je9/FKbV6voyF+jcy1KUVXEurLh38utmw+WUR9Rd3Mhwk6vv5Or+sfQtk7QlSoV3
jz2/fHTC8zW/4xjeZIuvof2RN46iYrvFh69NhlFqQRDRIMwqM0GN5VYkmESYEV6M
1IdyAeTNCbL0crAkF9J1xNxYvysne7HRfSShgp9hZ9iENvYy1MnFiMRhcV+nyt/B
3G9PHUJJoLM9xj6EuQs640lBzIV5gtaqegJhruAlEzxUyZG+4Gw=
=U7d+
-----END PGP SIGNATURE-----

Attachment: pgpvk5vejmuW4.pgp
Description: PGP signature


--- End Message ---

Reply via email to