Your message dated Mon, 09 Dec 2024 15:19:49 +0000
with message-id <e1tkfy5-001w2z...@fasolo.debian.org>
and subject line Bug#1075169: fixed in libgda5 5.2.10-5
has caused the Debian Bug report #1075169,
regarding libgda5: 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.)


-- 
1075169: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075169
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libgda5
Version: 5.2.10-4.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/libgda5_5.2.10-4.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

[...]
   75 |     (g_string_free) ((str), (free_segment)))
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gda-data-model.c:3010:17: note: in expansion of macro ‘g_string_free’
 3010 |                 g_string_free (string, FALSE);
      |                 ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gstring.h:74:5: warning: ignoring return value of 
‘g_string_free_and_steal’ declared with attribute ‘warn_unused_result’ 
[-Wunused-result]
   70 |   (__builtin_constant_p (free_segment) ?        \
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |     ((free_segment) ?                           \
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   72 |       (g_string_free) ((str), (free_segment)) : \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |       g_string_free_and_steal (str))            \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   74 |     :                                           \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   75 |     (g_string_free) ((str), (free_segment)))
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gda-data-model.c:3046:25: note: in expansion of macro ‘g_string_free’
 3046 |                         g_string_free (ns, FALSE);
      |                         ^~~~~~~~~~~~~
gda-data-model-import.c: In function ‘gda_data_model_import_set_property’:
gda-data-model-import.c:750:22: warning: unused variable ‘string’ 
[-Wunused-variable]
  750 |         const gchar *string;
      |                      ^~~~~~
In file included from /usr/include/glib-2.0/glib/giochannel.h:36,
                 from /usr/include/glib-2.0/glib.h:56,
                 from /usr/include/glib-2.0/glib/gi18n-lib.h:23,
                 from gda-data-model-dir.c:25:
gda-data-model-dir.c: In function ‘update_file_md5sum’:
/usr/include/glib-2.0/glib/gstring.h:74:5: warning: ignoring return value of 
‘g_string_free_and_steal’ declared with attribute ‘warn_unused_result’ 
[-Wunused-result]
   70 |   (__builtin_constant_p (free_segment) ?        \
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |     ((free_segment) ?                           \
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   72 |       (g_string_free) ((str), (free_segment)) : \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |       g_string_free_and_steal (str))            \
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   74 |     :                                           \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   75 |     (g_string_free) ((str), (free_segment)))
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gda-data-model-dir.c:547:9: note: in expansion of macro ‘g_string_free’
  547 |         g_string_free (md5str, FALSE);
      |         ^~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/glist.h:34,
                 from /usr/include/glib-2.0/glib/ghash.h:36,
                 from /usr/include/glib-2.0/glib.h:52:
gda-data-model.c: In function ‘gda_data_model_import_from_model’:
/usr/include/glib-2.0/glib/gmem.h:270:19: warning: argument 1 range 
[18446744071562067968, 18446744073709551615] exceeds maximum object size 
9223372036854775807 [-Walloc-size-larger-than=]
  270 |             __p = g_##func##_n (__n, __s);                      \
      |                   ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmem.h:332:57: note: in expansion of macro ‘_G_NEW’
  332 | #define g_new0(struct_type, n_structs)                  _G_NEW 
(struct_type, n_structs, malloc0)
      |                                                         ^~~~~~
gda-data-model.c:2180:24: note: in expansion of macro ‘g_new0’
 2180 |         append_types = g_new0 (GType, to_nb_cols);
      |                        ^~~~~~
