After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 660231 - 3.2.0 fails to build in gl/
3.2.0 fails to build in gl/
Status: RESOLVED FIXED
Product: gnome-user-docs
Classification: Core
Component: gnome-help
3.2.x
Other Linux
: Normal normal
: ---
Assigned To: Maintainers of Gnome user documentation
Maintainers of Gnome user documentation
Depends on:
Blocks:
 
 
Reported: 2011-09-27 08:53 UTC by Vincent Untz
Modified: 2011-09-27 12:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix syntax bug in gl translation (844 bytes, patch)
2011-09-27 09:02 UTC, Vincent Untz
committed Details | Review

Description Vincent Untz 2011-09-27 08:53:26 UTC
The 3.2.0 tarball fails to build for me:

  GEN    gl/
Traceback (most recent call last):
  • File "/usr/bin/itstool", line 974 in <module>
    doc.merge_translations(translations, opts.lang)
  • File "/usr/bin/itstool", line 657 in merge_translations
    self._check_errors()
  • File "/usr/bin/itstool", line 336 in _check_errors
    raise libxml2.parserError(self._xml_err)
libxml2.parserError: Entity: line 1: parser error : Opening and ending tag mismatch: title line 1 and gui
 //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.
Comment 1 Vincent Untz 2011-09-27 08:57:23 UTC
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>"
Comment 2 Vincent Untz 2011-09-27 09:02:46 UTC
Created attachment 197550 [details] [review]
Fix syntax bug in gl translation
Comment 3 Shaun McCance 2011-09-27 12:22:59 UTC
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
Comment 4 Shaun McCance 2011-09-27 12:24:05 UTC
Attachment 197550 [details] pushed as 400e76b - Fix syntax bug in gl translation