Gentoo Archives: gentoo-alt

From: CJ <list.cj@×××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] error at
Date: Mon, 03 Aug 2009 14:15:21
Message-Id: loom.20090803T133648-677@post.gmane.org
1 I'm following the bootstrap instructions on
2 http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-macos.xml
3 and at the point where it instructs me to run the above
4 command, I get the following dump...
5
6 emerge --oneshot sed
7 Traceback (most recent call last):
8 File "/opt/gentoo/usr/bin/emerge", line 42, in <module>
9 retval = emerge_main()
10 File "/opt/gentoo/usr/lib/portage/pym/_emerge/main.py",
11 line 1036, in emerge_main
12 settings, trees, mtimedb = load_emerge_config()
13 File "/opt/gentoo/usr/lib/portage/pym/_emerge/actions.py",
14 line 2646, in load_emerge_config
15 settings = root_trees["vartree"].settings
16 File "/opt/gentoo/usr/lib/portage/pym/portage/util.py", line
17 1066, in __getitem__
18 result = lazy_item.func(*pargs, **kwargs)
19 File "/opt/gentoo/usr/lib/portage/pym/portage/dbapi/vartree.py",
20 line 2280, in __init__
21 settings=settings, vartree=self)
22 File "/opt/gentoo/usr/lib/portage/pym/portage/dbapi/vartree.py",
23 line 1456, in __init__
24 if self.settings.get('CHOST').find('darwin') >= 0:
25 AttributeError: 'NoneType' object has no attribute 'find'
26
27 I thought the problem may be similar to the one in this thread:
28 http://thread.gmane.org/gmane.linux.gentoo.alt/4221
29
30 but I don't think it is. In any event, they asked for output from
31 "ls -ls $EPREFIX/etc/make.profile", so I
32 post that below just in case it is valuable.
33
34 8 lrwxr-xr-x 1 cj staff 61 Aug 3 09:21
35 /opt/gentoo/etc/make.profile@ ->
36 /opt/gentoo/usr/portage/profiles/prefix/darwin/macos/10.5/x86
37
38 I'm stuck at this point. Can someone help me past this?
39 BTW, I'm running this on OS X 10.5.7.

Replies

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