Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] emerge portage on solaris x86-64
Date: Sat, 19 Apr 2008 11:18:22
Message-Id: 20080419111819.GT979@gentoo.org
In Reply to: Re: [gentoo-alt] emerge portage on solaris x86-64 by Fabian Groffen
1 On 16-04-2008 21:25:42 +0200, Fabian Groffen wrote:
2 > On 16-04-2008 21:23:03 +0200, Bacchella Fabrice wrote:
3 > > No change.
4 > >
5 > > But I don't see the problem with EPREFIX ?
6 > >
7 > > portage is complaigning about python and ssl, whatever the USE flag was. I
8 > > even tried to set it on command line or in make.conf. No change.
9 > > So I don't think problem is with EPREFIX.
10 > > I'm using a su - to be sure to have a clean environnement.
11 >
12 > The problem is that Portage thinks that python has no ssl USE flag at
13 > all. I asked for EPREFIX just to be sure you weren't pointing to some
14 > random garbage Prefix. built_with_use is defined in
15 > usr/portage/eclass/eutils.eclass
16
17 It looks like a bug in bash.
18
19 v=$( $(<"${file}") )
20 echo ${v[@]} -> gives "(bla bla bla)"
21 echo ${v[@]#[-+]} -> gives ""
22
23 (I don't expect the braces, and the empty result for the replacement
24 either)
25
26 --
27 Fabian Groffen
28 Gentoo on a different level
29 --
30 gentoo-alt@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] emerge portage on solaris x86-64 Fabian Groffen <grobian@g.o>