Results 1 to 3 of 3
I just had one of those oh cr*p moments ...
I updated my Funtoo install yesterday which was fairly uneventful, ran revdep-rebuild and started having a couple of issues which ...
- 06-12-2011 #1
emerge --depclean and unmerged python
I just had one of those oh cr*p moments ...
I updated my Funtoo install yesterday which was fairly uneventful, ran revdep-rebuild and started having a couple of issues which I fixed running emerge --depclean -a then revdep-rebuild. Anyway today I updated my Gentoo install, ran emerge --depclean -a and having done something similar in Funtoo the day before just accepted the package removals (about 26 of them) ... and unmerged python
revdep-rebuild reported emerge could not build packages and running emerge manually just returns a prompt with no activity ...
... panic set in and I started trying to fix portage (this did not work)
but emerge still did not workCode:mv /usr/lib/portage /usr/lib/portage-old-july2011 mkdir /usr/lib/portage cd /root mkdir portage-recover cd portage-recover tar xfj /usr/portage/distfiles/portage-2.1.9.42.tar.bz2 cd /root/portage-recover/portage-2.1.9.42 cp -R pym bin /usr/lib/portage/

So I removed the /usr/lib/portage folder and did
to put my original version back again ...Code:mv /usr/lib/portage-old-july2011 /usr/lib/portage
Then ran (to fix things)
and I'm currently running python-updaterCode:eselect python list eselect python set 1
... which is currently running compiling 38 packages
Last edited by Jonathan183; 06-12-2011 at 07:52 PM.
- 06-12-2011 #2
Sounds like you avoided the "Big one" here. Good luck with the rest, python-updater always gives me grief.
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 06-12-2011 #3


Reply With Quote
