Advertisement
Guest User

Untitled

a guest
Jan 30th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.94 KB | None | 0 0
  1. sudo python3.7 setup.py develop
  2. running develop
  3. running egg_info
  4. creating zilpool.egg-info
  5. writing zilpool.egg-info/PKG-INFO
  6. writing dependency_links to zilpool.egg-info/dependency_links.txt
  7. writing requirements to zilpool.egg-info/requires.txt
  8. writing top-level names to zilpool.egg-info/top_level.txt
  9. writing manifest file 'zilpool.egg-info/SOURCES.txt'
  10. reading manifest file 'zilpool.egg-info/SOURCES.txt'
  11. writing manifest file 'zilpool.egg-info/SOURCES.txt'
  12. running build_ext
  13. Creating /usr/local/lib/python3.7/site-packages/zilpool.egg-link (link to .)
  14. Adding zilpool 1.2.2 to easy-install.pth file
  15.  
  16. Installed /home/rg1z/Zilliqa-Mining-Proxy
  17. Processing dependencies for zilpool==1.2.2
  18. Searching for aiohttp_jinja2
  19. Reading https://pypi.org/simple/aiohttp_jinja2/
  20. Downloading https://files.pythonhosted.org/packages/a9/13/5179dcae0f2dfa932f1696dea441f394d763d78c03fc2d57550f0f9a09a6/aiohttp_jinja2-1.1.0-py3-none-any.whl#sha256=dc9ed2914eb565b4dd00afb6acec9838594973ec3943088d9ee93fb5a2c12120
  21. Best match: aiohttp-jinja2 1.1.0
  22. Processing aiohttp_jinja2-1.1.0-py3-none-any.whl
  23. Installing aiohttp_jinja2-1.1.0-py3-none-any.whl to /usr/local/lib/python3.7/site-packages
  24. writing requirements to /usr/local/lib/python3.7/site-packages/aiohttp_jinja2-1.1.0-py3.7.egg/EGG-INFO/requires.txt
  25. Adding aiohttp-jinja2 1.1.0 to easy-install.pth file
  26.  
  27. Installed /usr/local/lib/python3.7/site-packages/aiohttp_jinja2-1.1.0-py3.7.egg
  28. Searching for jinja2
  29. Reading https://pypi.org/simple/jinja2/
  30. Downloading https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl#sha256=74c935a1b8bb9a3947c50a54766a969d4846290e1e788ea44c1392163723c3bd
  31. Best match: Jinja2 2.10
  32. Processing Jinja2-2.10-py2.py3-none-any.whl
  33. Installing Jinja2-2.10-py2.py3-none-any.whl to /usr/local/lib/python3.7/site-packages
  34. writing requirements to /usr/local/lib/python3.7/site-packages/Jinja2-2.10-py3.7.egg/EGG-INFO/requires.txt
  35. Adding Jinja2 2.10 to easy-install.pth file
  36.  
  37. Installed /usr/local/lib/python3.7/site-packages/Jinja2-2.10-py3.7.egg
  38. Searching for eth-hash[pycryptodome]
  39. Reading https://pypi.org/simple/eth-hash/
  40. Downloading https://files.pythonhosted.org/packages/0d/d8/0f0c8d4ccaa4c8d25524fd1ed9f5c6d9551b52b74b973f338de3f0a23111/eth_hash-0.2.0-py3-none-any.whl#sha256=1b9cb34dd3cd99c85c2bd6a1420ceae39a2eee8bf080efd264bcda8be3edecc8
  41. Best match: eth-hash 0.2.0
  42. Processing eth_hash-0.2.0-py3-none-any.whl
  43. Installing eth_hash-0.2.0-py3-none-any.whl to /usr/local/lib/python3.7/site-packages
  44. writing requirements to /usr/local/lib/python3.7/site-packages/eth_hash-0.2.0-py3.7.egg/EGG-INFO/requires.txt
  45. Adding eth-hash 0.2.0 to easy-install.pth file
  46.  
  47. Installed /usr/local/lib/python3.7/site-packages/eth_hash-0.2.0-py3.7.egg
  48. Searching for pyethash
  49. Reading https://pypi.org/simple/pyethash/
  50. Downloading https://files.pythonhosted.org/packages/6c/40/5bb02ad7e2fae9b04cd0c391dda81213bc786c30c8381b018600cfc7ce62/pyethash-0.1.27.tar.gz#sha256=ff66319ce26b9d77df1f610942634dac9742e216f2c27b051c0a2c2dec9c2818
  51. Best match: pyethash 0.1.27
  52. Processing pyethash-0.1.27.tar.gz
  53. Writing /tmp/easy_install-mn_qdoo1/pyethash-0.1.27/setup.cfg
  54. Running pyethash-0.1.27/setup.py -q bdist_egg --dist-dir /tmp/easy_install-mn_qdoo1/pyethash-0.1.27/egg-dist-tmp-axibl5lj
  55. src/python/core.c: In function ‘mkcache_bytes’:
  56. src/python/core.c:22:19: warning: unused variable ‘cache_size’ [-Wunused-variable]
  57. unsigned long cache_size;
  58. ^~~~~~~~~~
  59. src/libethash/internal.c: In function ‘ethash_light_compute_internal’:
  60. src/libethash/internal.c:233:24: warning: ‘tmp_node’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  61. mix[n].words[w] = fnv_hash(mix[n].words[w], dag_node->words[w]);
  62. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  63. src/libethash/internal.c:233:24: warning: ‘*((void *)&tmp_node+16)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  64. src/libethash/internal.c:233:24: warning: ‘*((void *)&tmp_node+32)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  65. src/libethash/internal.c:233:24: warning: ‘*((void *)&tmp_node+48)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  66. src/libethash/internal.c:233:24: warning: ‘tmp_node’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  67. src/libethash/internal.c:233:24: warning: ‘*((void *)&tmp_node+16)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  68. src/libethash/internal.c:233:24: warning: ‘*((void *)&tmp_node+32)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  69. src/libethash/internal.c:233:24: warning: ‘*((void *)&tmp_node+48)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  70. zip_safe flag not set; analyzing archive contents...
  71. __pycache__.pyethash.cpython-37: module references __file__
  72. creating /usr/local/lib/python3.7/site-packages/pyethash-0.1.27-py3.7-linux-x86_64.egg
  73. Extracting pyethash-0.1.27-py3.7-linux-x86_64.egg to /usr/local/lib/python3.7/site-packages
  74. Adding pyethash 0.1.27 to easy-install.pth file
  75.  
  76. Installed /usr/local/lib/python3.7/site-packages/pyethash-0.1.27-py3.7-linux-x86_64.egg
  77. Searching for fastecdsa
  78. Reading https://pypi.org/simple/fastecdsa/
  79. Downloading https://files.pythonhosted.org/packages/f7/98/8c7a2e32cfb972e25ffafc9566293dfc29bf486b7414e5db03939ed38ba8/fastecdsa-1.6.5.tar.gz#sha256=5761dd1d339626288695b7cba21958487a5271e1dfa8a5626f326b1dc478e992
  80. Best match: fastecdsa 1.6.5
  81. Processing fastecdsa-1.6.5.tar.gz
  82. Writing /tmp/easy_install-1j0pv5o4/fastecdsa-1.6.5/setup.cfg
  83. Running fastecdsa-1.6.5/setup.py -q bdist_egg --dist-dir /tmp/easy_install-1j0pv5o4/fastecdsa-1.6.5/egg-dist-tmp-gy86491o
  84. In file included from src/curveMath.c:1:0:
  85. src/curveMath.h:6:10: fatal error: gmp.h: No such file or directory
  86. #include <gmp.h>
  87. ^~~~~~~
  88. compilation terminated.
  89. error: Setup script exited with error: command 'gcc' failed with exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement