mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
qBittorrent 4.6.4 compilation error #15625
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#15625
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 @onyx101 on GitHub (Mar 27, 2024).
qBittorrent & operating system versions
qBittorrent: 4.6.4
OS: Linux raspberrypi 6.6.20+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.20-1+rpt1 (2024-03-07) aarch64 GNU/Linux
Qt: Using Qt version 5.15.8 in /usr/lib/aarch64-linux-gnu
libtorrent-rasterbar: 2.0.10
What is the problem?
When compiling qBittorrent 4.6.4 I get the following compilation error
Steps to reproduce
./configure --disable-gui --disable-qt-dbus --with-boost-libdir=/usr/lib/aarch64-linux-gnu/ CXXFLAGS="-std=c++17"Additional context
I am compiling versions of qBittorrent since a long time, all previous versions compile fine, including 4.6.3
Log(s) & preferences file(s)
For reference here is the output of "configure"
@HanabishiRecca commented on GitHub (Mar 27, 2024):
I think you need https://github.com/qbittorrent/qBittorrent/issues/20619#issuecomment-2023803803
@onyx101 commented on GitHub (Mar 28, 2024):
That did the trick. I was not aware
qtbase5-private-devis now necessary.Much appreciated.