BUG #1476: on Xeon 2.8 can't instaling source

Started by Sinisa Zivanovicabout 21 years ago4 messagesbugs
Jump to latest
#1Sinisa Zivanovic
pcbiro@yahoo.com

The following bug has been logged online:

Bug reference: 1476
Logged by: Sinisa Zivanovic
Email address: pcbiro@yahoo.com
PostgreSQL version: 7.3.2
Operating system: SuSE 8.2
Description: on Xeon 2.8 can't instaling source
Details:

on Xeon 2.8
./configure is ok
gmake don know what to do - compaling all day !

---------------------
on AMD K8 3.0 is ok!

#2Bruce Momjian
bruce@momjian.us
In reply to: Sinisa Zivanovic (#1)
Re: BUG #1476: on Xeon 2.8 can't instaling source

Sinisa Zivanovic wrote:

The following bug has been logged online:

Bug reference: 1476
Logged by: Sinisa Zivanovic
Email address: pcbiro@yahoo.com
PostgreSQL version: 7.3.2
Operating system: SuSE 8.2
Description: on Xeon 2.8 can't instaling source
Details:

on Xeon 2.8
./configure is ok
gmake don know what to do - compaling all day !
---------------------
on AMD K8 3.0 is ok!

Buggy compiler? It should compile in 1-3 minutes on that machine.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#2)
Re: BUG #1476: on Xeon 2.8 can't instaling source

Bruce Momjian <pgman@candle.pha.pa.us> writes:

Sinisa Zivanovic wrote:

gmake don know what to do - compaling all day !

Buggy compiler? It should compile in 1-3 minutes on that machine.

System clock set way in the past?

regards, tom lane

#4Hans-Jürgen Schönig
postgres@cybertec.at
In reply to: Bruce Momjian (#2)
Re: BUG #1476: on Xeon 2.8 can't instaling source

Bruce Momjian wrote:

Sinisa Zivanovic wrote:

The following bug has been logged online:

Bug reference: 1476
Logged by: Sinisa Zivanovic
Email address: pcbiro@yahoo.com
PostgreSQL version: 7.3.2
Operating system: SuSE 8.2
Description: on Xeon 2.8 can't instaling source
Details:

on Xeon 2.8
./configure is ok
gmake don know what to do - compaling all day !
---------------------
on AMD K8 3.0 is ok!

Buggy compiler? It should compile in 1-3 minutes on that machine.

If I understand you problem right, the solution is fairly simple.
Check your system date. I remeber seeing configure running for ever on
some operating system when you change the system date to 1970 or so (I
think tar xvfz would issue a warning in this case anyway).

Maybe this helps.

Regards,

Hans