Re: compiling postgresql 9.2.4 on fedora 17 64 bit takes very long time

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: c k <shreeseva(dot)learning(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: compiling postgresql 9.2.4 on fedora 17 64 bit takes very long time
Date: 2013-06-07 13:45:33
Message-ID: 21736.1370612733@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

c k <shreeseva(dot)learning(at)gmail(dot)com> writes:
> Yesterday we configured a new server with Fedora 17 64 bit and updated it's
> kernel to 3.8. I have to compile and install postgresql with python. So I
> executed commands

> ./configure --with-python
> make

> but make is running for last 16 hours and still not completed. It is
> showing same messages again and again like checking pthreads.h usability
> etc. I have downloaded latest source from postgresql website.

Wild guess, but: check your system clock, maybe it's set far in the
past. There are places where the build will act strange if the source
file timestamps are newer than the system clock reading.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2013-06-07 14:30:21 Re: Full text search, SQL functions, and the planner
Previous Message Pavel Stehule 2013-06-07 13:21:33 Re: Open bytea files (images, docs, excel, PDF) stored in Postgresql using a Microsoft Access form