bittorrent has problems after an update to currnet
Jason
jason at ec.rr.com
Tue Feb 10 20:21:15 PST 2004
Kris Kennaway wrote:
>On Wed, Feb 11, 2004 at 11:57:02AM -0500, Jason wrote:
>
>
>>$ btdownloadgui.py
>>Fatal error 'Spinlock called when not threaded.' at line 83 in file
>>/usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 2)
>>Abort trap (core dumped)
>>$
>>
>>I updated my whole system to current on monday and had problems with
>>bittorrent after I did a portupgrade. There was a missing libwx_gtk.so
>>that I fixed, then it was this error I can not figure out. Anyone have
>>any ideas? My only idea is the code doesn't like the new libs.
>>
>>
>
>Something is linked against two thread libraries - this has been
>discussed extensively here and on ports at .
>
>Kris
>
>
Ok, after checking the archives I found that everything python is
broken, not because of linking to 2 thread libraries but because of a bug.
I tried to confirm this on my machince and found out this for python:
$ ldd /usr/local/bin/python
/usr/local/bin/python:
libpthread.so.1 => /usr/lib/libpthread.so.1 (0x28129000)
libutil.so.4 => /lib/libutil.so.4 (0x2814e000)
libstdc++.so.4 => /usr/lib/libstdc++.so.4 (0x2815a000)
libm.so.2 => /lib/libm.so.2 (0x2821d000)
libc.so.5 => /lib/libc.so.5 (0x28238000)
So unless there is a better fix or I am wrong(please correct me if I am)
I will cvsup and have to rebuild everything, or the world and python.
More information about the freebsd-current
mailing list