Advertisement
Guest User

Untitled

a guest
Dec 5th, 2013
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. /opt/tmp/node # ./configure --prefix=/opt/node CC=/opt/bin/gcc
  2. { 'target_defaults': { 'cflags': [],
  3. 'default_configuration': 'Release',
  4. 'defines': [],
  5. 'include_dirs': [],
  6. 'libraries': []},
  7. 'variables': { 'clang': 0,
  8. 'gcc_version': 42,
  9. 'host_arch': 'ia32',
  10. 'node_install_npm': 'true',
  11. 'node_prefix': '/opt/node',
  12. 'node_shared_cares': 'false',
  13. 'node_shared_http_parser': 'false',
  14. 'node_shared_libuv': 'false',
  15. 'node_shared_openssl': 'false',
  16. 'node_shared_v8': 'false',
  17. 'node_shared_zlib': 'false',
  18. 'node_tag': '',
  19. 'node_unsafe_optimizations': 0,
  20. 'node_use_dtrace': 'false',
  21. 'node_use_etw': 'false',
  22. 'node_use_openssl': 'true',
  23. 'node_use_perfctr': 'false',
  24. 'node_use_systemtap': 'false',
  25. 'python': '/opt/bin/python',
  26. 'target_arch': 'ia32',
  27. 'v8_enable_gdbjit': 0,
  28. 'v8_no_strict_aliasing': 1,
  29. 'v8_use_snapshot': 'true'}}
  30. creating ./config.gypi
  31. creating ./config.mk
  32. Traceback (most recent call last):
  33. File "tools/gyp_node.py", line 57, in <module>
  34. run_gyp(gyp_args)
  35. File "tools/gyp_node.py", line 18, in run_gyp
  36. rc = gyp.main(args)
  37. File "./tools/gyp/pylib/gyp/__init__.py", line 527, in main
  38. return gyp_main(args)
  39. File "./tools/gyp/pylib/gyp/__init__.py", line 503, in gyp_main
  40. options.circular_check)
  41. File "./tools/gyp/pylib/gyp/__init__.py", line 129, in Load
  42. params['parallel'], params['root_targets'])
  43. File "./tools/gyp/pylib/gyp/input.py", line 2687, in Load
  44. generator_input_info)
  45. File "./tools/gyp/pylib/gyp/input.py", line 594, in LoadTargetBuildFilesParallel
  46. parallel_state.pool = multiprocessing.Pool(8)
  47. File "/opt/lib/python2.7/multiprocessing/__init__.py", line 232, in Pool
  48. return Pool(processes, initializer, initargs, maxtasksperchild)
  49. File "/opt/lib/python2.7/multiprocessing/pool.py", line 115, in __init__
  50. self._setup_queues()
  51. File "/opt/lib/python2.7/multiprocessing/pool.py", line 210, in _setup_queues
  52. self._inqueue = SimpleQueue()
  53. File "/opt/lib/python2.7/multiprocessing/queues.py", line 352, in __init__
  54. self._rlock = Lock()
  55. File "/opt/lib/python2.7/multiprocessing/synchronize.py", line 147, in __init__
  56. SemLock.__init__(self, SEMAPHORE, 1, 1)
  57. File "/opt/lib/python2.7/multiprocessing/synchronize.py", line 75, in __init__
  58. sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue)
  59. OSError: [Errno 38] Function not implemented
  60. /opt/tmp/node #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement