[Solved] Need help to compile

Linux specific questions, problems.
Post Reply
metrolan

[Solved] Need help to compile

Post by metrolan »

Hi!, it's me again  ::)

Installed qBT, but SID version for ARM is 3.1.11, and my favourite tracker ask for 3.1.12 at least.
So I decided to compile, and get this error:

Code: Select all

manolo@mirabox-debian:~$ sudo apt-get install qt5-default
[sudo] password for manolo: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package qt5-default
And sure, I did apt-get update and apt-get upgrade first of all

I don't know how to manage this
Anybody can help?
Last edited by metrolan on Mon May 25, 2015 1:32 am, edited 1 time in total.
User avatar
Peter
Administrator
Administrator
Posts: 2702
Joined: Wed Jul 07, 2010 6:14 pm

Re: Need help to compile

Post by Peter »

Give me a few hours and I will compile a .deb for you.

* btw you need to "sudo apt-get build-dep qbittorrent" only. it will fetch everything.
or "qbittorrent-nox" if you need that one.

it should compile after that.
Last edited by Peter on Thu Apr 16, 2015 7:45 pm, edited 1 time in total.
User avatar
Peter
Administrator
Administrator
Posts: 2702
Joined: Wed Jul 07, 2010 6:14 pm

Re: Need help to compile

Post by Peter »

Ok I will finish it tomorrow morning.
metrolan

Re: Need help to compile

Post by metrolan »

Many thanks Shiki.

It is qbittorrent-nox the one I'm interested.

I'm trying again, with sudo apt-get build-dep qbittorrent-nox, but now I get an "you must put some `source` URIs in your sources.list, but I do have!!!

Well, It is late here, tomorrow will give a chance.
User avatar
Peter
Administrator
Administrator
Posts: 2702
Joined: Wed Jul 07, 2010 6:14 pm

Re: Need help to compile

Post by Peter »

Oh right sorry. Ubuntu contains "source" by default.
I will try to compile your package soon, but I have to work a bit before that.
sledgehammer_999
Administrator
Administrator
Posts: 2443
Joined: Sun Jan 23, 2011 1:17 pm

Re: Need help to compile

Post by sledgehammer_999 »

Why did you try to install qt5-default?!?!?

The packages you need for qbt compilation are: libtorrent-rasterbar-dev, libboost-dev and libqt4-dev
metrolan

Re: Need help to compile

Post by metrolan »

[quote="sledgehammer_999"]
Why did you try to install qt5-default?!?!?

The packages you need for qbt compilation are: libtorrent-rasterbar-dev, libboost-dev and libqt4-dev
[/quote]

Oh, well, I dind't know actually. I thinked it was rare as I want nox version, but I'm following the guide in https://github.com/qbittorrent/qBittorr ... and-Ubuntu
metrolan

Re: Need help to compile

Post by metrolan »

Hi all!

It's me again  ;D

Finally I've installed Archlinux arm in my micro-server.
ArchlinuxArm's qbittorrent version is 3.2.0-1, but there is no -nox version, so qBT failed to start 'cause there is no X server.

I will try to compile this, but haven't found information about that, only for Debian derivates.
First of all, I've installed libtorrent-rasterbar, but there is no dev version in the archlinux arm repositories. And there is no libboost nor libqt4.

Some help will be welcomed  ::)
metrolan

Re: [Solved] Need help to compile

Post by metrolan »

Finally, I have qBT 3.2.0 -nox running in my mirabox, with archlinux arm.  8)

Steps needed: to install gcc, libtorrent-rasterbar, boost, boost-libs
download and untar the sources, ./configre --disable-gui, make, make install.

Et voilá.

Bye!
Last edited by metrolan on Mon May 25, 2015 3:59 pm, edited 1 time in total.
dinjo

Re: Need help to compile

Post by dinjo »

[quote="sledgehammer_999"]
Why did you try to install qt5-default?!?!?

The packages you need for qbt compilation are: libtorrent-rasterbar-dev, libboost-dev and libqt4-dev
[/quote]
Do you have compile package for Ubuntu ?
metrolan

Re: Need help to compile

Post by metrolan »

[quote="dinjo"]
[quote="sledgehammer_999"]
Why did you try to install qt5-default?!?!?

The packages you need for qbt compilation are: libtorrent-rasterbar-dev, libboost-dev and libqt4-dev
[/quote]
Do you have compile package for Ubuntu ?
[/quote]

Hi friend.

I am running Archlinux in the server, Ubuntu has no sense.

Greetings.
Post Reply