Advertisement
3km

Untitled

3km
Nov 30th, 2019
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 90.78 KB | None | 0 0
  1. npm@6.13.1 /usr/local/lib/node_modules/npm
  2.  
  3. root@DietPi:~# cd /usr/local/lib/node_modules/
  4. root@DietPi:/usr/local/lib/node_modules# npm install --unsafe-perm bignum
  5.  
  6. > bignum@0.13.0 install /usr/local/lib/node_modules/bignum
  7. > prebuild-install || node-gyp rebuild
  8.  
  9. prebuild-install WARN install No prebuilt binaries found (target=13.2.0 runtime=                                                                                        node arch=arm platform=linux)
  10. make: Entering directory '/usr/local/lib/node_modules/bignum/build'
  11.   CXX(target) Release/obj.target/bignum/bignum.o
  12. In file included from ../node_modules/nan/nan_converters.h:67:0,
  13.                  from ../node_modules/nan/nan.h:202,
  14.                  from ../bignum.cc:8:
  15. ../node_modules/nan/nan_converters_43_inl.h: In static member function ‘static N                                                                                        an::imp::ToFactoryBase<v8::Boolean>::return_t Nan::imp::ToFactory<v8::Boolean>::                                                                                        convert(v8::Local<v8::Value>)’:
  16. ../node_modules/nan/nan_converters_43_inl.h:18:51: error: no matching function f                                                                                        or call to ‘v8::Value::ToBoolean(v8::Local<v8::Context>)
  17.        val->To ## TYPE(isolate->GetCurrentContext())                                                                                                                    \
  18.                                                    ^
  19. ../node_modules/nan/nan_converters_43_inl.h:22:1: note: in expansion of macro ‘                                                                                         ’
  20.  X(Boolean)
  21.  ^
  22. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  23.                  from ../node_modules/nan/nan.h:51,
  24.                  from ../bignum.cc:8:
  25. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2762:18: note: candidate: v8::Loc                                                                                        al<v8::Boolean> v8::Value::ToBoolean(v8::Isolate*) const
  26.    Local<Boolean> ToBoolean(Isolate* isolate) const;
  27.                   ^~~~~~~~~
  28. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2762:18: note:   no known convers                                                                                        ion for argument 1 from ‘v8::Local<v8::Context>’ to ‘v8::Isolate*
  29. In file included from ../node_modules/nan/nan_converters.h:67:0,
  30.                  from ../node_modules/nan/nan.h:202,
  31.                  from ../bignum.cc:8:
  32. ../node_modules/nan/nan_converters_43_inl.h: In static member function ‘static N                                                                                        an::imp::ValueFactoryBase<bool>::return_t Nan::imp::ToFactory<bool>::convert(v8:                                                                                        :Local<v8::Value>)’:
  33. ../node_modules/nan/nan_converters_43_inl.h:37:57: error: no matching function f                                                                                        or call to ‘v8::Value::BooleanValue(v8::Local<v8::Context>)
  34.    return val->NAME ## Value(isolate->GetCurrentContext());                                                                                                             \
  35.                                                          ^
  36. ../node_modules/nan/nan_converters_43_inl.h:40:1: note: in expansion of macro ‘                                                                                         ’
  37.  X(bool, Boolean)
  38.  ^
  39. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  40.                  from ../node_modules/nan/nan.h:51,
  41.                  from ../bignum.cc:8:
  42. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2771:8: note: candidate: bool v8:                                                                                        :Value::BooleanValue(v8::Isolate*) const
  43.    bool BooleanValue(Isolate* isolate) const;
  44.         ^~~~~~~~~~~~
  45. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2771:8: note:   no known conversi                                                                                        on for argument 1 from ‘v8::Local<v8::Context>’ to ‘v8::Isolate*
  46. In file included from ../node_modules/nan/nan_new.h:189:0,
  47.                  from ../node_modules/nan/nan.h:203,
  48.                  from ../bignum.cc:8:
  49. ../node_modules/nan/nan_implementation_12_inl.h: In static member functionstat                                                                                        ic Nan::imp::FactoryBase<v8::Function>::return_t Nan::imp::Factory<v8::Function>                                                                                        ::New(Nan::FunctionCallback, v8::Local<v8::Value>)’:
  50. ../node_modules/nan/nan_implementation_12_inl.h:105:32: error: no matching funct                                                                                        ion for call to ‘v8::Function::New(v8::Isolate*&, void (&)(const v8::FunctionCal                                                                                        lbackInfo<v8::Value>&), v8::Local<v8::Object>&)
  51.                            , obj));
  52.                                 ^
  53. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  54.                  from ../node_modules/nan/nan.h:51,
  55.                  from ../bignum.cc:8:
  56. /root/.cache/node-gyp/13.2.0/include/node/v8.h:4312:31: note: candidate: static                                                                                         v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>, v8::Funct                                                                                        ionCallback, v8::Local<v8::Value>, int, v8::ConstructorBehavior, v8::SideEffectT                                                                                        ype)
  57.    static MaybeLocal<Function> New(
  58.                                ^~~
  59. /root/.cache/node-gyp/13.2.0/include/node/v8.h:4312:31: note:   no known convers                                                                                        ion for argument 1 from ‘v8::Isolate*’ to ‘v8::Local<v8::Context>
  60. In file included from ../node_modules/nan/nan_new.h:189:0,
  61.                  from ../node_modules/nan/nan.h:203,
  62.                  from ../bignum.cc:8:
  63. ../node_modules/nan/nan_implementation_12_inl.h: In static member functionstat                                                                                        ic Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::Strin                                                                                        gObject>::New(v8::Local<v8::String>)’:
  64. ../node_modules/nan/nan_implementation_12_inl.h:337:37: error: no matching funct                                                                                        ion for call to ‘v8::StringObject::New(v8::Local<v8::String>&)
  65.    return v8::StringObject::New(value).As<v8::StringObject>();
  66.                                      ^
  67. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  68.                  from ../node_modules/nan/nan.h:51,
  69.                  from ../bignum.cc:8:
  70. /root/.cache/node-gyp/13.2.0/include/node/v8.h:5688:23: note: candidate: static                                                                                         v8::Local<v8::Value> v8::StringObject::New(v8::Isolate*, v8::Local<v8::String>)
  71.    static Local<Value> New(Isolate* isolate, Local<String> value);
  72.                        ^~~
  73. /root/.cache/node-gyp/13.2.0/include/node/v8.h:5688:23: note:   candidate expect                                                                                        s 2 arguments, 1 provided
  74. In file included from ../node_modules/nan/nan_new.h:189:0,
  75.                  from ../node_modules/nan/nan.h:203,
  76.                  from ../bignum.cc:8:
  77. ../node_modules/nan/nan_implementation_12_inl.h:337:58: error: expected primary-                                                                                        expression before ‘>’ token
  78.    return v8::StringObject::New(value).As<v8::StringObject>();
  79.                                                           ^
  80. ../node_modules/nan/nan_implementation_12_inl.h:337:60: error: expected primary-                                                                                        expression before ‘)’ token
  81.    return v8::StringObject::New(value).As<v8::StringObject>();
  82.                                                             ^
  83. In file included from ../bignum.cc:8:0:
  84. ../node_modules/nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local                                                                                        <v8::Value>)’:
  85. ../node_modules/nan/nan.h:1034:53: error: no matching function for call to ‘v8::                                                                                        Value::ToString()
  86.        v8::Local<v8::String> string = from->ToString();
  87.                                                      ^
  88. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  89.                  from ../node_modules/nan/nan.h:51,
  90.                  from ../bignum.cc:8:
  91. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2750:44: note: candidate: v8::May                                                                                        beLocal<v8::String> v8::Value::ToString(v8::Local<v8::Context>) const
  92.    V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
  93.                                             ^~~~~~~~
  94. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2750:44: note:   candidate expect                                                                                        s 1 argument, 0 provided
  95. In file included from ../bignum.cc:8:0:
  96. ../node_modules/nan/nan.h:1044:74: error: no matching function for call to ‘v8::                                                                                        String::WriteUtf8(char*&, int, int, const int&)
  97.          length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
  98.                                                                           ^
  99. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  100.                  from ../node_modules/nan/nan.h:51,
  101.                  from ../bignum.cc:8:
  102. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2947:7: note: candidate: int v8::                                                                                        String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const
  103.    int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
  104.        ^~~~~~~~~
  105. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2947:7: note:   no known conversi                                                                                        on for argument 1 from ‘char*’ to ‘v8::Isolate*
  106. In file included from ../bignum.cc:8:0:
  107. ../node_modules/nan/nan.h: In member function ‘void Nan::AsyncWorker::SaveToPers                                                                                        istent(const char*, const v8::Local<v8::Value>&)’:
  108. ../node_modules/nan/nan.h:1818:64: error: no matching function for call to ‘v8::                                                                                        Object::Set(v8::Local<v8::String>, const v8::Local<v8::Value>&)
  109.      New(persistentHandle)->Set(New(key).ToLocalChecked(), value);
  110.                                                                 ^
  111. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  112.                  from ../node_modules/nan/nan.h:51,
  113.                  from ../bignum.cc:8:
  114. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3547:37: note: candidate: v8::May                                                                                        be<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local                                                                                        <v8::Value>)
  115.    V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
  116.                                      ^~~
  117. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3547:37: note:   candidate expect                                                                                        s 3 arguments, 2 provided
  118. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3550:37: note: candidate: v8::May                                                                                        be<bool> v8::Object::Set(v8::Local<v8::Context>, uint32_t, v8::Local<v8::Value>)
  119.    V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
  120.                                      ^~~
  121. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3550:37: note:   candidate expect                                                                                        s 3 arguments, 2 provided
  122. In file included from ../bignum.cc:8:0:
  123. ../node_modules/nan/nan.h: In member function ‘void Nan::AsyncWorker::SaveToPers                                                                                        istent(const v8::Local<v8::String>&, const v8::Local<v8::Value>&)’:
  124. ../node_modules/nan/nan.h:1824:42: error: no matching function for call to ‘v8::                                                                                        Object::Set(const v8::Local<v8::String>&, const v8::Local<v8::Value>&)
  125.      New(persistentHandle)->Set(key, value);
  126.                                           ^
  127. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  128.                  from ../node_modules/nan/nan.h:51,
  129.                  from ../bignum.cc:8:
  130. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3547:37: note: candidate: v8::May                                                                                        be<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local                                                                                        <v8::Value>)
  131.    V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
  132.                                      ^~~
  133. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3547:37: note:   candidate expect                                                                                        s 3 arguments, 2 provided
  134. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3550:37: note: candidate: v8::May                                                                                        be<bool> v8::Object::Set(v8::Local<v8::Context>, uint32_t, v8::Local<v8::Value>)
  135.    V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
  136.                                      ^~~
  137. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3550:37: note:   candidate expect                                                                                        s 3 arguments, 2 provided
  138. In file included from ../bignum.cc:8:0:
  139. ../node_modules/nan/nan.h: In member function ‘void Nan::AsyncWorker::SaveToPers                                                                                        istent(uint32_t, const v8::Local<v8::Value>&)’:
  140. ../node_modules/nan/nan.h:1830:44: error: no matching function for call to ‘v8::                                                                                        Object::Set(uint32_t&, const v8::Local<v8::Value>&)
  141.      New(persistentHandle)->Set(index, value);
  142.                                             ^
  143. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  144.                  from ../node_modules/nan/nan.h:51,
  145.                  from ../bignum.cc:8:
  146. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3547:37: note: candidate: v8::May                                                                                        be<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local                                                                                        <v8::Value>)
  147.    V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
  148.                                      ^~~
  149. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3547:37: note:   candidate expect                                                                                        s 3 arguments, 2 provided
  150. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3550:37: note: candidate: v8::May                                                                                        be<bool> v8::Object::Set(v8::Local<v8::Context>, uint32_t, v8::Local<v8::Value>)
  151.    V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
  152.                                      ^~~
  153. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3550:37: note:   candidate expect                                                                                        s 3 arguments, 2 provided
  154. In file included from ../bignum.cc:8:0:
  155. ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::AsyncWo                                                                                        rker::GetFromPersistent(const char*) const’:
  156. ../node_modules/nan/nan.h:1836:61: error: no matching function for call to ‘v8::                                                                                        Object::Get(v8::Local<v8::String>)
  157.          New(persistentHandle)->Get(New(key).ToLocalChecked()));
  158.                                                              ^
  159. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  160.                  from ../node_modules/nan/nan.h:51,
  161.                  from ../bignum.cc:8:
  162. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3594:43: note: candidate: v8::May                                                                                        beLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
  163.    V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
  164.                                            ^~~
  165. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3594:43: note:   candidate expect                                                                                        s 2 arguments, 1 provided
  166. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3597:43: note: candidate: v8::May                                                                                        beLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
  167.    V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
  168.                                            ^~~
  169. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3597:43: note:   candidate expect                                                                                        s 2 arguments, 1 provided
  170. In file included from ../bignum.cc:8:0:
  171. ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::AsyncWo                                                                                        rker::GetFromPersistent(const v8::Local<v8::String>&) const’:
  172. ../node_modules/nan/nan.h:1842:55: error: no matching function for call to ‘v8::                                                                                        Object::Get(const v8::Local<v8::String>&)
  173.      return scope.Escape(New(persistentHandle)->Get(key));
  174.                                                        ^
  175. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  176.                  from ../node_modules/nan/nan.h:51,
  177.                  from ../bignum.cc:8:
  178. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3594:43: note: candidate: v8::May                                                                                        beLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
  179.    V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
  180.                                            ^~~
  181. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3594:43: note:   candidate expect                                                                                        s 2 arguments, 1 provided
  182. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3597:43: note: candidate: v8::May                                                                                        beLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
  183.    V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
  184.                                            ^~~
  185. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3597:43: note:   candidate expect                                                                                        s 2 arguments, 1 provided
  186. In file included from ../bignum.cc:8:0:
  187. ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::AsyncWo                                                                                        rker::GetFromPersistent(uint32_t) const’:
  188. ../node_modules/nan/nan.h:1847:57: error: no matching function for call to ‘v8::                                                                                        Object::Get(uint32_t&)
  189.      return scope.Escape(New(persistentHandle)->Get(index));
  190.                                                          ^
  191. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  192.                  from ../node_modules/nan/nan.h:51,
  193.                  from ../bignum.cc:8:
  194. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3594:43: note: candidate: v8::May                                                                                        beLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
  195.    V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
  196.                                            ^~~
  197. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3594:43: note:   candidate expect                                                                                        s 2 arguments, 1 provided
  198. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3597:43: note: candidate: v8::May                                                                                        beLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)
  199.    V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
  200.                                            ^~~
  201. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3597:43: note:   candidate expect                                                                                        s 2 arguments, 1 provided
  202. In file included from /usr/include/c++/6/cassert:44:0,
  203.                  from /root/.cache/node-gyp/13.2.0/include/node/node_object_wrap                                                                                        .h:26,
  204.                  from ../node_modules/nan/nan.h:53,
  205.                  from ../bignum.cc:8:
  206. ../node_modules/nan/nan_object_wrap.h: In destructor ‘virtual Nan::ObjectWrap::~                                                                                        ObjectWrap()’:
  207. ../node_modules/nan/nan_object_wrap.h:24:25: error: ‘class Nan::Persistent<v8::O                                                                                        bject>’ has no member named ‘IsNearDeath’
  208.      assert(persistent().IsNearDeath());
  209.                          ^
  210. In file included from ../node_modules/nan/nan.h:2657:0,
  211.                  from ../bignum.cc:8:
  212. ../node_modules/nan/nan_object_wrap.h: In member function ‘void Nan::ObjectWrap:                                                                                        :MakeWeak()’:
  213. ../node_modules/nan/nan_object_wrap.h:67:18: error: ‘class Nan::Persistent<v8::O                                                                                        bject>’ has no member named ‘MarkIndependent’
  214.      persistent().MarkIndependent();
  215.                   ^~~~~~~~~~~~~~~
  216. In file included from /usr/include/c++/6/cassert:44:0,
  217.                  from /root/.cache/node-gyp/13.2.0/include/node/node_object_wrap                                                                                        .h:26,
  218.                  from ../node_modules/nan/nan.h:53,
  219.                  from ../bignum.cc:8:
  220. ../node_modules/nan/nan_object_wrap.h: In static member function ‘static void Na                                                                                        n::ObjectWrap::WeakCallback(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’:
  221. ../node_modules/nan/nan_object_wrap.h:124:26: error: ‘class Nan::Persistent<v8::                                                                                        Object>’ has no member named ‘IsNearDeath’
  222.      assert(wrap->handle_.IsNearDeath());
  223.                           ^
  224. ../bignum.cc: In static member function ‘static void BigNum::Initialize(v8::Loca                                                                                        l<v8::Object>)’:
  225. ../bignum.cc:291:70: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  226.    target->Set(Nan::New("BigNum").ToLocalChecked(), tmpl->GetFunction());
  227.                                                                       ^
  228. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  229.                  from ../node_modules/nan/nan.h:51,
  230.                  from ../bignum.cc:8:
  231. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  232.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  233.                                               ^~~~~~~~~~~
  234. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  235. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::New(Nan::NAN_METHOD_ARGS_TYPE)’:
  236. ../bignum.cc:385:71: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  237.        Nan::New<FunctionTemplate>(constructor_template)->GetFunction(), len, new                                                                                        Args);
  238.                                                                      ^
  239. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  240.                  from ../node_modules/nan/nan.h:51,
  241.                  from ../bignum.cc:8:
  242. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  243.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  244.                                               ^~~~~~~~~~~
  245. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  246. ../bignum.cc:410:39: error: no matching function for call to ‘v8::Function::Call                                                                                        (v8::Local<v8::Object>&, int, v8::Local<v8::Value>*&)
  247.        Call(ctx, info.Length(), newArgs);
  248.                                        ^
  249. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  250.                  from ../node_modules/nan/nan.h:51,
  251.                  from ../bignum.cc:8:
  252. /root/.cache/node-gyp/13.2.0/include/node/v8.h:4335:43: note: candidate: v8::May                                                                                        beLocal<v8::Value> v8::Function::Call(v8::Local<v8::Context>, v8::Local<v8::Valu                                                                                        e>, int, v8::Local<v8::Value>*)
  253.    V8_WARN_UNUSED_RESULT MaybeLocal<Value> Call(Local<Context> context,
  254.                                            ^~~~
  255. /root/.cache/node-gyp/13.2.0/include/node/v8.h:4335:43: note:   candidate expect                                                                                        s 4 arguments, 3 provided
  256. ../bignum.cc:418:39: error: no matching function for call to ‘v8::Value::ToObjec                                                                                        t()
  257.      Nan::Utf8String str(obj->ToObject()->Get(Nan::New("num").ToLocalChecked())-                                                                                        >ToString());
  258.                                        ^
  259. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  260.                  from ../node_modules/nan/nan.h:51,
  261.                  from ../bignum.cc:8:
  262. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note: candidate: v8::May                                                                                        beLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
  263.    V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
  264.                                             ^~~~~~~~
  265. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note:   candidate expect                                                                                        s 1 argument, 0 provided
  266. ../bignum.cc:419:43: error: no matching function for call to ‘v8::Value::ToObjec                                                                                        t()
  267.      base = Nan::To<int64_t>(obj->ToObject()->Get(Nan::New("base").ToLocalChecke                                                                                        d())).FromJust();
  268.                                            ^
  269. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  270.                  from ../node_modules/nan/nan.h:51,
  271.                  from ../bignum.cc:8:
  272. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note: candidate: v8::May                                                                                        beLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
  273.    V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
  274.                                             ^~~~~~~~
  275. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note:   candidate expect                                                                                        s 1 argument, 0 provided
  276. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::ToString(Nan::NAN_METHOD_ARGS_TYPE)’:
  277. ../bignum.cc:58:37: error: no matching function for call to ‘v8::Value::ToIntege                                                                                        r()
  278.    uint64_t VAR = info[I]->ToInteger()->Value();
  279.                                      ^
  280. ../bignum.cc:436:5: note: in expansion of macro ‘REQ_UINT64_ARG’
  281.      REQ_UINT64_ARG(0, tbase);
  282.      ^~~~~~~~~~~~~~
  283. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  284.                  from ../node_modules/nan/nan.h:51,
  285.                  from ../bignum.cc:8:
  286. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2756:45: note: candidate: v8::May                                                                                        beLocal<v8::Integer> v8::Value::ToInteger(v8::Local<v8::Context>) const
  287.    V8_WARN_UNUSED_RESULT MaybeLocal<Integer> ToInteger(
  288.                                              ^~~~~~~~~
  289. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2756:45: note:   candidate expect                                                                                        s 1 argument, 0 provided
  290. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Badd(Nan::NAN_METHOD_ARGS_TYPE)’:
  291. ../bignum.cc:462:66: error: no matching function for call to ‘v8::Value::ToObjec                                                                                        t()
  292.    BigNum *bn = Nan::ObjectWrap::Unwrap<BigNum>(info[0]->ToObject());
  293.                                                                   ^
  294. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  295.                  from ../node_modules/nan/nan.h:51,
  296.                  from ../bignum.cc:8:
  297. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note: candidate: v8::May                                                                                        beLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
  298.    V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
  299.                                             ^~~~~~~~
  300. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note:   candidate expect                                                                                        s 1 argument, 0 provided
  301. ../bignum.cc:69:102: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  302.  nstance(Nan::New<FunctionTemplate>(constructor_template)->GetFunction(),      \
  303.                                                                        ^
  304. ../bignum.cc:467:3: note: in expansion of macro ‘WRAP_RESULT’
  305.    WRAP_RESULT(res, result);
  306.    ^~~~~~~~~~~
  307. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  308.                  from ../node_modules/nan/nan.h:51,
  309.                  from ../bignum.cc:8:
  310. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  311.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  312.                                               ^~~~~~~~~~~
  313. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  314. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Bsub(Nan::NAN_METHOD_ARGS_TYPE)’:
  315. ../bignum.cc:476:66: error: no matching function for call to ‘v8::Value::ToObjec                                                                                        t()
  316.    BigNum *bn = Nan::ObjectWrap::Unwrap<BigNum>(info[0]->ToObject());
  317.                                                                   ^
  318. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  319.                  from ../node_modules/nan/nan.h:51,
  320.                  from ../bignum.cc:8:
  321. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note: candidate: v8::May                                                                                        beLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
  322.    V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
  323.                                             ^~~~~~~~
  324. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note:   candidate expect                                                                                        s 1 argument, 0 provided
  325. ../bignum.cc:69:102: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  326.  nstance(Nan::New<FunctionTemplate>(constructor_template)->GetFunction(),      \
  327.                                                                        ^
  328. ../bignum.cc:480:3: note: in expansion of macro ‘WRAP_RESULT’
  329.    WRAP_RESULT(res, result);
  330.    ^~~~~~~~~~~
  331. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  332.                  from ../node_modules/nan/nan.h:51,
  333.                  from ../bignum.cc:8:
  334. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  335.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  336.                                               ^~~~~~~~~~~
  337. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  338. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Bmul(Nan::NAN_METHOD_ARGS_TYPE)’:
  339. ../bignum.cc:490:66: error: no matching function for call to ‘v8::Value::ToObjec                                                                                        t()
  340.    BigNum *bn = Nan::ObjectWrap::Unwrap<BigNum>(info[0]->ToObject());
  341.                                                                   ^
  342. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  343.                  from ../node_modules/nan/nan.h:51,
  344.                  from ../bignum.cc:8:
  345. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note: candidate: v8::May                                                                                        beLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
  346.    V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
  347.                                             ^~~~~~~~
  348. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note:   candidate expect                                                                                        s 1 argument, 0 provided
  349. ../bignum.cc:69:102: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  350.  nstance(Nan::New<FunctionTemplate>(constructor_template)->GetFunction(),      \
  351.                                                                        ^
  352. ../bignum.cc:494:3: note: in expansion of macro ‘WRAP_RESULT’
  353.    WRAP_RESULT(res, result);
  354.    ^~~~~~~~~~~
  355. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  356.                  from ../node_modules/nan/nan.h:51,
  357.                  from ../bignum.cc:8:
  358. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  359.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  360.                                               ^~~~~~~~~~~
  361. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  362. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Bdiv(Nan::NAN_METHOD_ARGS_TYPE)’:
  363. ../bignum.cc:504:66: error: no matching function for call to ‘v8::Value::ToObjec                                                                                        t()
  364.    BigNum *bi = Nan::ObjectWrap::Unwrap<BigNum>(info[0]->ToObject());
  365.                                                                   ^
  366. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  367.                  from ../node_modules/nan/nan.h:51,
  368.                  from ../bignum.cc:8:
  369. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note: candidate: v8::May                                                                                        beLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
  370.    V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
  371.                                             ^~~~~~~~
  372. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note:   candidate expect                                                                                        s 1 argument, 0 provided
  373. ../bignum.cc:69:102: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  374.  nstance(Nan::New<FunctionTemplate>(constructor_template)->GetFunction(),      \
  375.                                                                        ^
  376. ../bignum.cc:508:3: note: in expansion of macro ‘WRAP_RESULT’
  377.    WRAP_RESULT(res, result);
  378.    ^~~~~~~~~~~
  379. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  380.                  from ../node_modules/nan/nan.h:51,
  381.                  from ../bignum.cc:8:
  382. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  383.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  384.                                               ^~~~~~~~~~~
  385. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  386. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Uadd(Nan::NAN_METHOD_ARGS_TYPE)’:
  387. ../bignum.cc:58:37: error: no matching function for call to ‘v8::Value::ToIntege                                                                                        r()
  388.    uint64_t VAR = info[I]->ToInteger()->Value();
  389.                                      ^
  390. ../bignum.cc:517:3: note: in expansion of macro ‘REQ_UINT64_ARG’
  391.    REQ_UINT64_ARG(0, x);
  392.    ^~~~~~~~~~~~~~
  393. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  394.                  from ../node_modules/nan/nan.h:51,
  395.                  from ../bignum.cc:8:
  396. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2756:45: note: candidate: v8::May                                                                                        beLocal<v8::Integer> v8::Value::ToInteger(v8::Local<v8::Context>) const
  397.    V8_WARN_UNUSED_RESULT MaybeLocal<Integer> ToInteger(
  398.                                              ^~~~~~~~~
  399. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2756:45: note:   candidate expect                                                                                        s 1 argument, 0 provided
  400. ../bignum.cc:69:102: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  401.  nstance(Nan::New<FunctionTemplate>(constructor_template)->GetFunction(),      \
  402.                                                                        ^
  403. ../bignum.cc:526:3: note: in expansion of macro ‘WRAP_RESULT’
  404.    WRAP_RESULT(res, result);
  405.    ^~~~~~~~~~~
  406. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  407.                  from ../node_modules/nan/nan.h:51,
  408.                  from ../bignum.cc:8:
  409. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  410.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  411.                                               ^~~~~~~~~~~
  412. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  413. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Usub(Nan::NAN_METHOD_ARGS_TYPE)’:
  414. ../bignum.cc:58:37: error: no matching function for call to ‘v8::Value::ToIntege                                                                                        r()
  415.    uint64_t VAR = info[I]->ToInteger()->Value();
  416.                                      ^
  417. ../bignum.cc:535:3: note: in expansion of macro ‘REQ_UINT64_ARG’
  418.    REQ_UINT64_ARG(0, x);
  419.    ^~~~~~~~~~~~~~
  420. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  421.                  from ../node_modules/nan/nan.h:51,
  422.                  from ../bignum.cc:8:
  423. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2756:45: note: candidate: v8::May                                                                                        beLocal<v8::Integer> v8::Value::ToInteger(v8::Local<v8::Context>) const
  424.    V8_WARN_UNUSED_RESULT MaybeLocal<Integer> ToInteger(
  425.                                              ^~~~~~~~~
  426. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2756:45: note:   candidate expect                                                                                        s 1 argument, 0 provided
  427. ../bignum.cc:69:102: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  428.  nstance(Nan::New<FunctionTemplate>(constructor_template)->GetFunction(),      \
  429.                                                                        ^
  430. ../bignum.cc:544:3: note: in expansion of macro ‘WRAP_RESULT’
  431.    WRAP_RESULT(res, result);
  432.    ^~~~~~~~~~~
  433. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  434.                  from ../node_modules/nan/nan.h:51,
  435.                  from ../bignum.cc:8:
  436. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  437.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  438.                                               ^~~~~~~~~~~
  439. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  440. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Umul(Nan::NAN_METHOD_ARGS_TYPE)’:
  441. ../bignum.cc:58:37: error: no matching function for call to ‘v8::Value::ToIntege                                                                                        r()
  442.    uint64_t VAR = info[I]->ToInteger()->Value();
  443.                                      ^
  444. ../bignum.cc:553:3: note: in expansion of macro ‘REQ_UINT64_ARG’
  445.    REQ_UINT64_ARG(0, x);
  446.    ^~~~~~~~~~~~~~
  447. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  448.                  from ../node_modules/nan/nan.h:51,
  449.                  from ../bignum.cc:8:
  450. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2756:45: note: candidate: v8::May                                                                                        beLocal<v8::Integer> v8::Value::ToInteger(v8::Local<v8::Context>) const
  451.    V8_WARN_UNUSED_RESULT MaybeLocal<Integer> ToInteger(
  452.                                              ^~~~~~~~~
  453. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2756:45: note:   candidate expect                                                                                        s 1 argument, 0 provided
  454. ../bignum.cc:69:102: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  455.  nstance(Nan::New<FunctionTemplate>(constructor_template)->GetFunction(),      \
  456.                                                                        ^
  457. ../bignum.cc:563:3: note: in expansion of macro ‘WRAP_RESULT’
  458.    WRAP_RESULT(res, result);
  459.    ^~~~~~~~~~~
  460. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  461.                  from ../node_modules/nan/nan.h:51,
  462.                  from ../bignum.cc:8:
  463. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  464.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  465.                                               ^~~~~~~~~~~
  466. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  467. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Udiv(Nan::NAN_METHOD_ARGS_TYPE)’:
  468. ../bignum.cc:58:37: error: no matching function for call to ‘v8::Value::ToIntege                                                                                        r()
  469.    uint64_t VAR = info[I]->ToInteger()->Value();
  470.                                      ^
  471. ../bignum.cc:572:3: note: in expansion of macro ‘REQ_UINT64_ARG’
  472.    REQ_UINT64_ARG(0, x);
  473.    ^~~~~~~~~~~~~~
  474. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  475.                  from ../node_modules/nan/nan.h:51,
  476.                  from ../bignum.cc:8:
  477. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2756:45: note: candidate: v8::May                                                                                        beLocal<v8::Integer> v8::Value::ToInteger(v8::Local<v8::Context>) const
  478.    V8_WARN_UNUSED_RESULT MaybeLocal<Integer> ToInteger(
  479.                                              ^~~~~~~~~
  480. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2756:45: note:   candidate expect                                                                                        s 1 argument, 0 provided
  481. ../bignum.cc:69:102: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  482.  nstance(Nan::New<FunctionTemplate>(constructor_template)->GetFunction(),      \
  483.                                                                        ^
  484. ../bignum.cc:582:3: note: in expansion of macro ‘WRAP_RESULT’
  485.    WRAP_RESULT(res, result);
  486.    ^~~~~~~~~~~
  487. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  488.                  from ../node_modules/nan/nan.h:51,
  489.                  from ../bignum.cc:8:
  490. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  491.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  492.                                               ^~~~~~~~~~~
  493. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  494. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Umul_2exp(Nan::NAN_METHOD_ARGS_TYPE)’:
  495. ../bignum.cc:69:102: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  496.  nstance(Nan::New<FunctionTemplate>(constructor_template)->GetFunction(),      \
  497.                                                                        ^
  498. ../bignum.cc:595:3: note: in expansion of macro ‘WRAP_RESULT’
  499.    WRAP_RESULT(res, result);
  500.    ^~~~~~~~~~~
  501. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  502.                  from ../node_modules/nan/nan.h:51,
  503.                  from ../bignum.cc:8:
  504. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  505.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  506.                                               ^~~~~~~~~~~
  507. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  508. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Udiv_2exp(Nan::NAN_METHOD_ARGS_TYPE)’:
  509. ../bignum.cc:69:102: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  510.  nstance(Nan::New<FunctionTemplate>(constructor_template)->GetFunction(),      \
  511.                                                                        ^
  512. ../bignum.cc:608:3: note: in expansion of macro ‘WRAP_RESULT’
  513.    WRAP_RESULT(res, result);
  514.    ^~~~~~~~~~~
  515. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  516.                  from ../node_modules/nan/nan.h:51,
  517.                  from ../bignum.cc:8:
  518. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  519.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  520.                                               ^~~~~~~~~~~
  521. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  522. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Babs(Nan::NAN_METHOD_ARGS_TYPE)’:
  523. ../bignum.cc:69:102: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  524.  nstance(Nan::New<FunctionTemplate>(constructor_template)->GetFunction(),      \
  525.                                                                        ^
  526. ../bignum.cc:620:3: note: in expansion of macro ‘WRAP_RESULT’
  527.    WRAP_RESULT(res, result);
  528.    ^~~~~~~~~~~
  529. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  530.                  from ../node_modules/nan/nan.h:51,
  531.                  from ../bignum.cc:8:
  532. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  533.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  534.                                               ^~~~~~~~~~~
  535. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  536. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Bneg(Nan::NAN_METHOD_ARGS_TYPE)’:
  537. ../bignum.cc:69:102: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  538.  nstance(Nan::New<FunctionTemplate>(constructor_template)->GetFunction(),      \
  539.                                                                        ^
  540. ../bignum.cc:632:3: note: in expansion of macro ‘WRAP_RESULT’
  541.    WRAP_RESULT(res, result);
  542.    ^~~~~~~~~~~
  543. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  544.                  from ../node_modules/nan/nan.h:51,
  545.                  from ../bignum.cc:8:
  546. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  547.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  548.                                               ^~~~~~~~~~~
  549. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  550. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Bmod(Nan::NAN_METHOD_ARGS_TYPE)’:
  551. ../bignum.cc:642:66: error: no matching function for call to ‘v8::Value::ToObjec                                                                                        t()
  552.    BigNum *bn = Nan::ObjectWrap::Unwrap<BigNum>(info[0]->ToObject());
  553.                                                                   ^
  554. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  555.                  from ../node_modules/nan/nan.h:51,
  556.                  from ../bignum.cc:8:
  557. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note: candidate: v8::May                                                                                        beLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
  558.    V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
  559.                                             ^~~~~~~~
  560. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note:   candidate expect                                                                                        s 1 argument, 0 provided
  561. ../bignum.cc:69:102: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  562.  nstance(Nan::New<FunctionTemplate>(constructor_template)->GetFunction(),      \
  563.                                                                        ^
  564. ../bignum.cc:646:3: note: in expansion of macro ‘WRAP_RESULT’
  565.    WRAP_RESULT(res, result);
  566.    ^~~~~~~~~~~
  567. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  568.                  from ../node_modules/nan/nan.h:51,
  569.                  from ../bignum.cc:8:
  570. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  571.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  572.                                               ^~~~~~~~~~~
  573. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  574. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Umod(Nan::NAN_METHOD_ARGS_TYPE)’:
  575. ../bignum.cc:58:37: error: no matching function for call to ‘v8::Value::ToIntege                                                                                        r()
  576.    uint64_t VAR = info[I]->ToInteger()->Value();
  577.                                      ^
  578. ../bignum.cc:655:3: note: in expansion of macro ‘REQ_UINT64_ARG’
  579.    REQ_UINT64_ARG(0, x);
  580.    ^~~~~~~~~~~~~~
  581. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  582.                  from ../node_modules/nan/nan.h:51,
  583.                  from ../bignum.cc:8:
  584. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2756:45: note: candidate: v8::May                                                                                        beLocal<v8::Integer> v8::Value::ToInteger(v8::Local<v8::Context>) const
  585.    V8_WARN_UNUSED_RESULT MaybeLocal<Integer> ToInteger(
  586.                                              ^~~~~~~~~
  587. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2756:45: note:   candidate expect                                                                                        s 1 argument, 0 provided
  588. ../bignum.cc:69:102: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  589.  nstance(Nan::New<FunctionTemplate>(constructor_template)->GetFunction(),      \
  590.                                                                        ^
  591. ../bignum.cc:665:3: note: in expansion of macro ‘WRAP_RESULT’
  592.    WRAP_RESULT(res, result);
  593.    ^~~~~~~~~~~
  594. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  595.                  from ../node_modules/nan/nan.h:51,
  596.                  from ../bignum.cc:8:
  597. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  598.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  599.                                               ^~~~~~~~~~~
  600. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  601. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Bpowm(Nan::NAN_METHOD_ARGS_TYPE)’:
  602. ../bignum.cc:675:67: error: no matching function for call to ‘v8::Value::ToObjec                                                                                        t()
  603.    BigNum *bn1 = Nan::ObjectWrap::Unwrap<BigNum>(info[0]->ToObject());
  604.                                                                    ^
  605. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  606.                  from ../node_modules/nan/nan.h:51,
  607.                  from ../bignum.cc:8:
  608. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note: candidate: v8::May                                                                                        beLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
  609.    V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
  610.                                             ^~~~~~~~
  611. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note:   candidate expect                                                                                        s 1 argument, 0 provided
  612. ../bignum.cc:676:67: error: no matching function for call to ‘v8::Value::ToObjec                                                                                        t()
  613.    BigNum *bn2 = Nan::ObjectWrap::Unwrap<BigNum>(info[1]->ToObject());
  614.                                                                    ^
  615. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  616.                  from ../node_modules/nan/nan.h:51,
  617.                  from ../bignum.cc:8:
  618. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note: candidate: v8::May                                                                                        beLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
  619.    V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
  620.                                             ^~~~~~~~
  621. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note:   candidate expect                                                                                        s 1 argument, 0 provided
  622. ../bignum.cc:69:102: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  623.  nstance(Nan::New<FunctionTemplate>(constructor_template)->GetFunction(),      \
  624.                                                                        ^
  625. ../bignum.cc:680:3: note: in expansion of macro ‘WRAP_RESULT’
  626.    WRAP_RESULT(res, result);
  627.    ^~~~~~~~~~~
  628. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  629.                  from ../node_modules/nan/nan.h:51,
  630.                  from ../bignum.cc:8:
  631. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  632.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  633.                                               ^~~~~~~~~~~
  634. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  635. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Upowm(Nan::NAN_METHOD_ARGS_TYPE)’:
  636. ../bignum.cc:58:37: error: no matching function for call to ‘v8::Value::ToIntege                                                                                        r()
  637.    uint64_t VAR = info[I]->ToInteger()->Value();
  638.                                      ^
  639. ../bignum.cc:690:3: note: in expansion of macro ‘REQ_UINT64_ARG’
  640.    REQ_UINT64_ARG(0, x);
  641.    ^~~~~~~~~~~~~~
  642. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  643.                  from ../node_modules/nan/nan.h:51,
  644.                  from ../bignum.cc:8:
  645. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2756:45: note: candidate: v8::May                                                                                        beLocal<v8::Integer> v8::Value::ToInteger(v8::Local<v8::Context>) const
  646.    V8_WARN_UNUSED_RESULT MaybeLocal<Integer> ToInteger(
  647.                                              ^~~~~~~~~
  648. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2756:45: note:   candidate expect                                                                                        s 1 argument, 0 provided
  649. ../bignum.cc:691:66: error: no matching function for call to ‘v8::Value::ToObjec                                                                                        t()
  650.    BigNum *bn = Nan::ObjectWrap::Unwrap<BigNum>(info[1]->ToObject());
  651.                                                                   ^
  652. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  653.                  from ../node_modules/nan/nan.h:51,
  654.                  from ../bignum.cc:8:
  655. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note: candidate: v8::May                                                                                        beLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
  656.    V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
  657.                                             ^~~~~~~~
  658. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note:   candidate expect                                                                                        s 1 argument, 0 provided
  659. ../bignum.cc:69:102: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  660.  nstance(Nan::New<FunctionTemplate>(constructor_template)->GetFunction(),      \
  661.                                                                        ^
  662. ../bignum.cc:697:3: note: in expansion of macro ‘WRAP_RESULT’
  663.    WRAP_RESULT(res, result);
  664.    ^~~~~~~~~~~
  665. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  666.                  from ../node_modules/nan/nan.h:51,
  667.                  from ../bignum.cc:8:
  668. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  669.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  670.                                               ^~~~~~~~~~~
  671. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  672. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Upow(Nan::NAN_METHOD_ARGS_TYPE)’:
  673. ../bignum.cc:58:37: error: no matching function for call to ‘v8::Value::ToIntege                                                                                        r()
  674.    uint64_t VAR = info[I]->ToInteger()->Value();
  675.                                      ^
  676. ../bignum.cc:707:3: note: in expansion of macro ‘REQ_UINT64_ARG’
  677.    REQ_UINT64_ARG(0, x);
  678.    ^~~~~~~~~~~~~~
  679. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  680.                  from ../node_modules/nan/nan.h:51,
  681.                  from ../bignum.cc:8:
  682. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2756:45: note: candidate: v8::May                                                                                        beLocal<v8::Integer> v8::Value::ToInteger(v8::Local<v8::Context>) const
  683.    V8_WARN_UNUSED_RESULT MaybeLocal<Integer> ToInteger(
  684.                                              ^~~~~~~~~
  685. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2756:45: note:   candidate expect                                                                                        s 1 argument, 0 provided
  686. ../bignum.cc:69:102: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  687.  nstance(Nan::New<FunctionTemplate>(constructor_template)->GetFunction(),      \
  688.                                                                        ^
  689. ../bignum.cc:713:3: note: in expansion of macro ‘WRAP_RESULT’
  690.    WRAP_RESULT(res, result);
  691.    ^~~~~~~~~~~
  692. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  693.                  from ../node_modules/nan/nan.h:51,
  694.                  from ../bignum.cc:8:
  695. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  696.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  697.                                               ^~~~~~~~~~~
  698. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  699. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Brand0(Nan::NAN_METHOD_ARGS_TYPE)’:
  700. ../bignum.cc:69:102: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  701.  nstance(Nan::New<FunctionTemplate>(constructor_template)->GetFunction(),      \
  702.                                                                        ^
  703. ../bignum.cc:726:3: note: in expansion of macro ‘WRAP_RESULT’
  704.    WRAP_RESULT(res, result);
  705.    ^~~~~~~~~~~
  706. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  707.                  from ../node_modules/nan/nan.h:51,
  708.                  from ../bignum.cc:8:
  709. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  710.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  711.                                               ^~~~~~~~~~~
  712. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  713. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Uprime0(Nan::NAN_METHOD_ARGS_TYPE)’:
  714. ../bignum.cc:65:33: error: no matching function for call to ‘v8::Value::ToBoolea                                                                                        n()
  715.    bool VAR = info[I]->ToBoolean()->Value();
  716.                                  ^
  717. ../bignum.cc:734:3: note: in expansion of macro ‘REQ_BOOL_ARG’
  718.    REQ_BOOL_ARG(1, safe);
  719.    ^~~~~~~~~~~~
  720. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  721.                  from ../node_modules/nan/nan.h:51,
  722.                  from ../bignum.cc:8:
  723. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2762:18: note: candidate: v8::Loc                                                                                        al<v8::Boolean> v8::Value::ToBoolean(v8::Isolate*) const
  724.    Local<Boolean> ToBoolean(Isolate* isolate) const;
  725.                   ^~~~~~~~~
  726. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2762:18: note:   candidate expect                                                                                        s 1 argument, 0 provided
  727. ../bignum.cc:69:102: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  728.  nstance(Nan::New<FunctionTemplate>(constructor_template)->GetFunction(),      \
  729.                                                                        ^
  730. ../bignum.cc:740:3: note: in expansion of macro ‘WRAP_RESULT’
  731.    WRAP_RESULT(res, result);
  732.    ^~~~~~~~~~~
  733. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  734.                  from ../node_modules/nan/nan.h:51,
  735.                  from ../bignum.cc:8:
  736. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  737.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  738.                                               ^~~~~~~~~~~
  739. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  740. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Bcompare(Nan::NAN_METHOD_ARGS_TYPE)’:
  741. ../bignum.cc:768:66: error: no matching function for call to ‘v8::Value::ToObjec                                                                                        t()
  742.    BigNum *bn = Nan::ObjectWrap::Unwrap<BigNum>(info[0]->ToObject());
  743.                                                                   ^
  744. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  745.                  from ../node_modules/nan/nan.h:51,
  746.                  from ../bignum.cc:8:
  747. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note: candidate: v8::May                                                                                        beLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
  748.    V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
  749.                                             ^~~~~~~~
  750. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note:   candidate expect                                                                                        s 1 argument, 0 provided
  751. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Scompare(Nan::NAN_METHOD_ARGS_TYPE)’:
  752. ../bignum.cc:51:36: error: no matching function for call to ‘v8::Value::ToIntege                                                                                        r()
  753.    int64_t VAR = info[I]->ToInteger()->Value();
  754.                                     ^
  755. ../bignum.cc:777:3: note: in expansion of macro ‘REQ_INT64_ARG’
  756.    REQ_INT64_ARG(0, x);
  757.    ^~~~~~~~~~~~~
  758. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  759.                  from ../node_modules/nan/nan.h:51,
  760.                  from ../bignum.cc:8:
  761. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2756:45: note: candidate: v8::May                                                                                        beLocal<v8::Integer> v8::Value::ToInteger(v8::Local<v8::Context>) const
  762.    V8_WARN_UNUSED_RESULT MaybeLocal<Integer> ToInteger(
  763.                                              ^~~~~~~~~
  764. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2756:45: note:   candidate expect                                                                                        s 1 argument, 0 provided
  765. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Ucompare(Nan::NAN_METHOD_ARGS_TYPE)’:
  766. ../bignum.cc:58:37: error: no matching function for call to ‘v8::Value::ToIntege                                                                                        r()
  767.    uint64_t VAR = info[I]->ToInteger()->Value();
  768.                                      ^
  769. ../bignum.cc:788:3: note: in expansion of macro ‘REQ_UINT64_ARG’
  770.    REQ_UINT64_ARG(0, x);
  771.    ^~~~~~~~~~~~~~
  772. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  773.                  from ../node_modules/nan/nan.h:51,
  774.                  from ../bignum.cc:8:
  775. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2756:45: note: candidate: v8::May                                                                                        beLocal<v8::Integer> v8::Value::ToInteger(v8::Local<v8::Context>) const
  776.    V8_WARN_UNUSED_RESULT MaybeLocal<Integer> ToInteger(
  777.                                              ^~~~~~~~~
  778. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2756:45: note:   candidate expect                                                                                        s 1 argument, 0 provided
  779. ../bignum.cc: In static member function ‘static v8::Local<v8::Value> BigNum::Bop                                                                                        (Nan::NAN_METHOD_ARGS_TYPE, int)’:
  780. ../bignum.cc:898:66: error: no matching function for call to ‘v8::Value::ToObjec                                                                                        t()
  781.    BigNum *bn = Nan::ObjectWrap::Unwrap<BigNum>(info[0]->ToObject());
  782.                                                                   ^
  783. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  784.                  from ../node_modules/nan/nan.h:51,
  785.                  from ../bignum.cc:8:
  786. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note: candidate: v8::May                                                                                        beLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
  787.    V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
  788.                                             ^~~~~~~~
  789. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note:   candidate expect                                                                                        s 1 argument, 0 provided
  790. ../bignum.cc:69:102: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  791.  nstance(Nan::New<FunctionTemplate>(constructor_template)->GetFunction(),      \
  792.                                                                        ^
  793. ../bignum.cc:999:3: note: in expansion of macro ‘WRAP_RESULT’
  794.    WRAP_RESULT(res, result);
  795.    ^~~~~~~~~~~
  796. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  797.                  from ../node_modules/nan/nan.h:51,
  798.                  from ../bignum.cc:8:
  799. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  800.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  801.                                               ^~~~~~~~~~~
  802. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  803. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Binvertm(Nan::NAN_METHOD_ARGS_TYPE)’:
  804. ../bignum.cc:1027:66: error: no matching function for call to ‘v8::Value::ToObje                                                                                        ct()
  805.    BigNum *bn = Nan::ObjectWrap::Unwrap<BigNum>(info[0]->ToObject());
  806.                                                                   ^
  807. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  808.                  from ../node_modules/nan/nan.h:51,
  809.                  from ../bignum.cc:8:
  810. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note: candidate: v8::May                                                                                        beLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
  811.    V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
  812.                                             ^~~~~~~~
  813. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note:   candidate expect                                                                                        s 1 argument, 0 provided
  814. ../bignum.cc:69:102: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  815.  nstance(Nan::New<FunctionTemplate>(constructor_template)->GetFunction(),      \
  816.                                                                        ^
  817. ../bignum.cc:1031:3: note: in expansion of macro ‘WRAP_RESULT’
  818.    WRAP_RESULT(res, result);
  819.    ^~~~~~~~~~~
  820. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  821.                  from ../node_modules/nan/nan.h:51,
  822.                  from ../bignum.cc:8:
  823. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  824.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  825.                                               ^~~~~~~~~~~
  826. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  827. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Bgcd(Nan::NAN_METHOD_ARGS_TYPE)’:
  828. ../bignum.cc:1061:66: error: no matching function for call to ‘v8::Value::ToObje                                                                                        ct()
  829.    BigNum *bi = Nan::ObjectWrap::Unwrap<BigNum>(info[0]->ToObject());
  830.                                                                   ^
  831. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  832.                  from ../node_modules/nan/nan.h:51,
  833.                  from ../bignum.cc:8:
  834. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note: candidate: v8::May                                                                                        beLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
  835.    V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
  836.                                             ^~~~~~~~
  837. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note:   candidate expect                                                                                        s 1 argument, 0 provided
  838. ../bignum.cc:69:102: error: no matching function for call to ‘v8::FunctionTempla                                                                                        te::GetFunction()
  839.  nstance(Nan::New<FunctionTemplate>(constructor_template)->GetFunction(),      \
  840.                                                                        ^
  841. ../bignum.cc:1066:3: note: in expansion of macro ‘WRAP_RESULT’
  842.    WRAP_RESULT(res, result);
  843.    ^~~~~~~~~~~
  844. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  845.                  from ../node_modules/nan/nan.h:51,
  846.                  from ../bignum.cc:8:
  847. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note: candidate: v8::May                                                                                        beLocal<v8::Function> v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
  848.    V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  849.                                               ^~~~~~~~~~~
  850. /root/.cache/node-gyp/13.2.0/include/node/v8.h:6283:46: note:   candidate expect                                                                                        s 1 argument, 0 provided
  851. ../bignum.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE BigN                                                                                        um::Bjacobi(Nan::NAN_METHOD_ARGS_TYPE)’:
  852. ../bignum.cc:1075:68: error: no matching function for call to ‘v8::Value::ToObje                                                                                        ct()
  853.    BigNum *bn_n = Nan::ObjectWrap::Unwrap<BigNum>(info[0]->ToObject());
  854.                                                                     ^
  855. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  856.                  from ../node_modules/nan/nan.h:51,
  857.                  from ../bignum.cc:8:
  858. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note: candidate: v8::May                                                                                        beLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
  859.    V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
  860.                                             ^~~~~~~~
  861. /root/.cache/node-gyp/13.2.0/include/node/v8.h:2754:44: note:   candidate expect                                                                                        s 1 argument, 0 provided
  862. In file included from ../bignum.cc:8:0:
  863. ../node_modules/nan/nan.h: In instantiation of ‘void Nan::imp::SetMethodAux(T, v                                                                                        8::Local<v8::String>, v8::Local<v8::FunctionTemplate>, ...) [with T = v8::Local<                                                                                        v8::Object>]’:
  864. ../node_modules/nan/nan.h:2353:20:   required from ‘void Nan::SetMethod(HandleTy                                                                                        pe<T>, const char*, Nan::FunctionCallback) [with T = v8::Object; HandleType = v8                                                                                        ::Local; Nan::FunctionCallback = void (*)(const Nan::FunctionCallbackInfo<v8::Va                                                                                        lue>&)]
  865. ../bignum.cc:1124:62:   required from here
  866. ../node_modules/nan/nan.h:2337:3: error: no matching function for call to ‘v8::O                                                                                        bject::Set(v8::Local<v8::String>&, v8::Local<v8::Function>)
  867.    recv->Set(name, GetFunction(tpl).ToLocalChecked());
  868.    ^~~~
  869. In file included from /root/.cache/node-gyp/13.2.0/include/node/node.h:63:0,
  870.                  from ../node_modules/nan/nan.h:51,
  871.                  from ../bignum.cc:8:
  872. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3547:37: note: candidate: v8::May                                                                                        be<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local                                                                                        <v8::Value>)
  873.    V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
  874.                                      ^~~
  875. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3547:37: note:   candidate expect                                                                                        s 3 arguments, 2 provided
  876. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3550:37: note: candidate: v8::May                                                                                        be<bool> v8::Object::Set(v8::Local<v8::Context>, uint32_t, v8::Local<v8::Value>)
  877.    V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
  878.                                      ^~~
  879. /root/.cache/node-gyp/13.2.0/include/node/v8.h:3550:37: note:   candidate expect                                                                                        s 3 arguments, 2 provided
  880. bignum.target.mk:109: recipe for target 'Release/obj.target/bignum/bignum.o' fai                                                                                        led
  881. make: *** [Release/obj.target/bignum/bignum.o] Error 1
  882. make: Leaving directory '/usr/local/lib/node_modules/bignum/build'
  883. gyp ERR! build error
  884. gyp ERR! stack Error: `make` failed with exit code: 2
  885. gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_                                                                                        modules/node-gyp/lib/build.js:194:23)
  886. gyp ERR! stack     at ChildProcess.emit (events.js:210:5)
  887. gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces                                                                                        s.js:270:12)
  888. gyp ERR! System Linux 4.19.66-v7+
  889. gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_mod                                                                                        ules/node-gyp/bin/node-gyp.js" "rebuild"
  890. gyp ERR! cwd /usr/local/lib/node_modules/bignum
  891. gyp ERR! node -v v13.2.0
  892. gyp ERR! node-gyp -v v5.0.5
  893. gyp ERR! not ok
  894. npm ERR! code ELIFECYCLE
  895. npm ERR! errno 1
  896. npm ERR! bignum@0.13.0 install: `prebuild-install || node-gyp rebuild`
  897. npm ERR! Exit status 1
  898. npm ERR!
  899. npm ERR! Failed at the bignum@0.13.0 install script.
  900. npm ERR! This is probably not a problem with npm. There is likely additional log                                                                                        ging output above.
  901.  
  902. npm ERR! A complete log of this run can be found in:
  903. npm ERR!     /root/.npm/_logs/2019-11-30T19_02_06_493Z-debug.log
  904. root@DietPi:/usr/local/lib/node_modules# which make
  905. /usr/bin/make
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement