[Bug 748435] New: docbook-xsl: broken on darwin
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Apr 24 16:35:50 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=748435
Bug ID: 748435
Summary: docbook-xsl: broken on darwin
Classification: Platform
Product: GStreamer
Version: git master
OS: Mac OS
Status: NEW
Severity: normal
Priority: Normal
Component: cerbero
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: ilya.konstantinov at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Here's my proposed workaround:
1) Modifying dist/darwin_x86_64/etc/catalog.xml:
<rewriteURI
uriStartString="http://docbook.sourceforge.net/release/xsl/current/"
rewritePrefix="../../../sources/darwin_x86_64/docbook-xsl-1.76.1/"/>
<rewriteSystem
systemIdStartString="http://docbook.sourceforge.net/release/xsl/current/"
rewritePrefix="../../../sources/darwin_x86_64/docbook-xsl-1.76.1/"/>
<rewriteURI
uriStartString="http://docbook.sourceforge.net/release/xsl/1.76.1/"
rewritePrefix="../../../sources/darwin_x86_64/docbook-xsl-1.76.1/"/>
<rewriteSystem
systemIdStartString="http://docbook.sourceforge.net/release/xsl/1.76.1/"
rewritePrefix="../../../sources/darwin_x86_64/docbook-xsl-1.76.1/"/>
2) export XML_CATALOG_FILES=$CERBERO_PREFIX/etc/catalog.xml
I suppose step (1) should be done by docbook-xsl and step (2) should be done by
the config.
tbh, I'm not sure how those recipes work on Linux either. To me it seems it
works by merit of the developers using their Linux distro's docbook-xsl.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list