On Solaris 2.6... - Mailing list pgsql-ports

From Michael J. Maravillo
Subject On Solaris 2.6...
Date
Msg-id 3760556C.E980A298@sbgi.com.ph
Whole thread Raw
Responses Re: [PORTS] On Solaris 2.6...
List pgsql-ports
Hello,

I just want to share my experience compiling PostgreSQL...

PostgreSQL version:  6.5 (from CVS ~5 hours ago)
Operating system:    Solaris 2.6
Machine:             SPARC Ultra1 143MHz 64MB
gcc:                 2.8.1
flex:                2.5.4
bison:               1.25

* I've been getting compiler errors with lex and yacc so I replaced
  them with flex and bison, respectively.  GNU tools were downloaded
  from http://sunfreeware.com/.

Regression test results
=======================
strings ..  failed                <- ok: error msg diff
int2 ..  failed                   <- ok: error msg diff
int4 ..  failed                   <- ok: error msg diff
geometry ..  failed               <- ok: floating point diff
abstime ..  failed                <- ??: timezone shows PDT instead of
PST
tinterval ..  failed              <- ??: timezone shows PDT instead of
PST
horology ..  failed               <- ??: timezone shows PDT instead of
PST
constraints ..  failed            <- ok: error msg diff
errors ..  failed                 <- ok: error msg diff

Output of "time make runtest" on regression directory (fsync off)
=================================================================
real    4m37.89s
user    0m3.76s
sys     0m3.98s


Cheers,
Mike

pgsql-ports by date:

Previous
From: "Henry B. Hotz"
Date:
Subject: Re: Further questions about PostgreSQL
Next
From: Jelle Ruttenberg
Date:
Subject: Installing PostgreSQL6.4.2.: createdb and ipc/semctl-bug(?)