mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
qBittorrent Not linking #7297
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#7297
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jellymlg on GitHub (May 15, 2018).
qBittorrent version and Operating System
qBittorrent(4.1.0), Raspbian stretch
If on linux, libtorrent and Qt version
libtorrent-rasterbar9, Qt5
What is the problem
qBittorrent-nox fails to link
What is the expected behavior
qBittorrent links and i can install it with sudo make install
Extra info(if any)
cd src/ && ( test -e Makefile || /usr/lib/arm-linux-gnueabihf/qt5/bin/qmake /home/pi/qbittorrent-4.1.0/src/src.pro QMAKE_LRELEASE= -o Makefile ) && make -f Makefilemake[1]: Entering directory '/home/pi/qbittorrent-4.1.0/src'linking qbittorrent-nox/usr/bin/ld: warning: libboost_system.so.1.61.0, needed by /usr/lib/arm-linux-gnueabihf//libtorrent-rasterbar.so, may conflict with libboost_system.so.1.62.0session.o: In function 'entryListToSetImpl<libtorrent::bdecode_node>': /home/pi/qbittorrent-4.1.0/src/base/bittorrent/session.cpp:149: undefined reference to libtorrent::bdecode_node::list_string_value_at[abi:cxx11](int, char const*) const'collect2: error: ld returned 1 exit statusMakefile:556: recipe for target 'qbittorrent-nox' failedmake[1]: *** [qbittorrent-nox] Error 1make[1]: Leaving directory '/home/pi/qbittorrent-4.1.0/src'Makefile:42: recipe for target 'sub-src-make_first' failedmake: *** [sub-src-make_first] Error 2@Kolcha commented on GitHub (May 15, 2018):
try to build libtorrent by yourself, possibly repo libtorrent version is build without C++11 support, what is essential for successful linking.
also remove one of boost versions: according to the liker warning message, you have boost 1.61 and 1.62
@jellymlg commented on GitHub (May 15, 2018):
Thanks for the quick response, i will try it.
EDIT: It worked for me, thank you. :)