You are not logged in.
Well, I think the title says it all.
Offline
nice post, glad to see you're letting people know what versions you're using and all that other important stuff.
i had problems with an older version (can't remember exactly which) crashing but i installed the -svn versions from smoons repo and all those problems are gone.
Offline
I'm using the version in community: libtorrent 0.9.3 and rtorrent 0.5.3
Also here's the output after the crash:
Caught Segmentation fault, dumping stack:
0 rtorrent [0x806331d]
1 rtorrent [0x8066204]
2 rtorrent [0x80746ea]
3 [0xffffe420]
4 rtorrent [0x80ae685]
5 rtorrent [0x809fb27]
6 rtorrent [0x8064a9c]
7 /lib/libc.so.6(__libc_start_main+0xd8) [0xb79b7808]
8 rtorrent(_ZN7torrent18set_max_open_filesEj+0x95) [0x805b841]
Offline
Use this PKGBUILDs for the lates development-release. It fixes a sh*tload of bugs, including yours, and is very stable. At least for me. Here goes:
pkgname=libtorrent
pkgver=0.10.1
pkgrel=1
pkgdesc="BitTorrent library written in C++"
url="http://libtorrent.rakshasa.no"
license="GPL"
depends=('libsigc++2.0' 'openssl')
source=(http://libtorrent.rakshasa.no/downloads/$pkgname-$pkgver.tar.gz)
#md5sums=('438192530048c5ba67bbc2f9852c695c')
build() {
cd $startdir/src/$pkgname-$pkgver
CXXFLAGS="${CXXFLAGS} -fno-strength-reduce -fno-thread-jumps -fno-inline -ffor
ce-addr"
./configure --prefix=/usr --disable-debug
make || return 1
make DESTDIR=$startdir/pkg install
find $startdir/pkg -name '*.la' -exec rm {} ;
}
for libtorrent and
pkgname=rtorrent
pkgver=0.6.1
pkgrel=1
pkgdesc="Ncurses BitTorrent client based on libTorrent"
url="http://libtorrent.rakshasa.no"
license="GPL"
depends=('libtorrent>=0.9.0' 'curl')
makedepends=('libtorrent>=0.9.0')
source=(http://libtorrent.rakshasa.no/downloads/$pkgname-$pkgver.tar.gz)
#md5sums=('5fe1fad0fe72ccb99d83d09a566f8732' '11e88e0c494124aaa5823e5093706950')
build() {
cd $startdir/src/$pkgname-$pkgver
CXXFLAGS="${CXXFLAGS} -fno-strength-reduce -fno-thread-jumps -fno-inline -ffor
ce-addr"
./configure --prefix=/usr --disable-debug
make || return 1
make DESTDIR=$startdir/pkg install
}
for rtorrent itself.
Actually, those are just the official PKGBUILDs that have been tweaked a little bit.
Todays mistakes are tomorrows catastrophes.
Offline
I just installed the svn version in the moons repository and everything seems fine.
Thank you.
Offline
rtorrent in [community] now is running on the unstable releases.
Why?
Because the dev clearly doesn't give a shit about the term "stable", so neither am I.
Offline