Re: freebsd install - Mailing list pgsql-general

From Michael Loftis
Subject Re: freebsd install
Date
Msg-id 3CBED751.9030208@wgops.com
Whole thread Raw
In response to freebsd install  ("David Blood" <david@matraex.com>)
List pgsql-general
You've got clock skew.

Either make clean and try it again, or cd
/usr/ports/database/postgresql7;find . -type f -exec touch \{\} \; at
your shell prompt.

I also suggest looking into running xntpd, ntpdate, or something similar
to keep your clocks synched.

The 'modification time in future' reference is the symptom of clock
skew. Is your ports NFS mounted? or being used by another machine?

David Blood wrote:

> I can't get postgres to install 7.2.1 using ports on Freebsd. It
> appears to loop through the make file. Below is the output. It never
> finishes this loop. Anyone have an idea. Also where is that variable
> in th src that you have to change to have long column names?
>
> David Blood
>



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Performance of column order
Next
From: Bruce Momjian
Date:
Subject: Re: Problem with factorial operator