Source: libqmi
Version: 1.20.0-1
Severity: serious
Tags: ftbfs
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libqmi.html
...
In file included from /usr/include/glib-2.0/glib/glist.h:32,
from /usr/include/glib-2.0/glib/ghash.h:33,
from /usr/include/glib-2.0/glib.h:50,
from qmicli-dms.c:28:
qmicli-dms.c: In function 'get_stored_image_result_free':
qmicli-dms.c:2700:52: error: function called through a non-compatible type
[-Werror]
g_clear_pointer (&result->modem_unique_id,
(GDestroyNotify)g_array_unref);
/usr/include/glib-2.0/glib/gmem.h:121:8: note: in definition of macro
'g_clear_pointer'
(destroy) (_ptr);
\
^~~~~~~
qmicli-dms.c:2702:50: error: function called through a non-compatible type
[-Werror]
g_clear_pointer (&result->pri_unique_id,
(GDestroyNotify)g_array_unref);
/usr/include/glib-2.0/glib/gmem.h:121:8: note: in definition of macro
'g_clear_pointer'
(destroy) (_ptr);
\
^~~~~~~
qmicli-dms.c: In function 'set_firmware_preference_context_clear':
qmicli-dms.c:3164:74: error: function called through a non-compatible type
[-Werror]
g_clear_pointer (&firmware_preference_ctx->modem_image_id.unique_id,
(GDestroyNotify) g_array_unref);
/usr/include/glib-2.0/glib/gmem.h:121:8: note: in definition of macro
'g_clear_pointer'
(destroy) (_ptr);
\
^~~~~~~
qmicli-dms.c:3167:72: error: function called through a non-compatible type
[-Werror]
g_clear_pointer (&firmware_preference_ctx->pri_image_id.unique_id,
(GDestroyNotify) g_array_unref);
/usr/include/glib-2.0/glib/gmem.h:121:8: note: in definition of macro
'g_clear_pointer'
(destroy) (_ptr);
\
^~~~~~~
...