Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Emerge is broken
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
ergodic
n00b
n00b


Joined: 26 Jul 2002
Posts: 33
Location: San Diego

PostPosted: Fri Jul 26, 2002 1:45 am    Post subject: Emerge is broken Reply with quote

I was uninstalling pyhon2.2 when it returned an error message, I got scared and closed the window, and now emerge does not work. Everytime I type something like
emerge [whatever]
it returns the following error message

luis@sqlla luis $ emerge
/usr/bin/env: python2.2: No such file or directory

I suspect the error was cause because I was on the directory /usr/lib/python2.2 when issued the command :
>>> emerge unmerge python

Can emerge be fixed ?

I check the /etc/make.conf file but couldnt do much but stare and look for any reference to python2.2 ...

Thanks !
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Fri Jul 26, 2002 1:47 am    Post subject: Reply with quote

portage requires python. I'm not sure how you'd fix this. Check this out: /usr/portage/sys-apps/portage/files/README.RESCUE
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
Naan Yaar
Bodhisattva
Bodhisattva


Joined: 27 Jun 2002
Posts: 1549

PostPosted: Fri Jul 26, 2002 1:48 am    Post subject: Reply with quote

Don't despair. Follow this thread:
https://forums.gentoo.org/viewtopic.php?t=5746

Unmerging python is a bad idea.
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Fri Jul 26, 2002 2:35 am    Post subject: Reply with quote

LOL! I just answered that same question with that same thread. :D

How did you find that?
_________________
I don't believe in witty sigs.
Back to top
View user's profile Send private message
Naan Yaar
Bodhisattva
Bodhisattva


Joined: 27 Jun 2002
Posts: 1549

PostPosted: Fri Jul 26, 2002 2:48 am    Post subject: Reply with quote

I had cited that thread a time or two already. Think it was hard to find with forum search though even when I remembered its contents more or less :)

Nice solution, BTW.
delta407 wrote:
LOL! I just answered that same question with that same thread. :D

How did you find that?
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Fri Jul 26, 2002 2:51 am    Post subject: Reply with quote

Naan Yaar wrote:
Think it was hard to find with forum search though even when I remembered its contents more or less :)

Although you've probably incorporated it into your AI subsystem, "unmerging AND python" brought it up for me.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
fghellar
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 856
Location: Porto Alegre, BR

PostPosted: Fri Jul 26, 2002 2:58 am    Post subject: Re: Emerge is broken Reply with quote

ergodic wrote:
I was uninstalling pyhon2.2

Just out of curiosity... Why were you trying to unmerge python? :?:
_________________
| www.gentoo.org | www.tldp.org | www.google.com |


Last edited by fghellar on Fri Jul 26, 2002 3:00 am; edited 1 time in total
Back to top
View user's profile Send private message
Naan Yaar
Bodhisattva
Bodhisattva


Joined: 27 Jun 2002
Posts: 1549

PostPosted: Fri Jul 26, 2002 2:59 am    Post subject: Reply with quote

Well, I tried "unmerge AND python" and did not get it. Guess you got lucky. I wouldn't have thought of using the continuous tense in my search anyway.

Also, no AI necessary - I just pulled it from my previous post.
rac wrote:
...
Although you've probably incorporated it into your AI subsystem, "unmerging AND python" brought it up for me.
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Fri Jul 26, 2002 3:16 am    Post subject: Reply with quote

Naan Yaar wrote:
Well, I tried "unmerge AND python" and did not get it. Guess you got lucky. I wouldn't have thought of using the continuous tense in my search anyway.

Also, no AI necessary - I just pulled it from my previous post.
rac wrote:
...
Although you've probably incorporated it into your AI subsystem, "unmerging AND python" brought it up for me.
try 'unmergING' instead of unmerge. Worked for me.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
Naan Yaar
Bodhisattva
Bodhisattva


Joined: 27 Jun 2002
Posts: 1549

PostPosted: Fri Jul 26, 2002 3:25 am    Post subject: Reply with quote

I was replying to rac's post that he got it with unmerging and python :wink:
kanuslupus wrote:
Naan Yaar wrote:
Well, I tried "unmerge AND python" and did not get it. Guess you got lucky. I wouldn't have thought of using the continuous tense in my search anyway.

Also, no AI necessary - I just pulled it from my previous post.
rac wrote:
...
Although you've probably incorporated it into your AI subsystem, "unmerging AND python" brought it up for me.
try 'unmergING' instead of unmerge. Worked for me.
Back to top
View user's profile Send private message
ergodic
n00b
n00b


Joined: 26 Jul 2002
Posts: 33
Location: San Diego

PostPosted: Fri Jul 26, 2002 1:59 pm    Post subject: Re: Emerge is broken Reply with quote

fghellar wrote:
ergodic wrote:
I was uninstalling pyhon2.2

Just out of curiosity... Why were you trying to unmerge python? :?:


Because I didn't know better? :oops:

Seriously, because I neede to reinstall it, with the Tkinter modules. I tried to recompile/reinstall it but couldn't so I decide to uninstall-reinstall.

Bad Idea ? No Shit!
Back to top
View user's profile Send private message
ergodic
n00b
n00b


Joined: 26 Jul 2002
Posts: 33
Location: San Diego

PostPosted: Fri Jul 26, 2002 2:22 pm    Post subject: Reply with quote

Naan Yaar wrote:
Don't despair. Follow this thread:
https://forums.gentoo.org/viewtopic.php?t=5746

Unmerging python is a bad idea.


Thank you !

It worked!

I can use Tkinter now (mission accomplished ?)
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Fri Jul 26, 2002 4:04 pm    Post subject: Re: Emerge is broken Reply with quote

ergodic wrote:
Seriously, because I neede to reinstall it, with the Tkinter modules.


Can't you just "emerge python" again to recompile and reinstall with the new USE settings?
_________________
I don't believe in witty sigs.
Back to top
View user's profile Send private message
ergodic
n00b
n00b


Joined: 26 Jul 2002
Posts: 33
Location: San Diego

PostPosted: Fri Jul 26, 2002 8:38 pm    Post subject: Re: Emerge is broken Reply with quote

delta407 wrote:
ergodic wrote:
Seriously, because I neede to reinstall it, with the Tkinter modules.


Can't you just "emerge python" again to recompile and reinstall with the new USE settings?


When you emerge python it detects the latest version and says it does not need an upate. I tried that first
Back to top
View user's profile Send private message
fghellar
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 856
Location: Porto Alegre, BR

PostPosted: Fri Jul 26, 2002 8:53 pm    Post subject: Re: Emerge is broken Reply with quote

ergodic wrote:
When you emerge python it detects the latest version and says it does not need an upate.

This is the behavior of 'emerge -u python'. 'emerge python' will reinstall it...
_________________
| www.gentoo.org | www.tldp.org | www.google.com |
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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