From: | Michael Fuhr <mike(at)fuhr(dot)org> |
---|---|
To: | Tamas Vincze <vincze(at)neb(dot)com> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: 8.0.0 make check fails on Solaris 9 (sparc) |
Date: | 2005-01-27 19:59:06 |
Message-ID: | 20050127195906.GA46605@winnie.fuhr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Thu, Jan 27, 2005 at 02:08:36PM -0500, Tamas Vincze wrote:
> The configure command was:
> $ ./configure --prefix=/usr/local/pgsql-8.0.0 --enable-thread-safety
> --with-includes=/export/home/vincze/include
> --with-libs=/export/home/vincze/lib
>
> The readline library is installed under my home, that's why the
> --with-includes/libs are there.
Is anything else under there? Aside from enabling various server-side
languages and SSL, the only thing I see different between my configure
and yours is that you use --enable-thread-safety and I don't, and
I use --enable-debug and you don't. When I get a chance I'll do a
build with --enable-thread-safety and without --enable-debug and
see if it matters.
> I have gcc 2.96 and haven't specified any custom options to it or
> to the linker.
Have you tried gcc 3.x? I don't know if it matters, but that's
another difference between our builds.
> >I've built PostgreSQL 8.0.0 (from CVS) on Solaris 9/sparc many times
> >with gcc 3.4.2 and all "make check" tests pass.
>
> I've compiled from the final tarball - maybe something's changed
> since you got the sources from CVS?
I've been following the 8.0 development for months, doing CVS updates
and rebuilding almost daily, include once earlier this morning. I
don't remember seeing any "make check" failures recently.
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/
From | Date | Subject | |
---|---|---|---|
Next Message | Frank D. Engel, Jr. | 2005-01-27 20:00:06 | Re: [BUGS] My postmaster just crashed ! |
Previous Message | Michael Fuhr | 2005-01-27 19:38:49 | Re: [GENERAL] My postmaster just crashed ! |