RCMN Apprentice


Joined: 08 Jun 2003 Posts: 203 Location: fr-paris us-minneapolis
|
Posted: Thu Nov 25, 2004 7:27 am Post subject: big mistake .... |
|
|
couple days ago as i followed a thread to fix an install of simcity4 i had to do
Code: | emerge unemerge linux-headers glibc && emerge linux26-headers glibc.
|
That solved pert of the problem but not everything.
So today as i was going to play an other game i realize that what i changed beak it.So i decided to roll back and remove some Flag from the Make.conf ,unmerge linux26-headers and glibc ,to recompile glibc and see whitch version of linux-headers it would ask.But as i was doing that something terrible happened ....here my last output from the console Code: | return spawn(args,env=env,opt_name=opt_name,**keywords)
File "/usr/lib/portage/pym/portage_exec.py", line 167, in spawn
raise str(e)+":\n "+myc+" "+string.join(myargs)
[Errno 2] No such file or directory:
/bin/bash [glibc-2.3.4.20040808-r1] bash -c /usr/lib/portage/bin/ebuild.sh postrm
!!! FAILED postrm: 1
computer root # emerge unmerge linux26-headers
bash: /usr/bin/emerge: /usr/bin/python: bad interpreter: No such file or directory
computer root # emerge unmerge glibc
bash: /usr/bin/emerge: /usr/bin/python: bad interpreter: No such file or directory
computer root # emerge -Du world
bash: /usr/bin/emerge: /usr/bin/python: bad interpreter: No such file or directory
computer root # exit
exit
user@computer user $ su
bash: /bin/su: No such file or directory
user@computer user $ ls
bash: /bin/ls: No such file or directory
user@computer user $ cd
user@computer user $ cd /
user@computer / $ cd /usr/
.keep include portage
NX info qt
X11R6 kde sbin
bin lib share
doc libexec src
games local tmp
i686-pc-linux-gnu man
user@computer / $ cd /bin/
Display all 146 possibilities? (y or n)
user@computer / $ cd /bin/e
echo ed egrep env expr
user@computer / $ cd /bin/s
sash setfont sleep stat sync
sed setserial sort stty
seq sh split su
user@computer / $ /bin/su
bash: /bin/su: No such file or directory
user@computer / $ ./bin/su
bash: ./bin/su: No such file or directory
user@computer / $ cd /bin/
user@computer bin $ ./su
bash: ./su: No such file or directory
|
hhhhheeelllppp |
|