Forum
[Solved] Wheezy updates (python) held back - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Community (/forum-5.html)
+--- Forum: Uncategorized (/forum-59.html)
+--- Thread: [Solved] Wheezy updates (python) held back (/thread-2195.html)

Pages: 1 2 3


RE: Wheezy updates (python) held back - Smultie - 23rd Mar, 2014 05:25 PM

(22nd Mar, 2014 09:56 AM)comstyle Wrote:  11 of 15 successfully installed Big Grin python still fails

Could you please tell me how you managed to install all the other packages?


AW: Wheezy updates (python) held back - comstyle - 23rd Mar, 2014 08:34 PM

I just selected all packages and updated (via ssh) xD
sry there's nothing special about that Big Grin


RE: Wheezy updates (python) held back - mk01 - 23rd Mar, 2014 11:46 PM

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



RE: Wheezy updates (python) held back - Xenon - 24th Mar, 2014 02:38 AM

Mk01 I've tried your suggestion but still the same issue


RE: Wheezy updates (python) held back - Smultie - 24th Mar, 2014 02:47 AM

Worked like a charm here!


RE: Wheezy updates (python) held back - Fabio72 - 24th Mar, 2014 03:53 AM

Worked for me


RE: Wheezy updates (python) held back - Xenon - 24th Mar, 2014 04:39 AM

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?


RE: Wheezy updates (python) held back - Anderson69s - 24th Mar, 2014 05:51 AM

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...


RE: Wheezy updates (python) held back - Xenon - 24th Mar, 2014 06:15 AM

I solved with
Code:
sudo apt-get -f install

after sed -i command

doing apt-get upgrade

Thank you again!


RE: Wheezy updates (python) held back - mk01 - 24th Mar, 2014 06:15 AM

(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



RE: Wheezy updates (python) held back - agent5150 - 23rd Apr, 2014 09:45 AM

(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 Big Grin


RE: Wheezy updates (python) held back - Neutrino1986 - 6th May, 2014 05:15 AM

(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!


RE: Wheezy updates (python) held back - reilos - 19th May, 2014 06:28 AM

Thanks!
Works like a charm!


RE: Wheezy updates (python) held back - paulistano - 11th Jul, 2014 02:15 AM

Amazing. Thanks a lot!!!!


RE: Wheezy updates (python) held back - Trefex - 7th Dec, 2014 10:46 PM

(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.