Package Details: rtorrent-pyro-git 20191206-1

Git Clone URL: https://aur.archlinux.org/rtorrent-pyro-git.git (read-only, click to copy)
Package Base: rtorrent-pyro-git
Description: Ncurses BitTorrent client based on libTorrent - rTorrent-git with Pyroscope patches
Upstream URL: https://github.com/pyroscope/rtorrent-ps
Keywords: pyroscope torrent
Licenses: GPL2
Conflicts: rtorrent, rtorrent-git, rtorrent-ps
Provides: rtorrent
Replaces: libtorrent-pyro-git
Submitter: skydrome
Maintainer: None
Last Packager: skydrome
Votes: 27
Popularity: 0.000000
First Submitted: 2012-06-15 00:02 (UTC)
Last Updated: 2019-12-06 05:09 (UTC)

Dependencies (7)

Required by (23)

Sources (10)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

skydrome commented on 2018-06-01 03:30 (UTC)

had to add a new patch, rebuild it now

mhertz commented on 2018-05-31 20:39 (UTC)

There's checksum-errors on some of the patch-files and i've tried re-installing multiple times with same result. I did it by manually downloading the aur tarball package, extracting it and running 'makepkg -si'. When running with '--skipinteg' to let the package even install, then it still fails with:

command_pyroscope.cc:898:30: error: ‘median’ is not a member of ‘rak’ return (int64_t)rak::median(result.begin(), result.end());

Here's the first mentioned issue of failed checksums:

==> Validating source files with md5sums... rtorrent ... Skipped command_pyroscope.cc ... Skipped rtorrent.rc.sample ... Passed ps-fix-double-slash-319_all.patch ... Passed ps-info-pane-xb-sizes_all.patch ... Passed ps-item-stats-human-sizes_all.patch ... Passed ps-ui_pyroscope_all.patch ... Passed ps-view-filter-by_all.patch ... Passed ps-event-view_all.patch ... Passed ps-fix-throttle-args_all.patch ... Passed pyroscope.patch ... Passed ui_pyroscope.patch ... Passed ui_pyroscope.cc ... FAILED ui_pyroscope.h ... FAILED ==> ERROR: One or more files did not pass the validity check!

cjohnson commented on 2017-08-16 13:25 (UTC)

@frriarch: I had the same validity check error. By deleting my locally held git repo and cloning fresh it went away.

frriarch commented on 2017-04-26 16:48 (UTC)

command_pyroscope.cc: In function 'torrent::Tracker* get_active_tracker(torrent::Download*)': command_pyroscope.cc:183:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int trkidx = 0; trkidx < tl->size(); trkidx++) { ~~~~~~~^~~~~~~~~~~~ command_pyroscope.cc: In function 'torrent::Object d_multicall_filtered(const list_type&)': command_pyroscope.cc:494:15: error: 'class core::View' has no member named 'filter_by'; did you mean 'filter'? (*viewItr)->filter_by(*++arg, dlist); ^~~~~~~~~ make[3]: *** [Makefile:591: command_pyroscope.o] Error 1 make[3]: Leaving directory '/tmp/pkgbuild-1000/rtorrent-pyro-git/src/rtorrent/src' make[2]: *** [Makefile:624: all-recursive] Error 1 make[2]: Leaving directory '/tmp/pkgbuild-1000/rtorrent-pyro-git/src/rtorrent/src' make[1]: *** [Makefile:455: all-recursive] Error 1 make[1]: Leaving directory '/tmp/pkgbuild-1000/rtorrent-pyro-git/src/rtorrent' make: *** [Makefile:387: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

frriarch commented on 2017-04-26 15:59 (UTC)

Validating source files with md5sums... rtorrent ... Skipped rtorrent.rc.sample ... Passed ps-fix-double-slash-319_all.patch ... Passed ps-info-pane-xb-sizes_all.patch ... Passed ps-item-stats-human-sizes_all.patch ... Passed ps-ui_pyroscope_all.patch ... Passed pyroscope.patch ... Passed command_pyroscope.cc ... FAILED ui_pyroscope.patch ... Passed ui_pyroscope.cc ... FAILED ui_pyroscope.h ... Passed ==> ERROR: One or more files did not pass the validity check!

xsmile commented on 2017-02-13 19:22 (UTC)

The current feature-bind branch didn't assign an IPv4 address during my tests. Apparently compiling the master branches of libtorrent with c167c5a9e0bcf0df23ae5efd91396aae0e37eb87 (current HEAD) and rtorrent with commit 10ce6864b81aaf2a7e43e9959940696b47aac2bc should be fine. I run it right now with the new syntax and without issues on armv7h.

Ghosthree3 commented on 2017-02-12 12:11 (UTC)

To anyone having issues with obtaining peers try building from source using the build.sh script instead of this package. I don't know what's wrong with it but something is broken that is severely hurting the ability to connect to others.

Ghosthree3 commented on 2017-02-12 10:27 (UTC)

@Cork your issue should be fixed now if you do an update-to-head for pyrocore and carry the changes from the new .default across.

mechahop commented on 2017-02-11 13:15 (UTC)

@asermax If you could provide your config that would be great!

asermax commented on 2017-02-01 02:30 (UTC)

@Cork that's related to what opiumden said; latest versions of rtorrent deprecated the old syntax so you have to have to adapt pyro's config (and your own) to the new syntax. I can put mine up somewhere if you need, let me know. @opiumden only used it to update my old config, didn't do anything too complex