Page 1 of 1

Ubuntu

Posted: Fri Apr 05, 2013 2:53 pm
by neuron
Great App and software!!!!!!!!!!!!!!!!!!!!!!!
Please continue the great dev.

I can use 3.0.9 in version > = 12, but in Ubuntu 10 or 11, he don't update ... I need to compile.

No problem  ;) ... only my comments.

Best Regards,

R. B.

Re: Ubuntu

Posted: Sat Apr 06, 2013 9:16 pm
by loki
Ubuntu works from the official repos, you have to wait for them to update them, usually they do not.
His "official" ppa has not been updated to 3.0.9 yet, but there is an update for ppa 10.04 and 10.10, 12.04 and 12.10 to 3.0.9. https://launchpad.net/~surfernsk/+archi ... t-software I'm wondering if this is the new official, since it is actually more up to date than Dumez' ppa.

Re: Ubuntu

Posted: Mon Apr 08, 2013 7:00 am
by Peter
I don't think it's official, you can simply just grab qBittorrent from Debian SID/Experimental, or package it yourself.
(It's really easy once you know how to use the PPA system. 1) Grab the source. 2) Use the previous package and modify debian files. 3) sign files. 4) upload. 5) wait for them to build.)

Anyone got in touch with Chris recently? I'll try to catch him on IRC.

Re: Ubuntu

Posted: Sun Apr 21, 2013 2:13 pm
by neuron
[quote="shiki"]
I don't think it's official, you can simply just grab qBittorrent from Debian SID/Experimental, or package it yourself.
(It's really easy once you know how to use the PPA system. 1) Grab the source. 2) Use the previous package and modify debian files. 3) sign files. 4) upload. 5) wait for them to build.)

Anyone got in touch with Chris recently? I'll try to catch him on IRC.
[/quote]

Thanks for your answers.

But that what I said in 1º msg .... I need to compile ....


Any experience in BSD or Solaris?

Best regards,

R B

Re: Ubuntu

Posted: Tue May 07, 2013 3:49 pm
by qbfan89
Christophe Dumez has updated his ppa. Update your sources.list as well and use the following repositories:


# For stable branch
deb http://ppa.launchpad.net/hydr0g3n/qbitt ... ble/ubuntu precise main


# For development branch
deb http://ppa.launchpad.net/hydr0g3n/qbitt ... unk/ubuntu precise main

Re: Ubuntu

Posted: Fri Jul 26, 2013 10:30 pm
by neuron
Hi,

Download 3.0.10 source.

And in UBUNTU 11.10


./configure
and make:               

cd src/ && make -f Makefile install
make[1]: Entering directory `/home/rbj/qbittorrent/qbittorrent-3.0.10/src'
install -m 755 -p /home/rbj/qbittorrent/qbittorrent-3.0.10/doc/qbittorrent.1 /usr/local/share/man/man1/
strip /usr/local/share/man/man1/qbittorrent.1
strip:/usr/local/share/man/man1/qbittorrent.1: File format not recognized
make[1]: [install_man] Error 1 (ignored)
install -m 755 -p /home/rbj/qbittorrent/qbittorrent-3.0.10/src/Icons/qBittorrent.desktop /usr/local/share/applications/
strip /usr/local/share/applications/qBittorrent.desktop
strip:/usr/local/share/applications/qBittorrent.desktop: File format not recognized
make[1]: [install_menuicon] Error 1 (ignored)
install -m 755 -p /home/rbj/qbittorrent/qbittorrent-3.0.10/src/menuicons/16x16/apps/qbittorrent.png /usr/local/share/icons/hicolor/16x16/apps/
strip /usr/local/share/icons/hicolor/16x16/apps/qbittorrent.png
strip:/usr/local/share/icons/hicolor/16x16/apps/qbittorrent.png: File format not recognized
make[1]: [install_icon16] Error 1 (ignored)


and lots of strip errors

It run ok.

Best regards,

R B

Re: Ubuntu

Posted: Sat Jul 27, 2013 12:16 am
by loki
Well if it compiled successfully despite the errors I guess it worked.
Some error messages are more like notifications, but if it "broke" or stopped compiling you would have to troubleshoot what went wrong and probably install or setup dependencies.

Re: Ubuntu

Posted: Sat Jul 27, 2013 7:22 am
by Peter
strip errors are related to the Debian packaging tools (it's part of that)
AFAIK, that is. But I never seen these errors...