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 Mo.Jia
Recipients Mo.Jia
Date 2014-06-01.04:03:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401595425.37.0.323501689421.issue21623@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the failed message . 


Project "D:\Hg\Python\Python\PCbuild\_ssl.vcxproj" (17) is building "D:\Hg\Python\Python\PCbuild\ssl.vcxproj" (18) on node 1 (default targets).                                     
Build:                                                                                                                                                                              
  cd "D:\Hg\Python\Python\PCbuild\"                                                                                                                                                 
  "D:\Hg\Python\Python\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                                                                                                                                                                  
        copy ".\crypto\buildinf.h" "tmp32\buildinf.h"                                                                                                                               
          1 file(s) copied.                                                                                                                                                         
        copy ".\crypto\opensslconf.h" "inc32\openssl\opensslconf.h"                                                                                                                 
          1 file(s) copied.                                                                                                                                                         
          cl /Fotmp32\shatest.obj -Iinc32 -Itmp32 /MT /Ox /O2 /Ob2 -DOPENSSL_THREADS  -DDSO_WIN32 -W3 -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 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_A 
  SM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DOPENSSL_NO_IDEA -DOPENSSL_NO_RC5 -DOPENSSL_NO_MD2 -DOPENSSL_NO_MDC2 -DOPENSSL_NO_KRB5 -DOPENSSL_NO_JPAKE -DOPENSSL_NO_DYNA 
  MIC_ENGINE /Zi /Fdtmp32/app -c .\crypto\sha\shatest.c                                                                                                                             
  shatest.c                                                                                                                                                                         
        link /nologo /subsystem:console /opt:ref /debug /out:out32\shatest.exe @C:\Users\YANXIN~1\AppData\Local\Temp\nm306E.tmp                                                     
libeay32.lib(b_print.obj) : error LNK2019: unresolved external symbol ___report_rangecheckfailure referenced in function _fmtfp [D:\Hg\Python\Python\PCbuild\ssl.vcxproj]           
libeay32.lib(obj_dat.obj) : error LNK2001: unresolved external symbol ___report_rangecheckfailure [D:\Hg\Python\Python\PCbuild\ssl.vcxproj]                                         
libeay32.lib(b_dump.obj) : error LNK2001: unresolved external symbol ___report_rangecheckfailure [D:\Hg\Python\Python\PCbuild\ssl.vcxproj]                                          
libeay32.lib(pem_lib.obj) : error LNK2001: unresolved external symbol ___report_rangecheckfailure [D:\Hg\Python\Python\PCbuild\ssl.vcxproj]                                         
out32\shatest.exe : fatal error LNK1120: 1 unresolved externals [D:\Hg\Python\Python\PCbuild\ssl.vcxproj]                                                                           
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\link.EXE"' : return code '0x460' [D:\Hg\Python\Python\PCbuild\ssl.vcxproj]                  
  Stop.                                                                                                                                                                             
  Executing ms\nt.mak failed                                                                                                                                                        
  2
History
Date User Action Args
2014-06-01 04:03:45Mo.Jiasetrecipients: + Mo.Jia
2014-06-01 04:03:45Mo.Jiasetmessageid: <1401595425.37.0.323501689421.issue21623@psf.upfronthosting.co.za>
2014-06-01 04:03:45Mo.Jialinkissue21623 messages
2014-06-01 04:03:42Mo.Jiacreate