Advertisement
Guest User

Untitled

a guest
May 4th, 2010
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.76 KB | None | 0 0
  1. python setup.py build 2>&1 >build.log
  2. running build
  3. running build_py
  4. creating build
  5. creating build\lib.win-amd64-2.6
  6. creating build\lib.win-amd64-2.6\Crypto
  7. copying lib\Crypto\pct_warnings.py -> build\lib.win-amd64-2.6\Crypto
  8. copying lib\Crypto\__init__.py -> build\lib.win-amd64-2.6\Crypto
  9. creating build\lib.win-amd64-2.6\Crypto\Hash
  10. copying lib\Crypto\Hash\HMAC.py -> build\lib.win-amd64-2.6\Crypto\Hash
  11. copying lib\Crypto\Hash\MD5.py -> build\lib.win-amd64-2.6\Crypto\Hash
  12. copying lib\Crypto\Hash\RIPEMD.py -> build\lib.win-amd64-2.6\Crypto\Hash
  13. copying lib\Crypto\Hash\SHA.py -> build\lib.win-amd64-2.6\Crypto\Hash
  14. copying lib\Crypto\Hash\__init__.py -> build\lib.win-amd64-2.6\Crypto\Hash
  15. creating build\lib.win-amd64-2.6\Crypto\Cipher
  16. copying lib\Crypto\Cipher\__init__.py -> build\lib.win-amd64-2.6\Crypto\Cipher
  17. creating build\lib.win-amd64-2.6\Crypto\Util
  18. copying lib\Crypto\Util\Counter.py -> build\lib.win-amd64-2.6\Crypto\Util
  19. copying lib\Crypto\Util\number.py -> build\lib.win-amd64-2.6\Crypto\Util
  20. copying lib\Crypto\Util\python_compat.py -> build\lib.win-amd64-2.6\Crypto\Util
  21. copying lib\Crypto\Util\randpool.py -> build\lib.win-amd64-2.6\Crypto\Util
  22. copying lib\Crypto\Util\RFC1751.py -> build\lib.win-amd64-2.6\Crypto\Util
  23. copying lib\Crypto\Util\winrandom.py -> build\lib.win-amd64-2.6\Crypto\Util
  24. copying lib\Crypto\Util\_number_new.py -> build\lib.win-amd64-2.6\Crypto\Util
  25. copying lib\Crypto\Util\__init__.py -> build\lib.win-amd64-2.6\Crypto\Util
  26. creating build\lib.win-amd64-2.6\Crypto\Random
  27. copying lib\Crypto\Random\random.py -> build\lib.win-amd64-2.6\Crypto\Random
  28. copying lib\Crypto\Random\_UserFriendlyRNG.py -> build\lib.win-amd64-2.6\Crypto\Random
  29. copying lib\Crypto\Random\__init__.py -> build\lib.win-amd64-2.6\Crypto\Random
  30. creating build\lib.win-amd64-2.6\Crypto\Random\Fortuna
  31. copying lib\Crypto\Random\Fortuna\FortunaAccumulator.py -> build\lib.win-amd64-2.6\Crypto\Random\Fortuna
  32. copying lib\Crypto\Random\Fortuna\FortunaGenerator.py -> build\lib.win-amd64-2.6\Crypto\Random\Fortuna
  33. copying lib\Crypto\Random\Fortuna\SHAd256.py -> build\lib.win-amd64-2.6\Crypto\Random\Fortuna
  34. copying lib\Crypto\Random\Fortuna\__init__.py -> build\lib.win-amd64-2.6\Crypto\Random\Fortuna
  35. creating build\lib.win-amd64-2.6\Crypto\Random\OSRNG
  36. copying lib\Crypto\Random\OSRNG\fallback.py -> build\lib.win-amd64-2.6\Crypto\Random\OSRNG
  37. copying lib\Crypto\Random\OSRNG\nt.py -> build\lib.win-amd64-2.6\Crypto\Random\OSRNG
  38. copying lib\Crypto\Random\OSRNG\posix.py -> build\lib.win-amd64-2.6\Crypto\Random\OSRNG
  39. copying lib\Crypto\Random\OSRNG\rng_base.py -> build\lib.win-amd64-2.6\Crypto\Random\OSRNG
  40. copying lib\Crypto\Random\OSRNG\__init__.py -> build\lib.win-amd64-2.6\Crypto\Random\OSRNG
  41. creating build\lib.win-amd64-2.6\Crypto\SelfTest
  42. copying lib\Crypto\SelfTest\st_common.py -> build\lib.win-amd64-2.6\Crypto\SelfTest
  43. copying lib\Crypto\SelfTest\__init__.py -> build\lib.win-amd64-2.6\Crypto\SelfTest
  44. creating build\lib.win-amd64-2.6\Crypto\SelfTest\Cipher
  45. copying lib\Crypto\SelfTest\Cipher\common.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Cipher
  46. copying lib\Crypto\SelfTest\Cipher\test_AES.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Cipher
  47. copying lib\Crypto\SelfTest\Cipher\test_ARC2.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Cipher
  48. copying lib\Crypto\SelfTest\Cipher\test_ARC4.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Cipher
  49. copying lib\Crypto\SelfTest\Cipher\test_Blowfish.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Cipher
  50. copying lib\Crypto\SelfTest\Cipher\test_CAST.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Cipher
  51. copying lib\Crypto\SelfTest\Cipher\test_DES.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Cipher
  52. copying lib\Crypto\SelfTest\Cipher\test_DES3.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Cipher
  53. copying lib\Crypto\SelfTest\Cipher\test_XOR.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Cipher
  54. copying lib\Crypto\SelfTest\Cipher\__init__.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Cipher
  55. creating build\lib.win-amd64-2.6\Crypto\SelfTest\Hash
  56. copying lib\Crypto\SelfTest\Hash\common.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Hash
  57. copying lib\Crypto\SelfTest\Hash\test_HMAC.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Hash
  58. copying lib\Crypto\SelfTest\Hash\test_MD2.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Hash
  59. copying lib\Crypto\SelfTest\Hash\test_MD4.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Hash
  60. copying lib\Crypto\SelfTest\Hash\test_MD5.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Hash
  61. copying lib\Crypto\SelfTest\Hash\test_RIPEMD.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Hash
  62. copying lib\Crypto\SelfTest\Hash\test_SHA.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Hash
  63. copying lib\Crypto\SelfTest\Hash\test_SHA256.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Hash
  64. copying lib\Crypto\SelfTest\Hash\__init__.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Hash
  65. creating build\lib.win-amd64-2.6\Crypto\SelfTest\Protocol
  66. copying lib\Crypto\SelfTest\Protocol\test_chaffing.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Protocol
  67. copying lib\Crypto\SelfTest\Protocol\test_rfc1751.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Protocol
  68. copying lib\Crypto\SelfTest\Protocol\__init__.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Protocol
  69. creating build\lib.win-amd64-2.6\Crypto\SelfTest\PublicKey
  70. copying lib\Crypto\SelfTest\PublicKey\test_DSA.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\PublicKey
  71. copying lib\Crypto\SelfTest\PublicKey\test_RSA.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\PublicKey
  72. copying lib\Crypto\SelfTest\PublicKey\__init__.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\PublicKey
  73. creating build\lib.win-amd64-2.6\Crypto\SelfTest\Random
  74. copying lib\Crypto\SelfTest\Random\test_random.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Random
  75. copying lib\Crypto\SelfTest\Random\test_rpoolcompat.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Random
  76. copying lib\Crypto\SelfTest\Random\__init__.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Random
  77. creating build\lib.win-amd64-2.6\Crypto\SelfTest\Random\Fortuna
  78. copying lib\Crypto\SelfTest\Random\Fortuna\test_FortunaAccumulator.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Random\Fortuna
  79. copying lib\Crypto\SelfTest\Random\Fortuna\test_FortunaGenerator.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Random\Fortuna
  80. copying lib\Crypto\SelfTest\Random\Fortuna\test_SHAd256.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Random\Fortuna
  81. copying lib\Crypto\SelfTest\Random\Fortuna\__init__.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Random\Fortuna
  82. creating build\lib.win-amd64-2.6\Crypto\SelfTest\Random\OSRNG
  83. copying lib\Crypto\SelfTest\Random\OSRNG\test_fallback.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Random\OSRNG
  84. copying lib\Crypto\SelfTest\Random\OSRNG\test_generic.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Random\OSRNG
  85. copying lib\Crypto\SelfTest\Random\OSRNG\test_nt.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Random\OSRNG
  86. copying lib\Crypto\SelfTest\Random\OSRNG\test_posix.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Random\OSRNG
  87. copying lib\Crypto\SelfTest\Random\OSRNG\test_winrandom.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Random\OSRNG
  88. copying lib\Crypto\SelfTest\Random\OSRNG\__init__.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Random\OSRNG
  89. creating build\lib.win-amd64-2.6\Crypto\SelfTest\Util
  90. copying lib\Crypto\SelfTest\Util\test_Counter.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Util
  91. copying lib\Crypto\SelfTest\Util\test_number.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Util
  92. copying lib\Crypto\SelfTest\Util\test_winrandom.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Util
  93. copying lib\Crypto\SelfTest\Util\__init__.py -> build\lib.win-amd64-2.6\Crypto\SelfTest\Util
  94. creating build\lib.win-amd64-2.6\Crypto\Protocol
  95. copying lib\Crypto\Protocol\AllOrNothing.py -> build\lib.win-amd64-2.6\Crypto\Protocol
  96. copying lib\Crypto\Protocol\Chaffing.py -> build\lib.win-amd64-2.6\Crypto\Protocol
  97. copying lib\Crypto\Protocol\__init__.py -> build\lib.win-amd64-2.6\Crypto\Protocol
  98. creating build\lib.win-amd64-2.6\Crypto\PublicKey
  99. copying lib\Crypto\PublicKey\DSA.py -> build\lib.win-amd64-2.6\Crypto\PublicKey
  100. copying lib\Crypto\PublicKey\ElGamal.py -> build\lib.win-amd64-2.6\Crypto\PublicKey
  101. copying lib\Crypto\PublicKey\pubkey.py -> build\lib.win-amd64-2.6\Crypto\PublicKey
  102. copying lib\Crypto\PublicKey\qNEW.py -> build\lib.win-amd64-2.6\Crypto\PublicKey
  103. copying lib\Crypto\PublicKey\RSA.py -> build\lib.win-amd64-2.6\Crypto\PublicKey
  104. copying lib\Crypto\PublicKey\_DSA.py -> build\lib.win-amd64-2.6\Crypto\PublicKey
  105. copying lib\Crypto\PublicKey\_RSA.py -> build\lib.win-amd64-2.6\Crypto\PublicKey
  106. copying lib\Crypto\PublicKey\_slowmath.py -> build\lib.win-amd64-2.6\Crypto\PublicKey
  107. copying lib\Crypto\PublicKey\__init__.py -> build\lib.win-amd64-2.6\Crypto\PublicKey
  108. running build_ext
  109. building 'Crypto.Random.OSRNG.winrandom' extension
  110. creating build\temp.win-amd64-2.6
  111. creating build\temp.win-amd64-2.6\Release
  112. creating build\temp.win-amd64-2.6\Release\src
  113. C:\mingw-w64\bin\gcc.exe -mno-cygwin -mdll -Wall -O3 -fomit-frame-pointer -Isrc/ -IC:\Python26\include -IC:\Python26\PC -c src/winrand.c -o build\temp.win-amd64-2.6\Release\src\winrand.o
  114. python.exe : src/winrand.c:37:0: warning: "_WIN32_WINNT" redefined
  115. At line:1 char:7
  116. + python <<<< setup.py build 2>&1 >build.log
  117. + CategoryInfo : NotSpecified: (src/winrand.c:3...INNT" redefined:String) [], RemoteException
  118. + FullyQualifiedErrorId : NativeCommandError
  119.  
  120. c:/mingw-w64/lib/gcc/../../x86_64-w64-mingw32/include/_mingw.h:171:0: note: this is the location of the previous definition
  121.  
  122. writing build\temp.win-amd64-2.6\Release\src\winrandom.def
  123. C:\mingw-w64\bin\gcc.exe -mno-cygwin -shared -s build\temp.win-amd64-2.6\Release\src\winrand.o build\temp.win-amd64-2.6\Release\src\winrandom.def -LC:\Python26\libs -LC:\Python26\PCbuild\amd64 -lws2_32 -ladvapi32 -lpython26 -lmsvcr90 -o build\lib.win-amd64-2.6\Crypto\Random\OSRNG\winrandom.pyd
  124. build
  125. \temp.win-amd64-2.6\Release\src\winrand.o:winrand.c:(.text+0x4b): undefined reference to `_imp__PyArg_ParseTupleAndKeywords'
  126. build\temp.win-amd64-2.6\Release\src\winrand.o:winrand.c:(.text+0x8c): undefined reference to `_imp___PyObject_New'
  127. build\temp.win
  128. -amd64-2.6\Release\src\winrand.o
  129. :winrand.c:(.text+0xbe): undefined
  130. reference to `_imp__PyExc_SystemError
  131. '
  132. build\temp.win-amd64-2.6\Release\src
  133. \winrand.o:winrand.c:(.text+0xda
  134. ): undefined reference to
  135. `_imp__PyErr_Format'
  136. build\temp.win-amd64
  137. -2.6\Release\src\winrand.o
  138. :winrand.c:(.text+0x134): undefined
  139. reference to `_imp__Py_FindMethod
  140. '
  141. build\temp.win-amd64-2.6
  142. \Release\src\winrand.o:winrand.c:(.text
  143. +0x151): undefined reference to
  144. `_imp__PyInt_FromLong'
  145. build\temp.win-amd64
  146. -2.6\Release\src\winrand.o:winrand.c
  147. :(.text+0x163): undefined reference
  148. to `_imp__PyExc_TypeError'
  149. build\temp.win
  150. -amd64-2.6\Release\src\winrand.o
  151. :winrand.c:(.text+0x173): undefined reference
  152. to `_imp__PyErr_Format'
  153. build\temp.win-amd64
  154. -2.6\Release\src\winrand.o:winrand.c
  155. :(.text+0x1d0): undefined reference to
  156. `_imp__PyExc_TypeError'
  157. build\temp.win-amd64-2.6
  158. \Release\src\winrand.o:winrand.c:(.text
  159. +0x1e0): undefined reference to
  160. `_imp__PyErr_Format'
  161. build\temp.win-amd64
  162. -2.6\Release
  163. \src\winrand.o:winrand.c:(.text+0x21d
  164. ): undefined reference to `_imp__PyArg_ParseTuple
  165. '
  166. build\temp.win-amd64-2.6\Release
  167. \src\winrand.o:winrand.c:(.text+0x246
  168. ): undefined reference to `_imp__PyMem_Malloc'
  169. build
  170. \temp.win-amd64-2.6\Release\src
  171. \winrand.o:winrand.c:(.text+0x28c
  172. ): undefined reference to
  173. `_imp__PyString_FromStringAndSize'
  174. build\temp.win-amd64-2.6
  175. \Release\src\winrand.o:winrand.c
  176. :(.text+0x29a): undefined
  177. reference to `_imp__PyMem_Free'
  178. build
  179. \temp.win-amd64-2.6\Release\src
  180. \winrand.o:winrand.c:(.text+0x2b4
  181. ): undefined reference to `_imp__PyExc_SystemError
  182. '
  183. build\temp.win-amd64-2.6
  184. \Release\src\winrand.o:winrand.c:(.text
  185. +0x2c4): undefined reference to
  186. `_imp__PyErr_Format'
  187. build\temp.win-amd64-2.6
  188. \Release\src\winrand.o:winrand.c:(.text
  189. +0x2cd): undefined reference to
  190. `_imp__PyMem_Free'
  191. build\temp.win-amd64-2.6
  192. \Release\src\winrand.o:winrand.c:(.text
  193. +0x2da): undefined reference to
  194. `_imp__PyErr_NoMemory'
  195. build\temp.win-amd64-2.6\Release
  196. \src\winrand.o:winrand.c:(.text
  197. +0x2e8): undefined reference to
  198. `_imp__PyExc_ValueError'
  199. build\temp.win-amd64-2.6
  200. \Release\src\winrand.o:winrand.c:(.text
  201. +0x2fd): undefined reference to
  202. `_imp__PyErr_SetString'
  203. build\temp.win-amd64-2.6
  204. \Release\src\winrand.o:winrand.c:(.text
  205. +0x328): undefined reference to
  206. `_imp__PyExc_TypeError'
  207. build\temp.win-amd64-2.6\Release
  208. \src\winrand.o:winrand.c:(.text+0x339
  209. ): undefined reference to `_imp__PyErr_Format
  210. '
  211. build\temp.win-amd64-2.6\Release
  212. \src\winrand.o:winrand.c:(.text+0x362
  213. ): undefined reference to `_imp__PyObject_Free
  214. '
  215. build\temp.win-amd64-2.6\Release
  216. \src\winrand.o:winrand.c:(.text+0x37c): undefined
  217. reference to `_imp__PyExc_SystemError'
  218. build
  219. \temp.win
  220. -amd64-2.6\Release\src\winrand.o:winrand.c:(.text+0x38d): undefined reference to `_imp__PyErr_Format'
  221. build\temp.win-amd64
  222. -2.6\Release\src\winrand.o:winrand.c
  223. :(.text+0x3bd): undefined reference to
  224. `_imp__PyType_Type'
  225. build\temp.win-amd64-2.6
  226. \Release\src\winrand.o:winrand.c:(.text
  227. +0x3d2): undefined reference to `_imp__Py_InitModule4
  228. '
  229. build\temp.win-amd64-2.6\Release
  230. \src\winrand.o:winrand.c:(.text+0x3dc
  231. ): undefined reference to `_imp__PyModule_AddIntConstant
  232. '
  233. build\temp.win-amd64-2.6\Release\src
  234. \winrand.o:winrand.c:(.text+0x4df): undefined
  235. reference to `_imp__PyModule_AddStringConstant'
  236. build
  237. \temp.win-amd64-2.6\Release\src
  238. \winrand.o:winrand.c:(.text+0x56a): undefined reference
  239. to `_imp__PyErr_Occurred'
  240. build\temp.win-amd64
  241. -2.6\Release\src\winrand.o:winrand.c
  242. :(.text+0x576): undefined reference to
  243. `_imp__Py_FatalError
  244. '
  245. collect2: ld returned 1 exit status
  246.  
  247. warning: GMP library not found; Not building Crypto.PublicKey._fastmath.
  248. error: command 'gcc' failed with exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement