Summary: | net-p2p/qbittorrent-2.8.0 - qbtsession.cpp:(.text+0x5a7a): undefined reference to `libtorrent::default_storage_constructor(libtorrent::file_storage const&, libtorrent::file_storage const*, boost::filesystem2::basic_path<std::basic_string<char, [... ] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Kamen Dokov <polidevk.polidevk> |
Component: | Current packages | Assignee: | Markos Chandras (RETIRED) <hwoarang> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | net-p2p, nevernow, polidevk.polidevk, qt |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Kamen Dokov
2011-06-03 20:33:53 UTC
Created attachment 275725 [details]
build.log
Same here. Actually, several packages which depend on boost fail to compile when using boost:1.45 or :1.46. Fact is, at least on my system, no package depends on those versions of boost, but portage wants to emerge them. Furthermore, when 1.45 (or 1.46) in installed, but 1.42 is set as default through eselect, packages like qbittorrent still compile against 1.45 and fail. Is the eselect setting only meant for runtime? By the way, this is not really a qbittorrent issue: this is an issue with how boost is managed in portage. Very strange :( net-p2p/qbittorrent-2.8.1 also fails :( (In reply to comment #3) > Furthermore, when 1.45 (or 1.46) in installed, but 1.42 is set as default > through eselect, packages like qbittorrent still compile against 1.45 and fail. > Is the eselect setting only meant for runtime? > > By the way, this is not really a qbittorrent issue: this is an issue with how > boost is managed in portage. That would be bug #366181. Make sure that boost boost-build and rb_libtorrent are build against the same versions of python. This is not a qbittorrent bug (In reply to comment #7) > Make sure that boost boost-build and rb_libtorrent are build against the same > versions of python. This is not a qbittorrent bug OMG that really did the trick! First: emerge -1 boost boost-build rb_libtorrent and after that: emerge -1 qbittorrent This was really a surprise for me because I`m running python-updater after every python update! |