libgdata: FTBFS with gcc-14 on armhf
Bug #2083528 reported by
Alessandro Astone
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| libgdata (Ubuntu) |
Fix Released
|
Undecided
|
Alessandro Astone | ||
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/
../demos/
47 | tm = gmtime (&tv->tv_sec);
| ^~~~~~~~~~~
| |
| glong * {aka long int *}
[...]
/usr/include/
| Changed in libgdata (Ubuntu): | |
| assignee: | nobody → Alessandro Astone (aleasto) |
| status: | New → In Progress |
| tags: | added: ftbfs oracular |
To post a comment you must log in.

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 <email address hidden> Wed, 02 Oct 2024 11:42:59 -0400