From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 12 17:10:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 423741065672 for ; Sun, 12 Jul 2009 17:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2FB0C8FC14 for ; Sun, 12 Jul 2009 17:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6CHA4R2066269 for ; Sun, 12 Jul 2009 17:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6CHA49s066268; Sun, 12 Jul 2009 17:10:04 GMT (envelope-from gnats) Date: Sun, 12 Jul 2009 17:10:04 GMT Message-Id: <200907121710.n6CHA49s066268@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Arseny Nasokin Cc: Subject: Re: ports/134743: devel/Monotone and pthreaded dependencies X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Arseny Nasokin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jul 2009 17:10:04 -0000 The following reply was made to PR ports/134743; it has been noted by GNATS. From: Arseny Nasokin To: bug-followup@freebsd.org Cc: Subject: Re: ports/134743: devel/Monotone and pthreaded dependencies Date: Sun, 12 Jul 2009 21:05:18 +0400 As I wrote above, this is common problem, not SqLite or Monotone specific. On Tue, Jul 7, 2009 at 1:28 AM, Lapo Luchini wrote: > Seems to me that libsqlite3 brings in threading libraries by itself, > that's why it works for me... how come your ldd doesn't show any? > > 7.2-STABLE amd64 > % ldd /usr/local/lib/libsqlite3.so.8 > /usr/local/lib/libsqlite3.so.8: > =A0 =A0 =A0 =A0libthr.so.3 =3D> /lib/libthr.so.3 (0x800b89000) > =A0 =A0 =A0 =A0libc.so.7 =3D> /lib/libc.so.7 (0x800633000) > > 6.2-STABLE i386 > % ldd /usr/local/lib/libsqlite3.so.8 > /usr/local/lib/libsqlite3.so.8: > =A0 =A0 =A0 =A0libpthread.so.2 =3D> /usr/lib/libthr.so.2 (0x281f9000) > > ...unfortunately I don't have any 8-CURRENT handy right now... >