Issue installing doc tools on OSX

From: David Steele <david(at)pgmasters(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Issue installing doc tools on OSX
Date: 2015-02-15 23:31:26
Message-ID: 54E12C4E.4020205@pgmasters.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I had a problem installing the doc tools following the directions for
OSX at http://www.postgresql.org/docs/9.4/static/docguide-toolsets.html.
I'm running OSX Yosemite.

I got it to work by changing the command from:

sudo port install docbook-dsssl docbook-sgml-4.2 docbook-xml-4.2
docbook-xsl libxslt openjade opensp

To:

sudo port install docbook-dsssl docbook-sgml-4.2 docbook-xml-4.2
docbook-xsl libxslt opensp openjade

I didn't capture the error message unfortunately, but it was more or
less: unresolved dependency opensp while installing openjade.

Patch is attached.

--
- David Steele
david(at)pgmasters(dot)net

Attachment Content-Type Size
doc-osx.patch text/plain 603 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-02-15 23:41:47 Re: Manipulating complex types as non-contiguous structures in-memory
Previous Message Noah Misch 2015-02-15 23:24:47 Re: assessing parallel-safety