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 larry
Recipients larry
Date 2009-04-03.00:46:53
SpamBayes Score 3.296729e-07
Marked as misclassified No
Message-id <1238719617.07.0.390323030603.issue5676@psf.upfronthosting.co.za>
In-reply-to
Content
"make clean" fails in my tree.  There's an inscrutable new directory,
"@test", which is chmod 400, and therefore "find" isn't allowed to
descend into it, so it fails and aborts the clean early.  I don't know
what the deal is here, but I patched the rules for "clean" and
"pycremoval" so they chmod "@test" temporarily to 755 before running and
back to "400" afterwards.

A better fix: get rid of this "chmod 400 @test" nonsense.  But I'm too
lazy to investigate why it was done in the first place.  Or tell me what
I'm doing wrong in the first place...
History
Date User Action Args
2009-04-03 00:46:57larrysetrecipients: + larry
2009-04-03 00:46:57larrysetmessageid: <1238719617.07.0.390323030603.issue5676@psf.upfronthosting.co.za>
2009-04-03 00:46:55larrylinkissue5676 messages
2009-04-03 00:46:55larrycreate