Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
e2fsprogs block, rebooted computer before fixing
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC
View previous topic :: View next topic  
Author Message
trann
n00b
n00b


Joined: 13 Nov 2009
Posts: 3

PostPosted: Fri Nov 13, 2009 8:10 am    Post subject: e2fsprogs block, rebooted computer before fixing Reply with quote

So I installed gentoo on my Powerbook G4, and right after I completed the installation process and rebooted, I decided to emerge some things I needed. I tried to emerge sudo and got the "e2fsprogs, com_err, ss" blocks so I unmerged them. Unfortunately for me, the computer rebooted and now /proc won't mount correctly, which makes sense because e2fsprogs is missing.

Can anyone tell me a way I can fix this? I am using the PPC Universal CD and was thinking maybe I could chroot back into the machine somehow and re-emerge e2fsprogs and w/e else I needed.

thanks
Back to top
View user's profile Send private message
Veldrin
Veteran
Veteran


Joined: 27 Jul 2004
Posts: 1945
Location: Zurich, Switzerland

PostPosted: Fri Nov 13, 2009 8:18 am    Post subject: Reply with quote

There is a sticky thread over in portage programming...

in short, you this can be solved with the livecd.
Back to top
View user's profile Send private message
aguettinger
Tux's lil' helper
Tux's lil' helper


Joined: 26 Sep 2003
Posts: 84

PostPosted: Fri Nov 13, 2009 9:15 am    Post subject: Reply with quote

Sorry, that link was not working.
Here:

https://forums.gentoo.org/viewtopic-t-712898-highlight-e2fsprogs.html

You have to boot with the CD again, mount your file systems again (root etc. like you did before chroot last time) and mount dev and proc as described in the handbook. Then chroot again like before. Then you can emerge e2fsprogs, follow the link above to get around blocks.
_________________
regards
- andy
Back to top
View user's profile Send private message
trann
n00b
n00b


Joined: 13 Nov 2009
Posts: 3

PostPosted: Fri Nov 13, 2009 5:05 pm    Post subject: Reply with quote

Well, im guessing I have to download the stage3 tarball again, and the portage snapshot too. Emerge gave me errors when trying to sync, so I went back and downloaded them. I have yet to try again though...
Back to top
View user's profile Send private message
JoseJX
Retired Dev
Retired Dev


Joined: 28 Apr 2002
Posts: 2774

PostPosted: Mon Nov 16, 2009 5:15 am    Post subject: Reply with quote

No, there is no need to download the stages again, you only need to do the things required to set up the machine (network, load modules, mount chroot, etc.). The goal is to get into your system to fix it, not to start over.
_________________
Gentoo PPC FAQ: http://www.gentoo.org/doc/en/gentoo-ppc-faq.xml
Back to top
View user's profile Send private message
mimosinnet
l33t
l33t


Joined: 10 Aug 2006
Posts: 713
Location: Barcelona, Spain

PostPosted: Tue Dec 08, 2009 10:17 pm    Post subject: Reply with quote

To avoid having to boot with the cd, it is possible to install the unmerged version if you have the files in /usr/portage/distfiles:

Code:
# locate e2fsprogs | grep distfiles
/usr/portage/distfiles/e2fsprogs-libs-1.41.3.tar.gz
/usr/portage/distfiles/e2fsprogs-1.41.3.tar.gz
/usr/portage/distfiles/e2fsprogs-1.40.8.tar.gz
/usr/portage/distfiles/e2fsprogs-1.40.9.tar.gz
/usr/portage/distfiles/e2fsprogs-1.41.2.tar.gz
/usr/portage/distfiles/e2fsprogs-libs-1.41.2.tar.gz


You can then emerge the unmerged ebuild:
Code:
emerge -av =sys-fs/e2fsprogs-1.41.3


Cheers!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum