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 749210 - mkman: Use full URL to refer to the docbook manpages stylesheet
mkman: Use full URL to refer to the docbook manpages stylesheet
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: 1.23
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2015-05-10 21:18 UTC by Emanuele Aina
Modified: 2015-05-12 08:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mkman: Use full URL to refer to the docbook manpages stylesheet (1.08 KB, patch)
2015-05-10 21:18 UTC, Emanuele Aina
committed Details | Review
mkman: Use full URL to refer to the docbook manpages stylesheet (1.09 KB, patch)
2015-05-12 08:36 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
committed Details | Review

Description Emanuele Aina 2015-05-10 21:18:49 UTC
On Debian I'm getting the error below:

  warning: failed to load external entity "manpages/docbook.xsl"
  cannot parse manpages/docbook.xsl

Using the full URL as suggested on https://developer.gnome.org/gtk-doc-manual/stable/commandline-interfaces.html.en
fixed the problem.

Btw, why does the gtk-doc manual suggest to use xsltproc directly when gtkdoc-mkman
is available? Am I not supposed to use it (see bug #749162)?
Comment 1 Emanuele Aina 2015-05-10 21:18:53 UTC
Created attachment 303192 [details] [review]
mkman: Use full URL to refer to the docbook manpages stylesheet

This fixes the error below when trying to use gtkdoc-mkman:

 warning: failed to load external entity "manpages/docbook.xsl"
 cannot parse manpages/docbook.xsl
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2015-05-12 08:36:12 UTC
The following fix has been pushed:
fcc0439 mkman: Use full URL to refer to the docbook manpages stylesheet
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2015-05-12 08:36:19 UTC
Created attachment 303247 [details] [review]
mkman: Use full URL to refer to the docbook manpages stylesheet

This fixes the error below when trying to use gtkdoc-mkman:

 warning: failed to load external entity "manpages/docbook.xsl"
 cannot parse manpages/docbook.xsl