Advertisement
Guest User

Untitled

a guest
Jan 29th, 2012
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 10.35 KB | None | 0 0
  1. Obtaining pycrypto from git+https://github.com/dlitz/pycrypto.git#egg=pycrypto
  2.   Updating c:\projects\satchmo_test\prototype\src\pycrypto clone
  3.   Running setup.py egg_info for package pycrypto
  4.    
  5. Installing collected packages: pycrypto
  6.   Running setup.py develop for pycrypto
  7.    
  8.     building 'Crypto.Random.OSRNG.winrandom' extension
  9.     C:\libraries\MinGW\bin\gcc.exe -mno-cygwin -mdll -Wall -std=c99 -O3 -fomit-frame-pointer -Isrc/ -IC:\Python27\include -IC:\Python27\PC -c src/winrand.c -o build\temp.win-amd64-2.7\Release\src\winrand.o
  10.     C:\libraries\MinGW\bin\gcc.exe -mno-cygwin -shared -s build\temp.win-amd64-2.7\Release\src\winrand.o build\temp.win-amd64-2.7\Release\src\winrandom.def -LC:\Python27\libs -LC:\Python27\PCbuild\amd64 -lws2_32 -ladvapi32 -lpython27 -lmsvcr90 -o "C:\Projects\satchmo_test\Prototype\src\pycrypto\lib\Crypto\Random\OSRNG\winrandom.pyd"
  11.     build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x4c): undefined reference to `_imp__PyArg_ParseTupleAndKeywords'
  12.    build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x98): undefined reference to `_imp___PyObject_New'
  13.     build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0xce): undefined reference to `_imp__PyExc_SystemError'
  14.    build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0xd9): undefined reference to `_imp__PyErr_Format'
  15.     build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x124): undefined reference to `_imp__Py_FindMethod'
  16.    build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x138): undefined reference to `_imp__PyInt_FromLong'
  17.     build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x14d): undefined reference to `_imp__PyExc_TypeError'
  18.    build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x158): undefined reference to `_imp__PyErr_Format'
  19.     build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x195): undefined reference to `_imp__PyExc_TypeError'
  20.    build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x1a0): undefined reference to `_imp__PyErr_Format'
  21.     build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x1d9): undefined reference to `_imp__PyArg_ParseTuple'
  22.    build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x203): undefined reference to `_imp__PyMem_Malloc'
  23.     build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x24c): undefined reference to `_imp__PyString_FromStringAndSize'
  24.    build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x259): undefined reference to `_imp__PyMem_Free'
  25.     build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x286): undefined reference to `_imp__PyExc_SystemError'
  26.    build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x291): undefined reference to `_imp__PyErr_Format'
  27.     build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x29a): undefined reference to `_imp__PyMem_Free'
  28.    build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x2a7): undefined reference to `_imp__PyErr_NoMemory'
  29.     build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x2b9): undefined reference to `_imp__PyExc_ValueError'
  30.    build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x2c4): undefined reference to `_imp__PyErr_SetString'
  31.     build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x2ea): undefined reference to `_imp__PyExc_TypeError'
  32.    build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x2f5): undefined reference to `_imp__PyErr_Format'
  33.     build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x326): undefined reference to `_imp__PyObject_Free'
  34.    build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x342): undefined reference to `_imp__PyExc_SystemError'
  35.     build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x34d): undefined reference to `_imp__PyErr_Format'
  36.    build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x35a): undefined reference to `_imp__PyType_Type'
  37.     build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x38c): undefined reference to `_imp__Py_InitModule4'
  38.    build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x3a7): undefined reference to `_imp__PyModule_AddIntConstant'
  39.     build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x4d3): undefined reference to `_imp__PyModule_AddStringConstant'
  40.    build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x559): undefined reference to `_imp__PyErr_Occurred'
  41.     build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x56a): undefined reference to `_imp__Py_FatalError'
  42.    collect2: ld returned 1 exit status
  43.    warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.
  44.    error: command 'gcc' failed with exit status 1
  45.    Complete output from command C:\Python27\python.exe -c "import setuptools; __file__='C:\\Projects\\satchmo_test\\Prototype\\src\\pycrypto\\setup.py'; exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" develop --no-deps:
  46.    running develop
  47.  
  48. running egg_info
  49.  
  50. writing pycrypto.egg-info\PKG-INFO
  51.  
  52. writing top-level names to pycrypto.egg-info\top_level.txt
  53.  
  54. writing dependency_links to pycrypto.egg-info\dependency_links.txt
  55.  
  56. warning: manifest_maker: standard file '-c' not found
  57.  
  58.  
  59.  
  60. reading manifest file 'pycrypto.egg-info\SOURCES.txt'
  61.  
  62. reading manifest template 'MANIFEST.in'
  63.  
  64. writing manifest file 'pycrypto.egg-info\SOURCES.txt'
  65.  
  66. running build_ext
  67.  
  68. running build_configure
  69.  
  70. building 'Crypto.Random.OSRNG.winrandom' extension
  71.  
  72. C:\libraries\MinGW\bin\gcc.exe -mno-cygwin -mdll -Wall -std=c99 -O3 -fomit-frame-pointer -Isrc/ -IC:\Python27\include -IC:\Python27\PC -c src/winrand.c -o build\temp.win-amd64-2.7\Release\src\winrand.o
  73.  
  74. writing build\temp.win-amd64-2.7\Release\src\winrandom.def
  75.  
  76. C:\libraries\MinGW\bin\gcc.exe -mno-cygwin -shared -s build\temp.win-amd64-2.7\Release\src\winrand.o build\temp.win-amd64-2.7\Release\src\winrandom.def -LC:\Python27\libs -LC:\Python27\PCbuild\amd64 -lws2_32 -ladvapi32 -lpython27 -lmsvcr90 -o "C:\Projects\satchmo_test\Prototype\src\pycrypto\lib\Crypto\Random\OSRNG\winrandom.pyd"
  77.  
  78. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x4c): undefined reference to `_imp__PyArg_ParseTupleAndKeywords'
  79.  
  80. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x98): undefined reference to `_imp___PyObject_New'
  81.  
  82. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0xce): undefined reference to `_imp__PyExc_SystemError'
  83.  
  84. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0xd9): undefined reference to `_imp__PyErr_Format'
  85.  
  86. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x124): undefined reference to `_imp__Py_FindMethod'
  87.  
  88. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x138): undefined reference to `_imp__PyInt_FromLong'
  89.  
  90. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x14d): undefined reference to `_imp__PyExc_TypeError'
  91.  
  92. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x158): undefined reference to `_imp__PyErr_Format'
  93.  
  94. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x195): undefined reference to `_imp__PyExc_TypeError'
  95.  
  96. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x1a0): undefined reference to `_imp__PyErr_Format'
  97.  
  98. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x1d9): undefined reference to `_imp__PyArg_ParseTuple'
  99.  
  100. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x203): undefined reference to `_imp__PyMem_Malloc'
  101.  
  102. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x24c): undefined reference to `_imp__PyString_FromStringAndSize'
  103.  
  104. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x259): undefined reference to `_imp__PyMem_Free'
  105.  
  106. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x286): undefined reference to `_imp__PyExc_SystemError'
  107.  
  108. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x291): undefined reference to `_imp__PyErr_Format'
  109.  
  110. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x29a): undefined reference to `_imp__PyMem_Free'
  111.  
  112. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x2a7): undefined reference to `_imp__PyErr_NoMemory'
  113.  
  114. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x2b9): undefined reference to `_imp__PyExc_ValueError'
  115.  
  116. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x2c4): undefined reference to `_imp__PyErr_SetString'
  117.  
  118. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x2ea): undefined reference to `_imp__PyExc_TypeError'
  119.  
  120. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x2f5): undefined reference to `_imp__PyErr_Format'
  121.  
  122. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x326): undefined reference to `_imp__PyObject_Free'
  123.  
  124. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x342): undefined reference to `_imp__PyExc_SystemError'
  125.  
  126. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x34d): undefined reference to `_imp__PyErr_Format'
  127.  
  128. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x35a): undefined reference to `_imp__PyType_Type'
  129.  
  130. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x38c): undefined reference to `_imp__Py_InitModule4'
  131.  
  132. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x3a7): undefined reference to `_imp__PyModule_AddIntConstant'
  133.  
  134. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x4d3): undefined reference to `_imp__PyModule_AddStringConstant'
  135.  
  136. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x559): undefined reference to `_imp__PyErr_Occurred'
  137.  
  138. build\temp.win-amd64-2.7\Release\src\winrand.o:winrand.c:(.text+0x56a): undefined reference to `_imp__Py_FatalError'
  139.  
  140. collect2: ld returned 1 exit status
  141.  
  142. warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.
  143.  
  144. error: command 'gcc' failed with exit status 1
  145.  
  146. ----------------------------------------
  147. Command C:\Python27\python.exe -c "import setuptools; __file__='C:\\Projects\\satchmo_test\\Prototype\\src\\pycrypto\\setup.py'; exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" develop --no-deps failed with error code 1
  148. Storing complete log in C:\AppData\Roaming\pip\pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement