Bug#870741: libgda5 FTBFS with glib 2.53.4

Adrian Bunk bunk at debian.org
Fri Aug 4 17:24:41 UTC 2017


Source: libgda5
Version: 5.2.4-3
Severity: serious
Tags: patch buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libgda5.html

...
( cd . && glib-mkenums \
                --fhead "#ifndef __LIBGDA_SQL_PARSER_ENUM_TYPES_H__\n#define __LIBGDA_SQL_PARSER_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
		--vhead "GType @enum_name at _get_type (void);\n#define GDA_TYPE_ at ENUMSHORT@ (@enum_name at _get_type())\n" 	\
		--ftail "G_END_DECLS\n\n#endif /* __LIBGDA_ENUM_TYPES_H__ */" \
	gda-sql-parser.h gda-sql-statement.h gda-statement-struct-decl.h gda-statement-struct.h gda-statement-struct-compound.h gda-statement-struct-delete.h gda-statement-struct-update.h gda-statement-struct-insert.h gda-statement-struct-parts.h gda-statement-struct-pspec.h gda-statement-struct-select.h gda-statement-struct-trans.h gda-statement-struct-unknown.h gda-statement-struct-util.h) > tmp-gda-enum-types.h \
&& (cmp -s tmp-gda-enum-types.h gda-sql-parser-enum-types.h || cp tmp-gda-enum-types.h gda-sql-parser-enum-types.h ) \
&& rm -f tmp-gda-enum-types.h	\
&& echo timestamp > s-enum-types-h
Traceback (most recent call last):
  File "/usr/bin/glib-mkenums", line 675, in <module>
    process_file(fname)
  File "/usr/bin/glib-mkenums", line 407, in process_file
    line = curfile.readline()
  File "/usr/lib/python3.5/codecs.py", line 321, in decode
    (result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf3 in position 167: invalid continuation byte
Traceback (most recent call last):
  File "/usr/bin/glib-mkenums", line 675, in <module>
    process_file(fname)
  File "/usr/bin/glib-mkenums", line 407, in process_file
    line = curfile.readline()
  File "/usr/lib/python3.5/codecs.py", line 321, in decode
    (result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf3 in position 167: invalid continuation byte
Makefile:949: recipe for target 's-enum-types-c' failed
make[3]: *** [s-enum-types-c] Error 1
make[3]: *** Waiting for unfinished jobs....
Makefile:936: recipe for target 's-enum-types-h' failed
make[3]: *** [s-enum-types-h] Error 1


Patches are attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Convert-files-to-Unicode.patch
Type: text/x-diff
Size: 4076 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20170804/17db69e1/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: glib-2.54-ftbfs.patch
Type: text/x-diff
Size: 5034 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20170804/17db69e1/attachment-0001.patch>


More information about the pkg-gnome-maintainers mailing list