tags 266688 - patch
tags 293412 - patch
thanks

Hi!

We (kfreebsd-gnu port) migrated to linuxthreads a while after sending this bug
report, and this problem disappeared.  The reason is that libldap really
depends on pthread symbols:

  $ objdump --dynamic-syms /usr/lib/libldap.so.2 | grep pthread

which are provided by libc.so when linuxthreads are enabled, but only in
libpthread otherwise.

Currently for kfreebsd-gnu all you have to do is a libtool update (see bug
#242950 for details).

As for GNU/Hurd, I reckon that the patch I sent before was incorrect, as
upstream pointed out.  The actual problem is that libldap/gnutls.c initializes
gcrypt for pthread support, by use of the GCRY_THREAD_OPTION_PTHREAD_IMPL
macro (this was discovered by Marcus Brinkmann).

I have cloned this bug to avoid confusion between both change requests.
#266688 is for kfreebsd-gnu (relibtoolise), and #293412 is for gnu.

-- 
 .''`.   Proudly running Debian GNU/kFreeBSD unstable/unreleased (on UFS2+S)
: :' :
`. `'    http://www.debian.org/ports/kfreebsd-gnu
  `-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to