Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[Solved] Wheezy updates (python) held back
Thank you for your donation

Pages (3): « Previous 1 2 3 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
[Solved] Wheezy updates (python) held back
23rd Mar, 2014, 05:25 PM
Post: #16
Smultie Offline
Moderator
******
Posts: 322
Joined: Feb 2013
Reputation: 16
RE: Wheezy updates (python) held back
(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?
Find all posts by this user
Quote this message in a reply
23rd Mar, 2014, 08:34 PM
Post: #17
comstyle Offline
Registered
Posts: 12
Joined: Mar 2014
Reputation: 0
AW: Wheezy updates (python) held back
I just selected all packages and updated (via ssh) xD
sry there's nothing special about that Big Grin
Find all posts by this user
Quote this message in a reply
23rd Mar, 2014, 11:46 PM
Post: #18
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Wheezy updates (python) held back
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

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
24th Mar, 2014, 02:38 AM
Post: #19
Xenon Offline
Registered
Posts: 20
Joined: Dec 2013
Reputation: 2
RE: Wheezy updates (python) held back
Mk01 I've tried your suggestion but still the same issue
Find all posts by this user
Quote this message in a reply
24th Mar, 2014, 02:47 AM
Post: #20
Smultie Offline
Moderator
******
Posts: 322
Joined: Feb 2013
Reputation: 16
RE: Wheezy updates (python) held back
Worked like a charm here!
Find all posts by this user
Quote this message in a reply
24th Mar, 2014, 03:53 AM
Post: #21
Fabio72 Offline
Registered
Posts: 96
Joined: Feb 2014
Reputation: 5
RE: Wheezy updates (python) held back
Worked for me
Find all posts by this user
Quote this message in a reply
24th Mar, 2014, 04:39 AM
Post: #22
Xenon Offline
Registered
Posts: 20
Joined: Dec 2013
Reputation: 2
RE: Wheezy updates (python) held back
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?
Find all posts by this user
Quote this message in a reply
24th Mar, 2014, 05:51 AM
Post: #23
Anderson69s Offline
Registered
Posts: 3
Joined: Dec 2013
Reputation: 0
RE: Wheezy updates (python) held back
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...
Find all posts by this user
Quote this message in a reply
24th Mar, 2014, 06:15 AM
Post: #24
Xenon Offline
Registered
Posts: 20
Joined: Dec 2013
Reputation: 2
RE: Wheezy updates (python) held back
I solved with
Code:
sudo apt-get -f install

after sed -i command

doing apt-get upgrade

Thank you again!
Find all posts by this user
Quote this message in a reply
24th Mar, 2014, 06:15 AM
Post: #25
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Wheezy updates (python) held back
(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

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
23rd Apr, 2014, 09:45 AM
Post: #26
agent5150 Offline
Registered
Posts: 67
Joined: Dec 2012
Reputation: 1
RE: Wheezy updates (python) held back
(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
Find all posts by this user
Quote this message in a reply
6th May, 2014, 05:15 AM
Post: #27
Neutrino1986 Offline
Registered
Posts: 9
Joined: May 2014
Reputation: 0
RE: Wheezy updates (python) held back
(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!
Find all posts by this user
Quote this message in a reply
19th May, 2014, 06:28 AM
Post: #28
reilos Offline
Registered
Posts: 1
Joined: May 2014
Reputation: 0
RE: Wheezy updates (python) held back
Thanks!
Works like a charm!
Find all posts by this user
Quote this message in a reply
11th Jul, 2014, 02:15 AM
Post: #29
paulistano Offline
Registered
Posts: 2
Joined: May 2014
Reputation: 0
RE: Wheezy updates (python) held back
Amazing. Thanks a lot!!!!
Find all posts by this user
Quote this message in a reply
7th Dec, 2014, 10:46 PM
Post: #30
Trefex Offline
Registered
Posts: 11
Joined: Apr 2013
Reputation: 0
RE: Wheezy updates (python) held back
(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.
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (3): « Previous 1 2 3 Next »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 12th May, 2025, 06:24 AM Powered By MyBB, © 2002-2025 MyBB Group.