Your message dated Fri, 01 Sep 2017 03:06:43 +0000
with message-id <e1dnci7-0001p3...@fasolo.debian.org>
and subject line Bug#870729: fixed in libgnomeui 2.24.5-3.2
has caused the Debian Bug report #870729,
regarding libgnomeui: Fix FTBFS with glib 2.53.4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
870729: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870729
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libgnomeui
Version: 2.24.5-3.1
Severity: serious
Tags: buster sid

libgnomeui FTBFS with glib 2.53.4:

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

...
Making all in libgnomeui
make[3]: Entering directory '/build/1st/libgnomeui-2.24.5/libgnomeui'
(cd . \
&& glib-mkenums \
                --fhead "#ifndef __GNOMETYPEBUILTINS_H__\n" \
                --fhead "#define __GNOMETYPEBUILTINS_H__ 1\n\n" \
                --fhead "#include <glib-object.h>\n\n" \
                --fhead "G_BEGIN_DECLS\n\n" \
                --ftail "G_END_DECLS\n\n" \
                --ftail "#endif /* __GNOMETYPEBUILTINS_H__ */\n" \
                --fprod "\n/* --- @filename@ --- */" \
                --eprod "#define GNOME_TYPE_@ENUMSHORT@ 
@enum_name@_get_type()\n" \
                --eprod "GType @enum_name@_get_type (void);\n" \
        gnome-about.h gnome-app.h gnome-app-helper.h gnome-app-util.h 
gnome-appbar.h gnome-authentication-manager.h gnome-client.h 
gnome-color-picker.h gnome-dateedit.h gnome-dialog.h gnome-dialog-util.h 
gnome-druid.h gnome-druid-page.h gnome-druid-page-edge.h 
gnome-druid-page-standard.h gnome-entry.h gnome-file-entry.h 
gnome-font-picker.h gnome-help.h gnome-href.h gnome-ice.h gnome-icon-entry.h 
gnome-icon-item.h gnome-icon-list.h gnome-icon-lookup.h gnome-icon-sel.h 
gnome-icon-theme.h gnome-messagebox.h gnome-mdi.h gnome-mdi-child.h 
gnome-mdi-generic-child.h gnome-mdi-session.h gnome-password-dialog.h 
gnome-pixmap.h gnome-pixmap-entry.h gnome-popup-menu.h gnome-propertybox.h 
gnome-scores.h gnome-ui-init.h gnome-stock-icons.h gnome-thumbnail.h 
gnome-types.h gnome-uidefs.h gnome-url.h gnome-vfs-util.h gnome-window.h 
gnome-window-icon.h libgnomeui.h ) > xgen-gth \
&& (cmp -s xgen-gth gnometypebuiltins.h || cp xgen-gth gnometypebuiltins.h) \
&& rm -f xgen-gth \
&& echo timestamp > stamp-gnometypebuiltins.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 0xf1 in position 1009: 
invalid continuation byte
Makefile:1189: recipe for target 'stamp-gnometypebuiltins.h' failed
make[3]: *** [stamp-gnometypebuiltins.h] Error 1


Fix is attached.
Description: Fix FTBFS with glib 2.54
 glib-mkenums now expects input files to be UTF-8,
 fix the encoding of libgnomeui/gnome-scores.h
Author: Adrian Bunk <b...@debian.org>

--- libgnomeui-2.24.5.orig/libgnomeui/gnome-scores.h
+++ libgnomeui-2.24.5/libgnomeui/gnome-scores.h
@@ -27,7 +27,7 @@
  * "High Scores" Widget 
  *
  * AUTHOR: 
- * Horacio J. Peña <hor...@compendium.com.ar>
+ * Horacio J. Peña <hor...@compendium.com.ar>
  *
  * This is free software (under the terms of the GNU LGPL)
  *

--- End Message ---
--- Begin Message ---
Source: libgnomeui
Source-Version: 2.24.5-3.2

We believe that the bug you reported is fixed in the latest version of
libgnomeui, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 870...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Borowski <kilob...@angband.pl> (supplier of updated libgnomeui package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 25 Aug 2017 03:25:24 +0200
Source: libgnomeui
Binary: libgnomeui-0 libgnomeui-0-dbg libgnomeui-dev libgnomeui-common 
libgnomeui-doc
Architecture: source
Version: 2.24.5-3.2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<pkg-gnome-maintain...@lists.alioth.debian.org>
Changed-By: Adam Borowski <kilob...@angband.pl>
Description:
 libgnomeui-0 - GNOME user interface library - runtime files
 libgnomeui-0-dbg - GNOME user interface library - debugging symbols
 libgnomeui-common - GNOME user interface library - common files
 libgnomeui-dev - GNOME user interface library - development files
 libgnomeui-doc - GNOME user interface library - documentation files
Closes: 870729
Changes:
 libgnomeui (2.24.5-3.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with glib 2.54 (Adrian Bunk). Closes: #870729.
Checksums-Sha1:
 cd94221210d699fe2fca4f2e94e69edace31b418 2335 libgnomeui_2.24.5-3.2.dsc
 37486989649971b080b7e1fb20bbd14e4af1aa4f 9904 
libgnomeui_2.24.5-3.2.debian.tar.xz
 576f5f84c0472f49a47f714f1f1bb1f070965601 7047 
libgnomeui_2.24.5-3.2_source.buildinfo
Checksums-Sha256:
 517c18a5269c99e9a947c3413c805e3be81707e307900714c10853addbcc9535 2335 
libgnomeui_2.24.5-3.2.dsc
 b4a8293ec6427f2c13dea7a76945df74184760f826f9bbe702e9b591e66b8599 9904 
libgnomeui_2.24.5-3.2.debian.tar.xz
 90550c4c8484781b7046a37ae645015c5e19d24911999ef1d5acaf89a458c36f 7047 
libgnomeui_2.24.5-3.2_source.buildinfo
Files:
 4232ff6293adcd66e1a8678f15f6f089 2335 oldlibs optional 
libgnomeui_2.24.5-3.2.dsc
 9429a7e9ef468e6e5bddab2bc4c3f59d 9904 oldlibs optional 
libgnomeui_2.24.5-3.2.debian.tar.xz
 1eec6e6d65fbfa4e85cba8c00b2dcdfe 7047 oldlibs optional 
libgnomeui_2.24.5-3.2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEE/Zzi2Nd1S3irJ5u9LDtDb+rGgQEFAlmfh+cACgkQLDtDb+rG
gQHJkQf+JFZ1rU6rWy5Op2qz9WIdQsNSJUpNma2X9xaDyZUSToYtK60/BmDZkQFS
kJsigLQ9WAO77cke0VJ/yReW3tu5nuEn68085x37oy2n9aD7pIeTlJzroRc3S90b
GlZHBKa8WMmWCWHFznf2yVfLs/3fFtVIWYHuJrScrQF1RwbLD22iKhilIo5XFaS1
qvRS00oL4rnHUxBWsnULvhuNzHwucRy5o7UD+tOzPEvD1tr478f/xOuGeDX84JBl
O9Z+wxyTpTxYQ/waY5T/bu2/4MjiSJE9wdu8GvDcVeJlxS/J2uquos0lrioKVF1m
HgTT2ifCyf/jdBzUQyLWiWp7vptYGQ==
=8iBW
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to