FS#61831 - [qbittorrent] 4.1.5-2 Builds against old Boost version

Attached to Project: Community Packages
Opened by Andoru Ekkusu (andoru) - Friday, 22 February 2019, 04:12 GMT
Last edited by Eli Schwartz (eschwartz) - Friday, 22 February 2019, 04:16 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Tried updating the packages a few days ago, but I've encountered this error while running qBittorrent:

____________________________
qbittorrent: error while loading shared libraries: libboost_system.so.1.68.0: cannot open shared object file: No such file or directory
____________________________

Currently the boost libraries in the repos are at 1.69.0-1, so I'm not sure why qBittorrent was built with the older library.
I've also tried compiling the qbittorrent package from the AUR, but I get the same error.
I've attached the config log for that.
Let me know if anything else's needed.


Additional info:
* package version: 4.1.5-2
* config and/or log files etc: Attached
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Friday, 22 February 2019, 04:16 GMT
Reason for closing:  Not a bug
Additional comments about closing:  user error
Comment by Eli Schwartz (eschwartz) - Friday, 22 February 2019, 04:15 GMT
$ pkg-list-linked-libraries qbittorrent
==> checking linked libraries for qbittorrent-4.1.5-2-x86_64.pkg.tar.xz ...
/usr/bin/qbittorrent
NEEDED libz.so.1
NEEDED libtorrent-rasterbar.so.9
NEEDED libQt5Widgets.so.5
NEEDED libQt5Gui.so.5
NEEDED libQt5DBus.so.5
NEEDED libQt5Network.so.5
NEEDED libQt5Xml.so.5
NEEDED libQt5Core.so.5
NEEDED libpthread.so.0
NEEDED libstdc++.so.6
NEEDED libm.so.6
NEEDED libgcc_s.so.1
NEEDED libc.so.6
NEEDED ld-linux-x86-64.so.2


Nowhere does qbittorrent use libboost (well, it does not link to it and cannot fail the shared library question, it does use the symbols though). Instead, ask yourself why your system has a broken and invalid version of some dependency... likely libtorrent-rasterbar (which does link to libboost).

...

EDIT: after some debugging over email, this turned out to be due to a residual custom copy of libtorrent-rasterbar.so.9 which was located in /usr/local/lib

Loading...