Advertisement
Guest User

Error install gns3server

a guest
Nov 22nd, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 45.11 KB | None | 0 0
  1. root@localhost /home/igos/gns3-server # python3 setup.py install
  2. running install
  3. running bdist_egg
  4. running egg_info
  5. writing dependency_links to gns3_server.egg-info/dependency_links.txt
  6. writing requirements to gns3_server.egg-info/requires.txt
  7. writing entry points to gns3_server.egg-info/entry_points.txt
  8. writing top-level names to gns3_server.egg-info/top_level.txt
  9. writing gns3_server.egg-info/PKG-INFO
  10. reading manifest file 'gns3_server.egg-info/SOURCES.txt'
  11. reading manifest template 'MANIFEST.in'
  12. warning: no files found matching 'INSTALL'
  13. warning: no previously-included files matching '*' found under directory 'tests'
  14. warning: no files found matching '*' under directory 'docs'
  15. warning: no previously-included files matching '__pycache__' found under directory '*'
  16. writing manifest file 'gns3_server.egg-info/SOURCES.txt''dist/gns3_server-1.2.1.dev1-py3.3.egg' and adding 'build/bdist.linux-x86_64/egg' to it
  17. removing 'build/bdist.linux-x86_64/egg' (and everything under it)
  18. Processing gns3_server-1.2.1.dev1-py3.3.egg
  19. removing '/usr/lib/python3.3/site-packages/gns3_server-1.2.1.dev1-py3.3.egg' (and everything under it)
  20. creating /usr/lib/python3.3/site-packages/gns3_server-1.2.1.dev1-py3.3.egg
  21. Extracting gns3_server-1.2.1.dev1-py3.3.egg to /usr/lib/python3.3/site-packages
  22. gns3-server 1.2.1.dev1 is already the active version in easy-install.pth
  23. Installing gns3dms script to /usr/bin
  24. Installing gns3server script to /usr/bin
  25.  
  26. Installed /usr/lib/python3.3/site-packages/gns3_server-1.2.1.dev1-py3.3.egg
  27. Processing dependencies for gns3-server==1.2.1.dev1
  28. Searching for pyzmq>=14.0.0
  29. Reading http://pypi.python.org/simple/pyzmq/
  30. Reading http://github.com/zeromq/pyzmq
  31. Reading http://github.com/zeromq/pyzmq/downloads
  32. Reading http://github.com/zeromq/pyzmq/releases
  33. Best match: pyzmq 14.4.1
  34. Downloading https://pypi.python.org/packages/source/p/pyzmq/pyzmq-14.4.1.zip#md5=0cab6e0047107badf68a0a0fa4ae30d1
  35. Processing pyzmq-14.4.1.zip
  36. Writing /tmp/easy_install-pdb2e6/pyzmq-14.4.1/setup.cfg
  37. Running pyzmq-14.4.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-pdb2e6/pyzmq-14.4.1/egg-dist-tmp-2yy68m
  38. warning: no files found matching 'tools'
  39. no previously-included directories found matching 'docs/build'
  40. no previously-included directories found matching 'docs/gh-pages'
  41. warning: no previously-included files found matching 'bundled/zeromq/src/Makefile*'
  42. warning: no previously-included files found matching 'bundled/zeromq/src/platform.hpp'
  43. warning: no previously-included files found matching 'zmq/libzmq*'
  44. warning: no previously-included files matching '.deps/*' found anywhere in distribution
  45. warning: no previously-included files matching '*.so' found anywhere in distribution
  46. warning: no previously-included files matching '*.pyd' found anywhere in distribution
  47. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  48. warning: no previously-included files matching '.git*' found anywhere in distribution
  49. warning: no previously-included files matching '.DS_Store' found anywhere in distribution
  50. warning: no previously-included files matching '.mailmap' found anywhere in distribution
  51. warning: no previously-included files matching 'Makefile.am' found anywhere in distribution
  52. warning: no previously-included files matching 'Makefile.in' found anywhere in distribution
  53. Did not find libzmq via pkg-config:
  54. Package libzmq was not found in the pkg-config search path.
  55. Perhaps you should add the directory containing `libzmq.pc'
  56. to the PKG_CONFIG_PATH environment variable
  57. No package 'libzmq' found
  58.  
  59. ************************************************
  60. Configure: Autodetecting ZMQ settings...
  61.    Custom ZMQ dir:      
  62. build/temp.linux-x86_64-3.3/scratch/tmp/easy_install-pdb2e6/pyzmq-14.4.1/temp/timer_createyj_7k1.o: In function `main':
  63. timer_createyj_7k1.c:(.text+0x15): undefined reference to `timer_create'
  64. collect2: error: ld returned 1 exit status
  65. build/temp.linux-x86_64-3.3/scratch/vers.c:4:17: fatal error: zmq.h: No such file or directory
  66. #include "zmq.h"
  67.                 ^
  68. compilation terminated.
  69.  
  70. error: command 'gcc' failed with exit status 1
  71.  
  72. Failed with default libzmq, trying again with /usr/local
  73.  
  74. error: [Errno 17] File exists: 'build/temp.linux-x86_64-3.3/scratch'
  75.  
  76. ************************************************
  77. Warning: Failed to build or run libzmq detection test.
  78.  
  79. If you expected pyzmq to link against an installed libzmq, please check to make sure:
  80.  
  81.    * You have a C compiler installed
  82.    * A development version of Python is installed (including headers)
  83.    * A development version of ZMQ >= 2.1.4 is installed (including headers)
  84.    * If ZMQ is not in a default location, supply the argument --zmq=<path>
  85.    * If you did recently install ZMQ to a default location,
  86.      try rebuilding the ld cache with `sudo ldconfig`
  87.      or specify zmq's location with `--zmq=/usr/local`
  88.  
  89. You can skip all this detection/waiting nonsense if you know
  90. you want pyzmq to bundle libzmq as an extension by passing:
  91.  
  92.     `--zmq=bundled`
  93.  
  94. I will now try to build libzmq as a Python extension
  95. unless you interrupt me (^C) in the next 10 seconds...
  96.  
  97.  1...
  98. ************************************************
  99. Using bundled libzmq
  100. already have bundled/zeromq
  101. attempting ./configure to generate platform.hpp
  102. Warning: failed to configure libzmq:
  103. b'/bin/sh: ./configure: No such file or directory\n'
  104. staging platform.hpp from: /tmp/easy_install-pdb2e6/pyzmq-14.4.1/buildutils/include_linux
  105. ************************************************
  106. checking for timer_create
  107. build/temp.linux-x86_64-3.3/tmp/easy_install-pdb2e6/pyzmq-14.4.1/temp/timer_createbgzzmd.o: In function `main':
  108. timer_createbgzzmd.c:(.text+0x15): undefined reference to `timer_create'
  109. collect2: error: ld returned 1 exit status
  110. no timer_create, linking librt
  111. ************************************************
  112. Using bundled libsodium
  113. already have bundled/libsodium
  114. staging /tmp/easy_install-pdb2e6/pyzmq-14.4.1/buildutils/include_sodium/version.h to bundled/libsodium/src/libsodium/include/sodium/version.h
  115. already have crypto_stream_salsa20.h
  116. already have crypto_scalarmult_curve25519.h
  117. ************************************************
  118. bundled/libsodium/src/libsodium/sodium/utils.c: In function ‘_sodium_malloc’:
  119. bundled/libsodium/src/libsodium/sodium/utils.c:353:20: warning: variable ‘page_mask’ set but not used [-Wunused-but-set-variable]
  120.      size_t         page_mask;
  121.                     ^
  122. bundled/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c:55:5: warning: missing braces around initializer [-Wmissing-braces]
  123.      _SODIUM_C99(.random_data_source_fd =) -1,
  124.      ^
  125. bundled/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c:55:5: warning: (near initialization for ‘stream.key’) [-Wmissing-braces]
  126. bundled/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c: In function ‘randombytes_salsa20_random_getword’:
  127. bundled/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c:237:14: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
  128.      int      ret;
  129.               ^
  130. bundled/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c: In function ‘randombytes_salsa20_random_buf’:
  131. bundled/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c:291:9: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
  132.      int ret;
  133.          ^
  134. gcc: error trying to exec 'cc1plus': execvp: No such file or directory
  135. error: Setup script exited with error: command 'gcc' failed with exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement