Gentoo Archives: gentoo-alt

From: Marshall McMullen <marshall.mcmullen@×××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] Re: [AIX] emerge fails on wheelgid
Date: Wed, 18 Jul 2007 17:06:44
Message-Id: 6914e0a6230b9783130446b1d95ef7ea@zentire.com
1 So, still trying to get this working....
2
3
4
5 Looks like this is set up in $EPREFIX/usr/lib/portage/const_autotool.py,
6
7 and is setting rootuid to my user id, and wheelgid is set to my group id.
8
9 Problem is that the user and group ids in this case don't exist in the
10
11 /etc/passwd and /etc/group files, as we have some distributed
12
13 authentication on this system. Any ideas how to get around this ?
14
15
16
17 On Tue, 17 Jul 2007 15:55:12 -0500, Marshall McMullen
18
19 <marshall@×××××××.com> wrote:
20
21 > I'm trying to get prefixed portage set up on a new AIX 5.3 box, but it
22
23 > fails right off the bat with this following error:
24
25 >
26
27 > $ emerge --oneshot sed
28
29 > Traceback (most recent call last):
30
31 > File "/gsa/ausgsa/home/m/d/mdmcmull/.overlay/usr/bin/emerge", line 12,
32
33 > in
34
35 > ?
36
37 > from emerge import *
38
39 > File
40
41 >
42
43 "/gsa/ausgsa-h2/00/mdmcmull/.overlay/usr/lib/portage/pym/emerge/__init__.py",
44
45 > line 27, in ?
46
47 > import portage
48
49 > File
50
51 >
52
53 "/gsa/ausgsa-h2/00/mdmcmull/.overlay/usr/lib/portage/pym/portage/__init__.py",
54
55 > line 77, in ?
56
57 > from portage.data import ostype, lchown, userland, secpass, uid,
58
59 > wheelgid, \
60
61 > File
62
63 >
64
65 "/gsa/ausgsa-h2/00/mdmcmull/.overlay/usr/lib/portage/pym/portage/data.py",
66
67 > line 70, in ?
68
69 > wheelgroup=grp.getgrgid(wheelgid)[0]
70
71 > KeyError: 'getgrgid(): gid not found: 481958'
72
73 >
74
75 > Has anyone seen this problem before?
76
77 --
78 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] Re: [AIX] emerge fails on wheelgid Fabian Groffen <grobian@g.o>