Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 272483 - can't install net-p2p/deluge-1.1.7
Summary: can't install net-p2p/deluge-1.1.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-03 18:44 UTC by Casufi
Modified: 2009-06-03 20:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,194.54 KB, text/plain)
2009-06-03 18:47 UTC, Casufi
Details
emerge --info (emerge_info.txt,3.93 KB, text/plain)
2009-06-03 18:48 UTC, Casufi
Details
/var/tmp/portage/net-p2p/deluge-1.1.7/temp/environment (environment,107.43 KB, text/plain)
2009-06-03 18:49 UTC, Casufi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Casufi 2009-06-03 18:44:10 UTC
./libtorrent/src/http_tracker_connection.cpp:463: ошибка: expected `}' at end of input
./libtorrent/include/asio/ip/basic_endpoint.hpp: In member function ‘asio::ip::address asio::ip::basic_endpoint<InternetProtocol>::address() const [with InternetProtocol = asio::ip::tcp]’:
./libtorrent/include/libtorrent/socket.hpp:130:   instantiated from here
./libtorrent/include/asio/ip/basic_endpoint.hpp:239: ошибка: вызов перегруженной ‘address_v4(asio::detail::u_long_type)’ имеет неоднозначную трактовку
./libtorrent/include/asio/ip/address_v4.hpp:74: замечание: претенденты: asio::ip::address_v4::address_v4(long unsigned int)
./libtorrent/include/asio/ip/address_v4.hpp:58: замечание:              asio::ip::address_v4::address_v4(int)
error: command 'gcc' failed with exit status 1
 * 
 * ERROR: net-p2p/deluge-1.1.7 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2836:  Called distutils_src_compile
 *             environment, line  813:  Called die
 * The specific snippet of code:
 *       ${python} setup.py build "$@" || die "compilation failed"
 *  The die message:
 *   compilation failed


Reproducible: Always
Comment 1 Casufi 2009-06-03 18:47:58 UTC
Created attachment 193435 [details]
build.log
Comment 2 Casufi 2009-06-03 18:48:25 UTC
Created attachment 193436 [details]
emerge --info
Comment 3 Casufi 2009-06-03 18:49:11 UTC
Created attachment 193437 [details]
/var/tmp/portage/net-p2p/deluge-1.1.7/temp/environment
Comment 4 Rafał Mużyło 2009-06-03 20:16:01 UTC
Wrong error quoted, it's really:
In file included from ./libtorrent/src/http_tracker_connection.cpp:42:
./libtorrent/include/libtorrent/config.hpp:36:28: error: boost/config.hpp: Нет такого файла или каталога
./libtorrent/include/libtorrent/config.hpp:37:29: error: boost/version.hpp: Нет такого файла или каталога
./libtorrent/src/http_tracker_connection.cpp:49:26: error: boost/bind.hpp: Нет такого файла или каталога
In file included from ./libtorrent/src/http_tracker_connection.cpp:55:
./libtorrent/include/libtorrent/tracker_manager.hpp:45:32: error: boost/shared_ptr.hpp: Нет такого файла или каталога
./libtorrent/include/libtorrent/tracker_manager.hpp:46:29: error: boost/cstdint.hpp: Нет такого файла или каталога
./libtorrent/include/libtorrent/tracker_manager.hpp:47:30: error: boost/weak_ptr.hpp: Нет такого файла или каталога
./libtorrent/include/libtorrent/tracker_manager.hpp:48:35: error: boost/intrusive_ptr.hpp: Нет такого файла или каталога
./libtorrent/include/libtorrent/tracker_manager.hpp:49:34: error: boost/thread/mutex.hpp: Нет такого файла или каталога
./libtorrent/include/libtorrent/tracker_manager.hpp:50:44: error: boost/thread/recursive_mutex.hpp: Нет такого файла или каталога
./libtorrent/include/libtorrent/tracker_manager.hpp:51:33: error: boost/tuple/tuple.hpp: Нет такого файла или каталога

so something seems to be wrong with your boost.
'eselect boost', perhaps.
Comment 5 Casufi 2009-06-03 20:39:58 UTC
it work it out