Re: Thread Safety problem on Solaris 10

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Paul Mackay <mackaypaul(at)gmail(dot)com>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: Thread Safety problem on Solaris 10
Date: 2006-02-01 12:49:18
Message-ID: 200602011249.k11CnIT12212@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


I have no idea. I don't see you compiling in 64-bit mode, so you should
be OK, and the failure is in initdb. Those missing functions should be
in libc. Perhaps they are replaced somehow in threaded mode.

---------------------------------------------------------------------------

Paul Mackay wrote:
> Hi,
>
> I'm tring to compile PG 8.1.2 with the option --enable-thread-safety on
> Solaris 10 (with AMD64 opteron).
>
> The gmake fails, ending with this output :
>
> gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
> -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing initdb.o
> -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq
> -L../../../src/port -L/opt/sfw/lib -Wl,-rpath,/usr/local/pgsql/lib -lpgport
> -lz -lreadline -ltermcap -lrt -lresolv -lgen -lsocket -lnsl -ldl -lm -o
> initdb
> ../../../src/interfaces/libpq/libpq.so: undefined reference to
> `write(at)SUNW_0(dot)9'
> ../../../src/interfaces/libpq/libpq.so: undefined reference to
> `fcntl(at)SUNW_0(dot)9'
> ../../../src/interfaces/libpq/libpq.so: undefined reference to
> `pthread_sigmask(at)SUNW_0(dot)9'
> ../../../src/interfaces/libpq/libpq.so: undefined reference to
> `close(at)SUNW_0(dot)9'
> ../../../src/interfaces/libpq/libpq.so: undefined reference to
> `read(at)SUNW_0(dot)9'
> ../../../src/interfaces/libpq/libpq.so: undefined reference to
> `poll(at)SUNW_1(dot)2'
> ../../../src/interfaces/libpq/libpq.so: undefined reference to
> `sigaction(at)SUNW_0(dot)9'
> collect2: ld returned 1 exit status
> gmake[3]: *** [initdb] Error 1
> gmake[3]: Leaving directory `/export/home0/postgres/pg_install/postgresql-
> 8.1.2/src/bin/initdb'
> gmake[2]: *** [all] Error 2
> gmake[2]: Leaving directory `/export/home0/postgres/pg_install/postgresql-
> 8.1.2/src/bin'
> gmake[1]: *** [all] Error 2
> gmake[1]: Leaving directory `/export/home0/postgres/pg_install/postgresql-
> 8.1.2/src'
> gmake: *** [all] Error 2
>
>
>
> Help would be appreciated.
>
> Thanks,
> Paul

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Bruce Momjian 2006-02-01 15:46:24 Re: Failed install - libgen.so doesn't exist
Previous Message Paul Mackay 2006-02-01 12:11:45 Thread Safety problem on Solaris 10