Le mar. 6 août 2024 à 20:33, Adrian Bunk <b...@debian.org> a écrit :
> Source: gpaste > Version: 45-3 > Severity: serious > Tags: ftbfs > > > https://buildd.debian.org/status/fetch.php?pkg=gpaste&arch=armhf&ver=45-4&stamp=1722968009&raw=0 > > ... > ../src/libgpaste/gpaste/gpaste-util.c: In function > ‘g_paste_util_get_dbus_au_result’: > ../src/libgpaste/gpaste/gpaste-util.c:370:60: error: passing argument 2 of > ‘g_variant_get_fixed_array’ from incompatible pointer type > [-Wincompatible-pointer-types] > 370 | const guint32 *r = g_variant_get_fixed_array (variant, &_len, > sizeof (guint32)); > | ^~~~~ > | | > | guint64 > * {aka long long unsigned int *} > In file included from /usr/include/glib-2.0/glib/gmessages.h:38, > from /usr/include/glib-2.0/glib.h:64, > from ../src/libgpaste/gpaste/gpaste-gsettings-keys.h:13, > from ../src/libgpaste/gpaste/gpaste-util.c:7: > /usr/include/glib-2.0/glib/gvariant.h:224:96: note: expected ‘gsize *’ > {aka ‘unsigned int *’} but argument is of type ‘guint64 *’ {aka ‘long long > unsigned int *’} > 224 | > gsize *n_elements, > | > ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ > ... > I tried to fixed that one, but then https://debomatic-i386.debian.net/debomatic/unstable/pool/gpaste_45-4/gpaste_45-4.buildlog it seems that either gpaste got it all wrong, or there is a problem with glib.