-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Open
Labels
installing nodeIssues with installing node/io.js versions.Issues with installing node/io.js versions.needs followupWe need some info or action from whoever filed this issue/PR.We need some info or action from whoever filed this issue/PR.
Description
installing with nvm install --lts
on Bullseye ARM64 produces unexpected code compilation after the tarfile is downloaded
Computing checksum with sha256sum
Checksums matched!
$>./configure --prefix=/home/runner/.nvm/versions/node/v20.18.0 <
Node.js configure: Found Python 3.9.2...
INFO: configure completed successfully
/usr/bin/make -C out BUILDTYPE=Release V=0
g++ -o /home/runner/.nvm/.cache/src/node-v20.18.0/files/out/Release/obj.target/simdutf/deps/simdutf/simdutf.o ../deps/simdutf/simdutf.cpp '-D_GLIBCXX_USE_CXX11_ABI=1' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DNODE_OPENSSL_HAS_QUIC' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' -I../deps/simdutf -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++17 -MMD -MF /home/runner/.nvm/.cache/src/node-v20.18.0/files/out/Release/.deps//home/runner/.nvm/.cache/src/node-v20.18.0/files/out/Release/obj.target/simdutf/deps/simdutf/simdutf.o.d.raw -c
...
The compilation continues for hours (on a slow machine).
This issue does not occur on Bullseye ARMhf, Bookworm ARMhf, or Bookworm ARM64. There is no code compilation for those systems.
Metadata
Metadata
Assignees
Labels
installing nodeIssues with installing node/io.js versions.Issues with installing node/io.js versions.needs followupWe need some info or action from whoever filed this issue/PR.We need some info or action from whoever filed this issue/PR.