Ubuntu PPA Package Failure

General support for problems installing or using Deluge
damoxc
Top Bloke
Top Bloke
Posts: 117
Joined: Sat Jul 19, 2008 7:26 pm
Location: Hampshire, UK
Contact:

Ubuntu PPA Package Failure

Post by damoxc »

We have changed the style of the packages in the PPA to match the packages that Jaunty and Debian Experimental contain.

These packages don't currently contain a "Conflicts: deluge-torrent, deluge-torrent-common" in the control file so as a result the upgrade will fail saying you are trying to overwrite files contained in another package. The short-term solution for this is to simply:

Code: Select all

sudo dpkg -r deluge-torrent deluge-torrent-common && sudo apt-get install deluge
The source has also been split out so now there are the following packages:

deluge - gtk client
deluge-common - common data files for all interfaces
deluge-console - the console interface
deluge-gtk - gtk client
deluged - the deluge daemon
deluge-web - the webui interface

deluge-torrent - a metapackage to handle switching over from the package in previous versions of Ubuntu/Debian
deluge-webui - metapackage
deluge-core - obsolete
wuggu

Re: Ubuntu PPA Package Failure

Post by wuggu »

What happend to the OpenSSL dependency?

Does the PPA version of Deluge still support encrypted communication?
User avatar
elcamilo
Member
Member
Posts: 32
Joined: Mon Apr 27, 2009 9:54 am
Contact:

Re: Ubuntu PPA Package Failure

Post by elcamilo »

wuggu wrote:What happend to the OpenSSL dependency?

Does the PPA version of Deluge still support encrypted communication?
I saw Deluge do not depends anymore from openssl neither from python-openssl, but it still support
...
# BitTorrent Protocol Encryption
# Mainline DHT
...
and others feature. See http://dev.deluge-torrent.org/wiki/About

I suppose all this stack are now included directly in libtorrent library. Have faith!
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Ubuntu PPA Package Failure

Post by johnnyg »

openssl is still a dependency: http://dev.deluge-torrent.org/wiki/Installing/Source

deluge will always support encrypted communication (in fact trunk uses openssl for communicating between the daemon and a client).
User avatar
elcamilo
Member
Member
Posts: 32
Joined: Mon Apr 27, 2009 9:54 am
Contact:

Re: Ubuntu PPA Package Failure

Post by elcamilo »

Yes, and I said that 'deluge ... support encrypted communication',
but in facts, only deluge-webui package (talking' about Deluge from Launchpad PPA by Deluge team, Ubuntu) suggest (do not require!) python-openssl
Last edited by elcamilo on Mon Jul 06, 2009 11:28 pm, edited 1 time in total.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Ubuntu PPA Package Failure

Post by andar »

elcamilo wrote:Yes, and I said that 'deluge ... support encrypted communication',
but in facts, only deluge-webui package (talking' about Deluge from Launchpad PPA by Deluge team, Ubuntu) suggest (do not require!) python-openssl
If you are building the included libtorrent then you need openssl. If you install the libtorrent package separately then it should install openssl as a dependency. The webui has an optional dependency on pyopenssl if you want to use https.
diablo_man5666
Member
Member
Posts: 14
Joined: Mon Jul 20, 2009 3:56 am

Re: Ubuntu PPA Package Failure

Post by diablo_man5666 »

Are you aware that installing the 1.2.0_rc1 update on Ubuntu jaunty breaks deluge completely? deluge-common depends on deluge-core being 1.2.0, but the version in repo is 1.1.9. This means that deluged doesn't install. Which means nothing can run.
User avatar
silverdulcet
Member
Member
Posts: 41
Joined: Sat Jul 21, 2007 6:48 am
Contact:

Re: Ubuntu PPA Package Failure

Post by silverdulcet »

diablo_man5666 wrote:Are you aware that installing the 1.2.0_rc1 update on Ubuntu jaunty breaks deluge completely? deluge-common depends on deluge-core being 1.2.0, but the version in repo is 1.1.9. This means that deluged doesn't install. Which means nothing can run.
See my reply to your other post here:
http://forum.deluge-torrent.org/viewtop ... 05#p106305
diablo_man5666
Member
Member
Posts: 14
Joined: Mon Jul 20, 2009 3:56 am

Re: Ubuntu PPA Package Failure

Post by diablo_man5666 »

Aha. Thanks, I'm installing that now. I'm sure it'll work fine afterwords.
Chiphead2XS
Member
Member
Posts: 10
Joined: Sat Jan 10, 2009 10:22 pm

Re: Ubuntu PPA Package Failure

Post by Chiphead2XS »

Hi all,

is there any chance that there will be a version of deluged 1.2.0 for Ubuntu Hardy?

Currently I'm running Hardy on my dedicated server and Jaunty on my laptop. I accidently upgraded deluge on my laptop and now I am unable to connect to deluged on my server via gtkui. And there doesn't seem to be an 1.2.0 of deluged in the launchpad repo for Hardy. Neither deluge-core nor deluged.

I am stuck at the moment because I cannot even revert my laptop version of deluge to 1.1.9. :(

Help is very much appreciated.

Regards
Post Reply