* ERROR: net-p2p/qbittorrent-2.8.4 failed (compile phase): * died running emake, base_src_make * * Call stack: * ebuild.sh, line 56: Called src_compile * environment, line 5300: Called qt4-r2_src_compile * environment, line 5175: Called base_src_compile * environment, line 1073: Called base_src_make * environment, line 1111: Called die * The specific snippet of code: * emake "$@" || die "died running emake, $FUNCNAME"; * * If you need support, post the output of 'emerge --info =net-p2p/qbittorrent-2.8.4', * the complete build log and the output of 'emerge -pqv =net-p2p/qbittorrent-2.8.4'. * The complete build log is located at '/var/tmp/portage/net-p2p/qbittorrent-2.8.4/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-p2p/qbittorrent-2.8.4/temp/environment'. * S: '/var/tmp/portage/net-p2p/qbittorrent-2.8.4/work/qbittorrent-2.8.4' Reproducible: Always Steps to Reproduce: 1.emerge qbittorrent 2. 3. Actual Results: broken Expected Results: thats compile ok eix qbittorrent [D] net-p2p/qbittorrent Available versions: 2.2.11 (~)2.4.11 (~)2.5.1 **9999 {+X geoip libnotify} Installed versions: 2.7.3(20:07:40 06/05/11)(X dbus -geoip) Homepage: http://www.qbittorrent.org/ Description: BitTorrent client in C++ and Qt my actual version of qbittorrent 2.7.3 its broken too, $ qbittorrent ************************************************************* Catching SIGSEGV, please report a bug at http://bug.qbittorrent.org and provide the following backtrace: qBittorrent version: v2.7.3 stack trace: /lib64/libc.so.6 : ()+0x32510 [0x7f33da05c510] /usr/lib64/libboost_thread-mt-1_46.so.1.46.1 : boost::thread::start_thread()+0x26 [0x7f33d93d0ca6] /usr/lib64/libtorrent-rasterbar.so.6 : libtorrent::disk_io_thread::disk_io_thread(boost::asio::io_service&, boost::function<void ()()> const&, libtorrent::file_pool&, int)+0x4f4 [0x7f33dc6a0e14] /usr/lib64/libtorrent-rasterbar.so.6 : libtorrent::aux::session_impl::session_impl(std::pair<int, int>, libtorrent::fingerprint const&, char const*)+0x359 [0x7f33dc774049] /usr/lib64/libtorrent-rasterbar.so.6 : libtorrent::session::session(libtorrent::fingerprint const&, int, int)+0x52 [0x7f33dc763e22] qbittorrent : QBtSession::QBtSession()+0x3e6 [0x4882d6] qbittorrent : QBtSession::instance()+0x2d [0x4890fd] qbittorrent : MainWindow::MainWindow(QWidget*, QStringList)+0xe23 [0x597c73] qbittorrent : main()+0x145d [0x5778ed] /lib64/libc.so.6 : __libc_start_main()+0xfd [0x7f33da048ebd] qbittorrent() [0x476149] Violación de segmento
Created attachment 283397 [details] The complete build log I submit this error old days but bug's are closed or erase. :-(
Please post your `emerge --info' output too.
I don't follow. You say that 2.8.4 has the problem but your eix output seems that 2.7.3 is installed
Ok this is a boost problem. You probably updated boost recently. Please rebuild rb_libtorrent and try again. Re-open the bug if needed
Created attachment 283451 [details] emerge --info
(In reply to comment #5) > Created attachment 283451 [details] > emerge --info re emerge rb_libtorrent do not solve the problem
Created attachment 283453 [details] The complete build log
(In reply to comment #3) > I don't follow. You say that 2.8.4 has the problem but your eix output seems > that 2.7.3 is installed Yes, version 2.7.3 has installed but it when I run it's hung, my last emerge -uD @world try to update it.
(In reply to comment #4) > Ok this is a boost problem. You probably updated boost recently. Please rebuild > rb_libtorrent and try again. Re-open the bug if needed eselect boost list Available boost versions: [1] boost-1.41/default * [2] boost-1.42/default [3] boost-1.46/default I've read 1.42 is more estable in amd64 plataform ? What version could I selected?
(In reply to comment #9) > (In reply to comment #4) > > Ok this is a boost problem. You probably updated boost recently. Please rebuild > > rb_libtorrent and try again. Re-open the bug if needed > > eselect boost list > Available boost versions: > [1] boost-1.41/default * > [2] boost-1.42/default > [3] boost-1.46/default > > I've read 1.42 is more estable in amd64 plataform ? What version could I > selected? Choose whatever version you want, just make sure you re-emerge rb_libtorrent after you select your boost version
eselect boost set 3 emerge net-libs/rb_libtorrent qbittorrent did the job and compile ok!