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 <alvhe...@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to