[issue28346] 3.6 source doesn't build on centos 6

2016-10-03 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue28346] 3.6 source doesn't build on centos 6

2016-10-03 Thread lurker10
lurker10 added the comment: This has to be it, thank you! I used github to get source. -- resolution: -> not a bug status: open -> closed ___ Python tracker ___

[issue28346] 3.6 source doesn't build on centos 6

2016-10-03 Thread Berker Peksag
Berker Peksag added the comment: How did you get 3.7.0a1? I assumed you cloned it from hg.python.org. If you clone it from the GitHub mirror, you can use the trick mentioned at http://bugs.python.org/issue23404#msg275285 -- ___ Python tracker

[issue28346] 3.6 source doesn't build on centos 6

2016-10-03 Thread lurker10
lurker10 added the comment: Ok, a new error when running make touch. Not a mercurial directory (no .hg found). I am not familiar with mercurial though, could be an easy fix. It happens for both 3.7.0a1 and for the current 3.6 branch. It's alright I'll just use the 3.6.0b1 from the official site

[issue28346] 3.6 source doesn't build on centos 6

2016-10-03 Thread Berker Peksag
Berker Peksag added the comment: Running make distclean make touch should solve your problem. There isn't any significant change between 3.6.0b1 and 3.7.0a1 to cause build problems if I recall correctly. -- ___ Python tracker

[issue28346] 3.6 source doesn't build on centos 6

2016-10-03 Thread lurker10
lurker10 added the comment: I am sorry, it's actually 3.7.0a1 I was trying to build that errors. 3.6.0b1 builds fine. -- ___ Python tracker ___ _

[issue28346] 3.6 source doesn't build on centos 6

2016-10-03 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report. I think you need to run "make touch". -- nosy: +berker.peksag ___ Python tracker ___ _

[issue28346] 3.6 source doesn't build on centos 6

2016-10-03 Thread lurker10
New submission from lurker10: Centos 6.7 Python 2.6.6 (default in Centos 6, no other python installed) GCC 4.4.7 # ./configure ... (no errors) # make python ./Tools/scripts/generate_opcode_h.py ./Lib/opcode.py ./Include/opcode.h /bin/mkdir -p Include python ./Parser/asdl_c.py -h Include ./Parse