Source: libsignon-glib Version: 1.12-2.1 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20201125 ftbfs-bullseye
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[3]: Entering directory '/<<PKGBUILDDIR>>/libsignon-glib' > glib-genmarshal --body --prefix=_signon_marshal signon-marshal.list > > signon-marshal.c > INFO: Reading signon-marshal.list... > glib-genmarshal --header --prefix=_signon_marshal signon-marshal.list > > signon-marshal.h > INFO: Reading signon-marshal.list... > ( cd . && glib-mkenums \ > --fhead "#ifndef __SIGNON_ENUM_TYPES_H__\n#define > __SIGNON_ENUM_TYPES_H__\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \ > --fprod "/* enumerations from \"@filename@\" */\n" \ > --vhead "GType @enum_name@_get_type (void) G_GNUC_CONST;\n#define > SIGNON_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ > --ftail "G_END_DECLS\n\n#endif /* __SIGNON_ENUM_TYPES_H__ */" \ > signon-auth-session.h signon-identity-info.h signon-errors.h ) >> > xgen-geth \ > && (cmp -s xgen-geth signon-enum-types.h || cp xgen-geth > signon-enum-types.h ) \ > && rm -f xgen-geth \ > && echo timestamp > stamp-signon-enum-types.h > true > ( cd . && glib-mkenums \ > --fhead "#include \"signon-enum-types.h\"\n" \ > --fhead "#include \"signon-identity-info.h\"\n" \ > --fhead "#include \"signon-auth-session.h\"\n" \ > --fhead "#define g_intern_static_string(s) (s)\n" \ > --fprod "\n/* enumerations from \"@filename@\" */" \ > --ftail "\n#define __SIGNON_ENUM_TYPES_C__\n" \ > --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = > 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \ > --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ > --vtail " { 0, NULL, NULL }\n };\n etype = > g_@type@_register_static (g_intern_static_string (\"@EnumName@\"), values);\n > }\n return etype;\n}\n" \ > signon-auth-session.h signon-identity-info.h ) > xgen-getc \ > && cp xgen-getc signon-enum-types.c \ > && rm -f xgen-getc > ( cd . && glib-mkenums \ > --fhead "#include \"signon-enum-types.h\"\n#include > \"signon-errors.h\"\n#include \"signoncommon.h\"\n#define > g_intern_static_string(s) (s)\n" \ > --fprod "\n/* enumerations from \"@filename@\" */" \ > --ftail "\n#define __SIGNON_ENUM_TYPES_C__\n" \ > --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = > 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \ > --vprod " { @VALUENAME@, SED@VALUENAME@, \"@valuenick@\" }," \ > --vtail " { 0, NULL, NULL }\n };\n etype = > g_@type@_register_static (g_intern_static_string (\"@EnumName@\"), values);\n > }\n return etype;\n}\n" \ > signon-errors.h ) | \ > /bin/sed -e 's/SEDSIGNON_ERROR_\([^,]*\)/SIGNOND_\1_ERR_NAME/' \ > > xgen-getc \ > && cp xgen-getc signon-errors-enum.c \ > && rm -f xgen-getc > make[3]: *** No rule to make target > '/usr/share/dbus-1/interfaces/com.google.code.AccountsSSO.SingleSignOn.AuthService.xml', > needed by 'sso-auth-service-gen.c'. Stop. > make[3]: Leaving directory '/<<PKGBUILDDIR>>/libsignon-glib' > make[2]: *** [Makefile:504: all-recursive] Error 1 The full build log is available from: http://qa-logs.debian.net/2020/11/25/libsignon-glib_1.12-2.1_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.