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 691001 - building docs is broken on master branch
building docs is broken on master branch
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2013-01-02 12:10 UTC by Dieter Verfaillie
Modified: 2013-01-02 12:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix build with --enable-gtk-doc (731 bytes, patch)
2013-01-02 12:12 UTC, Dieter Verfaillie
committed Details | Review

Description Dieter Verfaillie 2013-01-02 12:10:14 UTC
Commit http://git.gnome.org/browse/glib/commit/docs/reference/glib/building.xml?id=3e5068c18631afdc3c6a50a82f6e3499ac9bf3ed

Causes the following to happen:
  DOC   Building HTML
../building.xml:544: parser error : Opening and ending tag mismatch: formalpara line 536 and refsect1
  </refsect1>
             ^
../building.xml:546: parser error : Opening and ending tag mismatch: refsect1 line 193 and refentry
</refentry>
           ^
../building.xml:547: parser error : Premature end of data in tag refentry line 5

^
../glib-docs.xml:27: element include: XInclude error : could not load ../building.xml, and no fallback was found
../xml/main.xml:1742: element structfield: validity error : ID GPollFD.fd already defined
><link linkend="gint"><type>gint</type></link>&#160;<structfield id="GPollFD.fd"
                                                                               ^
make[4]: *** [html-build.stamp] Error 6

Patch will be attached momentarily.
Comment 1 Dieter Verfaillie 2013-01-02 12:12:01 UTC
Created attachment 232511 [details] [review]
Fix build with --enable-gtk-doc
Comment 2 Emmanuele Bassi (:ebassi) 2013-01-02 12:13:06 UTC
Review of attachment 232511 [details] [review]:

looks good.
Comment 3 Dieter Verfaillie 2013-01-02 12:27:37 UTC
Comment on attachment 232511 [details] [review]
Fix build with --enable-gtk-doc

(In reply to comment #2)
> Review of attachment 232511 [details] [review]:
> 
> looks good.

Thanks for the review, pushed as af27baaaef3510e32104af6fa196336f13dbc5a9
Comment 4 Matthias Clasen 2013-01-02 12:35:37 UTC
Thanks for cleaning up after me
Comment 5 Dieter Verfaillie 2013-01-02 12:41:29 UTC
(In reply to comment #4)
> Thanks for cleaning up after me

My pleasure :)