Created
August 16, 2020 02:00
-
-
Save iosdevzone/0e35f51feb8aabf22f0beb4c6e3194c5 to your computer and use it in GitHub Desktop.
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
madra:tad danny$ npm install | |
> [email protected] install /Users/danny/Documents/GitHub/tad/tad/node_modules/sqlite3 | |
> node-pre-gyp install --fallback-to-build | |
node-pre-gyp WARN Using request for node-pre-gyp https download | |
node-pre-gyp WARN Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3_ac/v4.1.1/node-v51-darwin-x64.tar.gz | |
node-pre-gyp WARN Pre-built binaries not found for [email protected] and [email protected] (node-v51 ABI, unknown) (falling back to source compile with node-gyp) | |
ACTION deps_sqlite3_gyp_action_before_build_target_unpack_sqlite_dep Release/obj/gen/sqlite-autoconf-3310100/sqlite3.c | |
TOUCH Release/obj.target/deps/action_before_build.stamp | |
CC(target) Release/obj.target/sqlite3/gen/sqlite-autoconf-3310100/sqlite3.o | |
LIBTOOL-STATIC Release/sqlite3.a | |
CXX(target) Release/obj.target/node_sqlite3/src/backup.o | |
../src/backup.cc:78:9: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
TRY_CATCH_CALL(backup->handle(), cb, 1, argv); | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/backup.cc:82:9: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
EMIT_EVENT(backup->handle(), 2, argv); | |
^ | |
../src/macros.h:116:5: note: expanded from macro 'EMIT_EVENT' | |
TRY_CATCH_CALL((obj), \ | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/backup.cc:105:17: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
TRY_CATCH_CALL(handle(), cb, 1, argv); | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/backup.cc:119:13: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
EMIT_EVENT(handle(), 2, info); | |
^ | |
../src/macros.h:116:5: note: expanded from macro 'EMIT_EVENT' | |
TRY_CATCH_CALL((obj), \ | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/backup.cc:167:10: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations] | |
Nan::ForceSet(info.This(), Nan::New("filename").ToLocalChecked(), filename, ReadOnly); | |
^ | |
../node_modules/nan/nan_maybe_43_inl.h:117:1: note: 'ForceSet' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline Maybe<bool> ForceSet( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/backup.cc:168:10: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations] | |
Nan::ForceSet(info.This(), Nan::New("sourceName").ToLocalChecked(), sourceName, ReadOnly); | |
^ | |
../node_modules/nan/nan_maybe_43_inl.h:117:1: note: 'ForceSet' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline Maybe<bool> ForceSet( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/backup.cc:169:10: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations] | |
Nan::ForceSet(info.This(), Nan::New("destName").ToLocalChecked(), destName, ReadOnly); | |
^ | |
../node_modules/nan/nan_maybe_43_inl.h:117:1: note: 'ForceSet' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline Maybe<bool> ForceSet( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/backup.cc:170:10: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations] | |
Nan::ForceSet(info.This(), Nan::New("filenameIsDest").ToLocalChecked(), filenameIsDest, ReadOnly); | |
^ | |
../node_modules/nan/nan_maybe_43_inl.h:117:1: note: 'ForceSet' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline Maybe<bool> ForceSet( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/backup.cc:188:9: warning: unused variable 'status' [-Wunused-variable] | |
int status = uv_queue_work(uv_default_loop(), | |
^ | |
../src/backup.cc:236:13: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
TRY_CATCH_CALL(backup->handle(), cb, 1, argv); | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/backup.cc:255:5: warning: unused variable 'status' [-Wunused-variable] | |
BACKUP_BEGIN(Step); | |
^ | |
../src/macros.h:166:9: note: expanded from macro 'BACKUP_BEGIN' | |
int status = uv_queue_work(uv_default_loop(), \ | |
^ | |
../src/backup.cc:301:13: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
TRY_CATCH_CALL(backup->handle(), cb, 2, argv); | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/backup.cc:319:5: warning: unused variable 'status' [-Wunused-variable] | |
BACKUP_BEGIN(Finish); | |
^ | |
../src/macros.h:166:9: note: expanded from macro 'BACKUP_BEGIN' | |
int status = uv_queue_work(uv_default_loop(), \ | |
^ | |
../src/backup.cc:336:9: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
TRY_CATCH_CALL(backup->handle(), cb, 0, NULL); | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
14 warnings generated. | |
CXX(target) Release/obj.target/node_sqlite3/src/database.o | |
../src/database.cc:56:17: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
TRY_CATCH_CALL(this->handle(), cb, 1, argv); | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:71:13: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
EMIT_EVENT(handle(), 2, info); | |
^ | |
../src/macros.h:116:5: note: expanded from macro 'EMIT_EVENT' | |
TRY_CATCH_CALL((obj), \ | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:106:13: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
TRY_CATCH_CALL(handle(), cb, 1, argv); | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:111:13: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
EMIT_EVENT(handle(), 2, argv); | |
^ | |
../src/macros.h:116:5: note: expanded from macro 'EMIT_EVENT' | |
TRY_CATCH_CALL((obj), \ | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:156:10: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations] | |
Nan::ForceSet(info.This(), Nan::New("filename").ToLocalChecked(), info[0].As<String>(), ReadOnly); | |
^ | |
../node_modules/nan/nan_maybe_43_inl.h:117:1: note: 'ForceSet' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline Maybe<bool> ForceSet( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:157:10: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations] | |
Nan::ForceSet(info.This(), Nan::New("mode").ToLocalChecked(), Nan::New(mode), ReadOnly); | |
^ | |
../node_modules/nan/nan_maybe_43_inl.h:117:1: note: 'ForceSet' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline Maybe<bool> ForceSet( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:168:9: warning: unused variable 'status' [-Wunused-variable] | |
int status = uv_queue_work(uv_default_loop(), | |
^ | |
../src/database.cc:220:9: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
TRY_CATCH_CALL(db->handle(), cb, 1, argv); | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:225:9: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
EMIT_EVENT(db->handle(), 2, info); | |
^ | |
../src/macros.h:116:5: note: expanded from macro 'EMIT_EVENT' | |
TRY_CATCH_CALL((obj), \ | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:231:9: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
EMIT_EVENT(db->handle(), 1, info); | |
^ | |
../src/macros.h:116:5: note: expanded from macro 'EMIT_EVENT' | |
TRY_CATCH_CALL((obj), \ | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:265:9: warning: unused variable 'status' [-Wunused-variable] | |
int status = uv_queue_work(uv_default_loop(), | |
^ | |
../src/database.cc:315:9: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
TRY_CATCH_CALL(db->handle(), cb, 1, argv); | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:320:9: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
EMIT_EVENT(db->handle(), 2, info); | |
^ | |
../src/macros.h:116:5: note: expanded from macro 'EMIT_EVENT' | |
TRY_CATCH_CALL((obj), \ | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:326:9: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
EMIT_EVENT(db->handle(), 1, info); | |
^ | |
../src/macros.h:116:5: note: expanded from macro 'EMIT_EVENT' | |
TRY_CATCH_CALL((obj), \ | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:343:9: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
TRY_CATCH_CALL(info.This(), callback, 0, NULL); | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:362:9: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
TRY_CATCH_CALL(info.This(), callback, 0, NULL); | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:482:5: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
EMIT_EVENT(db->handle(), 2, argv); | |
^ | |
../src/macros.h:116:5: note: expanded from macro 'EMIT_EVENT' | |
TRY_CATCH_CALL((obj), \ | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:527:5: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
EMIT_EVENT(db->handle(), 3, argv); | |
^ | |
../src/macros.h:116:5: note: expanded from macro 'EMIT_EVENT' | |
TRY_CATCH_CALL((obj), \ | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:577:5: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
EMIT_EVENT(db->handle(), 4, argv); | |
^ | |
../src/macros.h:116:5: note: expanded from macro 'EMIT_EVENT' | |
TRY_CATCH_CALL((obj), \ | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:600:9: warning: unused variable 'status' [-Wunused-variable] | |
int status = uv_queue_work(uv_default_loop(), | |
^ | |
../src/database.cc:640:13: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
TRY_CATCH_CALL(db->handle(), cb, 1, argv); | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:645:13: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
EMIT_EVENT(db->handle(), 2, info); | |
^ | |
../src/macros.h:116:5: note: expanded from macro 'EMIT_EVENT' | |
TRY_CATCH_CALL((obj), \ | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:651:9: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
TRY_CATCH_CALL(db->handle(), cb, 1, argv); | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:684:9: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
TRY_CATCH_CALL(baton->db->handle(), cb, 1, argv); | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:711:9: warning: unused variable 'status' [-Wunused-variable] | |
int status = uv_queue_work(uv_default_loop(), | |
^ | |
../src/database.cc:753:13: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
TRY_CATCH_CALL(db->handle(), cb, 1, argv); | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:758:13: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
EMIT_EVENT(db->handle(), 2, info); | |
^ | |
../src/macros.h:116:5: note: expanded from macro 'EMIT_EVENT' | |
TRY_CATCH_CALL((obj), \ | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:764:9: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
TRY_CATCH_CALL(db->handle(), cb, 1, argv); | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:788:73: error: no member named 'ToLocalChecked' in 'v8::Local<v8::String>' | |
options->Get(context, String::NewFromUtf8(isolate, "columnIds").ToLocalChecked()).ToLocalChecked()); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
../src/database.cc:801:73: error: no member named 'ToLocalChecked' in 'v8::Local<v8::String>' | |
if (options->Has(context, String::NewFromUtf8(isolate, "delimiter").ToLocalChecked()).FromJust()) | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
../src/database.cc:803:101: error: no member named 'ToLocalChecked' in 'v8::Local<v8::String>' | |
Nan::Utf8String delimNanStr(options->Get(context, String::NewFromUtf8(isolate, "delimiter").ToLocalChecked()).ToLocalChecked()); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
../src/database.cc:812:75: error: no member named 'ToLocalChecked' in 'v8::Local<v8::String>' | |
if (options->Has(context, String::NewFromUtf8(isolate, "noHeaderRow").ToLocalChecked()).FromJust()) | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
../src/database.cc:815:79: error: no member named 'ToLocalChecked' in 'v8::Local<v8::String>' | |
options->Get(context, String::NewFromUtf8(isolate, "noHeaderRow").ToLocalChecked()).ToLocalChecked(); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
../src/database.cc:816:38: error: no matching member function for call to 'BooleanValue' | |
noHeaderRow = noHeaderValue->BooleanValue(isolate); | |
~~~~~~~~~~~~~~~^~~~~~~~~~~~ | |
/Users/danny/.node-gyp/7.1.0/include/node/v8.h:2011:37: note: candidate function not viable: no known conversion from 'v8::Isolate *' to 'Local<v8::Context>' for 1st argument | |
V8_WARN_UNUSED_RESULT Maybe<bool> BooleanValue(Local<Context> context) const; | |
^ | |
/Users/danny/.node-gyp/7.1.0/include/node/v8.h:2019:47: note: candidate function not viable: requires 0 arguments, but 1 was provided | |
V8_DEPRECATE_SOON("Use maybe version", bool BooleanValue() const); | |
^ | |
../src/database.cc:833:9: warning: unused variable 'status' [-Wunused-variable] | |
int status = uv_queue_work(uv_default_loop(), | |
^ | |
../src/database.cc:900:13: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
TRY_CATCH_CALL(db->handle(), cb, 1, argv); | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:905:13: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
EMIT_EVENT(db->handle(), 2, info); | |
^ | |
../src/macros.h:116:5: note: expanded from macro 'EMIT_EVENT' | |
TRY_CATCH_CALL((obj), \ | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
../src/database.cc:912:9: warning: 'MakeCallback' is deprecated [-Wdeprecated-declarations] | |
TRY_CATCH_CALL(db->handle(), cb, 2, argv); | |
^ | |
../src/macros.h:124:10: note: expanded from macro 'TRY_CATCH_CALL' | |
Nan::MakeCallback((context), (callback), (argc), (argv)) | |
^ | |
../node_modules/nan/nan.h:1026:3: note: 'MakeCallback' has been explicitly marked deprecated here | |
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback( | |
^ | |
../node_modules/nan/nan.h:106:40: note: expanded from macro 'NAN_DEPRECATED' | |
# define NAN_DEPRECATED __attribute__((deprecated)) | |
^ | |
32 warnings and 6 errors generated. | |
make: *** [Release/obj.target/node_sqlite3/src/database.o] Error 1 | |
gyp ERR! build error | |
gyp ERR! stack Error: `make` failed with exit code: 2 | |
gyp ERR! stack at ChildProcess.onExit (/Users/danny/Documents/GitHub/tad/tad/node_modules/node-gyp/lib/build.js:262:23) | |
gyp ERR! stack at emitTwo (events.js:106:13) | |
gyp ERR! stack at ChildProcess.emit (events.js:191:7) | |
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12) | |
gyp ERR! System Darwin 17.7.0 | |
gyp ERR! command "/Users/danny/.nvm/versions/node/v7.1.0/bin/node" "/Users/danny/Documents/GitHub/tad/tad/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/Users/danny/Documents/GitHub/tad/tad/node_modules/sqlite3/lib/binding/node-v51-darwin-x64/node_sqlite3.node" "--module_name=node_sqlite3" "--module_path=/Users/danny/Documents/GitHub/tad/tad/node_modules/sqlite3/lib/binding/node-v51-darwin-x64" "--node_abi_napi=node-v51" "--napi_build_version=0" "--node_napi_label=node-v51" | |
gyp ERR! cwd /Users/danny/Documents/GitHub/tad/tad/node_modules/sqlite3 | |
gyp ERR! node -v v7.1.0 | |
gyp ERR! node-gyp -v v3.8.0 | |
gyp ERR! not ok | |
node-pre-gyp ERR! build error | |
node-pre-gyp ERR! stack Error: Failed to execute '/Users/danny/.nvm/versions/node/v7.1.0/bin/node /Users/danny/Documents/GitHub/tad/tad/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/danny/Documents/GitHub/tad/tad/node_modules/sqlite3/lib/binding/node-v51-darwin-x64/node_sqlite3.node --module_name=node_sqlite3 --module_path=/Users/danny/Documents/GitHub/tad/tad/node_modules/sqlite3/lib/binding/node-v51-darwin-x64 --node_abi_napi=node-v51 --napi_build_version=0 --node_napi_label=node-v51' (1) | |
node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/Users/danny/Documents/GitHub/tad/tad/node_modules/sqlite3/node_modules/node-pre-gyp/lib/util/compile.js:83:29) | |
node-pre-gyp ERR! stack at emitTwo (events.js:106:13) | |
node-pre-gyp ERR! stack at ChildProcess.emit (events.js:191:7) | |
node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:885:16) | |
node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) | |
node-pre-gyp ERR! System Darwin 17.7.0 | |
node-pre-gyp ERR! command "/Users/danny/.nvm/versions/node/v7.1.0/bin/node" "/Users/danny/Documents/GitHub/tad/tad/node_modules/sqlite3/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" | |
node-pre-gyp ERR! cwd /Users/danny/Documents/GitHub/tad/tad/node_modules/sqlite3 | |
node-pre-gyp ERR! node -v v7.1.0 | |
node-pre-gyp ERR! node-pre-gyp -v v0.11.0 | |
node-pre-gyp ERR! not ok | |
Failed to execute '/Users/danny/.nvm/versions/node/v7.1.0/bin/node /Users/danny/Documents/GitHub/tad/tad/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/danny/Documents/GitHub/tad/tad/node_modules/sqlite3/lib/binding/node-v51-darwin-x64/node_sqlite3.node --module_name=node_sqlite3 --module_path=/Users/danny/Documents/GitHub/tad/tad/node_modules/sqlite3/lib/binding/node-v51-darwin-x64 --node_abi_napi=node-v51 --napi_build_version=0 --node_napi_label=node-v51' (1) | |
npm ERR! Darwin 17.7.0 | |
npm ERR! argv "/Users/danny/.nvm/versions/node/v7.1.0/bin/node" "/Users/danny/.nvm/versions/node/v7.1.0/bin/npm" "install" | |
npm ERR! node v7.1.0 | |
npm ERR! npm v3.10.9 | |
npm ERR! code ELIFECYCLE | |
npm ERR! [email protected] install: `node-pre-gyp install --fallback-to-build` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] install script 'node-pre-gyp install --fallback-to-build'. | |
npm ERR! Make sure you have the latest version of node.js and npm installed. | |
npm ERR! If you do, this is most likely a problem with the sqlite3 package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! node-pre-gyp install --fallback-to-build | |
npm ERR! You can get information on how to open an issue for this project with: | |
npm ERR! npm bugs sqlite3 | |
npm ERR! Or if that isn't available, you can get their info via: | |
npm ERR! npm owner ls sqlite3 | |
npm ERR! There is likely additional logging output above. | |
npm ERR! Please include the following file with any support request: | |
npm ERR! /Users/danny/Documents/GitHub/tad/tad/npm-debug.log | |
madra:tad danny$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment