[issue8746] *chflags detection broken on FreeBSD 9-CURRENT

2010-09-03 Thread Nick Dowell
Nick Dowell nickdow...@gmail.com added the comment: We've just noticed this same problem with Python 3.1.2 on Mac OS X. The problem is that the program source in the configure script has extraneous '[' and ']' characters in it, causing compilation to fail. Excerpt of configure from line 17357

[issue8746] *chflags detection broken on FreeBSD 9-CURRENT

2010-09-03 Thread Nick Dowell
Changes by Nick Dowell nickdow...@gmail.com: -- keywords: +patch Added file: http://bugs.python.org/file18736/8746-3.1.2.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8746

[issue8746] *chflags detection broken on FreeBSD 9-CURRENT

2010-09-03 Thread Nick Dowell
Changes by Nick Dowell nickdow...@gmail.com: Added file: http://bugs.python.org/file18737/8746-2.7.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8746

[issue8746] *chflags detection broken on FreeBSD 9-CURRENT

2010-09-03 Thread Nick Dowell
Changes by Nick Dowell nickdow...@gmail.com: Added file: http://bugs.python.org/file18738/8746-2.6.6.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8746

[issue8746] os.chflags() and os.lchflags() are not built when they should be be

2010-09-12 Thread Nick Dowell
Nick Dowell nickdow...@gmail.com added the comment: Why should it only be available on OS X if built with MACOSX_DEPLOYMENT_TARGET of 10.5 or higher? chflags() should be available in earlier versions of the OS: http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/10.3