Re: Issue installing doc tools on OSX

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: David Steele <david(at)pgmasters(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Issue installing doc tools on OSX
Date: 2015-02-16 00:50:21
Message-ID: 54E13ECD.5010804@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2/15/15 6:31 PM, David Steele wrote:
> 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.

That seems a bit incredible, since port should be able to resolve the
dependencies by itself. I suggest that this should be reported as a bug
to MacPorts.

Also note that the other listed packages are also not ordered in
dependency order.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2015-02-16 00:59:13 Re: New CF app deployment
Previous Message Peter Geoghegan 2015-02-16 00:44:51 Re: INSERT ... ON CONFLICT {UPDATE | IGNORE} 2.0