Issue installing doc tools on OSX

Поиск
Список
Период
Сортировка
От David Steele
Тема Issue installing doc tools on OSX
Дата
Msg-id 54E12C4E.4020205@pgmasters.net
обсуждение исходный текст
Ответы Re: Issue installing doc tools on OSX  (Peter Eisentraut <peter_e@gmx.net>)
Список 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@pgmasters.net

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: assessing parallel-safety
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Manipulating complex types as non-contiguous structures in-memory