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 srid
Recipients loewis, srid
Date 2010-09-02.23:34:36
SpamBayes Score 0.00024168545
Marked as misclassified No
Message-id <1283470478.35.0.83819727003.issue9719@psf.upfronthosting.co.za>
In-reply-to
Content
When I disabled r83335, openssl build fails:

 set ASM=ml64 /c /Cp /Cx /Zi
  crypto\x86_64cpuid.pl tmp64\x86_64cpuid.asm
 ml64 /c /Cp /Cx /Zi /Fotmp64\x86_64cpuid.obj tmp64\x86_64cpuid.asm
 Assembling: tmp64\x86_64cpuid.asm
MASM : fatal error A1000:cannot open file : tmp64\x86_64cpuid.asm

I guess the real question is - where I do get the ./asm64/ directory from? It is not found in the openssl-1.0.0a.tar.gz source.
History
Date User Action Args
2010-09-02 23:34:38sridsetrecipients: + srid, loewis
2010-09-02 23:34:38sridsetmessageid: <1283470478.35.0.83819727003.issue9719@psf.upfronthosting.co.za>
2010-09-02 23:34:36sridlinkissue9719 messages
2010-09-02 23:34:36sridcreate