/usr/include/glib-2.0/glib/gmem.h:102:10: note: in a call to allocation 
function ‘g_malloc0_n’ declared here
  102 | gpointer g_malloc0_n      (gsize         n_blocks,
      |          ^~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/libgda'
make[2]: *** [Makefile:1275: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/libgda'
make[1]: *** [Makefile:742: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:8: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: libgda5
Source-Version: 5.2.10-5
Done: Jeremy Bícha <jbi...@ubuntu.com>

We believe that the bug you reported is fixed in the latest version of
libgda5, 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.
Jeremy Bícha <jbi...@ubuntu.com> (supplier of updated libgda5 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: Mon, 09 Dec 2024 10:05:06 -0500
Source: libgda5
Built-For-Profiles: noudeb
Architecture: source
Version: 5.2.10-5
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<pkg-gnome-maintain...@lists.alioth.debian.org>
Changed-By: Jeremy Bícha <jbi...@ubuntu.com>
Closes: 993592 1075169
Changes:
 libgda5 (5.2.10-5) unstable; urgency=medium
 .
   [ Rebecca N. Palmer ]
   * Allow building with gcc-14. (Closes: #1075169)
   * Enable SSL certificate validation. (Closes: #993592)
 .
   [ Jeremy Bícha ]
   * Bump Standards Version to 4.7.0
Checksums-Sha1:
 ad8ea6f68c9ed1a6e5a1fe22231b39f2b4baf4e4 2945 libgda5_5.2.10-5.dsc
 719fd125ce6f4ae75bcb0c47b5fe34558ae9be59 27312 libgda5_5.2.10-5.debian.tar.xz
 eb5f2a9795b7f0dba79626476379c8a3d3507e09 11670 
libgda5_5.2.10-5_source.buildinfo
Checksums-Sha256:
 f19147c214c91f92c44c8da06691c53dde18c552621e04440a060f0aeb2e2284 2945 
libgda5_5.2.10-5.dsc
 0779dc7d15f0faf6a76207ed5855cf14235325db83754a27a7b46a0fc9fffdde 27312 
libgda5_5.2.10-5.debian.tar.xz
 814dff7d3d8505529ba8ec21ae7117f3c4085e06400eb571a0c18c05062a9fd6 11670 
libgda5_5.2.10-5_source.buildinfo
Files:
 a582b47f67fbf8319f07a36e5add6de8 2945 libs optional libgda5_5.2.10-5.dsc
 cdeca7e0f29e831546088a5c08d823a4 27312 libs optional 
libgda5_5.2.10-5.debian.tar.xz
 20f342f1d01e19515bc183dca32d7b9e 11670 libs optional 
libgda5_5.2.10-5_source.buildinfo

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

iQIzBAEBCgAdFiEETQvhLw5HdtiqzpaW5mx3Wuv+bH0FAmdXB1gACgkQ5mx3Wuv+
bH19iRAAu/Pc4TtYNM+MTQ7LaMXpW4fZHGbM8iHLmqXFKDXBPtnlCOPdLCP7yuv6
rDJIbnzf53NJZwJ6wL8iD9hLwyfMiQ0YwnDLY2wcScZK0nN5zdhgEoLkibNKSF3X
6Zizr/n3SZ98y1HSuaSmkM8sEIsXUH0+uhSBHlvGsxUmclM9XfalS8EIy4mliIgh
UlUz54/IfKEqPIQiL5Xo3VAIbnFvmbSHiokssNBoXbZLUOobXOVxY29SSDWzE373
Um0SWSuhEEeJsImAqHgUDb7vn6D1LmG0d9Oyj4j2NPrML8fTsIeqgeX/gnGC132I
sNUMX4C1Nf7Knel/xiAQWKC9HkM5kS4z+THHp/QUXr1+VVDC+ptTbBmgTHXpb9Td
W4QLVR8CLrAAf0W/qgewNIj109EKwVPEheBhlYeCUYW81uKSOZF5oM/yX4BaAQQ5
iW3bGnJBOc/6L4GGl4IBStztmIXoHXkCZJO4zIZ5tgH3q1VU22AnbOb8oBGi1xJ9
Jhoni5Z5gG1viJ2uqnmdC7yyNoeHB3o+4ctPFE7evTeKZ2j8I203NRtLgHbA2mvS
puklpreaaEBuc/1lmCaTETLFgm1rB+pAaxsMT+9FMMZGiZaKqFs2+6sV+eL740Aa
6I/EABfRbILPJw34pSqleJzKjXbI4AZ7nH9cR0qcU6saNSfIQEk=
=bVdM
-----END PGP SIGNATURE-----

Attachment: pgpAoWWwANZ1f.pgp
Description: PGP signature


--- End Message ---

Reply via email to