Gentoo Archives: gentoo-alt

From: Marshall McMullen <marshall.mcmullen@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Re: [AIX] emerge fails on wheelgid
Date: Wed, 18 Jul 2007 18:38:27
Message-Id: 0bce305f2ad14cc20c50092b5c99cdc2@zentire.com
In Reply to: Re: [gentoo-alt] Re: [AIX] emerge fails on wheelgid by Fabian Groffen
1 While trying to install the latest prefix-portage-2.2.00.7245, it fails for
2
3 me on AIX 5.3 with:
4
5
6
7 make[2]: *** [install] Error 1
8
9 make[2]: Leaving directory
10
11 `/gsa/ausgsa-h2/00/mdmcmull/.overlay/var/tmp/portage-2.2.00.7245/prefix-portage-2.2.00.7245/bin'
12
13 make[1]: *** [install-recursive] Error 1
14
15 make[1]: Leaving directory
16
17 `/gsa/ausgsa-h2/00/mdmcmull/.overlay/var/tmp/portage-2.2.00.7245/prefix-portage-2.2.00.7245'
18
19 make: *** [install] Error 2
20
21
22
23 Any ideas?
24
25
26
27 On Wed, 18 Jul 2007 19:20:37 +0200, Fabian Groffen <grobian@g.o>
28
29 wrote:
30
31 > On 18-07-2007 12:06:04 -0500, Marshall McMullen wrote:
32
33 >>
34
35 >> So, still trying to get this working....
36
37 >
38
39 > Hmmm... it looks like I missed the original message :(
40
41 > Damn mailing lists software :((((
42
43 >
44
45 >> Looks like this is set up in $EPREFIX/usr/lib/portage/const_autotool.py,
46
47 >> and is setting rootuid to my user id, and wheelgid is set to my group
48
49 > id.
50
51 >> Problem is that the user and group ids in this case don't exist in the
52
53 >> /etc/passwd and /etc/group files, as we have some distributed
54
55 >> authentication on this system. Any ideas how to get around this ?
56
57 >
58
59 > Weird. Because wheelgid shouldn't be there anymore. The latest portage
60
61 > only has
62
63 > __all__ = ["EPREFIX", "SYSCONFDIR", "PORTAGE_BASE", "portageuser",
64
65 > "portagegroup", "rootuser", "rootuid"]
66
67 >
68
69 > You're bootstrapping with the latest bootstrap script? I might have to
70
71 > update that one to get around this problem.
72
73 >
74
75 > Latest portage is 2.2.00.7245, maybe you can try using that in the
76
77 > bootstrap script to bootstrap portage.
78
79 >
80
81 >>
82
83 >> On Tue, 17 Jul 2007 15:55:12 -0500, Marshall McMullen
84
85 >> <marshall@×××××××.com> wrote:
86
87 >> > I'm trying to get prefixed portage set up on a new AIX 5.3 box, but it
88
89 >> > fails right off the bat with this following error:
90
91 >> >
92
93 >> > $ emerge --oneshot sed
94
95 >> > Traceback (most recent call last):
96
97 >> > File "/gsa/ausgsa/home/m/d/mdmcmull/.overlay/usr/bin/emerge", line
98
99 > 12,
100
101 >> > in
102
103 >> > ?
104
105 >> > from emerge import *
106
107 >> > File
108
109 >> >
110
111 >>
112
113 >
114
115 "/gsa/ausgsa-h2/00/mdmcmull/.overlay/usr/lib/portage/pym/emerge/__init__.py",
116
117 >> > line 27, in ?
118
119 >> > import portage
120
121 >> > File
122
123 >> >
124
125 >>
126
127 >
128
129 "/gsa/ausgsa-h2/00/mdmcmull/.overlay/usr/lib/portage/pym/portage/__init__.py",
130
131 >> > line 77, in ?
132
133 >> > from portage.data import ostype, lchown, userland, secpass, uid,
134
135 >> > wheelgid, \
136
137 >> > File
138
139 >> >
140
141 >>
142
143 >
144
145 "/gsa/ausgsa-h2/00/mdmcmull/.overlay/usr/lib/portage/pym/portage/data.py",
146
147 >> > line 70, in ?
148
149 >> > wheelgroup=grp.getgrgid(wheelgid)[0]
150
151 >> > KeyError: 'getgrgid(): gid not found: 481958'
152
153 >> >
154
155 >> > Has anyone seen this problem before?
156
157 >
158
159 > --
160
161 > Fabian Groffen
162
163 > Gentoo on a different level
164
165 >
166
167 > --
168
169 > gentoo-alt@g.o mailing list
170
171 --
172 gentoo-alt@g.o mailing list

Replies

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