Source: appstream-glib
Version: 0.7.4-1
Severity: serious
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/appstream-glib.html
...
FAILED: libappstream-glib/appstream-glib@sha/as-store-cab.c.o
cc -Ilibappstream-glib/appstream-glib@sha -Ilibappstream-glib
-I../libappstream-glib -Ilibappstream-glib/.. -I../libappstream-glib/..
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/
-I/usr/include/libgcab-1.0 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2
-I/usr/include/uuid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64
-std=c99 -D_XOPEN_SOURCE=500 -DAS_COMPILATION -g -O2 -fstack-protector-strong
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread
'-DG_LOG_DOMAIN="As"' -MMD -MQ
'libappstream-glib/appstream-glib@sha/as-store-cab.c.o' -MF
'libappstream-glib/appstream-glib@sha/as-store-cab.c.o.d' -o
'libappstream-glib/appstream-glib@sha/as-store-cab.c.o' -c
../libappstream-glib/as-store-cab.c
In file included from
/usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h:9:0,
from /usr/include/glib-2.0/glib/gtypes.h:32,
from /usr/include/glib-2.0/glib/galloca.h:32,
from /usr/include/glib-2.0/glib.h:30,
from /usr/include/glib-2.0/gobject/gbinding.h:28,
from /usr/include/glib-2.0/glib-object.h:23,
from /usr/include/glib-2.0/gio/gioenums.h:28,
from /usr/include/glib-2.0/gio/giotypes.h:28,
from /usr/include/glib-2.0/gio/gio.h:26,
from /usr/include/libgcab-1.0/libgcab/gcab-cabinet.h:24,
from /usr/include/libgcab-1.0/libgcab.h:23,
from ../libappstream-glib/as-store-cab.c:24:
/usr/include/glib-2.0/glib/gmacros.h:430:43: error: redefinition of
‘glib_autoptr_cleanup_GCabCabinet’
#define _GLIB_AUTOPTR_FUNC_NAME(TypeName) glib_autoptr_cleanup_##TypeName
^
/usr/include/glib-2.0/glib/gmacros.h:444:22: note: in expansion of macro
‘_GLIB_AUTOPTR_FUNC_NAME’
static inline void _GLIB_AUTOPTR_FUNC_NAME(TypeName) (TypeName **_ptr) { if
(*_ptr) (func) (*_ptr); } \
^~~~~~~~~~~~~~~~~~~~~~~
../libappstream-glib/as-store-cab.c:32:1: note: in expansion of macro
‘G_DEFINE_AUTOPTR_CLEANUP_FUNC’
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GCabCabinet, g_object_unref)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:430:43: note: previous definition of
‘glib_autoptr_cleanup_GCabCabinet’ was here
#define _GLIB_AUTOPTR_FUNC_NAME(TypeName) glib_autoptr_cleanup_##TypeName
^
/usr/include/glib-2.0/glib/gmacros.h:436:22: note: in expansion of macro
‘_GLIB_AUTOPTR_FUNC_NAME’
static inline void _GLIB_AUTOPTR_FUNC_NAME(ModuleObjName) (ModuleObjName
**_ptr) { \
^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:1401:3: note: in expansion of macro
‘_GLIB_DEFINE_AUTOPTR_CHAINUP’
_GLIB_DEFINE_AUTOPTR_CHAINUP (ModuleObjName, ParentName)
\
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/libgcab-1.0/libgcab/gcab-cabinet.h:38:1: note: in expansion of
macro ‘G_DECLARE_FINAL_TYPE’
G_DECLARE_FINAL_TYPE(GCabCabinet, gcab_cabinet, GCAB, CABINET, GObject)
^~~~~~~~~~~~~~~~~~~~