GNOME Bugzilla – Bug 616019
>=gnome-disk-utility-2.28.1 fails intltool tests
Last modified: 2010-09-16 10:41:12 UTC
We get: make[1]: Entering directory `/home/pacho/gnome-disk-utility-2.28.1/help' xmllint --noout --noent --path C:./C --xinclude --postvalid ./C/palimpsest.xml xmllint --noout --noent --path de:./de --xinclude --postvalid ./de/palimpsest.xml xmllint --noout --noent --path el:./el --xinclude --postvalid ./el/palimpsest.xml xmllint --noout --noent --path es:./es --xinclude --postvalid ./es/palimpsest.xml xmllint --noout --noent --path pl:./pl --xinclude --postvalid ./pl/palimpsest.xml xmllint --noout --noent --path pt_BR:./pt_BR --xinclude --postvalid ./pt_BR/palimpsest.xml xmllint --noout --noent --path sv:./sv --xinclude --postvalid ./sv/palimpsest.xml xmllint --noout --noent --path zh_CN:./zh_CN --xinclude --postvalid ./zh_CN/palimpsest.xml xmllint --noout --xinclude --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' palimpsest-C.omf xmllint --noout --xinclude --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' palimpsest-de.omf xmllint --noout --xinclude --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' palimpsest-el.omf xmllint --noout --xinclude --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' palimpsest-es.omf xmllint --noout --xinclude --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' palimpsest-pl.omf xmllint --noout --xinclude --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' palimpsest-pt_BR.omf xmllint --noout --xinclude --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' palimpsest-sv.omf xmllint --noout --xinclude --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' palimpsest-zh_CN.omf make[1]: Leaving directory `/home/pacho/gnome-disk-utility-2.28.1/help' Making check in po make[1]: Entering directory `/home/pacho/gnome-disk-utility-2.28.1/po' INTLTOOL_EXTRACT=/usr/bin/intltool-extract srcdir=. /usr/bin/intltool-update --gettext-package gnome-disk-utility --pot rm -f missing notexist srcdir=. /usr/bin/intltool-update -m Invalid [] range "F-8" in regex; marked by <-- HERE in m/[encoding: UTF-8 <-- HERE ] / at /usr/bin/intltool-update line 321, <FILE> line 1. make[1]: *** [check] Error 2 make[1]: Leaving directory `/home/pacho/gnome-disk-utility-2.28.1/po' make: *** [check-recursive] Error 1 This is from the following downstream bug report but I have just reproduced it with upstream sources and manual compiling them http://bugs.gentoo.org/show_bug.cgi?id=313351 Thanks for your help
Created attachment 159096 [details] [review] gnome-disk-utility-2.28.1-fix-potfiles_skip.patch "Encoding" doesn't have to be set in POTFILES.skip, that was the problem (and it also affects to master)
This bug was resolved in http://git.gnome.org/browse/gnome-disk-utility/commit/?id=3fb339c1543f0b0eea388b4dadb8bcd05653d5ba It should probably be closed as FIXED.
Thanks for noticing it