Re: Postgres 7.0.2-2 on Red Hat 7.0? - Mailing list pgsql-general

From Alex Pilosov
Subject Re: Postgres 7.0.2-2 on Red Hat 7.0?
Date
Msg-id Pine.BSO.4.10.10010240042560.22422-100000@spider.pilosoft.com
Whole thread Raw
In response to Postgres 7.0.2-2 on Red Hat 7.0?  ("Darrin Ladd" <dladd@newfoundcomm.net>)
List pgsql-general
Try installing ncurses (rpmfind ncurses) and readline (rpmfind readline).

Try doing CC=kgcc make

-alex

On Tue, 24 Oct 2000, Darrin Ladd wrote:

> Howdy!
>
> I was wondering if anyone has installed the postgres 7.0.2-2 on Red Hat 7.0?  I have Red Hat running on a box with an
AMDprocessor (K62). I used to have 6.5.3 installed on the same box, but running Red Hat 6.2 and it worked great!  But
now,I am having serious difficulties with the installation of 7.0.2-2.  I tried installing the binary rpm's (i386) and
Igot this error: 
>     Error: Failed dependencies:
>         libncurses.so.4 is needed by postgresql-7.0.2-2
>         libreadline.so.3 is needed by postgresql-7.0.2-2
>
> I successfully uninstalled 6.5.3, so I am pretty sure that it isn't picking up old versions.  So then I tried
compilingthe source for 7.0.2 and got this error: 
>     gcc -I../../include -I../../backend   -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I..   -c -o
>     comment.o comment.c
>     gcc -I../../include -I../../backend   -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I..   -c -o copy.o
>     copy.c
>     copy.c: In function `CopyFrom':
>     copy.c:1019: Insn does not satisfy its constraints:
>
>     (insn 89 2735 92 (set (mem:HI (plus:SI (reg:SI 6 ebp)
>                 (const_int -52 [0xffffffcc])) 0)
>         (mem/s:HI (mem:SI (plus:SI (reg:SI 6 ebp)
>                     (const_int -144 [0xffffff70])) 0) 8)) 36 {*movhi_1} (nil) (nil))
>     copy.c:1019: Internal compiler error in reload_cse_simplify_operands, at reload1.c:8110
>     Please submit a full bug report.
>     See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
>     make[2]: *** [copy.o] Error 1
>     make[2]: Leaving directory `/usr/src/redhat/SOURCES/postgresql-7.0.2/src/backend/commands'
>     make[1]: *** [commands.dir] Error 2
>     make[1]: Leaving directory `/usr/src/redhat/SOURCES/postgresql-7.0.2/src/backend
>     '
>     make: *** [all] Error 2
>
> Now, I am pretty sure that this isn't good.  So, I was wondering if this was a problem with Red Hat 7.0 or with the
wayI have setup my system. 
>
> If you have any suggestions, I would be greatly appreciative.
>
> Thanks!
> Darrin
>


pgsql-general by date:

Previous
From: "Glen and Rosanne Eustace"
Date:
Subject: Re: Stumped on PlPgSql
Next
From: Douglas
Date:
Subject: Re: pgsql 7.0.2 on RH6.2 regression test failed