ports/134743: devel/Monotone and pthreaded dependencies
Lapo Luchini
lapo at lapo.it
Mon Jul 6 21:30:07 UTC 2009
The following reply was made to PR ports/134743; it has been noted by GNATS.
From: Lapo Luchini <lapo at lapo.it>
To: bug-followup at FreeBSD.org, eirnym at 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...
More information about the freebsd-ports-bugs
mailing list