rooneypark / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

Build process is using system python #125

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempt to build python, and the log has the error "cannot import name 
MAXREPEAT".
2. The system python is 2.7.1, so install homebrew python 2.7.6 (or newer), and 
place it earlier in the path than the system python.
3. Attempt to build python, and the previous error no longer is present.

What is the expected output? What do you see instead?

Having a different version of python available on the system produces different 
results. However, Sam Clegg said "The build process should not be using the 
system python at all.  It should use the host build of python that is made 
during the build process."

What version of the product are you using? On what operating system?
-naclports from approximately June 12th '14
-nacl_sdk - Pepper Canary
Version: 37
Chrome Revision: 274178
Native Client Revision: 13251
Build Date: 2014/06/02 10:08:15
-Mac OS 10.7.5

Please provide any additional information below.

Sam Clegg suggested that I submit this bug. See the full discussion here:
https://groups.google.com/forum/#!topic/native-client-discuss/oSoOXZtr4oE

Original issue reported on code.google.com by dja...@quillsoft.ca on 18 Jun 2014 at 7:02