[issue15838] make install tries to create lib2to3 grammar pickles in source directory

2012-09-08 Thread Ned Deily
Ned Deily added the comment: This problem is resolved by the fixes for Issue15822 which implements a more explicit way of installing the grammar pickles. -- resolution: -> duplicate stage: needs patch -> committed/rejected status: open -> closed superseder: -> installed python may fai

[issue15838] make install tries to create lib2to3 grammar pickles in source directory

2012-09-04 Thread Ronald Oussoren
Ronald Oussoren added the comment: FWIW the patch is issue15645 was a patch that fixed the issue with minimal changes, as it was created close to the first 3.3 release candidate I didn't want to change code when that could be avoided. A fix that writes the generated file into the build tree in

[issue15838] make install tries to create lib2to3 grammar pickles in source directory

2012-09-04 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue15838] make install tries to create lib2to3 grammar pickles in source directory

2012-09-01 Thread Ned Deily
New submission from Ned Deily: With the recent activity around making out-of-tree builds work, while investigating Issue15822 I realized that the lib2to3 grammar pickle files are being built in the source directory by the libinstall target step of the main Makefile rather than in the build dir