>> This problem was discussed multiple times and so far suggestion was 
>> switch off antivirus (Microsoft Defender is most recognized to be 
>> culprit) and use "matching" perl (e.g. it would inappropriate to use 
>> cygwin perl in this case). 
> 
> Microsoft Defender is running, though the solution below seems to work.
> 
>> If you can reproduce the problem 100%, try to replace above line with
>> following:
>>
>> open FD,"| \"$^X\" $xlate $flavour $output";
>> *STDOUT=*FD;
> 
> Thanks. Adding '*STDOUT=*FD;' and changing the previous line looks like 
> the solution  - 'perl crypto/x86_64cpuid.pl' now quits before the 
> command prompt is displayed, and a build I ran succeeded.
> Is this something that could be committed, or would we need to maintain 
> the changes locally?

committed. 1.0.0-specific patch is 
http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=8c6364e1986f3eb49be52835b66e691b585a8051


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to