Re: Compilation of pg 7.4.17 fails on HP-UX

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Decibel! <decibel(at)decibel(dot)org>
Cc: Adrian Maier <adrian(dot)maier(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Compilation of pg 7.4.17 fails on HP-UX
Date: 2007-08-10 01:19:55
Message-ID: 7360.1186708795@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Decibel! <decibel(at)decibel(dot)org> writes:
> On Thu, Aug 09, 2007 at 11:46:47AM -0400, Tom Lane wrote:
>> "Adrian Maier" <adrian(dot)maier(at)gmail(dot)com> writes:
>>> I have just tried to compile postgresql 7.4.17 on a HP-UX 11.11 box
>>> (PA-RISC) and the compliation fails in gist.
>>
>> I do not think anyone cares about making 7.4.x run on platforms it did
>> not support before. Use a newer PG release.

> Actually, this is PA-RISC, not the numerous emails we've gotten this
> week about HPUX on ia64 (what is it with the HPUX guys this week?)

Oh, my mistake --- obviously hadn't consumed enough caffeine this
morning.

[ digs around a bit... ] However, I might have been right for the
wrong reasons. I'm thinking Adrian is trying to build for 64-bit
HPPA (a beast the 7.4 supported-platforms matrix doesn't know about),
and is falling foul of this problem:
http://archives.postgresql.org/pgsql-hackers/2004-03/msg01196.php
Teodor fixed that in the 8.0 devel cycle, but couldn't back-patch it
because it meant an on-disk layout change of gist indexes.

What I suspect is that gcc 3.3.3 doesn't have the specific error checks
I complained of in the above message, but simply generates bogus
assembly code for the incorrect C code :-(

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-08-10 01:42:43 Re: Unexpected VACUUM FULL failure
Previous Message Joshua D. Drake 2007-08-10 01:04:29 Re: Wrote a connect-by feature