RE- Compile 7.1.3 on SCO OpenServer 5.0.6a - Mailing list pgsql-ports

From Steve Burger
Subject RE- Compile 7.1.3 on SCO OpenServer 5.0.6a
Date
Msg-id 3BD16D6B.76D7B7BE@customware.aust.com
Whole thread Raw
Responses Re: RE- Compile 7.1.3 on SCO OpenServer 5.0.6a  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: RE- Compile 7.1.3 on SCO OpenServer 5.0.6a  (Peter Eisentraut <peter_e@gmx.net>)
List 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@customware.aust.com
===================================================


Attachment

pgsql-ports by date:

Previous
From: "Christopher C. Weis"
Date:
Subject: Re: Need help adding perl interface to 7.1.3 on MacOSX 10.1
Next
From: Kevin Cole
Date:
Subject: Which mx RPM do you have for postgresql-python?