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 540918 - help does not build
help does not build
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: User Documentation
2.22.x (obsolete)
Other Linux
: Urgent blocker
: ---
Assigned To: Radhika PC
Evolution QA team
: 540943 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-06-30 12:47 UTC by Götz Waschk
Modified: 2008-06-30 21:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix evolution.xml (1.30 KB, patch)
2008-06-30 12:52 UTC, Götz Waschk
committed Details | Review

Description Götz Waschk 2008-06-30 12:47:47 UTC
This is on Mandriva Cooker with evolution 2.22.3:

if [ -f "C/evolution.xml" ]; then d="../"; else d="/home/goetz/svn/evolution/BUILD/evolution-2.22.3/help/"; fi; \
        (cd mk/ && \
          `which xml2po` -e -p \
            "${d}mk/mk.po" \
            "${d}C/evolution.xml" > evolution.xml.tmp && \
            cp evolution.xml.tmp evolution.xml && rm -f evolution.xml.tmp)
C/evolution.xml:153: parser error : AttValue: " or ' expected
  <para>Evolution is a highly evolved<link linkend=\"groupware\">groupware</link
                                                   ^
C/evolution.xml:153: parser error : attributes construct error
  <para>Evolution is a highly evolved<link linkend=\"groupware\">groupware</link
                                                   ^
C/evolution.xml:153: parser error : Couldn't find end of Start Tag link line 153
  <para>Evolution is a highly evolved<link linkend=\"groupware\">groupware</link
                                                   ^
C/evolution.xml:153: parser error : Opening and ending tag mismatch: para line 153 and link
 <para>Evolution is a highly evolved<link linkend=\"groupware\">groupware</link>
                                                                               ^
C/evolution.xml:153: parser error : Opening and ending tag mismatch: chapter line 151 and para
 or on a network and thus handle the daily communication more effectively.</para
                                                                               ^
C/evolution.xml:160: parser error : Opening and ending tag mismatch: book line 14 and itemizedlist
  </itemizedlist>
                 ^
C/evolution.xml:162: parser error : Extra content at the end of the document
  <section id="usage-mainwindow-starting">
  ^
xsltproc -o evolution-C.omf --stringparam db2omf.basename evolution --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd  --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/home/goetz/svn/evolution/BUILD/evolution-2.22.3/help/evolution.omf.in"  --stringparam db2omf.scrollkeeper_cl "`scrollkeeper-config --pkgdatadir`/Templates/C/scrollkeeper_cl.xml" `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/evolution.xml || { rm -f "evolution-C.omf"; exit 1; }
warning: failed to load external entity "db2omf.lang"
cannot parse db2omf.lang
Comment 1 Götz Waschk 2008-06-30 12:52:10 UTC
Created attachment 113689 [details] [review]
fix evolution.xml
Comment 2 André Klapper 2008-06-30 13:15:06 UTC
http://svn.gnome.org/viewvc/evolution/branches/gnome-2-22/help/C/evolution.xml?r1=35164&r2=35696 was awesome unreviewed work, indeed.
Comment 3 Srinivasa Ragavan 2008-06-30 14:44:42 UTC
Commited.
Comment 4 André Klapper 2008-06-30 21:06:31 UTC
*** Bug 540943 has been marked as a duplicate of this bug. ***