-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build problem on Windows WSL #693
Comments
I was able to build it here. |
buildlog.txt |
Run this command and let me know the result
|
You probably don't have multilib installed in your host environment.
|
I have installed libraries beforehand Maybe the problem is in the Windows WSL ? But other modules build without errors. |
I confirm. The problem is in the Windows WSL subsystem. |
Traceback (most recent call last):
File "../../deps/v8/tools/run.py", line 12, in
sys.exit(subprocess.call(sys.argv[1:]))
File "/usr/lib/python2.7/subprocess.py", line 172, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 394, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 8] Exec format error
make[5]: *** [tools/v8_gypfiles/generate_bytecode_builtins_list.target.mk:13: /home/vova/openwrt/build_dir/target-mips_24kc_musl/node-v12.14.0/out/Release/obj/gen/generate-bytecode-output-root/builtins-generated/bytecodes-builtins-list.h] Error 1
make[4]: *** [Makefile:101: node] Error 2
make[4]: Leaving directory '/home/vova/openwrt/build_dir/target-mips_24kc_musl/node-v12.14.0'
make[3]: *** [Makefile:197: /home/vova/openwrt/build_dir/target-mips_24kc_musl/node-v12.14.0/.built] Error 2
make[3]: Leaving directory '/home/vova/openwrt/feeds/node/node'
time: package/feeds/node/node/compile#0.28#1.20#1.48
make[2]: *** [package/Makefile:113: package/feeds/node/node/compile] Error 2
make[2]: Leaving directory '/home/vova/openwrt'
make[1]: *** [package/Makefile:107: /home/vova/openwrt/staging_dir/target-mips_24kc_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/vova/openwrt'
make: *** [/home/vova/openwrt/include/toplevel.mk:218: world] Error 2
Build system Debian 10.3 x64
The text was updated successfully, but these errors were encountered: