On 2020-05-04, Marius Bakke wrote: > @everyone, please speak up if you find any of your packages failing on > the core-updates branch! The substitute coverage is currently ~90%, > which is better than on 'master'. I'm noticing libdbusmenu is failing on aarch64 (which is a dependency of waybar): defaults.c: In function ‘dbusmenu_defaults_class_init’: defaults.c:67:2: warning: ‘g_type_class_add_private’ is deprecated [-Wdeprecated-declarations] g_type_class_add_private (klass, sizeof (DbusmenuDefaultsPrivate)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /gnu/store/kjm2j6r9jagbr5fcv1l4j7cqp4awk97y-glib-2.62.6/include/glib-2.0/gobje ct/gobject.h:24:0, from /gnu/store/kjm2j6r9jagbr5fcv1l4j7cqp4awk97y-glib-2.62.6/include/glib-2.0/gobje ct/gbinding.h:29, from /gnu/store/kjm2j6r9jagbr5fcv1l4j7cqp4awk97y-glib-2.62.6/include/glib-2.0/glib- object.h:23, from defaults.h:33, from defaults.c:35: /gnu/store/kjm2j6r9jagbr5fcv1l4j7cqp4awk97y-glib-2.62.6/include/glib-2.0/gobject/gtype.h:1308:10: no te: declared here void g_type_class_add_private (gpointer g_class, ^~~~~~~~~~~~~~~~~~~~~~~~ defaults.c: In function ‘dbusmenu_defaults_init’: defaults.c:77:13: error: G_ADD_PRIVATE [-Werror] Looks like the deprecation warning is being treated as an error... I don't recall this being an issue on x86_64, for some reason; maybe I didn't have waybar installed. The source for libdbusmenu quite old (~2016). Debian has switched to bzr snapshots of newer versions (~2018), but I don't think there's been a new upstream release in quite some time. live well, vagrant