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 748435 - docbook-xsl: broken on darwin
docbook-xsl: broken on darwin
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other Mac OS
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-24 23:35 UTC by Ilya Konstantinov
Modified: 2018-11-03 10:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ilya Konstantinov 2015-04-24 23:35:50 UTC
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.
Comment 1 GStreamer system administrator 2018-11-03 10:19:11 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/cerbero/issues/16.