Skip to content
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

node v5.5.0 compile on OmniOS: failed to resolve V8DB G_OFF_FP_CONTEXT: Unknown variable name #7840

Closed
hptabster opened this issue Jul 22, 2016 · 6 comments
Labels
build Issues and PRs related to build files or the CI. smartos Issues and PRs related to the SmartOS platform. v8 engine Issues and PRs related to the V8 dependency.

Comments

@hptabster
Copy link

  • Version: v5.5.0
  • Platform: SunOS ip-10-203-225-122.ec2.internal 5.11 r151006 i86pc i386 i86xpv
  • Subsystem:

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

@MylesBorins
Copy link
Contributor

@hptabster v5 is no longer supported. Are you able to build v6.3.1?

@mscdex mscdex added build Issues and PRs related to build files or the CI. v8 engine Issues and PRs related to the V8 dependency. labels Jul 22, 2016
@mscdex
Copy link
Contributor

mscdex commented Jul 22, 2016

Related: #1967

Based on that other issue, perhaps your copy of binutils needs to be updated?

@mscdex mscdex added the smartos Issues and PRs related to the SmartOS platform. label Jul 22, 2016
@bnoordhuis
Copy link
Member

Maybe try ./configure --without-dtrace && make.

@ChALkeR ChALkeR added the v5.x label Jul 24, 2016
@ChALkeR
Copy link
Member

ChALkeR commented Sep 3, 2016

What's the status of this?

@hptabster are you able to reproduce this with latest v4.x or v6.x versions?

@hptabster
Copy link
Author

We have upgrade to v6.2 without an issue on Solaris.

@ChALkeR
Copy link
Member

ChALkeR commented Sep 6, 2016

Ok, closing. Feel free to comment here if more similar problems arise =).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. smartos Issues and PRs related to the SmartOS platform. v8 engine Issues and PRs related to the V8 dependency.
Projects
None yet
Development

No branches or pull requests

5 participants