Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /opt/tmp/node # ./configure --prefix=/opt/node CC=/opt/bin/gcc
- { 'target_defaults': { 'cflags': [],
- 'default_configuration': 'Release',
- 'defines': [],
- 'include_dirs': [],
- 'libraries': []},
- 'variables': { 'clang': 0,
- 'gcc_version': 42,
- 'host_arch': 'ia32',
- 'node_install_npm': 'true',
- 'node_prefix': '/opt/node',
- 'node_shared_cares': 'false',
- 'node_shared_http_parser': 'false',
- 'node_shared_libuv': 'false',
- 'node_shared_openssl': 'false',
- 'node_shared_v8': 'false',
- 'node_shared_zlib': 'false',
- 'node_tag': '',
- 'node_unsafe_optimizations': 0,
- 'node_use_dtrace': 'false',
- 'node_use_etw': 'false',
- 'node_use_openssl': 'true',
- 'node_use_perfctr': 'false',
- 'node_use_systemtap': 'false',
- 'python': '/opt/bin/python',
- 'target_arch': 'ia32',
- 'v8_enable_gdbjit': 0,
- 'v8_no_strict_aliasing': 1,
- 'v8_use_snapshot': 'true'}}
- creating ./config.gypi
- creating ./config.mk
- Traceback (most recent call last):
- File "tools/gyp_node.py", line 57, in <module>
- run_gyp(gyp_args)
- File "tools/gyp_node.py", line 18, in run_gyp
- rc = gyp.main(args)
- File "./tools/gyp/pylib/gyp/__init__.py", line 527, in main
- return gyp_main(args)
- File "./tools/gyp/pylib/gyp/__init__.py", line 503, in gyp_main
- options.circular_check)
- File "./tools/gyp/pylib/gyp/__init__.py", line 129, in Load
- params['parallel'], params['root_targets'])
- File "./tools/gyp/pylib/gyp/input.py", line 2687, in Load
- generator_input_info)
- File "./tools/gyp/pylib/gyp/input.py", line 594, in LoadTargetBuildFilesParallel
- parallel_state.pool = multiprocessing.Pool(8)
- File "/opt/lib/python2.7/multiprocessing/__init__.py", line 232, in Pool
- return Pool(processes, initializer, initargs, maxtasksperchild)
- File "/opt/lib/python2.7/multiprocessing/pool.py", line 115, in __init__
- self._setup_queues()
- File "/opt/lib/python2.7/multiprocessing/pool.py", line 210, in _setup_queues
- self._inqueue = SimpleQueue()
- File "/opt/lib/python2.7/multiprocessing/queues.py", line 352, in __init__
- self._rlock = Lock()
- File "/opt/lib/python2.7/multiprocessing/synchronize.py", line 147, in __init__
- SemLock.__init__(self, SEMAPHORE, 1, 1)
- File "/opt/lib/python2.7/multiprocessing/synchronize.py", line 75, in __init__
- sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue)
- OSError: [Errno 38] Function not implemented
- /opt/tmp/node #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement