Package Details: rtorrent-pyro 0.9.4-1

Package Base: rtorrent-pyro
Description: rTorrent with Pyroscope patches
Upstream URL: https://code.google.com/p/pyroscope
Category: network
Licenses: GPLv2
Conflicts: rtorrent
Replaces: rtorrent
Submitter: None
Maintainer: None
Last Packager: RZG
Votes: 12
First Submitted: 2011-12-11 15:34
Last Updated: 2014-08-09 07:14

Latest Comments

Comment by jemc

2015-04-25 00:44

Please add arch 'arm' to supported architectures - it works.

Comment by TwoD

2014-10-24 17:35

This would not build for me without installing the cppunit package from the Extras repo. Came up with an undefinde AM_PATH_CPPUNIT macro.

Comment by djmattyg007

2014-08-21 12:08

It's nice that this package has finally been updated. The Upstream URL should be updated to reflect the fact that the project has been moved to github.

Comment by lluixhi

2014-07-30 15:29

I did the liberty of updating the PKGBUILD to 0.9.4.

http://pastebin.com/mhvJGKvE

Comment by djmattyg007

2014-05-25 00:36

The patch files have been removed from the Google Code website, and moved to Github. Additionally, two of the patches have been updated in the last few days, meaning the md5 hashes in the PKGBUILD file are out of date.

For ease of reference, the patches are now here:
https://github.com/pyroscope/rtorrent-ps/tree/master/patches

Comment by harleypig

2014-05-21 18:34

Updating is failing because libtorrent=0.13.3. Changing that to libtorrent>=0.13.3 seems to compile ok.

Comment by RZG

2013-11-13 23:19

I just added a new md5 and should compile now. I will check it more carefull in a few days.

Anonymous comment

2012-12-03 01:58

Build fails for me with "File ui_pyroscope.cc is not a regular file -- refusing to patch" unless I add --follow-symlinks to patch.

Anonymous comment

2012-08-23 14:15

@Carlinhos, everything works perfectly here.

Anonymous comment

2012-06-16 16:31

Is this working for anyone? It instantly crashes whenever I add a new torrent.

Anonymous comment

2012-02-11 19:48

@btron, it doesn't work here

http://pastie.org/3362696

Comment by btron

2012-02-03 22:56

This PKGBUILD is building without issue for me:

http://pastie.org/3312148

Added the lphtreads fix like the rtorrent-color pkgbuild does. Fixed the *.{hh,c} symlink for loop.

Comment by juantascon

2012-01-23 15:06

Hey I'm getting this error: http://pastie.org/3237380

Anonymous comment

2012-01-05 20:17

Judging from the symptoms, you either did not patch Makefile.am, or did not run automake to recreate the resulting Makefile. You need to mimic what build.sh does, possibly leaving out the rpath linking if you want it integrated with the "normal" curl, c-ares etc. packages.

Anonymous comment

2012-01-05 16:25

I'm still having trouble with it. I added these lines to the build(), before "./configure":

cp ${srcdir}/command_pyroscope.cc ${srcdir}/${pkgname%-pyro}-${pkgver}/src
cp ${srcdir}/ui_pyroscope.cc ${srcdir}/${pkgname%-pyro}-${pkgver}/src
cp ${srcdir}/ui_pyroscope.h ${srcdir}/${pkgname%-pyro}-${pkgver}/src

I also added the LDFLAGS bit. But it doesn't seem to be compiling the extra files. I must be missing something with the autotools. The files _are_ in the rtorrent src directory (I checked).

The output, for those who are interested, of the error is here: http://pastie.org/3131999

Comment by btron

2012-01-04 22:27

I had trouble building this package too and resolved it by copying ui_pyroscope.cc, ui_pyroscope.h, and command_pyroscope.cc into the rtorrent src directory.

Then i got a linker error, which was resolved an LDFLAGS line to the config section of the PKGBUILD:

./configure \
--prefix=/usr \
--mandir=/usr/man \ui_pyroscope.cc
--with-xmlrpc-c \
LDFLAGS="-lpthread"

Anonymous comment

2011-12-12 22:17

Got error while building:

make[3]: *** No rule to make target `command_pyroscope.cc', needed by `command_pyroscope.o'. Stop.

Not knowledgable enough yet to fix it for myself :/