eclipsesource / eclipsesource/J2V8

deps/v8/src/v8_base.target.mk:554: recipe for target '/home/spaceboyross/J2V8/node/out/Release/obj.target/v8_base/deps/v8/src/heap/heap.o' failed

Open
#383 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
2.6k
Forks
387
PR merge metrics
No merged PRs in 30d

Description

There is a build problem.
```
deps/v8/src/v8_base.target.mk:554: recipe for target '/home/spaceboyross/J2V8/node/out/Release/obj.target/v8_base/deps/v8/src/heap/heap.o' failed
make[1]: *** [/home/spaceboyross/J2V8/node/out/Release/obj.target/v8_base/deps/v8/src/heap/heap.o] Error 1
make[1]: Leaving directory '/home/spaceboyross/J2V8/node/out'
Makefile:73: recipe for target 'node' failed
make: *** [node] Error 2
Traceback (most recent call last):
File "build.py", line 18, in
bex.execute_build(args)
File "/home/spaceboyross/J2V8/build_system/build_executor.py", line 306, in execute_build
execute_build_step(target_compiler, target_step)
File "/home/spaceboyross/J2V8/build_system/build_executor.py", line 222, in execute_build_step
build_system.build(build_step)
File "/home/spaceboyross/J2V8/build_system/build_structures.py", line 83, in build
self.exec_build(config)
File "/home/spaceboyross/J2V8/build_system/shell_build.py", line 27, in exec_build
self.exec_cmd(shell_str, config)
File "/home/spaceboyross/J2V8/build_system/build_structures.py", line 96, in exec_cmd
self.__exec_cmd_core(cmd, config, config.build_cwd)
File "/home/spaceboyross/J2V8/build_system/build_structures.py", line 105, in __exec_cmd_core
utils.execute(cmd, cwd)
File "/home/spaceboyross/J2V8/build_system/build_utils.py", line 157, in execute
raise subprocess.CalledProcessError(return_code, cmd)
subprocess.CalledProcessError: Command 'cd /home/spaceboyross/J2V8 && cd ./node && ./configure --without-intl --without-inspector --dest-cpu=x64 --without-snapshot --enable-static && CFLAGS=-fPIC CXXFLAGS=-fPIC make -j4' returned non-zero exit status 2
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.