What happened to accessibility-guide?



Hi

Seems that something went wrong, on a fresh svn checkout I'm getting the following error:

if ! test -d hu/; then mkdir hu/; fi
if [ -f "C/gnome-access-guide.xml" ]; then d="../"; else d="/home/gabor/tmp/gnome-user-docs/gnome2-accessibility-guide/"; fi; \
       (cd hu/ && \
         `which xml2po` -e -p \
           "${d}hu/hu.po" \
           "${d}C/gnome-access-guide.xml" > gnome-access-guide.xml.tmp && \
cp gnome-access-guide.xml.tmp gnome-access-guide.xml && rm -f gnome-access-guide.xml.tmp)
C/general.xml:2061: parser error : StartTag: invalid element name
<-- standard control name ... -->
^
C/general.xml:4314: parser error : chunk is not well balanced

^
C/gnome-access-guide.xml:240: parser error : Entity 'general' failed to parse
&general;
        ^
xsltproc -o gnome-access-guide-C.omf --stringparam db2omf.basename gnome-access-guide --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/local/share/omf" --stringparam db2omf.help_dir "/usr/local/share/gnome/help" --stringparam db2omf.omf_in "/home/gabor/tmp/gnome-user-docs/gnome2-accessibility-guide/gnome-access-guide.omf.in" --stringparam db2omf.scrollkeeper_cl "`scrollkeeper-config --pkgdatadir`/Templates/C/scrollkeeper_cl.xml" `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/gnome-access-guide.xml || { rm -f "gnome-access-guide-C.omf"; exit 1; }
warning: failed to load external entity "db2omf.lang"
cannot parse db2omf.lang
make: *** [gnome-access-guide-C.omf] Error 1

Also, damned-lies fails to update too: http://l10n.gnome.org/module/gnome-user-docs

Regards
Gabor Kelemen


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]