Re: Issue installing doc tools on OSX

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

On 2/15/15 7:50 PM, Peter Eisentraut wrote:
> 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.

Sure, that has been my experience, but the error message was very clear.
Unfortunately I did not capture the error before I changed the order
and the log file was removed on the next run.

Since I have no easy way to reproduce it I'm not sure it's worth
submitting as a bug. However, I thought a reorder of the packages in
our docs couldn't hurt, and might help.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2015-02-16 02:29:36 Re: INSERT ... ON CONFLICT {UPDATE | IGNORE} 2.0
Previous Message Tom Lane 2015-02-16 01:39:18 Rationalizing the API for array_ref, array_set, and friends