#17539 closed defect (fixed)
rtorrent 0.8.2 fails to startup, and yields: "rtorrent: PollKQueue::perform() error: Operation not supported"
Reported by: | bogthree41@… | Owned by: | gardnermj@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | rtorrent, kqueue | Cc: | |
Port: | rtorrent |
Description
I just upgraded to rtorrent 0.8.2 and libtorrent 0.12.2. When I start rtorrent by entering "rtorrent" into the terminal, it fails to startup and gives the error message:
"rtorrent: PollKQueue::perform() error: Operation not supported"
I'm using Mac OS 10.4.
After uninstalling rtorrent and libtorrent, and installing rtorrent-devel and libtorrent-devel (rtorrent 0.8.4 and libtorrent 0.12.4), rtorrent works.
Attachments (1)
Change History (7)
comment:1 Changed 16 years ago by bogthree41@…
Cc: | bogthree41@… added |
---|
comment:2 Changed 16 years ago by jmroot (Joshua Root)
Cc: | bogthree41@… removed |
---|---|
Owner: | changed from macports-tickets@… to gardnermj@… |
comment:3 Changed 16 years ago by garribald@…
In the 0.12.2 upgrade of the port the kqueue argument was included, probably taken from the 0.12.3 libtorrent-devel portfile (the current at that time). But including kqueue for OS X makes only sense from libtorrent version 0.12.3 or higher on, because that version has the necessary kqueue-adjustments for OS X. See
http://trac.macports.org/ticket/16555
As long as the libtorrent port stays on 0.12.2 it should be without kqueue, libtorrent-devel (currently 0.12.4) can of course keep it. Maybe as a variant, to be always on the safe side. But i work with kqueue without any problems (and some nice improvements) on OS X 10.4.11 since version 0.12.3 up to current svn (disabled ipv6).
Just my personal view.
Changed 16 years ago by gardnermj@…
Attachment: | libtorrent Portfile added |
---|
comment:4 Changed 16 years ago by gardnermj@…
Yeah, I accidentally brought over the with-kqueue argument from the libtorrent-devel port. Sorry about that; I've uploaded a fixed portfile for libtorrent.
comment:5 Changed 16 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed revision r44245. Thanks!
Cc Me!