Re: BUG #3728: pthread autoconf hangs

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: heasley <heas(at)shrubbery(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3728: pthread autoconf hangs
Date: 2007-11-09 11:17:42
Message-ID: 473441D6.1080000@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

heasley wrote:
> Thu, Nov 08, 2007 at 11:04:01AM +0100, Zdenek Kotala:
>> heasley napsal(a):

>
> The configure is via NetBSD's pkgsrc system.
>
> ./configure --sysconfdir=/usr/pkg/etc/postgresql --datadir=/usr/pkg/share/po
> stgresql --with-docdir=/usr/pkg/share/doc/postgresql --with-template=solaris --w
> ithout-readline --without-zlib --enable-nls --without-java --without-perl --with
> out-python --without-tcl --with-openssl --with-readline --with-zlib --enable-thr
> ead-safety --with-libiconv-prefix=/usr/pkg --with-libintl-prefix=/usr/pkg --pref
> ix=/usr/pkg --host=sparc-sun-solaris2 --mandir=/usr/pkg/man

It is really strange configure. See --with-readline/--without-readline.
Unfrotunately I currently does not have system with S9 similar to yours
configuration :(. I tested Sun Studio compiler with following configure
switch ./configure --without-readline --enable-thread-safety and it
works fine. Can you try Sun studio?

http://developers.sun.com/sunstudio/downloads/thankyou.jsp?submit=%A0FREE+Download%A0%BB%A0

> from config.log:
> CFLAGS=-g -static-libgcc -static-libgcc -D_LARGEFILE64_SOURCE -mcpu=v9 -mtune=ultrasparc -m64 -D__sparc_v9__ -pipe -I/usr/pkg/include -I/usr/include -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing

Can you try build it as 32bit application? If there is not problem with
64bit libraries.

> www.shrubbery.net/~heas/pg_config.log.txt
> www.shrubbery.net/~heas/conftest.c.txt
>
> I built gcc 4.1, after having some difficulty with other versions. It is a
> fairly straight forward build, expect that it has a hack to avoid a libiconv
> bug and is within a wrapper script that forces 64-bit options. I did not have
> this problem with pre-8.1.5 postgres as I recall; 8.1.4 built fine and I do
> not believe there have been any pkgsrc changes that would affect this.

I don't see any difference in ./configure related to pthread. Do you use
same process for building? Do you have same version of all libraries,
GCC or did you update some version? Can you compile 8.1.4 with same
configuration?

It seems to me that it could be something wrong with your GCC compilation.

Zdenek

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Ben Leslie 2007-11-09 11:31:29 BUG #3734: Invalid XML schema output.
Previous Message Daniel Cristian Cruz 2007-11-09 10:24:11 Re: BUG #3731: ash table "PROCLOCK hash" corrupted