-
-
Save akz92/cc6fb8a1f63c3bcb374669dd6df8db8f to your computer and use it in GitHub Desktop.
dext-darwin-applications-plugin npm install log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
../src/ffi.cc:111:11: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations] | |
target->ForceSet(Nan::New<String>("RTLD_NEXT").ToLocalChecked(), WrapPointer((char *)RTLD_NEXT), static_cast<PropertyAttribute>(ReadOnly | DontDelete)); | |
^ | |
/Users/akz/.node-gyp/iojs-1.4.13/deps/v8/include/v8.h:2702:22: note: 'ForceSet' has been explicitly marked deprecated here | |
bool ForceSet(Local<Value> key, Local<Value> value, | |
^ | |
../src/ffi.cc:114:11: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations] | |
target->ForceSet(Nan::New<String>("RTLD_DEFAULT").ToLocalChecked(), WrapPointer((char *)RTLD_DEFAULT), static_cast<PropertyAttribute>(ReadOnly | DontDelete)); | |
^ | |
/Users/akz/.node-gyp/iojs-1.4.13/deps/v8/include/v8.h:2702:22: note: 'ForceSet' has been explicitly marked deprecated here | |
bool ForceSet(Local<Value> key, Local<Value> value, | |
^ | |
../src/ffi.cc:117:11: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations] | |
target->ForceSet(Nan::New<String>("RTLD_SELF").ToLocalChecked(), WrapPointer((char *)RTLD_SELF), static_cast<PropertyAttribute>(ReadOnly|DontDelete)); | |
^ | |
/Users/akz/.node-gyp/iojs-1.4.13/deps/v8/include/v8.h:2702:22: note: 'ForceSet' has been explicitly marked deprecated here | |
bool ForceSet(Local<Value> key, Local<Value> value, | |
^ | |
../src/ffi.cc:120:11: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations] | |
target->ForceSet(Nan::New<String>("RTLD_MAIN_ONLY").ToLocalChecked(), WrapPointer((char *)RTLD_MAIN_ONLY), static_cast<PropertyAttribute>(ReadOnly|DontDelete)); | |
^ | |
/Users/akz/.node-gyp/iojs-1.4.13/deps/v8/include/v8.h:2702:22: note: 'ForceSet' has been explicitly marked deprecated here | |
bool ForceSet(Local<Value> key, Local<Value> value, | |
^ | |
../src/ffi.cc:123:11: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations] | |
target->ForceSet(Nan::New<String>("FFI_ARG_SIZE").ToLocalChecked(), Nan::New<Uint32>((uint32_t)sizeof(ffi_arg)), static_cast<PropertyAttribute>(ReadOnly|DontDelete)); | |
^ | |
/Users/akz/.node-gyp/iojs-1.4.13/deps/v8/include/v8.h:2702:22: note: 'ForceSet' has been explicitly marked deprecated here | |
bool ForceSet(Local<Value> key, Local<Value> value, | |
^ | |
../src/ffi.cc:124:11: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations] | |
target->ForceSet(Nan::New<String>("FFI_SARG_SIZE").ToLocalChecked(), Nan::New<Uint32>((uint32_t)sizeof(ffi_sarg)), static_cast<PropertyAttribute>(ReadOnly | DontDelete)); | |
^ | |
/Users/akz/.node-gyp/iojs-1.4.13/deps/v8/include/v8.h:2702:22: note: 'ForceSet' has been explicitly marked deprecated here | |
bool ForceSet(Local<Value> key, Local<Value> value, | |
^ | |
../src/ffi.cc:125:11: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations] | |
target->ForceSet(Nan::New<String>("FFI_TYPE_SIZE").ToLocalChecked(), Nan::New<Uint32>((uint32_t)sizeof(ffi_type)), static_cast<PropertyAttribute>(ReadOnly | DontDelete)); | |
Users/akz/.node-gyp/iojs-1.4.13/deps/v8/include/v8.h:2702:22: note: 'ForceSet' has been explicitly marked deprecated here | |
bool ForceSet(Local<Value> key, Local<Value> value, | |
^ | |
../src/ffi.cc:132:11: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations] | |
target->ForceSet(Nan::New<String>("HAS_OBJC").ToLocalChecked(), Nan::New<Boolean>(hasObjc), static_cast<PropertyAttribute>(ReadOnly | DontDelete)); | |
^ | |
/Users/akz/.node-gyp/iojs-1.4.13/deps/v8/include/v8.h:2702:22: note: 'ForceSet' has been explicitly marked deprecated here | |
bool ForceSet(Local<Value> key, Local<Value> value, | |
^ | |
9 warnings generated. | |
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 | |
ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame | |
../src/binding.cc:619:11: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations] | |
target->ForceSet(Nan::New<v8::String>("endianness").ToLocalChecked(), Nan::New<v8::String>(CheckEndianness()).ToLocalChecked(), static_cast<PropertyAttribute>(ReadOnly|DontDelete)); | |
^ | |
/Users/akz/.node-gyp/iojs-1.4.13/deps/v8/include/v8.h:2702:22: note: 'ForceSet' has been explicitly marked deprecated here | |
bool ForceSet(Local<Value> key, Local<Value> value, | |
^ | |
../src/binding.cc:620:11: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations] | |
target->ForceSet(Nan::New<v8::String>("NULL").ToLocalChecked(), WrapNullPointer(), static_cast<PropertyAttribute>(ReadOnly|DontDelete)); | |
^ | |
/Users/akz/.node-gyp/iojs-1.4.13/deps/v8/include/v8.h:2702:22: note: 'ForceSet' has been explicitly marked deprecated here | |
bool ForceSet(Local<Value> key, Local<Value> value, | |
^ | |
2 warnings generated. | |
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 | |
npm WARN prefer global [email protected] should be installed with -g | |
npm WARN prefer global [email protected] should be installed with -g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment