View Single Post
slvr32's Avatar
Posts: 168 | Thanked: 104 times | Joined on Feb 2008 @ California, USA
#368
Not sure if this helps, but trying to install pyRadio from the application manager shows a missing python2.5-qt4-common=4.7.4-maemo0 dependency.

If you run...

apt-get install python2.5-qt4-common

it prompts you to also install python2.5-sip4

and the following packages are then installed (assuming you answered Y)

http://repository.maemo.org fremantle-1.3/free python2.5-sip4 4.11-maemo0
http://repository.maemo.org fremantle-1.3/free python2.5-qt-common 4.7.5-maemo1

So there's a 4.7.4 dependency, but 4.7.5 is now in the repository, leading to the missing 4.7.4 dependency.

Will pyRadio work with 4.7.5, and can the pyRadio package be updated to have a 4.7.5 dependency?

Also, if you follow the earlier apt-get install python2.5-qt4-common
with...

apt-get install pyradio

you also get the following...

The following packages have unmet dependencies:
pyradio:
Depends: python2.5-qt4-gui but it is not going to be installed
Depends: python2.5-qt4-webkit but is not going to be installed
Depends: python2.5-qt4-network but is not going to be installed

And then...

apt-get install python2.5-qt4-gui

python2.5-qt4-gui:
Depends: python2.5-qt4-core (= 4.7.4-maemo0) but it is not going to be installed

and likely similar issues with python2.5-qt4-webkit, network.

So what's the appropriate fix? Updating pyRadio and related dependencies, I hope?

Edit: looks like the real problem was created upstream...

http://forums.internettablettalk.com...t.php?p=866008

"Upon further inspection - apparently somehow something pulled in the sip and common packages from devel into stable (wasn't me), which is very bad. Will notify Niels to fix this."

(will wait for python in the repositories to be fixed)

Last edited by slvr32; 2010-11-07 at 20:56.
 

The Following User Says Thank You to slvr32 For This Useful Post: