Gentoo Archives: gentoo-alt

From: Alan Hourihane <alanh@×××××××××××.uk>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] QA Notice ...
Date: Thu, 07 Jan 2010 12:43:13
Message-Id: 1262868265.16683.4085.camel@jetpack.demon.co.uk
In Reply to: Re: [gentoo-alt] QA Notice ... by Fabian Groffen
1 On Thu, 2010-01-07 at 13:26 +0100, Fabian Groffen wrote:
2 > On 07-01-2010 12:25:08 +0000, Alan Hourihane wrote:
3 > > On Thu, 2010-01-07 at 12:38 +0100, Fabian Groffen wrote:
4 > > > On 04-01-2010 23:23:58 +0000, Alan Hourihane wrote:
5 > > > > Is there anything I can do to help what's needs to happen ?
6 > > > >
7 > > > > At the moment, all I can see is that these changes need reverting to
8 > > > > unbreak things.
9 > > >
10 > > > How does the latest portage behave in this respect? What I find
11 > > > confusing is that only mint seems to suffer from this, whereas this
12 > > > should be pretty global. Also STARTDIR is never referenced, just set,
13 > > > and I found no proof that bash uses it in some way.
14 > >
15 > > O.k. I can now remove STARTDIR and it's still fine and also the hunk
16 > > about injecting EPREFIX.
17 > >
18 > > But there's still a problem with one of the following...
19 > >
20 > > + mysettings["EPREFIX"] = EPREFIX.rstrip(os.path.sep)
21 > > + mysettings["ROOT"] = myroot
22 > > + mysettings["EROOT"] = myroot +
23 > > mysettings["EPREFIX"].lstrip(os.path.se
24 > > p) + os.path.sep
25 > >
26 > > As otherwise I got this.....
27 > >
28 > > -------------------------------------------------------
29 > > You should not use ${EPREFIX} with helpers.
30 > > --> /usr/share/eselect/modules
31 > > -------------------------------------------------------
32 > >
33 > > When trying to emerge app-admin/eselect-ctags
34 > >
35 > > I'm just pinning down which of them cause it.
36 >
37 > This I can understand if you don't have EPREFIX set in your environment
38 > (like I always do). So that seems like it needs to be fixed then.
39
40 O.k. so do we just need the EPREFIX line from the above, or EROOT too
41 given it depends on the setting of EPREFIX ?
42
43 Or is there an alternative fix that you'd like me to test ?
44
45 Alan.

Replies

Subject Author
Re: [gentoo-alt] QA Notice ... Fabian Groffen <grobian@g.o>