# Pastebin dBRZYMxj make: Entering directory '/home/bookbrainz/bookbrainz-site/node_modules/libpq/build' CXX(target) Release/obj.target/addon/src/connection.o ../src/connection.cc: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE Connection::Fname(Nan::NAN_METHOD_ARGS_TYPE)': ../src/connection.cc:204:52: warning: 'int32_t v8::Value::Int32Value() const' is deprecated: Use maybe version [-Wdeprecated-declarations] char* colName = PQfname(res, info[0]->Int32Value()); ^ In file included from /root/.node-gyp/10.15.1/include/node/v8.h:26:0, from /root/.node-gyp/10.15.1/include/node/node.h:63, from ../../nan/nan.h:52, from ../src/addon.h:4, from ../src/connection.cc:1: /root/.node-gyp/10.15.1/include/node/v8.h:2478:46: note: declared here V8_DEPRECATED("Use maybe version", int32_t Int32Value() const); ^ /root/.node-gyp/10.15.1/include/node/v8config.h:324:3: note: in definition of macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/connection.cc: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE Connection::Ftype(Nan::NAN_METHOD_ARGS_TYPE)': ../src/connection.cc:219:50: warning: 'int32_t v8::Value::Int32Value() const' is deprecated: Use maybe version [-Wdeprecated-declarations] int colName = PQftype(res, info[0]->Int32Value()); ^ In file included from /root/.node-gyp/10.15.1/include/node/v8.h:26:0, from /root/.node-gyp/10.15.1/include/node/node.h:63, from ../../nan/nan.h:52, from ../src/addon.h:4, from ../src/connection.cc:1: /root/.node-gyp/10.15.1/include/node/v8.h:2478:46: note: declared here V8_DEPRECATED("Use maybe version", int32_t Int32Value() const); ^ /root/.node-gyp/10.15.1/include/node/v8config.h:324:3: note: in definition of macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/connection.cc: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE Connection::Getvalue(Nan::NAN_METHOD_ARGS_TYPE)': ../src/connection.cc:230:39: warning: 'int32_t v8::Value::Int32Value() const' is deprecated: Use maybe version [-Wdeprecated-declarations] int rowNumber = info[0]->Int32Value(); ^ In file included from /root/.node-gyp/10.15.1/include/node/v8.h:26:0, from /root/.node-gyp/10.15.1/include/node/node.h:63, from ../../nan/nan.h:52, from ../src/addon.h:4, from ../src/connection.cc:1: /root/.node-gyp/10.15.1/include/node/v8.h:2478:46: note: declared here V8_DEPRECATED("Use maybe version", int32_t Int32Value() const); ^ /root/.node-gyp/10.15.1/include/node/v8config.h:324:3: note: in definition of macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/connection.cc:231:39: warning: 'int32_t v8::Value::Int32Value() const' is deprecated: Use maybe version [-Wdeprecated-declarations] int colNumber = info[1]->Int32Value(); ^ In file included from /root/.node-gyp/10.15.1/include/node/v8.h:26:0, from /root/.node-gyp/10.15.1/include/node/node.h:63, from ../../nan/nan.h:52, from ../src/addon.h:4, from ../src/connection.cc:1: /root/.node-gyp/10.15.1/include/node/v8.h:2478:46: note: declared here V8_DEPRECATED("Use maybe version", int32_t Int32Value() const); ^ /root/.node-gyp/10.15.1/include/node/v8config.h:324:3: note: in definition of macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/connection.cc: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE Connection::Getisnull(Nan::NAN_METHOD_ARGS_TYPE)': ../src/connection.cc:248:39: warning: 'int32_t v8::Value::Int32Value() const' is deprecated: Use maybe version [-Wdeprecated-declarations] int rowNumber = info[0]->Int32Value(); ^ In file included from /root/.node-gyp/10.15.1/include/node/v8.h:26:0, from /root/.node-gyp/10.15.1/include/node/node.h:63, from ../../nan/nan.h:52, from ../src/addon.h:4, from ../src/connection.cc:1: /root/.node-gyp/10.15.1/include/node/v8.h:2478:46: note: declared here V8_DEPRECATED("Use maybe version", int32_t Int32Value() const); ^ /root/.node-gyp/10.15.1/include/node/v8config.h:324:3: note: in definition of macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/connection.cc:249:39: warning: 'int32_t v8::Value::Int32Value() const' is deprecated: Use maybe version [-Wdeprecated-declarations] int colNumber = info[1]->Int32Value(); ^ In file included from /root/.node-gyp/10.15.1/include/node/v8.h:26:0, from /root/.node-gyp/10.15.1/include/node/node.h:63, from ../../nan/nan.h:52, from ../src/addon.h:4, from ../src/connection.cc:1: /root/.node-gyp/10.15.1/include/node/v8.h:2478:46: note: declared here V8_DEPRECATED("Use maybe version", int32_t Int32Value() const); ^ /root/.node-gyp/10.15.1/include/node/v8config.h:324:3: note: in definition of macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/connection.cc: In member function 'void Connection::Emit(const char*)': ../src/connection.cc:804:46: warning: 'v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)' is deprecated [-Wdeprecated-declarations] Nan::MakeCallback(handle(), emit_f, 1, info); ^ In file included from ../src/addon.h:4:0, from ../src/connection.cc:1: ../../nan/nan.h:958:46: note: declared here NAN_DEPRECATED inline v8::Local MakeCallback( ^~~~~~~~~~~~ CXX(target) Release/obj.target/addon/src/connect-async-worker.o CXX(target) Release/obj.target/addon/src/addon.o SOLINK_MODULE(target) Release/obj.target/addon.node COPY Release/addon.node