This bug was fixed in the package libgdata - 0.18.1-8 --------------- libgdata (0.18.1-8) unstable; urgency=medium
* Team upload * Backport patch to drop GTimeVal usage (LP: #2083528) * Add proposed patch to fix build on 32-bit time_t architectures * Add Build-Depends: ca-certificates for tests (Closes: #1064744) -- Alessandro Astone <alessandro.ast...@canonical.com> Wed, 02 Oct 2024 11:42:59 -0400 ** Changed in: libgdata (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libgdata in Ubuntu. https://bugs.launchpad.net/bugs/2083528 Title: libgdata: FTBFS with gcc-14 on armhf Status in libgdata package in Ubuntu: Fix Released Bug description: libgdata fails to build on armhf with the strict pointer type matching of gcc-14, because it internally mixes 64-bit time_t and 32-bit GTimeVal. ../demos/calendar/calendar-cli.c: In function ‘tv_to_iso8601_date’: ../demos/calendar/calendar-cli.c:47:22: error: passing argument 1 of ‘gmtime’ from incompatible pointer type [-Wincompatible-pointer-types] 47 | tm = gmtime (&tv->tv_sec); | ^~~~~~~~~~~ | | | glong * {aka long int *} [...] /usr/include/time.h:140:18: note: expected ‘const time_t *’ {aka ‘const long long int *’} but argument is of type ‘glong *’ {aka ‘long int *’} https://launchpadlibrarian.net/749244194/buildlog_ubuntu-oracular- armhf.libgdata_0.18.1-7_BUILDING.txt.gz To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libgdata/+bug/2083528/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp