On Wed, Oct 02, 2019 at 08:46:50PM -0400, Jeremy Bicha wrote: > There are also several autopkgtest failures triggered by glib2.0 and > gobject-introspection.
I quickly looked over these and it seems they're all except one related to compiling stuff with -Werror. Mostly because of using GTime and/or GTimeVal which is deprecated. The odd one out is libgtk2-perl which fails test 44: [...] ok 38 ok 39 - 'new_from_xpm_data' isa 'Gtk2::Gdk::Pixbuf' ok 40 ok 41 ok 42 GdkPixbuf [ warning ] Inline XPM data is broken: Cannot read XPM colormap ok 43 - Don't crash on broken pixmap data GdkPixbuf [ warning ] Inline XPM data is broken: Invalid XPM header not ok 44 - Don't crash on partial pixmap data # Failed test 'Don't crash on partial pixmap data' # at t/GdkPixbuf.t line 126. ok 45 - 'new_from_data' isa 'Gtk2::Gdk::Pixbuf' ok 46 ok 47 ok 48 [...] The one not related to GTime / GTimeVal is dbus-test-runner: [...] /bin/bash ../libtool --tag=CC --mode=link gcc -pthread -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -Werror -g -O2 -fdebug-prefix-map=/tmp/autopkgtest-lxc.ftgi3a2g/downtmp/build.NS5/src=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -Wl,--as-needed -o test-own-name test_own_name-test-own-name.o -lgio-2.0 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 test-libdbustest-mock.c: In function ‘test_signals’: test-libdbustest-mock.c:392:13: error: g_main_context_pending [-Werror] 392 | while (g_main_pending()) | ^~~~~~~~~~~~~ test-libdbustest-mock.c:393:13: error: g_main_context_iteration [-Werror] 393 | g_main_iteration(TRUE); | ^~~~~~~~~~~~~ test-libdbustest-mock.c:413:13: error: g_main_context_pending [-Werror] 413 | while (g_main_pending()) | ^~~~~~~~~~~~~ test-libdbustest-mock.c:414:13: error: g_main_context_iteration [-Werror] 414 | g_main_iteration(TRUE); | ^~~~~~~~~~~~~ [...] Regards, Andreas Henriksson