RE- Compile 7.1.3 on SCO OpenServer 5.0.6a

From: Steve Burger <steve(at)customware(dot)aust(dot)com>
To: pgsql-ports(at)postgresql(dot)org
Subject: RE- Compile 7.1.3 on SCO OpenServer 5.0.6a
Date: 2001-10-20 12:26:19
Message-ID: 3BD16D6B.76D7B7BE@customware.aust.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

With regards to earlier post I have been able to get a successful make
by defining NOFILES in ./src/includes/ports/sco.h
eg #define NOFILE 110
Not ideal as this value is defined in the kernel and so there is
probablly a
function to look it up. I'll look in that if I can get it working.

My problem now is gmake check fails and gmake install doesn't

============== creating temporary installation ==============

pg_regress: installation failed
Examine ./log/install.log for the reason.

gmake[2]: *** [check] Error 2
rm regress.o
gmake[2]: Leaving directory
`/u/Download/SQL/postgresql-7.1.3/src/test/regress'
gmake[1]: *** [check] Error 2
gmake[1]: Leaving directory `/u/Download/SQL/postgresql-7.1.3/src/test'
gmake: *** [check] Error 2

gmake --version
GNU Make version 3.78.1, by Richard Stallman and Roland McGrath.
Built for i686-pc-sco3.2v5.0.5

attached install.log

Thanks again for any help.

Steve
===================================================
CUSTOMWARE, 27 Cookes Road, Windsor Gardens SA 5087
Phone +61 8 8369 2287 Fax +61 8 8369 1121
Email steve(at)customware(dot)aust(dot)com
===================================================

Attachment Content-Type Size
install.log application/x-unknown-content-type-txtfile 16.9 KB

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Raoul Callaghan 2001-10-21 05:58:36 Need help adding perl interface to 7.1.3 on MacOSX 10.1
Previous Message Steve Burger 2001-10-20 11:46:31 7.1.3 Compile fails on SCO OpenServer 5.0.6a