Gentoo Archives: gentoo-user

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

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] rb-libtorrent emerge fails Johannes Renoth <johannes.renoth@×××.de>