Gentoo Archives: gentoo-dev

From: Grant Goodyear <g2boojum@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] build 1.0-r1.tbz2
Date: Thu, 21 Mar 2002 10:24:51
Message-Id: 1016727482.26180.6.camel@red.ces.clemson.edu
In Reply to: [gentoo-dev] build 1.0-r1.tbz2 by Markus Krainer
1 > On an existing gentoo system I thought I'll test the new 1.0-r1 build
2 > on a single partition (hdc1, 600 MB, reiserfs) on my 2nd disk.
3
4 Well, that's why we haven't announced it yet. We're still actively
5 working on it.
6
7 > # env-update
8 > >>> Note: /etc/make.profile isn't available; an 'emerge sync' will
9 > probably fix this.
10
11 A patch didn't make it into that version of portage. You can either
12 bind-mount the host /usr/portage into the chroot (since you're already
13 on a Gentoo system), or you can modify (in the chroot)
14 /usr/lib/python2.2/site-packages/portage.py, adding the lines below
15 with the "+" in front of them at line 469.
16
17 "returns set of USE variables auto-enabled due to packages being
18 installed"
19 + if profiledir==None:
20 + return ""
21 mylines=grabfile(profiledir+"/use.defaults")
22
23 -g2boojum-

Replies

Subject Author
Re: [gentoo-dev] build 1.0-r1.tbz2 Markus Krainer <markus-krainer@××××××.at>