Created
July 30, 2018 11:54
-
-
Save Unitech/eecac3fa7df44434f27d94bba0365fcb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
CC(target) Release/obj.target/libusb/libusb/libusb/io.o | |
CC(target) Release/obj.target/libusb/libusb/libusb/io.o | |
CC(target) Release/obj.target/libusb/libusb/libusb/strerror.o | |
CC(target) Release/obj.target/libusb/libusb/libusb/strerror.o | |
CC(target) Release/obj.target/libusb/libusb/libusb/sync.o | |
CC(target) Release/obj.target/libusb/libusb/libusb/sync.o | |
CC(target) Release/obj.target/libusb/libusb/libusb/os/poll_posix.o | |
CC(target) Release/obj.target/libusb/libusb/libusb/os/poll_posix.o | |
CC(target) Release/obj.target/libusb/libusb/libusb/os/threads_posix.o | |
CC(target) Release/obj.target/libusb/libusb/libusb/os/threads_posix.o | |
CC(target) Release/obj.target/libusb/libusb/libusb/os/linux_usbfs.o | |
CC(target) Release/obj.target/libusb/libusb/libusb/os/linux_usbfs.o | |
CC(target) Release/obj.target/libusb/libusb/libusb/os/linux_udev.o | |
CC(target) Release/obj.target/libusb/libusb/libusb/os/linux_udev.o | |
AR(target) Release/obj.target/usb.a | |
COPY Release/usb.a | |
CXX(target) Release/obj.target/usb_bindings/src/node_usb.o | |
AR(target) Release/obj.target/usb.a | |
COPY Release/usb.a | |
CXX(target) Release/obj.target/usb_bindings/src/node_usb.o | |
../src/node_usb.cc: In function ‘void handleHotplug(std::pair<libusb_device*, libusb_hotplug_event>)’: | |
../src/node_usb.cc:150:58: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations] | |
Nan::MakeCallback(Nan::New(hotplugThis), "emit", 2, argv); | |
^ | |
In file included from ../src/helpers.h:3:0, | |
from ../src/node_usb.h:21, | |
from ../src/node_usb.cc:1: | |
../../nan/nan.h:971:46: note: declared here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^~~~~~~~~~~~ | |
../src/node_usb.cc: In function ‘void handleHotplug(std::pair<libusb_device*, libusb_hotplug_event>)’: | |
../src/node_usb.cc:150:58: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations] | |
Nan::MakeCallback(Nan::New(hotplugThis), "emit", 2, argv); | |
^ | |
In file included from ../src/helpers.h:3:0, | |
from ../src/node_usb.h:21, | |
from ../src/node_usb.cc:1: | |
../../nan/nan.h:971:46: note: declared here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^~~~~~~~~~~~ | |
CXX(target) Release/obj.target/usb_bindings/src/device.o | |
CXX(target) Release/obj.target/usb_bindings/src/device.o | |
../src/device.cc: In static member function ‘static void Req::default_after(uv_work_t*)’: | |
../src/device.cc:237:64: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations] | |
Nan::MakeCallback(device, Nan::New(baton->callback), 1, argv); | |
^ | |
In file included from ../src/helpers.h:3:0, | |
from ../src/node_usb.h:21, | |
from ../src/device.cc:1: | |
../../nan/nan.h:929:46: note: declared here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^~~~~~~~~~~~ | |
../src/device.cc: In static member function ‘static void Req::default_after(uv_work_t*)’: | |
../src/device.cc:237:64: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations] | |
Nan::MakeCallback(device, Nan::New(baton->callback), 1, argv); | |
^ | |
In file included from ../src/helpers.h:3:0, | |
from ../src/node_usb.h:21, | |
from ../src/device.cc:1: | |
../../nan/nan.h:929:46: note: declared here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^~~~~~~~~~~~ | |
CXX(target) Release/obj.target/usb_bindings/src/transfer.o | |
CXX(target) Release/obj.target/usb_bindings/src/transfer.o | |
../src/transfer.cc: In function ‘void handleCompletion(Transfer*)’: | |
../src/transfer.cc:126:72: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations] | |
Nan::MakeCallback(self->handle(), Nan::New(self->v8callback), 3, argv); | |
^ | |
In file included from ../src/helpers.h:3:0, | |
from ../src/node_usb.h:21, | |
from ../src/transfer.cc:1: | |
../../nan/nan.h:929:46: note: declared here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^~~~~~~~~~~~ | |
../src/transfer.cc: In function ‘void handleCompletion(Transfer*)’: | |
../src/transfer.cc:126:72: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations] | |
Nan::MakeCallback(self->handle(), Nan::New(self->v8callback), 3, argv); | |
^ | |
In file included from ../src/helpers.h:3:0, | |
from ../src/node_usb.h:21, | |
from ../src/transfer.cc:1: | |
../../nan/nan.h:929:46: note: declared here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^~~~~~~~~~~~ | |
SOLINK_MODULE(target) Release/obj.target/usb_bindings.node | |
SOLINK_MODULE(target) Release/obj.target/usb_bindings.node | |
COPY Release/usb_bindings.node | |
COPY /home/unitech/envision/envision-dashboard/node_modules/usb/src/binding/usb_bindings.node | |
TOUCH Release/obj.target/action_after_build.stamp | |
make: Leaving directory '/home/unitech/envision/envision-dashboard/node_modules/usb/build' | |
COPY Release/usb_bindings.node | |
COPY /home/unitech/envision/envision-dashboard/node_modules/usb/src/binding/usb_bindings.node | |
TOUCH Release/obj.target/action_after_build.stamp | |
make: Leaving directory '/home/unitech/envision/envision-dashboard/node_modules/usb/build' | |
> [email protected] install /home/unitech/envision/envision-dashboard/node_modules/bluetooth-hci-socket | |
> node-gyp rebuild | |
make: Entering directory '/home/unitech/envision/envision-dashboard/node_modules/bluetooth-hci-socket/build' | |
CXX(target) Release/obj.target/binding/src/BluetoothHciSocket.o | |
../src/BluetoothHciSocket.cpp: In member function ‘void BluetoothHciSocket::poll()’: | |
../src/BluetoothHciSocket.cpp:251:95: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations] | |
Nan::MakeCallback(Nan::New<Object>(this->This), Nan::New("emit").ToLocalChecked(), 2, argv); | |
^ | |
In file included from ../src/BluetoothHciSocket.cpp:8:0: | |
../../nan/nan.h:950:46: note: declared here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^~~~~~~~~~~~ | |
../src/BluetoothHciSocket.cpp: In member function ‘void BluetoothHciSocket::emitErrnoError()’: | |
../src/BluetoothHciSocket.cpp:275:72: error: no matching function for call to ‘v8::Function::NewInstance(int, v8::Local<v8::Value> [1])’ | |
Local<Value> error = errorConstructor->NewInstance(1, constructorArgs); | |
^ | |
In file included from /home/unitech/.node-gyp/10.6.0/include/node/node.h:63:0, | |
from /home/unitech/.node-gyp/10.6.0/include/node/node_buffer.h:25, | |
from ../src/BluetoothHciSocket.cpp:7: | |
/home/unitech/.node-gyp/10.6.0/include/node/v8.h:3911:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Function::NewInstance(v8::Local<v8::Context>, int, v8::Local<v8::Value>*) const | |
V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance( | |
^~~~~~~~~~~ | |
/home/unitech/.node-gyp/10.6.0/include/node/v8.h:3911:44: note: candidate expects 3 arguments, 2 provided | |
/home/unitech/.node-gyp/10.6.0/include/node/v8.h:3914:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Function::NewInstance(v8::Local<v8::Context>) const | |
V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance( | |
^~~~~~~~~~~ | |
/home/unitech/.node-gyp/10.6.0/include/node/v8.h:3914:44: note: candidate expects 1 argument, 2 provided | |
../src/BluetoothHciSocket.cpp:282:93: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations] | |
Nan::MakeCallback(Nan::New<Object>(this->This), Nan::New("emit").ToLocalChecked(), 2, argv); | |
^ | |
In file included from ../src/BluetoothHciSocket.cpp:8:0: | |
../../nan/nan.h:950:46: note: declared here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^~~~~~~~~~~~ | |
binding.target.mk:95: recipe for target 'Release/obj.target/binding/src/BluetoothHciSocket.o' failed | |
make: *** [Release/obj.target/binding/src/BluetoothHciSocket.o] Error 1 | |
make: Leaving directory '/home/unitech/envision/envision-dashboard/node_modules/bluetooth-hci-socket/build' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment