GNOME Bugzilla – Bug 650037
Install itstool on progress
Last modified: 2012-03-05 13:05:31 UTC
Due to the new proposed toolchain for GNOME documentation in 3.2 [1], we need some new tools installed on progress (l10n.gnome.org). At least itstool (http://itstool.org/) is required. I don't know yet if yelp-* packages are required for what we need on l10n.gnome.org. [1] http://mail.gnome.org/archives/gnome-doc-list/2011-May/msg00018.html
I built an RPM against Fedora 14. The spec file and SRPM are on bugzilla.redhat.com: https://bugzilla.redhat.com/show_bug.cgi?id=702989 I'll see if I can figure out how to create a deb package.
*** Bug 645416 has been marked as a duplicate of this bug. ***
*** Bug 650600 has been marked as a duplicate of this bug. ***
hmm, andrea, could you handle this one?
av@progress:~$ sudo dpkg -i itstool_1.1.2-1ubuntu0_all.deb Selecting previously deselected package itstool. (Reading database ... 100868 files and directories currently installed.) Unpacking itstool (from itstool_1.1.2-1ubuntu0_all.deb) ... Setting up itstool (1.1.2-1ubuntu0) ... Processing triggers for man-db ... Done.
Thanks a lot, Andrea!
It seems that gnome-help's POT file is not benn generated properly: Error regenerating POT file for document gnome-help: cd "<scratchdir>/git/gnome-user-docs/gnome-help" && itstool -o [...] Traceback (most recent call last):
+ Trace 229803
ctxt = libxml2.createFileParserCtxt(filename)
if ret is None:raise parserError('xmlCreateFileParserCtxt() failed')
(error taken from http://l10n.gnome.org/module/gnome-user-docs/) I've installed itstool 1.1.2 under Ubuntu Lucid 10.04 up-to-date and I've been able to generate POT file. Should I reopen this bug or open a new one? Thanks
No, that's another bug. The following commit is missing the documents-list.page file: http://git.gnome.org/browse/gnome-user-docs/commit/?id=474d1c7
Many thanks Claude. I'll open a new bug to report it.