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 pitrou
Recipients db3l, loewis, pitrou
Date 2013-05-08.12:03:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368014604.67.0.545390884341.issue17935@psf.upfronthosting.co.za>
In-reply-to
Content
OpenSSL fails compiling on the XP-4 buildbot. Judging by the errors below (snipped), the nasm version may be too old (?) to understand some of the assembler instructions used in the source. David, could you perhaps take a look?

http://buildbot.python.org/all/buildslaves/bolen-windows


Build:
  cd "d:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\PCbuild\"
  "d:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\PCbuild\python_d.exe" build_ssl.py Release Win32 -a
  
  Found a working perl at 'c:\Perl\bin\perl.exe'
  Executing ssl makefiles: nmake /nologo -f "ms\nt.mak"
  Building OpenSSL
  	nasm -f win32 -o tmp32\sha1-586.obj tmp32\sha1-586.asm
  tmp32\sha1-586.asm:2646: warning: label alone on a line without a colon might be in error
  tmp32\sha1-586.asm:2647: error: parser: instruction expected
  tmp32\sha1-586.asm:2648: error: symbol `vmovdqa' redefined
  tmp32\sha1-586.asm:2648: error: parser: instruction expected
  tmp32\sha1-586.asm:2649: error: symbol `vmovdqa' redefined
  tmp32\sha1-586.asm:2649: error: parser: instruction expected
  tmp32\sha1-586.asm:2650: error: symbol `vmovdqa' redefined
  tmp32\sha1-586.asm:2650: error: parser: instruction expected
  tmp32\sha1-586.asm:2651: error: symbol `vmovdqa' redefined
  tmp32\sha1-586.asm:2651: error: parser: instruction expected
  tmp32\sha1-586.asm:2658: error: symbol `vmovdqa' redefined
  tmp32\sha1-586.asm:2658: error: parser: instruction expected
  tmp32\sha1-586.asm:2659: error: symbol `vmovdqa' redefined
  tmp32\sha1-586.asm:2659: error: parser: instruction expected
  tmp32\sha1-586.asm:2660: error: symbol `vmovdqa' redefined
  tmp32\sha1-586.asm:2660: error: parser: instruction expected
  tmp32\sha1-586.asm:2662: error: symbol `vmovdqa' redefined
History
Date User Action Args
2013-05-08 12:03:24pitrousetrecipients: + pitrou, loewis, db3l
2013-05-08 12:03:24pitrousetmessageid: <1368014604.67.0.545390884341.issue17935@psf.upfronthosting.co.za>
2013-05-08 12:03:24pitroulinkissue17935 messages
2013-05-08 12:03:24pitroucreate