This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author db3l
Recipients db3l, loewis, ned.deily, tarek, titus
Date 2009-11-29.21:56:28
SpamBayes Score 7.708327e-07
Marked as misclassified No
Message-id <1259531791.12.0.603062136384.issue7408@psf.upfronthosting.co.za>
In-reply-to
Content
From Tarek:

> Thanks for the digging David, I'll check for /tmp rights in that case.
> What's important in distutils, is to make sure it was able to create
> tarballs with various uid/gid using the new tarfile feature.

Right, and that part of the test (explicitly making uid/gid=0/0) is
passing.  It's just the default case that is failing, and only because
the test's assumption doesn't match what is actually happening in the
filesystem in terms of default group ownership.

From Martin:

> David, could it be that the directories where a change of group occurs
> also have the s-bit set? The sticky bit should have no such effect.

Not sure - I only noticed the "t" suffix on the directory "ls -ald"
listing, which the ls man page called sticky, but didn't think about it
much more than that.

-- David
History
Date User Action Args
2009-11-29 21:56:31db3lsetrecipients: + db3l, loewis, titus, tarek, ned.deily
2009-11-29 21:56:31db3lsetmessageid: <1259531791.12.0.603062136384.issue7408@psf.upfronthosting.co.za>
2009-11-29 21:56:29db3llinkissue7408 messages
2009-11-29 21:56:28db3lcreate