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 791926 - Cannot build gtk4 with documentation enabled
Cannot build gtk4 with documentation enabled
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
3.92.x
Other FreeBSD
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2017-12-24 16:16 UTC by Ting-Wei Lan
Modified: 2017-12-26 16:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
docs: Fix the build of gdk4 documentation (899 bytes, patch)
2017-12-24 16:17 UTC, Ting-Wei Lan
none Details | Review

Description Ting-Wei Lan 2017-12-24 16:16:10 UTC
Building documentation for gdk4

Error in gtkdoc helper script:
'gtkdoc-mkhtml' failed with status 6
warning: failed to load external entity "../xml/selections.xml"
../gdk4-docs.xml:42: element include: XInclude error : could not load ../xml/selections.xml, and no fallback was found


It can be fixed by removing xml/selections.xml from gdk4-docs.xml.
Comment 1 Ting-Wei Lan 2017-12-24 16:17:00 UTC
Created attachment 365939 [details] [review]
docs: Fix the build of gdk4 documentation