ctorrent Solaris package
Sunday, Aug 26. 2007 – Category: OpenSolaris
i built a basic ctorrent package (following the CCD build system, it places it in /opt/sfw). if you’re interested you can grab it here
i built rtorrent/libtorrent/libsigc++ packages too but had issues with rtorrent not quite working nicely with ncurses, so i’ll post those whenever i figure that issue out.
4 Responses to “ctorrent Solaris package”
Leave a Reply
Recent posts
- my first fake tilt-shift
(Tuesday, Nov 18. 2008 – No Comments) - Album reviews in mashTape
(Tuesday, Nov 18. 2008 – No Comments) - whacked gets fatty
(Sunday, Nov 16. 2008 – 5 Comments) - Songbird 1.0.0rc2 on OpenSolaris
(Sunday, Nov 16. 2008 – 1 Comment)
Categories
- Cars
- ChinaBlog
- Code
- Computers
- Food
- Football
- Grommit
- Linkage
- Movies&TV
- Music
- Musings
- OpenSolaris
- OpenSource
- Outdoors
- Pets
- Photos
- Quotage
- Songbird
- Sun
- Travel
Grommit
Mozilla
OpenSolaris
Songbird
Archives
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- April 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- September 2003
- August 2003
- July 2003
- June 2003
- May 2003
- April 2003
- March 2003
- February 2003
- January 2003
- December 2002
- November 2002
- October 2002
- September 2002
- August 2002
- July 2002
- June 2002
- May 2002
- April 2002
- March 2002

August 27th, 2007 at 05:47
Regarding rtorrent, what kind of issues? With the ncurses fix in http://libtorrent.rakshasa.no/ticket/757 and other changes to make it compile successfully, I’ve found that rtorrent works quiet nicely on Solaris/x86.
August 27th, 2007 at 09:33
Hi Thomas - I loaded in the patches for mincore()/madvise(), and libtorrent/rtorrent built successfully - but when I tried to run it I was unable to quit. It was able to start processing and downloading torrents successfully, but upon sending it the ctrl-q, the screen went blank and the process started an endless loop of pollsys() calls and CPU usage went up to about 80% (at which point I pkill’d it)
Which version did you build? I was attempting to build libtorrent 0.11.7 and rtorrent 0.7.7
August 27th, 2007 at 14:09
Latest svn rev (~r965, 0.11.8/0.7.8). Hmm, can I assume that you applied the NCURSES_ERR patch also? Without it, you’d get the same symptons, truss showing rtorrent endlessly pollsys():ing.
August 27th, 2007 at 15:37
[...] many thanks to Thomas B for pointing me at the patch I needed, I was able to fix my rtorrent packages. You can grab the [...]