Re: freebsd install - Mailing list pgsql-general

From William N. Zanatta
Subject Re: freebsd install
Date
Msg-id 3CBEBF2F.8040904@veritel.com.br
Whole thread Raw
In response to freebsd install  ("David Blood" <david@matraex.com>)
List pgsql-general
gmake[1]: *** Warning: File `configure' has modification time in the
future (2002-03-18 16:04:09 > 2002-01-05 19:11:22)
cd . && ./config.status --recheck

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

that's why you've got a loop! I had the same annoying problem in one of
my boxes...just:

cd /<your psql source dir>
find . -exec touch {} \;

and try again!

william

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: Egon Sommer
Date:
Subject: Performance of column order
Next
From: Martijn van Oosterhout
Date:
Subject: Re: freebsd install