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 nnorwitz
Recipients
Date 2007-03-20.06:42:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It looks like Tru64 does have some version of chflags, however, it is undocumented and apparently causes  python to exit.  It is at least one of the reasons for the recent buildbot failures:

http://python.org/dev/buildbot/all/alpha%20Tru64%205.1%20trunk/builds/1550/step-test/0

That doesn't really tell the whole story, but I logged on to the machine and ran the test, after modifying unittest to flush the stream, sigh :-( and got this:

ringneck:/net/cci/nnorwitz/python/trunk.norwitz-tru64/nn-work-build % ./python -E -tt ./Lib/test/regrtest.py -v test_posix
test_posix
testNoArgFunctions (test.test_posix.PosixTester) ... ok
test_access (test.test_posix.PosixTester) ... ok
test_chdir (test.test_posix.PosixTester) ... ok
test_chflags (test.test_posix.PosixTester) ... Bad system call
History
Date User Action Args
2007-08-23 15:48:55adminlinkissue1490190 messages
2007-08-23 15:48:55admincreate