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

2010-09-03 Thread Nick Dowell
Changes by Nick Dowell : Added file: http://bugs.python.org/file18738/8746-2.6.6.patch ___ Python tracker ___ ___ Python-bugs-list mailing list

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

2010-09-03 Thread Nick Dowell
Changes by Nick Dowell : Added file: http://bugs.python.org/file18737/8746-2.7.patch ___ Python tracker ___ ___ Python-bugs-list mailing list U

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

2010-09-03 Thread Nick Dowell
Changes by Nick Dowell : -- keywords: +patch Added file: http://bugs.python.org/file18736/8746-3.1.2.patch ___ Python tracker ___ ___ P

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

2010-09-03 Thread Ned Deily
Ned Deily added the comment: Nick, can you provide a unit test and a patch file for the issue against the currently maintained versions? Adding Alexandre to comment on why the configure change was made. -- components: +Build nosy: +alexandre.vassalotti, ned.deily stage: -> unit test

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

2010-09-03 Thread Douglas Leeder
Changes by Douglas Leeder : -- nosy: +Douglas.Leeder ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

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

2010-09-03 Thread Nick Dowell
Nick Dowell 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: cat >>conftest.$ac

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

2010-05-19 Thread Garrett Cooper
Garrett Cooper added the comment: . -- Added file: http://bugs.python.org/file17414/config.log ___ Python tracker ___ ___ Python-bugs-

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

2010-05-18 Thread Garrett Cooper
New submission from Garrett Cooper : os.chflags isn't `available' even though chflags support is available on the system: >>> filter(lambda x: x.startswith('chflags'), dir(os)) [] >>> platform.uname() ('FreeBSD', 'bayonetta.local', '9.0-CURRENT', 'FreeBSD 9.0-CURRENT #0 r206173M: Mon Apr 26 22