Gentoo Archives: gentoo-user

From: Johannes Renoth <johannes.renoth@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] rb-libtorrent emerge fails
Date: Tue, 26 May 2009 19:03:15
Message-Id: 4A1C48DF.5010002@gmx.de
In Reply to: Re: [gentoo-user] rb-libtorrent emerge fails by Justin
1 thanks for the info! will keep that in mind for the future.
2
3 Justin wrote:
4 > Johannes Renoth wrote:
5 >
6 >> Ahoi,
7 >>
8 >> when trying the following:
9 >>
10 >> emerge -av qbittorrent
11 >>
12 >> These are the packages that would be merged, in order:
13 >>
14 >> Calculating dependencies... done!
15 >> [ebuild N ] net-libs/rb_libtorrent-0.13 USE="-debug" 0 kB
16 >> [ebuild N ] net-p2p/qbittorrent-1.0.0 0 kB
17 >>
18 >> i always get the following error message when compiling rb_libtorrent:
19 >>
20 >> ../include/libtorrent/disk_io_thread.hpp:135: error: 'condition' in
21 >> namespace 'boost' does not name a type
22 >> disk_io_thread.cpp: In member function 'void
23 >> libtorrent::disk_io_thread::join()':
24 >> disk_io_thread.cpp:97: error: 'm_signal' was not declared in this scope
25 >> disk_io_thread.cpp: In member function 'void
26 >> libtorrent::disk_io_thread::stop(boost::intrusive_ptr<libtorrent::piece_manager>)':
27 >> disk_io_thread.cpp:124: error: 'm_signal' was not declared in this scope
28 >> disk_io_thread.cpp: In member function 'void
29 >> libtorrent::disk_io_thread::add_job(const libtorrent::disk_io_job&,
30 >> const boost::function<void ()(int, const libtorrent::disk_io_job&)>&)':
31 >> disk_io_thread.cpp:209: error: 'm_signal' was not declared in this scope
32 >> disk_io_thread.cpp: In member function 'void
33 >> libtorrent::disk_io_thread::operator()()':
34 >> disk_io_thread.cpp:243: error: 'm_signal' was not declared in this scope
35 >> make[1]: *** [disk_io_thread.lo] Error 1
36 >> make[1]: Leaving directory
37 >> `/var/tmp/portage/net-libs/rb_libtorrent-0.13/work/libtorrent-0.13/src'
38 >> make: *** [all-recursive] Error 1
39 >> *
40 >> * ERROR: net-libs/rb_libtorrent-0.13 failed.
41 >> * Call stack:
42 >> * ebuild.sh, line 49: Called src_compile
43 >> * environment, line 2643: Called die
44 >> * The specific snippet of code:
45 >> * emake || die "emake failed"
46 >> * The die message:
47 >> * emake failed
48 >>
49 >> i tried to reemerge all dependencies but still no change, i searched the
50 >> nets for an answer but no real help there either,
51 >> does anyone know whats wrong?
52 >>
53 >> greetings,
54 >> Johannes
55 >>
56 >>
57 > First address for error on gentoo is bugs.gentoo.org and there you find following bug:
58 >
59 > http://bugs.gentoo.org/show_bug.cgi?id=270447
60 >
61 >