Had an issue on my PC at work with a corrupt reiser4 filesystem (still no clue as to why). I managed to repair the FS using RiP-Linux, but not without some data loss. After reviewing lost+found, I found most files related to some HTML cache of Konqueror, but fsck.reiser4 complained about a file that could not be recovered.
After awhile, I tried running emerge to install some new package, and there it was: a broken portage...
The error I got:
!!! Failed to complete portage imports. There are internal modules for !!! portage and failure here indicates that you have a problem with your !!! installation of portage. Please try a rescue portage located in the !!! portage tree under '/usr/portage/sys-apps/portage/files/' (default). !!! There is a README.RESCUE file that details the steps required to perform !!! a recovery of portage. No module named collections
Following directions (see here), I installed a rescue portage, but the error remained. After some searching, I stumbled upon a forgotten thread on Gentoo Forums: http://forums.gentoo.org/viewtopic-t-563494.html.
In there, I found the collections to be a Python module (which makes sense, as after all, Portage is a Python-app). I basically followed the solution provided there.
Get the latest pre-compiled Python from tinderbox, and unpack it:
wget http://tinderbox.dev.gentoo.org/default-linux/x86/All/python-2.4.4-r6.tbz2 tar xjf python-2.4.4-r6.tbz2
Go into the unpacked dir and copy collections.so to the proper place. In my case, the file really was missing:
cp usr/lib/python2.4/lib-dynload/collections.so /usr/lib/python2.4/lib-dynload/
Try running emerge now. If it works, you're good to go.
Do note that I remerged Python, to make sure no other stuff was faulty:
emerge -v python
Now on to getting a decent stage4 so this stuff doesn't happen again.
« ‹ | November 2024 | › » | ||||
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |