FS#44728 - qbittorrent 3.1.12-2 dependency logic loop
Attached to Project:
Community Packages
Opened by Patrick Houle (Buddlespit) - Saturday, 25 April 2015, 14:16 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 25 April 2015, 14:59 GMT
Opened by Patrick Houle (Buddlespit) - Saturday, 25 April 2015, 14:16 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 25 April 2015, 14:59 GMT
|
Details
Description:
qbittorrent 3.1.12-2 in [Testing] requires boost-libs 1.58.0-1 from [Testing] (libboost_system.so.1.58.0), but asks for libboost_system.so.1.57.0 on startup. Downgrading boost-libs to 1.57.0 (libboost_system.so.1.57.0) makes qbittorrent ask for libboost_system.so.1.58.0. Forces user into a sort of logic loop/crash. Additional info: * package version(s) 3.1.12-2 * config and/or log files etc. Steps to reproduce: Enable testing and community-testing and upgrade qbittorrent. Unable to start via gui, must start cli to see errors. |
This task depends upon
Comment by Doug Newgard (Scimmia) -
Saturday, 25 April 2015, 14:59 GMT
qbittorrent is correctly linked to the new libboost. The problem
is that it is also linked to something else that is then linked to
the old boost. This is most likely either an old program because
of a partial update or it's an AUR program that you are
responsible for rebuilding. If you're not sure, you can use
lddtree from pax-utils to help find it.