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 540943 - Build error with --gtk-doc
Build error with --gtk-doc
Status: RESOLVED DUPLICATE of bug 540918
Product: evolution
Classification: Applications
Component: User Documentation
2.22.x (obsolete)
Other All
: Normal normal
: ---
Assigned To: Radhika PC
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2008-06-30 14:57 UTC by Nishio Futoshi
Modified: 2008-06-30 21:06 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Nishio Futoshi 2008-06-30 14:57:14 UTC
Please describe the problem:
In evolution-2.22.3

configure --gtk-doc && make
I caught error message

make[3]: Leaving directory `/opt/trunk/pkgs/evolution/BUILD/evolution-2.22.3/hel
p'
C/evolution.xml:160: parser error : Opening and ending tag mismatch: chapter lin
e 151 and itemizedlist
  </itemizedlist>
                 ^
C/evolution.xml:1108: parser error : Opening and ending tag mismatch: book line 
14 and chapter
 </chapter>
           ^
C/evolution.xml:1110: parser error : Extra content at the end of the document
 <chapter id="usage-mail">
 ^


Steps to reproduce:
1. configure --gtk-doc && make


Actual results:


Expected results:


Does this happen every time?


Other information:
I use patch
http://developer.momonga-linux.org/viewvc/trunk/pkgs/evolution/evolution-2.22.3-doc.patch?revision=25870

--- evolution-2.22.3/help/C/evolution.xml.doc	2008-06-30 18:59:15.000000000 +0900
+++ evolution-2.22.3/help/C/evolution.xml	2008-06-30 23:20:13.000000000 +0900
@@ -150,7 +150,8 @@
 
  <chapter id="usage-mainwindow">
   <title>Getting Started</title>
-  <para>Evolution is a highly evolved<link linkend=\"groupware\">groupware</link> application that makes it easy to store, organize, and retrieve your personal information. Evolution seamlessly combines e-mail, a calendar, an address book, and a task list in one easy-to-use application. You can read and manage your mail and events locally or on a network and thus handle the daily communication more effectively.</para>
+  <para>Evolution is a highly evolved<link linkend="groupware">groupware</link> application that makes it easy to store, organize, and retrieve your personal information. Evolution seamlessly combines e-mail, a calendar, an address book, and a task list in one easy-to-use application. You can read and manage your mail and events locally or on a network and thus handle the daily communication more effectively.</para>
+  <itemizedlist>
    <listitem>
     <para><link linkend="usage-mainwindow-starting">Starting Evolution for the First Time</link></para>
    </listitem>
Comment 1 André Klapper 2008-06-30 21:06:31 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.


*** This bug has been marked as a duplicate of 540918 ***