Re: make world fails

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: make world fails
Дата
Msg-id 1303935908-sup-6209@alvh.no-ip.org
обсуждение исходный текст
Ответ на make world fails  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: make world fails  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Excerpts from Kevin Grittner's message of mié abr 27 16:39:01 -0300 2011:
> I just did my usual:
>  
> make maintainer-clean \
>  && ./configure --prefix=/usr/local/pgsql-serializable \
>                 --enable-debug \
>                 --enable-cassert \
>                 --enable-depend \
>                 --with-libxml \
>                 --with-python \
>  && make world
>  
> Which ended badly with the attached.
>  

> xsltproc --stringparam pg.version '9.1devel'  stylesheet-man.xsl postgres.xml
> error : No such file or directory
> warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
> compilation error: file stylesheet-man.xsl line 7 element import
> xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl

I think somebody mentioned long ago that the new manpage-generating
toolchain can sometimes attempt to download XSL documents from that
website, if not present in the machine.  When you have a working
connection and the site is up it works fine, but bombs out as soon as
there's a network glitch etc.

I think you need to install some Docbook XSL package or other.

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: SIREAD lock versus ACCESS EXCLUSIVE lock
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: make world fails