We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using Yosemite with io.js 2.0.2. For NodeJS 0.12.0 it works.
$ V=1 npm install dtrace-provider npm WARN package.json doxy-api@0.0.0 No repository field. - > dtrace-provider@0.4.0 install /Users/pentiado/Documents/Code/doxy/api/node_modules/dtrace-provider > node scripts/install.js LD_LIBRARY_PATH=/Users/pentiado/Documents/Code/doxy/api/node_modules/dtrace-provider/build/Release/lib.host:/Users/pentiado/Documents/Code/doxy/api/node_modules/dtrace-provider/build/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../.; sh libusdt-build.sh Building libusdt for x86_64 rm -f *.gch rm -f *.o rm -f libusdt.a rm -f test_usdt rm -f test_usdt32 rm -f test_usdt64 rm -f test_mem_usage gcc -O2 -Wall -arch x86_64 -c -o usdt.o usdt.c gcc -O2 -Wall -arch x86_64 -c -o usdt_dof_file.o usdt_dof_file.c gcc -arch x86_64 -o usdt_tracepoints.o -c usdt_tracepoints_x86_64.s gcc -O2 -Wall -arch x86_64 -c -o usdt_probe.o usdt_probe.c gcc -O2 -Wall -arch x86_64 -c -o usdt_dof.o usdt_dof.c gcc -O2 -Wall -arch x86_64 -c -o usdt_dof_sections.o usdt_dof_sections.c rm -f libusdt.a ar cru libusdt.a usdt.o usdt_dof_file.o usdt_tracepoints.o usdt_probe.o usdt_dof.o usdt_dof_sections.o ranlib libusdt.a touch Release/obj.target/libusdt.stamp c++ '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/Users/pentiado/.node-gyp/2.0.2/src -I/Users/pentiado/.node-gyp/2.0.2/deps/uv/include -I/Users/pentiado/.node-gyp/2.0.2/deps/v8/include -I../libusdt -I../node_modules/nan -Os -gdwarf-2 -mmacosx-version-min=10.5 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++0x -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/DTraceProviderBindings/dtrace_provider.o.d.raw -c -o Release/obj.target/DTraceProviderBindings/dtrace_provider.o ../dtrace_provider.cc In file included from ../dtrace_provider.cc:1: In file included from ../dtrace_provider.h:1: In file included from ../node_modules/nan/nan.h:74: In file included from ../node_modules/nan/nan_new.h:181: ../node_modules/nan/nan_implementation_12_inl.h:172:66: error: too many arguments to function call, expected at most 2, have 4 return v8::Signature::New(v8::Isolate::GetCurrent(), receiver, argc, argv); ~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~ /Users/pentiado/.node-gyp/2.0.2/deps/v8/include/v8.h:4188:3: note: 'New' declared here static Local<Signature> New( ^ 1 error generated. make: *** [Release/obj.target/DTraceProviderBindings/dtrace_provider.o] Error 1 gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:269:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1009:12) gyp ERR! System Darwin 14.3.0 gyp ERR! command "/usr/local/bin/iojs" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /Users/pentiado/Documents/Code/doxy/api/node_modules/dtrace-provider gyp ERR! node -v v2.0.2 gyp ERR! node-gyp -v v1.0.3 gyp ERR! not ok dtrace-provider@0.4.0 node_modules/dtrace-provider └── nan@1.5.3
The text was updated successfully, but these errors were encountered:
This looks exactly like #61.
Sorry, something went wrong.
No branches or pull requests
I'm using Yosemite with io.js 2.0.2. For NodeJS 0.12.0 it works.
The text was updated successfully, but these errors were encountered: