From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 6 21:30:07 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 2224D1065672 for ; Mon, 6 Jul 2009 21:30:07 +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 0FEAF8FC20 for ; Mon, 6 Jul 2009 21:30:07 +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 n66LU65a088552 for ; Mon, 6 Jul 2009 21:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n66LU6g3088549; Mon, 6 Jul 2009 21:30:06 GMT (envelope-from gnats) Date: Mon, 6 Jul 2009 21:30:06 GMT Message-Id: <200907062130.n66LU6g3088549@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Lapo Luchini 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: Lapo Luchini List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2009 21:30:07 -0000 The following reply was made to PR ports/134743; it has been noted by GNATS. From: Lapo Luchini To: bug-followup@FreeBSD.org, eirnym@gmail.com Cc: Subject: Re: ports/134743: devel/Monotone and pthreaded dependencies Date: Mon, 06 Jul 2009 23:28:28 +0200 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: libthr.so.3 => /lib/libthr.so.3 (0x800b89000) libc.so.7 => /lib/libc.so.7 (0x800633000) 6.2-STABLE i386 % ldd /usr/local/lib/libsqlite3.so.8 /usr/local/lib/libsqlite3.so.8: libpthread.so.2 => /usr/lib/libthr.so.2 (0x281f9000) ...unfortunately I don't have any 8-CURRENT handy right now...