Re: make world fails

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Kevin Grittner <kevin(dot)grittner(at)wicourts(dot)gov>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: make world fails
Date: 2011-04-28 04:03:16
Message-ID: 17545.1303963396@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> On ons, 2011-04-27 at 17:54 -0300, Alvaro Herrera wrote:
>> I take it that if I have a manpages/docbook.xsl in that path, it uses
>> that instead of trying to fetch it from sourceforge.

> Exactly.

> If you don't want to depend on net access, you can do something like
> make whatever XSLTPROCFLAGS=--nonet

Is there a way to say "fetch all the documents I need for this build
into my local cache"? Then you could do that when your network was up,
and not have to worry about failures in future. The set of URIs we
reference doesn't change much.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-04-28 04:15:11 Re: unknown conversion %m
Previous Message Tom Lane 2011-04-28 03:52:35 Re: Best way to construct Datum out of a string?