Re: [openssl.org #2963] Windows build bug (perl/nasm race) on OpenSSL 1.0.0c

2013-02-01 Thread Bruce Cran
crypto/bn/asm/x86_64-mont.pl also needs fixed. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

Re: [openssl.org #2963] Windows build bug (perl/nasm race) on OpenSSL 1.0.0c

2013-02-01 Thread Bruce Cran via RT
crypto/bn/asm/x86_64-mont.pl also needs fixed. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

Re: [openssl.org #2963] Windows build bug (perl/nasm race) on OpenSSL 1.0.0c

2013-01-22 Thread Bruce Cran
On 21/01/2013 23:15, Erik Forsberg wrote: Dont know if this was mentioned before, but last time I needed to build OpenSSL on Windows, I ran into this fairly easily reproducible. Using a stock 1.0.c source, IF I added a redirect like nmake -f ms/ntdll.mk make.log I almost always got this and

Re: [openssl.org #2963] Windows build bug (perl/nasm race) on OpenSSL 1.0.0c

2013-01-22 Thread Bruce Cran via RT
On 21/01/2013 23:15, Erik Forsberg wrote: Dont know if this was mentioned before, but last time I needed to build OpenSSL on Windows, I ran into this fairly easily reproducible. Using a stock 1.0.c source, IF I added a redirect like nmake -f ms/ntdll.mk make.log I almost always got this and

Re: [openssl.org #2963] Windows build bug (perl/nasm race) on OpenSSL 1.0.0c

2013-01-22 Thread Bruce Cran
/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? -- Bruce Cran __ OpenSSL Project

Re: [openssl.org #2963] Windows build bug (perl/nasm race) on OpenSSL 1.0.0c

2013-01-22 Thread Bruce Cran via RT
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? -- Bruce Cran __ OpenSSL Project

[openssl.org #2963] Windows build bug (perl/nasm race) on OpenSSL 1.0.0c

2013-01-20 Thread Bruce Cran via RT
. -- Bruce Cran __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org

Windows: race condition (perl/nasm) building OpenSSL

2013-01-16 Thread Bruce Cran
): open STDOUT,| \$^X\ $xlate $flavour $output; Does the script need to close STDOUT *and* wait for the subprocess to exit? -- Bruce Cran