(22nd Mar, 2014 09:56 AM)comstyle Wrote: [ -> ]11 of 15 successfully installed python still fails
Could you please tell me how you managed to install all the other packages?
I just selected all packages and updated (via ssh) xD
sry there's nothing special about that
yes, this is upstream issue.
in any case this should allow moving further:
Code:
sudo sed -i '/_hashlib.so/d' /var/lib/dpkg/info/python2.7.list
sudo sed -i '/_ssl.so/d' /var/lib/dpkg/info/python2.7.list
Mk01 I've tried your suggestion but still the same issue
Worked like a charm here!
I did
Terminal
xbian@xbian ~ $ sudo sed -i '/_hashlib.so/d' /var/lib/dpkg/info/python2.7.list
xbian@xbian ~ $ sudo sed -i '/_ssl.so/d' /var/lib/dpkg/info/python2.7.list
xbian@xbian ~ $ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
libpython2.7 : Depends: python2.7 (= 2.7.3-6+deb7u2) but 2.7.3-6 is installed
E: Unmet dependencies. Try using -f.
What's wrong?
Code:
sed -i '/_hashlib.so/d' /var/lib/dpkg/info/python2.7.list
sed -i '/_ssl.so/d' /var/lib/dpkg/info/python2.7.list
sudo apt-get upgrade
Works like a charm for me...
I solved with
Code:
sudo apt-get -f install
after sed -i command
doing apt-get upgrade
Thank you again!
(24th Mar, 2014 04:39 AM)Xenon Wrote: [ -> ]Terminal
The following packages have unmet dependencies:
libpython2.7 : Depends: python2.7 (= 2.7.3-6+deb7u2) but 2.7.3-6 is installed
E: Unmet dependencies. Try using -f.
What's wrong?
nothing is wrong. just proceed with "apt-get install -f" as proposed, or list all the packages which apt-get seems to require.
looking at my history log it would be in that case:
Code:
sudo apt-get install python2.7 python2.7-minimal libpython2.7
(23rd Mar, 2014 11:46 PM)mk01 Wrote: [ -> ]yes, this is upstream issue.
in any case this should allow moving further:
Code:
sudo sed -i '/_hashlib.so/d' /var/lib/dpkg/info/python2.7.list
sudo sed -i '/_ssl.so/d' /var/lib/dpkg/info/python2.7.list
Thanks for this solution. worked like a charm
(23rd Mar, 2014 11:46 PM)mk01 Wrote: [ -> ]yes, this is upstream issue.
in any case this should allow moving further:
Code:
sudo sed -i '/_hashlib.so/d' /var/lib/dpkg/info/python2.7.list
sudo sed -i '/_ssl.so/d' /var/lib/dpkg/info/python2.7.list
Edit: Worked for me as well finally. Updated all other packages using the Xbian Updater via SSH. After that I rebooted executed the two commands and again called the XBian Updater.
Thanks for your help!
Thanks!
Works like a charm!
Amazing. Thanks a lot!!!!
(23rd Mar, 2014 11:46 PM)mk01 Wrote: [ -> ]yes, this is upstream issue.
in any case this should allow moving further:
Code:
sudo sed -i '/_hashlib.so/d' /var/lib/dpkg/info/python2.7.list
sudo sed -i '/_ssl.so/d' /var/lib/dpkg/info/python2.7.list
worked very nicely.