This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jkloth
Recipients gregory.p.smith, jeremy.kloth, jkloth, loewis
Date 2012-06-18.18:59:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340045959.05.0.675912348009.issue15052@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-06-18 18:59:19jklothsetrecipients: + jkloth, loewis, gregory.p.smith, jeremy.kloth
2012-06-18 18:59:19jklothsetmessageid: <1340045959.05.0.675912348009.issue15052@psf.upfronthosting.co.za>
2012-06-18 18:59:17jklothlinkissue15052 messages
2012-06-18 18:59:16jklothcreate