Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] rb-libtorrent emerge fails Justin <justin@×××××××××.net>