Ubuntu

Linux specific questions, problems.
Post Reply
neuron

Ubuntu

Post 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.
loki

Re: Ubuntu

Post 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.
User avatar
Peter
Administrator
Administrator
Posts: 2702
Joined: Wed Jul 07, 2010 6:14 pm

Re: Ubuntu

Post 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.
neuron

Re: Ubuntu

Post 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
qbfan89

Re: Ubuntu

Post 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
neuron

Re: Ubuntu

Post 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
loki

Re: Ubuntu

Post 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.
User avatar
Peter
Administrator
Administrator
Posts: 2702
Joined: Wed Jul 07, 2010 6:14 pm

Re: Ubuntu

Post 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...
Post Reply