Source: libldm
Version: 0.2.4-1
Severity: serious
Tags: ftbfs
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libldm.html
...
ldm.c: In function 'ldm_class_init':
ldm.c:303:5: error: 'g_type_class_add_private' is deprecated
[-Werror=deprecated-declarations]
g_type_class_add_private(klass, sizeof(LDMPrivate));
^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
from /usr/include/glib-2.0/gobject/gbinding.h:29,
from /usr/include/glib-2.0/glib-object.h:23,
from ldm.h:21,
from ldm.c:40:
/usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here
void g_type_class_add_private (gpointer g_class,
^~~~~~~~~~~~~~~~~~~~~~~~
...