[Buildroot] [Bug 14451] nodejs won't build on Fedora 35

bugzilla at busybox.net bugzilla at busybox.net
Mon Dec 13 16:27:52 UTC 2021


https://bugs.busybox.net/show_bug.cgi?id=14451

--- Comment #1 from Vincent Fazio <vfazio at xes-inc.com> ---
Certain parts of the build invoke "python" and aren't using a full path to the
bin to do so. While PATH has been set to include the host built python3 and
PYTHON is set to host-python3 built bin, the build process is not respecting
that. We do not have a symlink python -> python3 (afaik most distros do not
include python by default, just python3) so when the build stage gets invoked
it's using the "python" available from PATH


 
LD_LIBRARY_PATH=/mnt/development/buildroot/output/build/nodejs-14.18.1/out/Release/lib.host:/mnt/development/buildroot/output/build/nodejs-14.18.1/out/Release/lib.target:$LD_LIBRARY_PATH;
export LD_LIBRARY_PATH; cd ../tools/v8_gypfiles; mkdir -p
/mnt/development/buildroot/output/build/nodejs-14.18.1/out/Release/obj/gen/generate-bytecode-output-root/builtins-generated;
python ../../deps/v8/tools/run.py
"/mnt/development/buildroot/output/build/nodejs-14.18.1/out/Release/v8-qemu-wrapper"
"/mnt/development/buildroot/output/build/nodejs-14.18.1/out/Release/bytecode_builtins_list_generator"
"/mnt/development/buildroot/output/build/nodejs-14.18.1/out/Release/obj/gen/generate-bytecode-output-root/builtins-generated/bytecodes-builtins-list.h"

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list