GNOME Bugzilla – Bug 660231
3.2.0 fails to build in gl/
Last modified: 2011-09-27 12:24:08 UTC
The 3.2.0 tarball fails to build for me: GEN gl/ Traceback (most recent call last):
+ Trace 228600
doc.merge_translations(translations, opts.lang)
self._check_errors()
raise libxml2.parserError(self._xml_err)
//projectmallard.org/1.0/" xmlns:_="http://itstool.org/extensions/blank/"></gui> ^ Entity: line 1: parser error : Extra content at the end of the document //projectmallard.org/1.0/" xmlns:_="http://itstool.org/extensions/blank/"></gui> ^ make: *** [gl/gl.stamp] Error 1 Of course, itstool shouldn't crash -- I'm not sure where to report itstool bugs. This is itstool 1.1.1, btw.
Here's the issue: #: C/nautilus-behavior.page:34(item/title) #| msgid "Double click to open items" msgid "<gui>Double click to open items</gui>" msgstr "</gui>Dobre clic para abrir elementos<gui>"
Created attachment 197550 [details] [review] Fix syntax bug in gl translation
Odd that I was able to build with distcheck. I did create the tarball on a machine with itstool 1.0.1. As for itstool bugs, it's now on freedesktop.org: https://bugs.freedesktop.org/enter_bug.cgi?product=ITS%20Tool
Attachment 197550 [details] pushed as 400e76b - Fix syntax bug in gl translation