ACueva / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

dosen't work on debian lenny, missing python-support 0.90.0 but stable is 0.8.4lenny2 #83

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

on debian lenny:

mail:/home/cray#dpkg -i googlecl_0.9.5-1_all.deb 
(Reading database ... 48139 files and directories currently installed.)
Preparing to replace googlecl 0.9.5-1 (using googlecl_0.9.5-1_all.deb) ...
Unpacking replacement googlecl ...
dpkg: dependency problems prevent configuration of googlecl:
 googlecl depends on python-support (>= 0.90.0); however:
  Version of python-support on system is 0.8.4lenny2.
dpkg: error processing googlecl (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db ...
Errors were encountered while processing:
 googlecl

Original issue reported on code.google.com by rtulke on 19 Jun 2010 at 6:22

GoogleCodeExporter commented 9 years ago
You can use the python-support from debian backports and build python-gdata 
from testing to get it to work.

Original comment by doenit...@gmail.com on 20 Jun 2010 at 4:18

GoogleCodeExporter commented 9 years ago
I also see this problem - I applied the described workaround, but a debian 
stable compatible package would be nice.

Original comment by mpsteven...@gmail.com on 21 Jun 2010 at 9:47

GoogleCodeExporter commented 9 years ago
yeah i wanted to use this on my debian 5 server (no gui)...it's solid as a rock 
at the moment and i don't really want to enable backports.

Original comment by lupineho...@gmail.com on 23 Jun 2010 at 11:52

GoogleCodeExporter commented 9 years ago
The version requirement on python-support was removed. Unfortunately, I'm not 
sure when that was done, but the unsigned 0.9.9 .deb file certainly has the 
change.

Original comment by tom.h.mi...@gmail.com on 30 Jul 2010 at 5:16

GoogleCodeExporter commented 9 years ago
Is this supposed to be fixed?  I'm still having problems:

james@tv:/usr/local/src$ sudo dpkg -i googlecl_0.9.9-1_all.deb 
Selecting previously deselected package googlecl.
(Reading database ... 27491 files and directories currently installed.)
Unpacking googlecl (from googlecl_0.9.9-1_all.deb) ...
dpkg: dependency problems prevent configuration of googlecl:
 googlecl depends on python-support (>= 0.90.0); however:
  Version of python-support on system is 0.8.4lenny2.
 googlecl depends on python-gdata (>= 1.2.4); however:
  Package python-gdata is not installed.
dpkg: error processing googlecl (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db ...
Errors were encountered while processing:
 googlecl

Original comment by JamesASt...@gmail.com on 15 Aug 2010 at 3:58

GoogleCodeExporter commented 9 years ago
You're right, the dependency on python-support 0.90.0 still managed to make it 
in there. Sorry about that.

Original comment by tom.h.mi...@gmail.com on 16 Aug 2010 at 12:56

GoogleCodeExporter commented 9 years ago
Still seems to be a problem with 0.9.13.  dpkg --force-depends-version doesn't 
seem to work, either.

ocypete:~# google
Traceback (most recent call last):
  File "/usr/bin/google", line 54, in <module>
    import googlecl
ImportError: No module named googlecl

Original comment by jh314...@googlemail.com on 15 Jun 2011 at 11:58

GoogleCodeExporter commented 9 years ago
any solution to this issue so far?

Original comment by jrwebmas...@gmail.com on 23 Jul 2011 at 9:51