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 »

Stygian commented on 2016-03-15 13:51 (UTC)

Compilation fails with libsub_root.a(command_pyroscope.o): In function `cmd_ui_current_view()': command_pyroscope.cc:(.text+0x190): multiple definition of `cmd_ui_current_view()' libsub_root.a(command_ui.o):command_ui.cc:(.text+0x3b0): first defined here collect2: error: ld returned 1 exit status Makefile:548: recipe for target 'rtorrent' failed make[3]: *** [rtorrent] Error 1 Ideas anyone ?

skydrome commented on 2015-12-20 20:50 (UTC)

underestimating the time i thought it would take to get that merged, ive added that patch.

Shardz commented on 2015-12-19 06:42 (UTC) (edited on 2015-12-19 06:46 (UTC) by Shardz)

As a TEMPORARY FIX for people who come to this page with issues like http://sprunge.us/SRCI until my pull request https://github.com/rakshasa/rtorrent/pull/366 is resolved, my git repo https://github.com/RecursiveForest/rtorrent fixes the errors created by https://github.com/rakshasa/rtorrent/pull/351 & https://github.com/rakshasa/rtorrent/commit/9647749b01feafa709845b63f38f956c159711e9; diff --git a/PKGBUILD b/PKGBUILD index 0163de7..33a09c4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ _debug=n _commit=HEAD pkgname=rtorrent-pyro-git -pkgver=20150908 +pkgver=20151219 pkgrel=1 pkgdesc="Ncurses BitTorrent client based on libTorrent - rTorrent-git with Pyroscope patches" url="https://github.com/pyroscope/rtorrent-ps" @@ -31,7 +31,7 @@ backup=('usr/share/doc/rtorrent/rtorrent.rc.sample') _debug='--disable-debug' || options=(!strip) _url="https://raw.githubusercontent.com/pyroscope/rtorrent-ps/master/patches" -source=("git://github.com/rakshasa/rtorrent.git#commit=$_commit" +source=("rtorrent::git://github.com/RecursiveForest/rtorrent.git#commit=$_commit" "rtorrent.rc.sample" "${_url}/ps-ui_pyroscope_all.patch" "${_url}/pyroscope.patch"

Brottweiler commented on 2015-12-10 21:33 (UTC)

Welp, I am rebuilding libtorrent-pyro and this due to the ABI change, and this fails (as described below), so now rtorrent segfaults due to me updating libtorrent I guess, and rtorrent won't merge that PR yet :(

skydrome commented on 2015-11-18 21:20 (UTC)

thanks for reporting that, looks like the fix is waiting to be pulled in already.

TwoLeaves commented on 2015-11-18 13:39 (UTC) (edited on 2015-11-18 13:39 (UTC) by TwoLeaves)

Upon investigation the compile error I included in my last comment is an upstream rtorrent bug. I've reported the issue on the repo (https://github.com/rakshasa/rtorrent/issues/355).

TwoLeaves commented on 2015-11-18 04:52 (UTC)

Getting this error during compilation: g++ -DHAVE_CONFIG_H -I. -I../.. -I. -I./.. -I../.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DNDEBUG -Wall -std=c++11 -pthread -I/usr/include -MT download_factory.o -MD -MP -MF .deps/download_factory.Tpo -c -o download_factory.o download_factory.cc download_factory.cc: In member function ‘void core::DownloadFactory::initialize_rtorrent(core::Download*, torrent::Object*)’: download_factory.cc:422:23: error: ‘const class torrent::DownloadInfo’ has no member named ‘mutable_dl_rate’ download->info()->mutable_dl_rate()->set_total(rtorrent->get_key_value("total_downloaded")); ^ In file included from ./../rpc/command_map.h:45:0, from ./../rpc/parse_commands.h:43, from download_factory.cc:53:

skydrome commented on 2015-10-10 19:21 (UTC)

after upgrading ncurses, just recompile this package to have it relink