Thread: compiling 7.3 on RH7.2

compiling 7.3 on RH7.2

From
"Ben-Nes Michael"
Date:
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.
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
--------------------------


Re: compiling 7.3 on RH7.2

From
Oliver Elphick
Date:
On Wed, 2003-01-01 at 11:59, 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.
> Please submit a full bug report.
> See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.

> Any idea ?

You've found a bug in gcc - submit a bug report to Red Hat according to
the instructions given.

--
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight, UK                             http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
                 ========================================
     "The LORD shall preserve thy going out and thy coming
      in from this time forth, and even for evermore."
                                    Psalms 121:8


Re: compiling 7.3 on RH7.2

From
Tom Lane
Date:
Oliver Elphick <olly@lfix.co.uk> writes:
> On Wed, 2003-01-01 at 11:59, Ben-Nes Michael wrote:
>> Im trying to compile PG on RH7.2
>> gmake return me the next error

> You've found a bug in gcc - submit a bug report to Red Hat according to
> the instructions given.

Before that, try updating.  I doubt Red Hat will be interested in bug
reports against a no-longer-supported release.  If you still see the
failure in RHL 8.0, then they'll be interested.

(I'm marginally curious about your system configuration, though, as
plenty of people including me have built PG on RHL 7.2 without any
trouble.  There's got to be something odd about your setup.)

            regards, tom lane

Re: compiling 7.3 on RH7.2

From
"Ben-Nes Michael"
Date:
Hi All

On Linux IL mailing list the conclusion was that the system have bad memory
module.

I tried compiling several time and every time it stopped on different error
:(

Ill run mem test or install badmem
http://badmem.sourceforge.net/

--------------------------
Canaan Surfing Ltd.
Internet Service Providers
Ben-Nes Michael - Manager
Tel: 972-4-6991122
Fax: 972-4-6990098
http://sites.canaan.co.il
--------------------------
----- Original Message -----
From: "Tom Lane" <tgl@sss.pgh.pa.us>
To: "Oliver Elphick" <olly@lfix.co.uk>
Cc: "Ben-Nes Michael" <miki@canaan.co.il>; "postgresql"
<pgsql-general@postgresql.org>
Sent: Wednesday, January 01, 2003 9:34 PM
Subject: Re: [GENERAL] compiling 7.3 on RH7.2


> Oliver Elphick <olly@lfix.co.uk> writes:
> > On Wed, 2003-01-01 at 11:59, Ben-Nes Michael wrote:
> >> Im trying to compile PG on RH7.2
> >> gmake return me the next error
>
> > You've found a bug in gcc - submit a bug report to Red Hat according to
> > the instructions given.
>
> Before that, try updating.  I doubt Red Hat will be interested in bug
> reports against a no-longer-supported release.  If you still see the
> failure in RHL 8.0, then they'll be interested.
>
> (I'm marginally curious about your system configuration, though, as
> plenty of people including me have built PG on RHL 7.2 without any
> trouble.  There's got to be something odd about your setup.)
>
> regards, tom lane
>


Re: compiling 7.3 on RH7.2

From
"scott.marlowe"
Date:
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
>


Re: compiling 7.3 on RH7.2

From
"Ben-Nes Michael"
Date:
yes i get them every time in diffrent places :(

probobly memory module

--------------------------
Canaan Surfing Ltd.
Internet Service Providers
Ben-Nes Michael - Manager
Tel: 972-4-6991122
Fax: 972-4-6990098
http://sites.canaan.co.il
--------------------------
----- Original Message -----
From: "scott.marlowe" <scott.marlowe@ihs.com>
To: "Ben-Nes Michael" <miki@canaan.co.il>
Cc: "postgresql" <pgsql-general@postgresql.org>
Sent: Thursday, January 02, 2003 5:52 PM
Subject: Re: [GENERAL] compiling 7.3 on RH7.2


> 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
> >
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>