You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hptabster opened this issue
Jul 22, 2016
· 6 comments
Labels
buildIssues and PRs related to build files or the CI.smartosIssues and PRs related to the SmartOS platform.v8 engineIssues and PRs related to the V8 dependency.
buildIssues and PRs related to build files or the CI.smartosIssues and PRs related to the SmartOS platform.v8 engineIssues and PRs related to the V8 dependency.
PATH=$PATH:/usr/sbin
export CC=$(which gcc)
git clone https://github.com/nodejs/node.git
cd node
git checkout v5.5.0
gmake -j4 binary
...
g++ -rdynamic -m32 -pthreads -Wl,-z,allextract -o /home/mci/node/out/Release/c
ctest -Wl,--start-group /home/mci/node/out/Release/obj.target/cctest/test/cctest/
util.o /home/mci/node/out/Release/obj.target/deps/gtest/libgtest.a /home/mci/node
/out/Release/obj.target/deps/v8/tools/gyp/libv8_libplatform.a /home/mci/node/out/
Release/obj.target/deps/v8/tools/gyp/libv8_base.a /home/mci/node/out/Release/obj.
target/deps/v8/tools/gyp/libv8_libbase.a /home/mci/node/out/Release/obj.target/to
ols/icu/libicui18n.a /home/mci/node/out/Release/obj.target/tools/icu/libicuucx.a
/home/mci/node/out/Release/obj.target/tools/icu/libicudata.a /home/mci/node/out/R
elease/obj.target/tools/icu/libicustubdata.a /home/mci/node/out/Release/obj.targe
t/deps/v8/tools/gyp/libv8_snapshot.a -Wl,--end-group -lnsl -lrt
dtrace: failed to compile script src/v8ustack.d: line 258: failed to resolve V8DB
G_OFF_FP_CONTEXT: Unknown variable name
gmake[2]: *** [/home/mci/node/out/Release/obj.target/node/src/node_dtrace_ustack.
o] Error 1
The text was updated successfully, but these errors were encountered: