Re: make world fails

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Kevin Grittner <kevin(dot)grittner(at)wicourts(dot)gov>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: make world fails
Date: 2011-04-27 20:28:32
Message-ID: 1303935908-sup-6209@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)commandprompt(dot)com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2011-04-27 20:29:19 Re: make world fails
Previous Message Heikki Linnakangas 2011-04-27 20:24:42 Re: SIREAD lock versus ACCESS EXCLUSIVE lock