[python-committers] Windows issues blocking alpha1
Georg Brandl
g.brandl at gmx.net
Sat Jul 31 11:46:51 CEST 2010
More information about the python-committers mailing list
Sat Jul 31 11:46:51 CEST 2010
- Previous message: [python-committers] Windows issues blocking alpha1
- Next message: [python-committers] Windows issues blocking alpha1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am 31.07.2010 11:23, schrieb "Martin v. Löwis": >> Also, the Windows 3.x buildbot shows failures compiling _ssl and _hashopenssl >> (for logs, see e.g. http://bit.ly/aSAnhh). I'd like to know if this is >> specific to that machine (I've already mailed David about it) or a general >> problem. > > This was a general problem - I forgot to update the external-common.bat > for OpenSSL 1.0.0a. This is now fixed. > > There is a related problem - apparently, OpenSSL now fails to build on > AMD64. I look into this later today. Thanks Martin! The buildbot still seems to have problems -- http://www.python.org/dev/buildbot/3.x.stable/builders/x86%20XP-4%203.x/builds/2608/steps/compile/logs/stdio shows cl /Fotmp32\o_dir.obj -Iinc32 -Itmp32 /MT /Ox /O2 /Ob2 -DOPENSSL_THREADS -DDSO_WIN32 -W3 -WX -Gs0 -GF -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DWHIRLPOOL_ASM -DOPENSSL_NO_IDEA -DOPENSSL_NO_RC5 -DOPENSSL_NO_MD2 -DOPENSSL_NO_MDC2 -DOPENSSL_NO_KRB5 -DOPENSSL_NO_JPAKE -DOPENSSL_NO_DYNAMIC_ENGINE /Zl /Zi /Fdtmp32/lib -c .\crypto\o_dir.c o_dir.c crypto\x86cpuid.pl win32n /MT /Ox /O2 /Ob2 -DOPENSSL_THREADS -DDSO_WIN32 -W3 -WX -Gs0 -GF -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DWHIRLPOOL_ASM -DOPENSSL_NO_IDEA -DOPENSSL_NO_RC5 -DOPENSSL_NO_MD2 -DOPENSSL_NO_MDC2 -DOPENSSL_NO_KRB5 -DOPENSSL_NO_JPAKE -DOPENSSL_NO_DYNAMIC_ENGINE >tmp32\x86cpuid.asm Access is denied. NMAKE : fatal error U1077: 'crypto\x86cpuid.pl' : return code '0x1' Stop. Looks like it wants to execute a Perl script? That probably doesn't work that way on Windows... Georg -- Thus spake the Lord: Thou shalt indent with four spaces. No more, no less. Four shall be the number of spaces thou shalt indent, and the number of thy indenting shall be four. Eight shalt thou not indent, nor either indent thou two, excepting that thou then proceed to four. Tabs are right out.
- Previous message: [python-committers] Windows issues blocking alpha1
- Next message: [python-committers] Windows issues blocking alpha1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the python-committers mailing list