Re: freebsd install

From: "William N(dot) Zanatta" <william(at)veritel(dot)com(dot)br>
To: David Blood <david(at)matraex(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: freebsd install
Date: 2002-04-18 12:42:23
Message-ID: 3CBEBF2F.8040904@veritel.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nigel J. Andrews 2002-04-18 12:46:09 Re: freebsd install
Previous Message Martijn van Oosterhout 2002-04-18 12:37:56 Re: freebsd install