[gutsy] Deluge 5.5 deb; dependency not satisfiable

General support for problems installing or using Deluge
Post Reply
User avatar
Polygon
Member
Member
Posts: 27
Joined: Sun Jun 03, 2007 7:55 pm

[gutsy] Deluge 5.5 deb; dependency not satisfiable

Post by Polygon »

I tried to install the deb on gutsy, and i get the error;

Error: dependency not satisfiable. libboost-date-time1.33.1

but in gutsy i have libboost-date-time-1.34.0 installed

here is a ss of what i mean:
Screenshot.png
Screenshot.png (143.63 KiB) Viewed 4893 times
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: [gutsy] Deluge 5.5 deb; dependency not satisfiable

Post by markybob »

Polygon wrote:I tried to install the deb on gutsy, and i get the error;

Error: dependency not satisfiable. libboost-date-time1.33.1

but in gutsy i have libboost-date-time-1.34.0 installed

here is a ss of what i mean:
Screenshot.png
you downloaded the wrong package. i just checked and both of the gutsy packages require libboost-date-time-1.34.0, not the 1.33.1 that you claim. you probably downloaded the feisty package, which wont work on gutsy. you need gutsy packages for gutsy. we make different packages for a reason :)
User avatar
Polygon
Member
Member
Posts: 27
Joined: Sun Jun 03, 2007 7:55 pm

Re: [gutsy] Deluge 5.5 deb; dependency not satisfiable

Post by Polygon »

where are these magic gutsy packages? they are not on the download page, only feisty.
medigeek
Member
Member
Posts: 26
Joined: Wed Jul 18, 2007 7:40 am
Contact:

Re: [gutsy] Deluge 5.5 deb; dependency not satisfiable

Post by medigeek »

magic indeed ;)
psyberOne
Member
Member
Posts: 12
Joined: Tue Sep 04, 2007 5:48 am

Re: [gutsy] Deluge 5.5 deb; dependency not satisfiable

Post by psyberOne »

I just tried to install your 0.5.5 package for Gutsy, however the package requires 1.34.0 versions of libboost, currently in gutsy are the 1.34.1 versions. I tried forcing the install to see if it would work but it just gives the error:

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/deluge", line 44, in <module>
    import deluge.core
  File "/var/lib/python-support/python2.5/deluge/core.py", line 58, in <module>
    import deluge_core
ImportError: libboost_filesystem-gcc41-mt-1_34.so.1.34.0: cannot open shared object file: No such file or directory
is it possible to rebuild the package against 1.34.1?
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: [gutsy] Deluge 5.5 deb; dependency not satisfiable

Post by markybob »

psyberOne wrote:I just tried to install your 0.5.5 package for Gutsy, however the package requires 1.34.0 versions of libboost, currently in gutsy are the 1.34.1 versions. I tried forcing the install to see if it would work but it just gives the error:

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/deluge", line 44, in <module>
    import deluge.core
  File "/var/lib/python-support/python2.5/deluge/core.py", line 58, in <module>
    import deluge_core
ImportError: libboost_filesystem-gcc41-mt-1_34.so.1.34.0: cannot open shared object file: No such file or directory
is it possible to rebuild the package against 1.34.1?
damn ever-changing gutsy. packages updated
Post Reply