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:23:56
Message-Id: 1262867108.16683.4082.camel@jetpack.demon.co.uk
In Reply to: Re: [gentoo-alt] QA Notice ... by Fabian Groffen
1 On Thu, 2010-01-07 at 12:38 +0100, Fabian Groffen wrote:
2 > On 04-01-2010 23:23:58 +0000, Alan Hourihane wrote:
3 > > Is there anything I can do to help what's needs to happen ?
4 > >
5 > > At the moment, all I can see is that these changes need reverting to
6 > > unbreak things.
7 >
8 > How does the latest portage behave in this respect? What I find
9 > confusing is that only mint seems to suffer from this, whereas this
10 > should be pretty global. Also STARTDIR is never referenced, just set,
11 > and I found no proof that bash uses it in some way.
12
13 O.k. I can now remove STARTDIR and it's still fine and also the hunk
14 about injecting EPREFIX.
15
16 But there's still a problem with one of the following...
17
18 + mysettings["EPREFIX"] = EPREFIX.rstrip(os.path.sep)
19 + mysettings["ROOT"] = myroot
20 + mysettings["EROOT"] = myroot +
21 mysettings["EPREFIX"].lstrip(os.path.se
22 p) + os.path.sep
23
24 As otherwise I got this.....
25
26 -------------------------------------------------------
27 You should not use ${EPREFIX} with helpers.
28 --> /usr/share/eselect/modules
29 -------------------------------------------------------
30
31 When trying to emerge app-admin/eselect-ctags
32
33 I'm just pinning down which of them cause it.
34
35 Alan.

Replies

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