Re: Bug #861: postgresql fails to build on FreeBSD/sparc64

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: r(dot)s(dot)a(dot)vandomburg(at)student(dot)utwente(dot)nl, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #861: postgresql fails to build on FreeBSD/sparc64
Date: 2003-01-01 19:42:00
Message-ID: 7641.1041450120@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> Building postgresql from ports on a sparc64 fails with the following
> error message.

It would appear that typedef slock_t isn't getting defined in your
build. I suspect this is because src/include/port/freebsd.h is wrong
(it should probably look more like openbsd.h or netbsd.h ...)

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2003-01-02 10:58:27 Bug #862: strange select results
Previous Message pgsql-bugs 2003-01-01 16:10:19 Bug #861: postgresql fails to build on FreeBSD/sparc64