Jeremy Kloth <jeremy.kloth+python-trac...@gmail.com> added the comment:

OK, I have discovered my issue(s) building OpenSSL.  When I first downloaded 
the openssl-1.0.1c external, the timestamps for the .asm files ended up being 
older than their corresponding .pl sources therefore triggering the rules in 
the makefile.

I then decided to fix those Perl related issues by installing ActivePerl but 
*without* having it added to my PATH (as build_ssl.py finds it in the default 
location).  This causes build_ssl.py to no longer use the generated .asm files 
as a Perl executable has been found (line 221).

The attached patch ensures that the Perl executable is actually runnable.

----------
keywords: +patch
Added file: http://bugs.python.org/file26045/build_ssl.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15052>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to