Summary: | net-p2p/qbittorrent-2.8.4 - qbtsession.cpp:(.text+0x5a4a): undefined reference to `libtorrent::default_storage_constructor(libtorrent::file_storage const&, libtorrent::file_storage const*, boost::filesystem2::basic_path<std:..... | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | mondrillo <mondrillo> |
Component: | Current packages | Assignee: | Markos Chandras (RETIRED) <hwoarang> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | net-p2p, qt |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
The complete build log
emerge --info The complete build log |
Description
mondrillo
2011-08-15 09:43:59 UTC
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! |