New submission from Hiren Vadalia: I am trying to compile Python 2.7.13 (https://github.com/python/cpython/tree/9c1426de7521299f70eb5483e7e25d1c2a73dbbd) in 64 bit but I am getting following error: Build started: Project: _ssl, Configuration: Release|x64 Performing Pre-Build Event... Found a working perl at 'c:\perl\bin\perl.exe' Traceback (most recent call last): File "build_ssl.py", line 248, in <module> main() File "build_ssl.py", line 231, in main shutil.copy(r"crypto\buildinf_%s.h" % arch, r"crypto\buildinf.h") File "C:\projects\windows-work\cpython-2.7.13\lib\shutil.py", line 119, in copy copyfile(src, dst) File "C:\projects\windows-work\cpython-2.7.13\lib\shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: 'crypto\\buildinf_amd64.h' Project : error PRJ0019: A tool returned an error code from "Performing Pre-Build Event..." Build log was saved at "file://C:\projects\windows-work\cpython-2.7.13\PC\VS9.0\x64-temp-Release\_ssl\BuildLog.htm" _ssl - 1 error(s), 0 warning(s) Build started: Project: _hashlib, Configuration: Release|x64 Performing Pre-Build Event... Found a working perl at 'c:\perl\bin\perl.exe' Traceback (most recent call last): File "build_ssl.py", line 248, in <module> main() File "build_ssl.py", line 231, in main shutil.copy(r"crypto\buildinf_%s.h" % arch, r"crypto\buildinf.h") File "C:\projects\windows-work\cpython-2.7.13\lib\shutil.py", line 119, in copy copyfile(src, dst) File "C:\projects\windows-work\cpython-2.7.13\lib\shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: 'crypto\\buildinf_amd64.h' Project : error PRJ0019: A tool returned an error code from "Performing Pre-Build Event..." Build log was saved at "file://C:\projects\windows-work\cpython-2.7.13\PC\VS9.0\x64-temp-Release\_hashlib\BuildLog.htm" _hashlib - 1 error(s), 0 warning(s) Build complete: 23 Projects succeeded, 2 Projects failed, 1 Projects skipped
Then I did some search here + buildbots and I found there is already bug for it: https://bugs.python.org/issue30368 which seems to be fixed for upcoming Python 2.7.14 release. Also I found that for commit 9c1426de7521299f70eb5483e7e25d1c2a73dbbd AMD64 buildbot has failed build (http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%20VS9.0%202.7/builds/23/) ---------- assignee: christian.heimes components: Build, SSL messages: 299743 nosy: Hiren Vadalia, christian.heimes priority: normal severity: normal status: open title: [2.7] Python 64 bit _ssl compile fails due missing buildinf_amd64.h type: compile error versions: Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue31120> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com