On Mon, 17 Feb 2025 at 17:09:25 +0000, Matthias Klose wrote:
> The full build log can be found at:
> http://qa-logs.debian.net/2025/02/16/amd64exp/dbus-glib_0.112-4_unstable_gccexp.log.gz
> The last lines of the build log are at the end of this report.
Unfortunately the quoted lines do not actually include the build failure,
which is:
dbus-gvalue.c: In function 'demarshal_basic':
dbus-gvalue.c:548:21: error: two or more data types in declaration specifiers
548 | dbus_bool_t bool;
| ^~~~
dbus-gvalue.c:548:9: warning: useless type name in empty declaration
548 | dbus_bool_t bool;
| ^~~~~~~~~~~
dbus-gvalue.c:551:45: error: expected expression before 'bool'
551 | dbus_message_iter_get_basic (iter, &bool);
| ^~~~
dbus-gvalue.c:552:37: error: expected expression before 'bool'
552 | g_value_set_boolean (value, bool);
| ^~~~
presumably because gcc 15 will default to a C standard where bool is a
keyword.
smcv
_______________________________________________
Pkg-utopia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-utopia-maintainers