Re: compiling 7.3 on RH7.2

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: Ben-Nes Michael <miki(at)canaan(dot)co(dot)il>
Cc: postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: compiling 7.3 on RH7.2
Date: 2003-01-02 15:52:10
Message-ID: Pine.LNX.4.33.0301020850520.12507-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 1 Jan 2003, Ben-Nes Michael wrote:

> Hi All
>
> Im trying to compile PG on RH7.2
> gmake return me the next error
>
> gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/inc
> lude -c -o nodeTidscan.o nodeTidscan.c
> nodeTidscan.c: In function `TidNext':
> nodeTidscan.c:212: Internal error: Segmentation fault.

Is this repeatable? I.e. do you get a segfault EVERYTIME at the same
place in the same file?

If you don't get the same error in the same place each time suspect your
hardware. If you do get the same error in the same place each time, then
your RH installation is messed up, as PG 7.3.x builds just fine on the
four RH 7.2 boxes I'm running.

> Please submit a full bug report.
> See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
> gmake[3]: *** [nodeTidscan.o] Error 1
> gmake[3]: Leaving directory `/home/miki/postgresql-7.3/src/backend/executor'
> gmake[2]: *** [executor-recursive] Error 2
> gmake[2]: Leaving directory `/home/miki/postgresql-7.3/src/backend'
> gmake[1]: *** [all] Error 2
> gmake[1]: Leaving directory `/home/miki/postgresql-7.3/src'
> gmake: *** [all] Error 2
>
> Any idea ?
>
> --------------------------
> Canaan Surfing Ltd.
> Internet Service Providers
> Ben-Nes Michael - Manager
> Tel: 972-4-6991122
> Fax: 972-4-6990098
> http://sites.canaan.co.il
> --------------------------
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Depuydt 2003-01-02 15:55:02 Datatype SET or enumeration type ?
Previous Message Chris Bowlby 2003-01-02 14:52:15 pg_restore woes..