Gentoo Archives: gentoo-alt

From: Leho Kraav <leho@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] [PREFIX] revolutions in the bootstrapping world
Date: Sun, 18 Nov 2012 12:08:59
Message-Id: 50A8CA6A.6010007@kraav.com
In Reply to: Re: [gentoo-alt] [PREFIX] revolutions in the bootstrapping world by Leho Kraav
1 On 18.11.2012 12:28, Leho Kraav wrote:
2 >
3 > Something I did run into was stage1 failing bash-4.2 ./configure because
4 > of my GREP_OPTIONS.
5 >
6 > So I would suggest always unsetting GREP_OPTIONS in the script. Been
7 > bitten by this before and that's how I even knew what's going on when
8 > looking at the failure line.
9 >
10
11 Another discovery, dev-perl/XML-Parser failed with:
12
13 Only one of PREFIX or INSTALL_BASE can be given. Not both.
14
15 With the help of
16 https://forums.gentoo.org/viewtopic-t-831241-highlight-installbase.html
17 I discovered I had this set for some obscure forgotten reason:
18
19 $ env | grep INSTALL
20 PERL_MM_OPT=INSTALL_BASE=/home/markitek/perl5
21
22 So unset PERL_MM_OPT might be good, too.
23
24 Or possibly add solutions to these to some FAQ section on prefix guide?

Replies

Subject Author
Re: [gentoo-alt] [PREFIX] revolutions in the bootstrapping world Fabian Groffen <grobian@g.o>