mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
armhf builds in PPA #6262
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#6262
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 @fliker09 on GitHub (Nov 17, 2017).
Any chances to get armhf builds on your PPA? What is your official position in this regard?
@sledgehammer999 commented on GitHub (Nov 19, 2017):
I just enable arm64 , armel armhf in the unstable PPA.
I'll do the same for stable ppa when next version is released.
@fliker09 commented on GitHub (Nov 20, 2017):
Awesome! Sadly, armhf build of qbittorrent for xenial failed :-\
@sledgehammer999 commented on GitHub (Nov 20, 2017):
Yes and the configure log isn't helpful:
I don't know which lib failed. Was it boost? (but it has found it)
If you're willing to debug a local armhf build of xenial and find what is the problem, I'll try to fix it.
@surfernsk commented on GitHub (Nov 24, 2017):
@sledgehammer999 maybe reason is the different parameters passed to ./configure. rules file in 16.04 and 17.10 are different:
xenial rules
artful rules
namely the parameter '--with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH)', is absent in the xenial version
UPD
Successfully built armhf Ubuntu Xenial --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH)