Re: Freebsd410 and postgresql803: src/port compile error

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
Cc: Darcy Buskermolen <darcy(at)wavefire(dot)com>, pgsql-bugs(at)postgresql(dot)org, decibel(at)decibel(dot)org, rmkml <rmkml(at)free(dot)fr>
Subject: Re: Freebsd410 and postgresql803: src/port compile error
Date: 2005-08-16 00:35:45
Message-ID: 200508160035.j7G0Zjo26588@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Jim C. Nasby wrote:
> > it's missing a link to the threading libs -pthread
>
> http://lnk.nu/pgbuildfarm.org/3ks.pl
>
> Note that the build before (without --enable-thread-safety) at least
> made it through configure.

Well, configure never completed:

checking thread safety of required library functions... no onfigure: error:
*** Thread test program failed. Your platform is not thread-safe.
*** Check the file 'config.log'for the exact reason.
***
*** You can use the configure option --enable-thread-safety-force
*** to force threads to be enabled. However, you must then run
*** the program in src/tools/thread and add locking function calls
*** to your applications to guarantee thread safety.

because the configure thread test failed.

--
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-bugs by date

  From Date Subject
Next Message Lee Hyun soon 2005-08-17 05:29:45 pgsql-bugs
Previous Message Jim C. Nasby 2005-08-16 00:00:47 Re: Freebsd410 and postgresql803: src/port compile error