mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
[Solved] qBittorrent not building in Ubuntu 13.10 #936
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#936
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 @Dnamb on GitHub (Nov 24, 2013).
I keep getting this following error, when I configure:
Configuring qbittorrent ...
Verifying Qt 4 build environment ... ok
Checking for Qt >= 4.6 ... yes
Checking for QtDBus >= 4.5 ... yes
Checking for pkg-config executable ... yes
Checking for libtorrent-rasterbar >= 0.16.0 ... yes
Checking for libboost ...Could not find boost system library!
no
Error: need libboost!
I installed the libboost-all-dev 1.53, but still getting the same error...
Even the official PPA have build errors for saucy (13.10)
@sledgehammer999 commented on GitHub (Nov 24, 2013):
Is there any conf.log or similar file produced? If yes, can you pastebin the contents and link here?
@Dnamb commented on GitHub (Nov 24, 2013):
There isn't much in the conf.log file, I'll post it here itself
Below is the content of the conf.log file:
/usr/lib/x86_64-linux-gnu/qt4/bin/moc -DHAVE_MODULES -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. conf4.cpp -o conf4.moc
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DHAVE_MODULES -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -o conf4.o conf4.cpp
g++ -m64 -Wl,-O1 -o conf conf4.o -L/usr/lib/x86_64-linux-gnu -lQtCore -lpthread
So whats your take on this?
@sledgehammer999 commented on GitHub (Nov 24, 2013):
Damn, my system can't Xubuntu on a VM fast enough(although it can run Windows XP fine...) and I don't want to install yet another OS on the disk. I already have Windows XP and Debian sid(xfce)....
If you are up to the task of getting your hands dirty and you know your way around linux here are 2 hints:
@sledgehammer999 commented on GitHub (Nov 24, 2013):
I think I found the problem. Care to test it?
Edit qcm/libboost.qcm
Go to line 78 and find:
Replace it with:
(one line)
4. Rebuild the configure script using qconf or alternatively find the same string inside the configure script and replace it.
@Dnamb commented on GitHub (Nov 25, 2013):
Changed the libboost.qcm file, still the error persists.
@Dnamb commented on GitHub (Nov 25, 2013):
I removed libboost-all-dev 1.53, and installed libboost-all-dev 1.54 and libboost-dev 1.54 and then edited the libboost.qcm and configure file for libDirs. Its a progress but I am getting a new error now:
Configuring qbittorrent ...
Verifying Qt 4 build environment ... ok
Checking for Qt >= 4.6 ... yes
Checking for QtDBus >= 4.5 ... yes
Checking for pkg-config executable ... yes
Checking for libtorrent-rasterbar >= 0.16.0 ... yes
Checking for libboost ... yes
Checking for GeoIP Database (optional) ... yes
Checking for qtsingleapplication library ... [shipped] yes
sh: 1: Syntax error: "(" unexpected
Error was my doing. FIXED see next comment.
@Dnamb commented on GitHub (Nov 25, 2013):
Error on my part, IT IS WORKING NOW! Comment #5 solved my problem along with installing the latest libboost version (-all-dev & -dev) 1.54, seems to do the trick.
Now, the official PPA builds will also work... 👍
@ghost commented on GitHub (Nov 25, 2013):
The official PPA seems failed to build... :(
@Dnamb commented on GitHub (Nov 26, 2013):
@Fuyin You can build it yourself, till the PPA error has been resolved.