Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: Fwd: Re: [gentoo-alt] Re: [AIX] emerge fails on wheelgid
Date: Wed, 25 Jul 2007 11:58:56
Message-Id: 20070725115831.GL1821@gentoo.org
1 On 20-07-2007 08:10:02 -0500, Marshall McMullen wrote:
2 > Sure thing, glad to help debug this.
3 >
4 > Here's the relevant stuff from
5 > $EPREFIX/usr/lib/portage/pym/portage/const_autotool.py:
6 >
7 > portagegroup="mdmcmull"
8 > portageuser="mdmcmull"
9 > rootuser="mdmcmull"
10 > rootuid=294768
11
12 Let's try some python voodoo (I'm a n00b beware)
13
14 Does the following return anything?
15
16 python -c 'import pwd; print(pwd.getpwall())' | grep mdmcmull
17
18 and this?
19
20 python -c 'import grp; print(grp.getgrall())' | grep mdmcmull
21
22 (you might not want to post the output)
23
24 > And here's the output from `id`:
25 >
26 > $ id
27 > uid=294768(mdmcmull) gid=481958(mdmcmull)
28 > groups=481958(mdmcmull),309104(p/aix/aixibmc),
29 > 302854(p/aix/reader),
30 > 331029(p/bn2s/writer),304885(p/aix/binary),
31 > 331046(p/bn2s/sysproc/writer),309106(p/aix/relinfo),
32 > 331044(p/bn2s/sysproc/reader),304892(p/aix/oncplus),
33 > 510723(p/aix/communication),560385(p/bn2s/distnim),
34 > 570800(p/aix54sec/aix54secreviewdepts),
35 > 570842(p/aix54wpar/aix54wpartechreviewdepts)
36
37 --
38 Fabian Groffen
39 Gentoo on a different level
40 --
41 gentoo-alt@g.o mailing list