On Wed, 27 May 2009 01:32:13 -0700 (PDT)
Jon Hardcastle <jd_hardcas...@yahoo.com> wrote:

> 
> I'd hope that if anyone else comes a cropper by this then at least this conv 
> will help them! But I was EXPECTING portage to not let me do something that 
> would stop the 'solution' (and that is what it is whether at the portage or 
> the gentoo level) working.

I hope you solve everything. Anyway there is something you should have
learned: think before acting, and do not rely on safeguards. They were
meant to diminish the damage if you get into problems, not to be counted
on as if they were normal functionality.

In terms of computer usage, do never perform a task without reading
documentation and understanding what you are doing.

You should have realized that Python is a core component of the system
and that one needs great care when messing with core components.
And specifically, it is *not* safe to remove a component "just for a
small time" (this is not the first time I've seen this). For a normal
component you have to, at least, ensure the component is not currently
in use and will not be needed during the period it will be absent.
For a core component you should be far more careful. And normally
you don't have to mess with it at all.

And after your first mistake you continued to make others.
The instructions in that blog were not quite good. After a little
time searching the forums I found the tinderbox solution - which
is far simpler and cleaner. Also, the person recommending the solution
has some credibility (being a site administrator for the Gentoo forums)
and, the solution being simpler, it is easier for you to *understand* them
and act with confidence (and I personally would take at the very lest
one extra care - verify if the USE flags and CFLAGS the binary package
was built with were compatible with my system).
You appear to have executed commands you didn't understand - based on
some blog.

Anyway, how is the system now? Is portage working? What about the
manual Python installations, are they still in the system?
I don't know if it is healthy to have these remains around
(and if you want to clean them, be careful).

By the way, can you write with more clarity? I don't understand you
completely - perhaps because I am a non-native English speaker.

Regards,
    Jorge

Reply via email to