[issue10820] 3.2 Makefile changes for versioned scripts break OS X framework installs

2011-01-10 Thread Ned Deily
Ned Deily added the comment: Fixed in r87908. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue10820] 3.2 Makefile changes for versioned scripts break OS X framework installs

2011-01-10 Thread Ned Deily
Ned Deily added the comment: (BTW, I was planning to see what we could do about Issue8084 before release anyway. I'll get on it.) -- ___ Python tracker ___ ___

[issue10820] 3.2 Makefile changes for versioned scripts break OS X framework installs

2011-01-10 Thread Ned Deily
Ned Deily added the comment: Thanks for trying a build. There are various tk test failures possible depending on what version of Tcl/Tk is or isn't installed, so I wouldn't be concerned about them. The test_site failure is also not new. It is documented in re-opened Issue8084. --

[issue10820] 3.2 Makefile changes for versioned scripts break OS X framework installs

2011-01-10 Thread Antoine Pitrou
Antoine Pitrou added the comment: Looks like an issue in test_site rather than site.py itself (which has dedicated code to add a third site directory under framework builds). The test_site failure is not enough to hold the release, IMO. Given Ronald's absence, I think Ned could start exercisi

[issue10820] 3.2 Makefile changes for versioned scripts break OS X framework installs

2011-01-10 Thread Stephen Hansen
Stephen Hansen added the comment: FYI, The patch applied cleanly to branches/py3k; I then built a framework build (universal), installed it and ran the test-suite. I had two failures, but I don't know if either is related. The first was the tk tests didn't pass, but I'm not sure if there was

[issue10820] 3.2 Makefile changes for versioned scripts break OS X framework installs

2011-01-03 Thread Ned Deily
Changes by Ned Deily : -- keywords: +patch Added file: http://bugs.python.org/file20254/issue10820-py3k.patch ___ Python tracker ___ _

[issue10820] 3.2 Makefile changes for versioned scripts break OS X framework installs

2011-01-03 Thread Ned Deily
New submission from Ned Deily : The changes for Issue10679 (r87525) to installed versioned scripts break OS X framework installs. The install_versionedtools target in Mac/Makefile already did most of this work and is now superfluous. The attached patch fixes the problem. -- assignee