Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [Problem] rfLink wirft Error Code 13 bei Installationsversuch

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    375

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.9k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

[Problem] rfLink wirft Error Code 13 bei Installationsversuch

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
14 Beiträge 3 Kommentatoren 2.1k Aufrufe
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • HomoranH Nicht stören
    HomoranH Nicht stören
    Homoran
    Global Moderator Administrators
    schrieb am zuletzt editiert von
    #1

    Hallo zusammen,

    bei irgendeinem Versuch rf-Link upzudaten ist mir der Adapter zerschossen.

    Mehrere Versuche dies zu wiederholen scheiterten.

    Irgendwann dachte ich dass vielleicht noch alte Dateien im Hintergrund lägen und versuchte es eben auf einem Tinkerboard, das noch nie einen RF-Link gesehen hatte.

    An die ganzen EACCESS Fehler bei node-gyp hatte ich mich mittlerweile gewöhnt, aber auch hier kam ganz zum Schluss der Error code 13 :cry: :cry:

    Teil 1:

    ! ````
    $ ./iobroker add rflink
    npm install iobroker.rflink --production --prefix "/opt/iobroker" (System call)
    gyp
    WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/6.10.3"gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bufferutil/.node-gyp"
    ! In file included from ../node_modules/nan/nan.h:82:0, from ../src/bufferutil.cc:16:
    ../node_modules/nan/nan_new.h: In function ‘v8::Local NanIntern::To(v8::Handlev8::integer) [with T = v8::Int32; v8::Handle v8::integer= v8::Localv8::integer]’:
    ../node_modules/nan/nan_new.h:34:64: warning: ‘v8::Local v8::int32v8::Value::ToInt32() const’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
    Tov8::int32(v8::Handle v8::integeri) { return i->ToInt32(); }
    ^
    ! ../node_modules/nan/nan_new.h: In function ‘v8::Local NanIntern::To(v8::Handlev8::integer) [with T = v8::Uint32; v8::Handle v8::integer= v8::Localv8::integer]’:../node_modules/nan/nan_new.h:39:65: warning: ‘v8::Local v8::uint32v8::Value::ToUint32() const’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:8196): Use maybe version [-Wdeprecated-declarations]
    Tov8::uint32(v8::Handle v8::integeri) { return i->ToUint32(); }
    ^
    ! In file included from ../node_modules/nan/nan_new.h:189:0, from ../node_modules/nan/nan.h:82,
    from ../src/bufferutil.cc:16:
    ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::booleanobject::return_t NanIntern::Factoryv8::booleanobject::New(bool)’:
    ../node_modules/nan/nan_implementation_12_inl.h:49:38: warning: ‘static v8::Local v8::valuev8::BooleanObject::New(bool)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:4008): Pass an isolate [-Wdeprecated-declarations]
    return v8::BooleanObject::New(value).Asv8::booleanobject();
    ^
    ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::script::return_t NanIntern::Factoryv8::script::New(v8::Localv8::string)’:../node_modules/nan/nan_implementation_12_inl.h:166:69: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
    return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &src);
    ^
    ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::script::return_t NanIntern::Factoryv8::script::New(v8::Localv8::string, const v8::ScriptOrigin&)’:../node_modules/nan/nan_implementation_12_inl.h:173:69: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
    return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &src);
    ^
    ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::string::return_t NanIntern::Factoryv8::string::New(const uint8_t*, int)’:../node_modules/nan/nan_implementation_12_inl.h:206:42: warning: ‘static v8::Local v8::stringv8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:2332): Use maybe version [-Wdeprecated-declarations]
    v8::String::kNormalString, length);
    ^
    ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::string::return_t NanIntern::Factoryv8::string::New(v8::String::ExternalStringResource*)’:../node_modules/nan/nan_implementation_12_inl.h:217:66: warning: ‘static v8::Local v8::stringv8::String::NewExternal(v8::Isolate*, v8::String::ExternalStringResource*)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:2371): Use maybe version [-Wdeprecated-declarations]
    return v8::String::NewExternal(v8::Isolate::GetCurrent(), value);
    ^
    ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::unboundscript::return_t NanIntern::Factoryv8::unboundscript::New(v8::Localv8::string)’:../node_modules/nan/nan_implementation_12_inl.h:237:76: warning: ‘static v8::Local v8::unboundscriptv8::ScriptCompiler::CompileUnbound(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:1333): Use maybe version [-Wdeprecated-declarations]
    return v8::ScriptCompiler::CompileUnbound(v8::Isolate::GetCurrent(), &src);
    ^
    ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::unboundscript::return_t NanIntern::Factoryv8::unboundscript::New(v8::Localv8::string, const v8::ScriptOrigin&)’:../node_modules/nan/nan_implementation_12_inl.h:244:76: warning: ‘static v8::Local v8::unboundscriptv8::ScriptCompiler::CompileUnbound(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:1333): Use maybe version [-Wdeprecated-declarations]
    return v8::ScriptCompiler::CompileUnbound(v8::Isolate::GetCurrent(), &src);
    ^
    ! In file included from ../src/bufferutil.cc:16:0:../node_modules/nan/nan.h: At global scope:
    ../node_modules/nan/nan.h:261:25: error: redefinition of ‘template <class t="">v8::Local _NanEnsureLocal(v8::Local)’
    NAN_INLINE v8::Local _NanEnsureLocal(v8::Local val) {
    ^
    ../node_modules/nan/nan.h:256:25: note: ‘template <class t="">v8::Local _NanEnsureLocal(v8::Handle)’ previously declared here
    NAN_INLINE v8::Local _NanEnsureLocal(v8::Handle val) {
    ^
    ! ../node_modules/nan/nan.h: In function ‘bool NanIdleNotification(int)’:../node_modules/nan/nan.h:289:71: warning: ‘bool v8::Isolate::IdleNotification(int)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:6114): use IdleNotificationDeadline() [-Wdeprecated-declarations]
    return v8::Isolate::GetCurrent()->IdleNotification(idle_time_in_ms);
    ^
    ! ../node_modules/nan/nan.h: At global scope:../node_modules/nan/nan.h:473:20: error: variable or field ‘NanAddGCEpilogueCallback’ declared void
    v8::Isolate::GCEpilogueCallback callback
    ^
    ../node_modules/nan/nan.h:473:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
    v8::Isolate::GCEpilogueCallback callback
    ^
    ! ../node_modules/nan/nan.h:474:18: error: expected primary-expression before ‘gc_type_filter’ , v8::GCType gc_type_filter = v8::kGCTypeAll) {
    ^
    ../node_modules/nan/nan.h:479:20: error: variable or field ‘NanRemoveGCEpilogueCallback’ declared void
    v8::Isolate::GCEpilogueCallback callback) {
    ^
    ../node_modules/nan/nan.h:479:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
    v8::Isolate::GCEpilogueCallback callback) {
    ^
    ../node_modules/nan/nan.h:484:20: error: variable or field ‘NanAddGCPrologueCallback’ declared void
    v8::Isolate::GCPrologueCallback callback
    ^
    ../node_modules/nan/nan.h:484:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
    v8::Isolate::GCPrologueCallback callback
    ^
    ../node_modules/nan/nan.h:485:18: error: expected primary-expression before ‘gc_type_filter’
    , v8::GCType gc_type_filter = v8::kGCTypeAll) {
    ^
    ../node_modules/nan/nan.h:490:20: error: variable or field ‘NanRemoveGCPrologueCallback’ declared void
    v8::Isolate::GCPrologueCallback callback) {
    ^
    ../node_modules/nan/nan.h:490:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
    v8::Isolate::GCPrologueCallback callback) {
    ^
    ! ../node_modules/nan/nan.h:661:13: error: ‘node::smalloc’ has not been declared , node::smalloc::FreeCallback callback
    ^
    ../node_modules/nan/nan.h:661:35: error: expected ‘,’ or ‘...’ before ‘callback’
    , node::smalloc::FreeCallback callback
    ^
    ! ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(char*, size_t, int)’:../node_modules/nan/nan.h:665:50: error: ‘callback’ was not declared in this scope
    v8::Isolate::GetCurrent(), data, length, callback, hint);
    ^
    ../node_modules/nan/nan.h:665:60: error: ‘hint’ was not declared in this scope
    v8::Isolate::GetCurrent(), data, length, callback, hint);
    ^
    ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(const char*, uint32_t)’:
    ../node_modules/nan/nan.h:672:67: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
    return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
    ^
    In file included from ../src/bufferutil.cc:10:0:
    /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/node_buffer.h:46:40: note: initializing argument 2 of ‘v8::MaybeLocal v8::objectnode::Buffer::New(v8::Isolate*, char*, size_t)’
    NODE_EXTERN v8::MaybeLocal v8::objectNew(v8::Isolate* isolate,
    ^
    In file included from ../src/bufferutil.cc:16:0:
    ../node_modules/nan/nan.h:672:67: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), ((char*)data), size)’ from ‘v8::MaybeLocalv8::object’ to ‘v8::Localv8::object’
    return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
    ^
    ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(uint32_t)’:
    ../node_modules/nan/nan.h:676:61: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), size)’ from ‘v8::MaybeLocalv8::object’ to ‘v8::Localv8::object’
    return node::Buffer::New(v8::Isolate::GetCurrent(), size);
    ^
    ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanBufferUse(char*, uint32_t)’:
    ../node_modules/nan/nan.h:683:12: error: ‘Use’ is not a member of ‘node::Buffer’
    return node::Buffer::Use(v8::Isolate::GetCurrent(), data, size);
    ^
    ! ../node_modules/nan/nan.h: In function ‘v8::Local v8::scriptNanCompileScript(v8::Localv8::string, const v8::ScriptOrigin&)’:../node_modules/nan/nan.h:710:74: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
    return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &source);
    ^
    ! ../node_modules/nan/nan.h: In function ‘v8::Local v8::scriptNanCompileScript(v8::Localv8::string)’:../node_modules/nan/nan.h:717:74: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
    return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &source);
    ^
    ! ../src/bufferutil.cc: In static member function ‘static void BufferUtil::Initialize(v8::Handlev8::object)’:../src/bufferutil.cc:30:52: error: call of overloaded ‘NODE_SET_METHOD(v8::Localv8::functiontemplate&, const char [7], void (&)(const v8::FunctionCallbackInfov8::value&))’ is ambiguous
    NODE_SET_METHOD(t, "unmask", BufferUtil::Unmask);
    ^
    ../src/bufferutil.cc:30:52: note: candidates are:
    In file included from ../src/bufferutil.cc:8:0:
    /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/node.h:244:13: note: void node::NODE_SET_METHOD(v8::Localv8::template, const char*, v8::FunctionCallback)
    inline void NODE_SET_METHOD(v8::Local v8::templaterecv,
    ^
    /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/node.h:257:13: note: void node::NODE_SET_METHOD(v8::Localv8::object, const char*, v8::FunctionCallback)
    inline void NODE_SET_METHOD(v8::Local v8::objectrecv,
    ^
    ../src/bufferutil.cc:31:48: error: call of overloaded ‘NODE_SET_METHOD(v8::Localv8::functiontemplate&, const char [5], void (&)(const v8::FunctionCallbackInfov8::value&))’ is ambiguous
    NODE_SET_METHOD(t, "mask", BufferUtil::Mask);
    ^
    ../src/bufferutil.cc:31:48: note: candidates are:
    In file included from ../src/bufferutil.cc:8:0:
    /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/node.h:244:13: note: void node::NODE_SET_METHOD(v8::Localv8::template, const char*, v8::FunctionCallback)
    inline void NODE_SET_METHOD(v8::Local v8::templaterecv,
    ^
    /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/node.h:257:13: note: void node::NODE_SET_METHOD(v8::Localv8::object, const char*, v8::FunctionCallback)
    inline void NODE_SET_METHOD(v8::Local v8::objectrecv,
    ^
    ../src/bufferutil.cc:32:50: error: call of overloaded ‘NODE_SET_METHOD(v8::Localv8::functiontemplate&, const char [6], void (&)(const v8::FunctionCallbackInfov8::value&))’ is ambiguous
    NODE_SET_METHOD(t, "merge", BufferUtil::Merge);
    ^
    ../src/bufferutil.cc:32:50: note: candidates are:
    In file included from ../src/bufferutil.cc:8:0:
    /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/node.h:244:13: note: void node::NODE_SET_METHOD(v8::Localv8::template, const char*, v8::FunctionCallback)
    inline void NODE_SET_METHOD(v8::Local v8::templaterecv,
    ^
    /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/node.h:257:13: note: void node::NODE_SET_METHOD(v8::Localv8::object, const char*, v8::FunctionCallback)
    inline void NODE_SET_METHOD(v8::Local v8::objectrecv,
    ^
    ! make: *** [Release/obj.target/bufferutil/src/bufferutil.o] Error 1
    gyp
    ERR! build error
    gyp
    ERR! stack
    Error: make failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
    gyp
    ERR!
    stack at emitTwo (events.js:106:13)gyp ERR! stack at ChildProcess.emit (events.js:191:7)
    gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
    gyp ERR! System Linux 4.4.16
    gyp ERR! command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
    gyp ERR! cwd /opt/iobroker/node_modules/bufferutil
    gyp ERR! node -v v6.10.3
    ! gyp ERR! node-gyp -v v3.4.0gyp ERR!

    not ok
    node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v48-linux-arm.tar.gz
    node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@6.10.3 (node-v48 ABI) (falling back to source compile with node-gyp)
    gyp
    WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/6.10.3"gyp
    WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/.node-gyp"
    make: *** No rule to make target '../.node-gyp/6.10.3/include/node/common.gypi', needed by 'Makefile'. Schluss.
    gyp

    ERR! build error
    gyp
    ERR! stack Error: make failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23)
    gyp

    ERR!
    stack at emitTwo (events.js:106:13)gyp ERR! stack at ChildProcess.emit (events.js:191:7)
    gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
    gyp ERR! System Linux 4.4.16
    gyp ERR! command "/usr/bin/nodejs" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/build/Release"
    gyp ERR! cwd /opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport
    gyp ERR! node -v v6.10.3
    gyp ERR! node-gyp -v v3.6.0
    gyp ERR! not ok

    ! node-pre-gyp ERR! build error
    node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/nodejs /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/build/Release' (1)node-pre-gyp ERR! stack
    at ChildProcess. <anonymous>(/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29)node-pre-gyp ERR! stack at emitTwo (events.js:106:13)
    node-pre-gyp ERR! stack at ChildProcess.emit (events.js:191:7)
    node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:886:16)
    ! node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)node-pre-gyp ERR! System Linux 4.4.16
    node-pre-gyp ERR! command "/usr/bin/nodejs" "/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
    node-pre-gyp ERR! cwd /opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport
    node-pre-gyp ERR! node -v v6.10.3
    ! node-pre-gyp ERR! node-pre-gyp -v v0.6.32node-pre-gyp ERR! not ok
    ! gyp
    WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/6.10.3"gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/utf-8-validate/.node-gyp"
    ! In file included from ../node_modules/nan/nan.h:82:0, from ../src/validation.cc:15:
    ../node_modules/nan/nan_new.h: In function ‘v8::Local NanIntern::To(v8::Handlev8::integer) [with T = v8::Int32; v8::Handle v8::integer= v8::Localv8::integer]’:
    ../node_modules/nan/nan_new.h:34:64: warning: ‘v8::Local v8::int32v8::Value::ToInt32() const’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
    Tov8::int32(v8::Handle v8::integeri) { return i->ToInt32(); }
    ^
    ! ../node_modules/nan/nan_new.h: In function ‘v8::Local NanIntern::To(v8::Handlev8::integer) [with T = v8::Uint32; v8::Handle v8::integer= v8::Localv8::integer]’:../node_modules/nan/nan_new.h:39:65: warning: ‘v8::Local v8::uint32v8::Value::ToUint32() const’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:8196): Use maybe version [-Wdeprecated-declarations]
    Tov8::uint32(v8::Handle v8::integeri) { return i->ToUint32(); }
    ^
    ! In file included from ../node_modules/nan/nan_new.h:189:0, from ../node_modules/nan/nan.h:82,
    from ../src/validation.cc:15:
    ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::booleanobject::return_t NanIntern::Factoryv8::booleanobject::New(bool)’:
    ../node_modules/nan/nan_implementation_12_inl.h:49:38: warning: ‘static v8::Local v8::valuev8::BooleanObject::New(bool)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:4008): Pass an isolate [-Wdeprecated-declarations]
    return v8::BooleanObject::New(value).Asv8::booleanobject();
    ^
    ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::script::return_t NanIntern::Factoryv8::script::New(v8::Localv8::string)’:../node_modules/nan/nan_implementation_12_inl.h:166:69: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
    return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &src);
    ^
    ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::script::return_t NanIntern::Factoryv8::script::New(v8::Localv8::string, const v8::ScriptOrigin&)’:../node_modules/nan/nan_implementation_12_inl.h:173:69: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
    return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &src);
    ^
    ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::string::return_t NanIntern::Factoryv8::string::New(const uint8_t*, int)’:../node_modules/nan/nan_implementation_12_inl.h:206:42: warning: ‘static v8::Local v8::stringv8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:2332): Use maybe version [-Wdeprecated-declarations]
    v8::String::kNormalString, length);
    ^
    ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::string::return_t NanIntern::Factoryv8::string::New(v8::String::ExternalStringResource*)’:
    ../node_modules/nan/nan_implementation_12_inl.h:217:66: warning: ‘static v8::Local v8::stringv8::String::NewExternal(v8::Isolate*, v8::String::ExternalStringResource*)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:2371): Use maybe version [-Wdeprecated-declarations]
    return v8::String::NewExternal(v8::Isolate::GetCurrent(), value);
    ^
    ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::unboundscript::return_t NanIntern::Factoryv8::unboundscript::New(v8::Localv8::string)’:../node_modules/nan/nan_implementation_12_inl.h:237:76: warning: ‘static v8::Local v8::unboundscriptv8::ScriptCompiler::CompileUnbound(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:1333): Use maybe version [-Wdeprecated-declarations]
    return v8::ScriptCompiler::CompileUnbound(v8::Isolate::GetCurrent(), &src);
    ^
    ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::unboundscript::return_t NanIntern::Factoryv8::unboundscript::New(v8::Localv8::string, const v8::ScriptOrigin&)’:../node_modules/nan/nan_implementation_12_inl.h:244:76: warning: ‘static v8::Local v8::unboundscriptv8::ScriptCompiler::CompileUnbound(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:1333): Use maybe version [-Wdeprecated-declarations]
    return v8::ScriptCompiler::CompileUnbound(v8::Isolate::GetCurrent(), &src);
    ^
    ! In file included from ../src/validation.cc:15:0:../node_modules/nan/nan.h: At global scope:
    ../node_modules/nan/nan.h:261:25: error: redefinition of ‘template <class t="">v8::Local _NanEnsureLocal(v8::Local)’
    NAN_INLINE v8::Local _NanEnsureLocal(v8::Local val) {
    ^
    ../node_modules/nan/nan.h:256:25: note: ‘template <class t="">v8::Local _NanEnsureLocal(v8::Handle)’ previously declared here
    NAN_INLINE v8::Local _NanEnsureLocal(v8::Handle val) {
    ^
    ! ../node_modules/nan/nan.h: In function ‘bool NanIdleNotification(int)’:../node_modules/nan/nan.h:289:71: warning: ‘bool v8::Isolate::IdleNotification(int)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:6114): use IdleNotificationDeadline() [-Wdeprecated-declarations]
    return v8::Isolate::GetCurrent()->IdleNotification(idle_time_in_ms);
    ^
    ! ../node_modules/nan/nan.h: At global scope:../node_modules/nan/nan.h:473:20: error: variable or field ‘NanAddGCEpilogueCallback’ declared void
    v8::Isolate::GCEpilogueCallback callback
    ^
    ../node_modules/nan/nan.h:473:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
    v8::Isolate::GCEpilogueCallback callback
    ^
    ! ../node_modules/nan/nan.h:474:18: error: expected primary-expression before ‘gc_type_filter’ , v8::GCType gc_type_filter = v8::kGCTypeAll) {
    ^
    ../node_modules/nan/nan.h:479:20: error: variable or field ‘NanRemoveGCEpilogueCallback’ declared void
    v8::Isolate::GCEpilogueCallback callback) {
    ^
    ../node_modules/nan/nan.h:479:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
    v8::Isolate::GCEpilogueCallback callback) {
    ^
    ../node_modules/nan/nan.h:484:20: error: variable or field ‘NanAddGCPrologueCallback’ declared void
    v8::Isolate::GCPrologueCallback callback
    ^
    ../node_modules/nan/nan.h:484:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
    v8::Isolate::GCPrologueCallback callback
    ^
    ../node_modules/nan/nan.h:485:18: error: expected primary-expression before ‘gc_type_filter’
    , v8::GCType gc_type_filter = v8::kGCTypeAll) {
    ^
    ../node_modules/nan/nan.h:490:20: error: variable or field ‘NanRemoveGCPrologueCallback’ declared void
    v8::Isolate::GCPrologueCallback callback) {
    ^
    ../node_modules/nan/nan.h:490:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
    v8::Isolate::GCPrologueCallback callback) {
    ^
    ! ../node_modules/nan/nan.h:661:13: error: ‘node::smalloc’ has not been declared , node::smalloc::FreeCallback callback
    ^
    ../node_modules/nan/nan.h:661:35: error: expected ‘,’ or ‘...’ before ‘callback’
    , node::smalloc::FreeCallback callback
    ^
    ! ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(char*, size_t, int)’:../node_modules/nan/nan.h:665:50: error: ‘callback’ was not declared in this scope
    v8::Isolate::GetCurrent(), data, length, callback, hint);
    ^
    ../node_modules/nan/nan.h:665:60: error: ‘hint’ was not declared in this scope
    v8::Isolate::GetCurrent(), data, length, callback, hint);
    ^
    ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(const char*, uint32_t)’:
    ../node_modules/nan/nan.h:672:67: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
    return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
    ^
    In file included from ../src/validation.cc:10:0:
    /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/node_buffer.h:46:40: note: initializing argument 2 of ‘v8::MaybeLocal v8::objectnode::Buffer::New(v8::Isolate*, char*, size_t)’
    NODE_EXTERN v8::MaybeLocal v8::objectNew(v8::Isolate* isolate,
    ^
    In file included from ../src/validation.cc:15:0:
    ../node_modules/nan/nan.h:672:67: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), ((char*)data), size)’ from ‘v8::MaybeLocalv8::object’ to ‘v8::Localv8::object’
    return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
    ^
    ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(uint32_t)’:
    ../node_modules/nan/nan.h:676:61: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), size)’ from ‘v8::MaybeLocalv8::object’ to ‘v8::Localv8::object’
    return node::Buffer::New(v8::Isolate::GetCurrent(), size);
    ^
    ! ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanBufferUse(char*, uint32_t)’:../node_modules/nan/nan.h:683:12: error: ‘Use’ is not a member of ‘node::Buffer’
    return node::Buffer::Use(v8::Isolate::GetCurrent(), data, size);
    ^
    ! ../node_modules/nan/nan.h: In function ‘v8::Local v8::scriptNanCompileScript(v8::Localv8::string, const v8::ScriptOrigin&)’:../node_modules/nan/nan.h:710:74: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
    return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &source);
    ^
    ../node_modules/nan/nan.h: In function ‘v8::Local v8::scriptNanCompileScript(v8::Localv8::string)’:
    ../node_modules/nan/nan.h:717:74: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
    return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &source);
    ^
    ! ../src/validation.cc: In static member function ‘static void Validation::Initialize(v8::Handlev8::object)’:../src/validation.cc:112:62: error: call of overloaded ‘NODE_SET_METHOD(v8::Localv8::functiontemplate&, const char [12], void (&)(const v8::FunctionCallbackInfov8::value&))’ is ambiguous
    NODE_SET_METHOD(t, "isValidUTF8", Validation::IsValidUTF8);
    ^
    ../src/validation.cc:112:62: note: candidates are:
    ! In file included from ../src/validation.cc:8:0:/opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/node.h:244:13: note: void node::NODE_SET_METHOD(v8::Localv8::template, const char*, v8::FunctionCallback)
    inline void NODE_SET_METHOD(v8::Local v8::templaterecv,
    ^
    /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/node.h:257:13: note: void node::NODE_SET_METHOD(v8::Localv8::object, const char*, v8::FunctionCallback)
    inline void NODE_SET_METHOD(v8::Local v8::objectrecv,
    ^
    ! make: *** [Release/obj.target/validation/src/validation.o] Error 1gyp ERR! build error
    gyp ERR! stack Error: make failed with exit code: 2
    gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
    gyp ERR! stack at emitTwo (events.js:106:13)
    gyp ERR! stack at ChildProcess.emit (events.js:191:7)
    gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
    gyp ERR! System Linux 4.4.16
    gyp ERR! command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
    gyp ERR! cwd /opt/iobroker/node_modules/utf-8-validate
    gyp ERR! node -v v6.10.3
    gyp ERR! node-gyp -v v3.4.0
    gyp ERR! not ok
    ! node-pre-gyp
    ERR! Tried to download: https://github.com/voodootikigod/node-serialport/releases/download/3.1.2/serialport-v3.1.2-node-v48-linux-arm.tar.gz
    node-pre-gyp ERR! Pre-built binaries not found for serialport@3.1.2 and node@6.10.3 (node-v48 ABI) (falling back to source compile with node-gyp)
    gyp
    WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/6.10.3"gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp"
    ! make: *** No rule to make target '../.node-gyp/6.10.3/include/node/common.gypi', needed by 'Makefile'. Schluss.
    gyp
    ERR! build error
    gyp ERR!
    stack Error: make failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23)
    ! gyp ERR! stack at emitTwo (events.js:106:13)gyp ERR! stack
    at ChildProcess.emit (events.js:191:7)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
    gyp ERR! System Linux 4.4.16
    ! gyp ERR! command "/usr/bin/nodejs" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release"gyp ERR! cwd /opt/iobroker/node_modules/serialport
    gyp ERR! node -v v6.10.3
    ! gyp ERR! node-gyp -v v3.6.0gyp ERR! not ok
    ! node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/nodejs /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1)
    node-pre-gyp ERR! stack at ChildProcess. <anonymous>(/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
    node-pre-gyp ERR! stack at emitTwo (events.js:106:13)
    node-pre-gyp ERR! stack at ChildProcess.emit (events.js:191:7)
    node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:886:16)
    node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
    node-pre-gyp ERR! System Linux 4.4.16
    node-pre-gyp ERR! command "/usr/bin/nodejs" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
    node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport
    node-pre-gyp ERR! node -v v6.10.3
    node-pre-gyp ERR! node-pre-gyp -v v0.6.28
    node-pre-gyp ERR! not ok
    ! npm
    WARN babel-eslint@5.0.4 requires a peer of eslint@<2.3.0 but none was installed.npm WARN babel-eslint@5.0.4 requires a peer of eslint@<2.3.0 but none was installed.
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bufferutil@1.1.0 (node_modules/bufferutil):
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bufferutil@1.1.0 install: node-gyp rebuild
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/avrgirl-arduino/node_modules/serialport):
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: node-pre-gyp install --fallback-to-build
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: utf-8-validate@1.1.0 (node_modules/utf-8-validate):
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: utf-8-validate@1.1.0 install: node-gyp rebuild
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
    ! npm ERR! Linux 4.4.16npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "iobroker.rflink" "--production" "--prefix" "/opt/iobroker"
    npm ERR! node v6.10.3
    npm ERR! npm v3.10.10
    npm ERR! code ELIFECYCLE
    ! npm ERR! serialport@3.1.2 install: node-pre-gyp install --fallback-to-buildnpm ERR! Exit status 1
    npm ERR!
    npm ERR! Failed at the serialport@3.1.2 install script 'node-pre-gyp install --fallback-to-build'.
    npm ERR! Make sure you have the latest version of node.js and npm installed.
    npm ERR! If you do, this is most likely a problem with the serialport package,
    npm ERR! not with npm itself.
    npm ERR!
    Tell the author that this fails on your system:npm ERR! node-pre-gyp install --fallback-to-build
    npm ERR! You can get information on how to open an issue for this project with:
    npm ERR! npm bugs serialport
    npm ERR! Or if that isn't available, you can get their info via:
    npm ERR! npm owner ls serialport
    ! npm ERR! There is likely additional logging output above.
    npm ERR! Please include the following file with any support request:
    npm ERR! /opt/npm-debug.log
    npm ERR! code 1
    ! host.ioBroker-Tinker install adapter rflink
    npm install iobroker.rflink --production --prefix "/opt/iobroker" (System call)
    gyp
    WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/6.10.3"gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bufferutil/.node-gyp"
    ! In file included from ../node_modules/nan/nan.h:82:0, from ../src/bufferutil.cc:16:
    ../node_modules/nan/nan_new.h: In function ‘v8::Local NanIntern::To(v8::Handlev8::integer) [with T = v8::Int32; v8::Handle v8::integer= v8::Localv8::integer]’:
    ../node_modules/nan/nan_new.h:34:64: warning: ‘v8::Local v8::int32v8::Value::ToInt32() const’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
    Tov8::int32(v8::Handle v8::integeri) { return i->ToInt32(); }
    ^
    ../node_modules/nan/nan_new.h: In function ‘v8::Local NanIntern::To(v8::Handlev8::integer) [with T = v8::Uint32; v8::Handle v8::integer= v8::Localv8::integer]’:
    ../node_modules/nan/nan_new.h:39:65: warning: ‘v8::Local v8::uint32v8::Value::ToUint32() const’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:8196): Use maybe version [-Wdeprecated-declarations]
    Tov8::uint32(v8::Handle v8::integeri) { return i->ToUint32(); }
    ^
    ! In file included from ../node_modules/nan/nan_new.h:189:0, from ../node_modules/nan/nan.h:82,
    from ../src/bufferutil.cc:16:
    ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::booleanobject::return_t NanIntern::Factoryv8::booleanobject::New(bool)’:
    ../node_modules/nan/nan_implementation_12_inl.h:49:38: warning: ‘static v8::Local v8::valuev8::BooleanObject::New(bool)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:4008): Pass an isolate [-Wdeprecated-declarations]
    return v8::BooleanObject::New(value).Asv8::booleanobject();
    ^
    ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::script::return_t NanIntern::Factoryv8::script::New(v8::Localv8::string)’:../node_modules/nan/nan_implementation_12_inl.h:166:69: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
    return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &src);
    ^
    ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::script::return_t NanIntern::Factoryv8::script::New(v8::Localv8::string, const v8::ScriptOrigin&)’:../node_modules/nan/nan_implementation_12_inl.h:173:69: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
    return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &src);
    ^
    ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::string::return_t NanIntern::Factoryv8::string::New(const uint8_t*, int)’:../node_modules/nan/nan_implementation_12_inl.h:206:42: warning: ‘static v8::Local v8::stringv8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:2332): Use maybe version [-Wdeprecated-declarations]
    v8::String::kNormalString, length);
    ^
    ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::string::return_t NanIntern::Factoryv8::string::New(v8::String::ExternalStringResource*)’:
    ../node_modules/nan/nan_implementation_12_inl.h:217:66: warning: ‘static v8::Local v8::stringv8::String::NewExternal(v8::Isolate*, v8::String::ExternalStringResource*)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:2371): Use maybe version [-Wdeprecated-declarations]
    return v8::String::NewExternal(v8::Isolate::GetCurrent(), value);
    ^
    ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::unboundscript::return_t NanIntern::Factoryv8::unboundscript::New(v8::Localv8::string)’:../node_modules/nan/nan_implementation_12_inl.h:237:76: warning: ‘static v8::Local v8::unboundscriptv8::ScriptCompiler::CompileUnbound(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:1333): Use maybe version [-Wdeprecated-declarations]
    return v8::ScriptCompiler::CompileUnbound(v8::Isolate::GetCurrent(), &src);
    ^
    ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::unboundscript::return_t NanIntern::Factoryv8::unboundscript::New(v8::Localv8::string, const v8::ScriptOrigin&)’:
    ../node_modules/nan/nan_implementation_12_inl.h:244:76: warning: ‘static v8::Local v8::unboundscriptv8::ScriptCompiler::CompileUnbound(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:1333): Use maybe version [-Wdeprecated-declarations]
    return v8::ScriptCompiler::CompileUnbound(v8::Isolate::GetCurrent(), &src);
    ^
    ! In file included from ../src/bufferutil.cc:16:0:../node_modules/nan/nan.h: At global scope:
    ../node_modules/nan/nan.h:261:25: error: redefinition of ‘template <class t="">v8::Local _NanEnsureLocal(v8::Local)’
    NAN_INLINE v8::Local _NanEnsureLocal(v8::Local val) {
    ^
    ../node_modules/nan/nan.h:256:25: note: ‘template <class t="">v8::Local _NanEnsureLocal(v8::Handle)’ previously declared here
    NAN_INLINE v8::Local _NanEnsureLocal(v8::Handle val) {
    ^
    ! ../node_modules/nan/nan.h: In function ‘bool NanIdleNotification(int)’:../node_modules/nan/nan.h:289:71: warning: ‘bool v8::Isolate::IdleNotification(int)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:6114): use IdleNotificationDeadline() [-Wdeprecated-declarations]
    return v8::Isolate::GetCurrent()->IdleNotification(idle_time_in_ms);
    ^
    ! ../node_modules/nan/nan.h: At global scope:../node_modules/nan/nan.h:473:20: error: variable or field ‘NanAddGCEpilogueCallback’ declared void
    v8::Isolate::GCEpilogueCallback callback
    ^
    ../node_modules/nan/nan.h:473:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
    v8::Isolate::GCEpilogueCallback callback
    ^
    ../node_modules/nan/nan.h:474:18: error: expected primary-expression before ‘gc_type_filter’
    , v8::GCType gc_type_filter = v8::kGCTypeAll) {
    ^
    ../node_modules/nan/nan.h:479:20: error: variable or field ‘NanRemoveGCEpilogueCallback’ declared void
    v8::Isolate::GCEpilogueCallback callback) {
    ^
    ../node_modules/nan/nan.h:479:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
    v8::Isolate::GCEpilogueCallback callback) {
    ^
    ../node_modules/nan/nan.h:484:20: error: variable or field ‘NanAddGCPrologueCallback’ declared void
    v8::Isolate::GCPrologueCallback callback
    ^
    ../node_modules/nan/nan.h:484:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
    v8::Isolate::GCPrologueCallback callback
    ^
    ../node_modules/nan/nan.h:485:18: error: expected primary-expression before ‘gc_type_filter’
    , v8::GCType gc_type_filter = v8::kGCTypeAll) {
    ^
    ../node_modules/nan/nan.h:490:20: error: variable or field ‘NanRemoveGCPrologueCallback’ declared void
    v8::Isolate::GCPrologueCallback callback) {
    ^
    ../node_modules/nan/nan.h:490:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
    v8::Isolate::GCPrologueCallback callback) {
    ^
    ! ../node_modules/nan/nan.h:661:13: error: ‘node::smalloc’ has not been declared , node::smalloc::FreeCallback callback
    ^
    ../node_modules/nan/nan.h:661:35: error: expected ‘,’ or ‘...’ before ‘callback’
    , node::smalloc::FreeCallback callback
    ^
    ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(char*, size_t, int)’:
    ../node_modules/nan/nan.h:665:50: error: ‘callback’ was not declared in this scope
    v8::Isolate::GetCurrent(), data, length, callback, hint);
    ^
    ../node_modules/nan/nan.h:665:60: error: ‘hint’ was not declared in this scope
    v8::Isolate::GetCurrent(), data, length, callback, hint);
    ^
    ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(const char*, uint32_t)’:
    ../node_modules/nan/nan.h:672:67: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
    return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
    ^
    In file included from ../src/bufferutil.cc:10:0:
    /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/node_buffer.h:46:40: note: initializing argument 2 of ‘v8::MaybeLocal v8::objectnode::Buffer::New(v8::Isolate*, char*, size_t)’
    NODE_EXTERN v8::MaybeLocal v8::objectNew(v8::Isolate* isolate,
    ^
    In file included from ../src/bufferutil.cc:16:0:
    ../node_modules/nan/nan.h:672:67: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), ((char*)data), size)’ from ‘v8::MaybeLocalv8::object’ to ‘v8::Localv8::object’
    return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
    ^
    ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(uint32_t)’:
    ../node_modules/nan/nan.h:676:61: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), size)’ from ‘v8::MaybeLocalv8::object’ to ‘v8::Localv8::object’
    return node::Buffer::New(v8::Isolate::GetCurrent(), size);
    ^
    ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanBufferUse(char*, uint32_t)’:
    ../node_modules/nan/nan.h:683:12: error: ‘Use’ is not a member of ‘node::Buffer’
    return node::Buffer::Use(v8::Isolate::GetCurrent(), data, size);
    ^
    ! ../node_modules/nan/nan.h: In function ‘v8::Local v8::scriptNanCompileScript(v8::Localv8::string, const v8::ScriptOrigin&)’:../node_modules/nan/nan.h:710:74: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
    return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &source);
    ^
    ../node_modules/nan/nan.h: In function ‘v8::Local v8::scriptNanCompileScript(v8::Localv8::string)’:
    ../node_modules/nan/nan.h:717:74: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
    return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &source);
    ^
    ! ../src/bufferutil.cc: In static member function ‘static void BufferUtil::Initialize(v8::Handlev8::object)’:../src/bufferutil.cc:30:52: error: call of overloaded ‘NODE_SET_METHOD(v8::Localv8::functiontemplate&, const char [7], void (&)(const v8::FunctionCallbackInfov8::value&))’ is ambiguous
    NODE_SET_METHOD(t, "unmask", BufferUtil::Unmask);
    ^
    ../src/bufferutil.cc:30:52: note: candidates are:
    In file included from ../src/bufferutil.cc:8:0:
    /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/node.h:244:13: note: void node::NODE_SET_METHOD(v8::Localv8::template, const char*, v8::FunctionCallback)
    inline void NODE_SET_METHOD(v8::Local v8::templaterecv,
    ^
    /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/node.h:257:13: note: void node::NODE_SET_METHOD(v8::Localv8::object, const char*, v8::FunctionCallback)
    inline void NODE_SET_METHOD(v8::Local v8::objectrecv,
    ^
    ../src/bufferutil.cc:31:48: error: call of overloaded ‘NODE_SET_METHOD(v8::Localv8::functiontemplate&, const char [5], void (&)(const v8::FunctionCallbackInfov8::value&))’ is ambiguous
    NODE_SET_METHOD(t, "mask", BufferUtil::Mask);
    ^
    ../src/bufferutil.cc:31:48: note: candidates are:
    In file included from ../src/bufferutil.cc:8:0:
    /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/node.h:244:13: note: void node::NODE_SET_METHOD(v8::Localv8::template, const char*, v8::FunctionCallback)
    inline void NODE_SET_METHOD(v8::Local v8::templaterecv,
    ^
    /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/node.h:257:13: note: void node::NODE_SET_METHOD(v8::Localv8::object, const char*, v8::FunctionCallback)
    inline void NODE_SET_METHOD(v8::Local v8::objectrecv,
    ^
    ../src/bufferutil.cc:32:50: error: call of overloaded ‘NODE_SET_METHOD(v8::Localv8::functiontemplate&, const char [6], void (&)(const v8::FunctionCallbackInfov8::value&))’ is ambiguous
    NODE_SET_METHOD(t, "merge", BufferUtil::Merge);
    ^
    ../src/bufferutil.cc:32:50: note: candidates are:
    In file included from ../src/bufferutil.cc:8:0:
    /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/node.h:244:13: note: void node::NODE_SET_METHOD(v8::Localv8::template, const char*, v8::FunctionCallback)
    inline void NODE_SET_METHOD(v8::Local v8::templaterecv,
    ^
    /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/node.h:257:13: note: void node::NODE_SET_METHOD(v8::Localv8::object, const char*, v8::FunctionCallback)
    inline void NODE_SET_METHOD(v8::Local v8::objectrecv,
    ^</v8::object></v8::object></v8::template></v8::template></v8::value></v8::functiontemplate></v8::object></v8::object></v8::template></v8::template></v8::value></v8::functiontemplate></v8::object></v8::object></v8::template></v8::template></v8::value></v8::functiontemplate></v8::object></v8::script></v8::string></v8::script></v8::script></v8::string></v8::script></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></class></class></v8::unboundscript></v8::string></v8::unboundscript></v8::unboundscript></v8::unboundscript></v8::string></v8::unboundscript></v8::unboundscript></v8::string></v8::string></v8::string></v8::string></v8::string></v8::string></v8::script></v8::string></v8::script></v8::script></v8::script></v8::string></v8::script></v8::script></v8::booleanobject></v8::value></v8::booleanobject></v8::booleanobject></v8::integer></v8::uint32></v8::uint32></v8::integer></v8::integer></v8::integer></v8::integer></v8::int32></v8::int32></v8::integer></v8::integer></v8::integer></anonymous></v8::object></v8::object></v8::template></v8::template></v8::value></v8::functiontemplate></v8::object></v8::script></v8::string></v8::script></v8::script></v8::string></v8::script></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></class></class></v8::unboundscript></v8::string></v8::unboundscript></v8::unboundscript></v8::unboundscript></v8::string></v8::unboundscript></v8::unboundscript></v8::string></v8::string></v8::string></v8::string></v8::string></v8::string></v8::script></v8::string></v8::script></v8::script></v8::script></v8::string></v8::script></v8::script></v8::booleanobject></v8::value></v8::booleanobject></v8::booleanobject></v8::integer></v8::uint32></v8::uint32></v8::integer></v8::integer></v8::integer></v8::integer></v8::int32></v8::int32></v8::integer></v8::integer></v8::integer></anonymous></v8::object></v8::object></v8::template></v8::template></v8::value></v8::functiontemplate></v8::object></v8::object></v8::template></v8::template></v8::value></v8::functiontemplate></v8::object></v8::object></v8::template></v8::template></v8::value></v8::functiontemplate></v8::object></v8::script></v8::string></v8::script></v8::script></v8::string></v8::script></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></class></class></v8::unboundscript></v8::string></v8::unboundscript></v8::unboundscript></v8::unboundscript></v8::string></v8::unboundscript></v8::unboundscript></v8::string></v8::string></v8::string></v8::string></v8::string></v8::string></v8::script></v8::string></v8::script></v8::script></v8::script></v8::string></v8::script></v8::script></v8::booleanobject></v8::value></v8::booleanobject></v8::booleanobject></v8::integer></v8::uint32></v8::uint32></v8::integer></v8::integer></v8::integer></v8::integer></v8::int32></v8::int32></v8::integer></v8::integer></v8::integer>

    
    Gruß
    
    Rainer

    kein Support per PN! - Fragen im Forum stellen -
    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

    1 Antwort Letzte Antwort
    0
    • HomoranH Nicht stören
      HomoranH Nicht stören
      Homoran
      Global Moderator Administrators
      schrieb am zuletzt editiert von
      #2

      Weil es nicht in einen Post passte hier Teil 2 des Logs:

      ! ````
      make: *** [Release/obj.target/bufferutil/src/bufferutil.o] Error 1gyp ERR! build error
      gyp ERR! stack Error: make failed with exit code: 2
      ! gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)gyp ERR! stack at emitTwo (events.js:106:13)
      gyp ERR! stack at ChildProcess.emit (events.js:191:7)
      gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
      gyp ERR! System Linux 4.4.16
      gyp ERR! command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
      gyp ERR! cwd /opt/iobroker/node_modules/bufferutil
      gyp ERR!
      node -v v6.10.3gyp
      ERR! node-gyp -v v3.4.0gyp ERR! not ok
      ! node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v48-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@6.10.3 (node-v48 ABI) (falling back to source compile with node-gyp)
      ! gyp
      WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/6.10.3"gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/.node-gyp"
      ! make: *** No rule to make target '../.node-gyp/6.10.3/include/node/common.gypi', needed by 'Makefile'. Schluss.
      gyp ERR! build error gyp ERR! stack Error: make failed with exit code: 2
      gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23)
      gyp ERR! stack at emitTwo (events.js:106:13)
      gyp ERR! stack at ChildProcess.emit (events.js:191:7)
      gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
      gyp ERR! System Linux 4.4.16
      gyp ERR! command "/usr/bin/nodejs" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/build/Release"
      gyp ERR! cwd /opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport
      gyp ERR! node -v v6.10.3
      gyp ERR! node-gyp -v v3.6.0
      gyp ERR! not ok
      node-pre-gyp ERR! build error
      node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/nodejs /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/build/Release' (1)
      node-pre-gyp ERR! stack at ChildProcess. <anonymous>(/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
      node-pre-gyp ERR! stack at emitTwo (events.js:106:13)
      node-pre-gyp ERR!
      stack at ChildProcess.emit (events.js:191:7)node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:886:16)
      node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
      node-pre-gyp ERR! System Linux 4.4.16
      node-pre-gyp ERR! command "/usr/bin/nodejs" "/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
      node-pre-gyp ERR! cwd /opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport
      node-pre-gyp ERR! node -v v6.10.3
      node-pre-gyp ERR! node-pre-gyp -v v0.6.32
      node-pre-gyp ERR! not ok
      ! gyp

      WARN EACCES
      user "root" does not have permission to access the dev dir "/root/.node-gyp/6.10.3"gyp WARN
      EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/utf-8-validate/.node-gyp"
      In file included from ../node_modules/nan/nan.h:82:0, from ../src/validation.cc:15:
      ../node_modules/nan/nan_new.h: In function ‘v8::Local NanIntern::To(v8::Handlev8::integer) [with T = v8::Int32; v8::Handle v8::integer= v8::Localv8::integer]’:
      ../node_modules/nan/nan_new.h:34:64: warning: ‘v8::Local v8::int32v8::Value::ToInt32() const’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
      Tov8::int32(v8::Handle v8::integeri) { return i->ToInt32(); }
      ^

      ! ../node_modules/nan/nan_new.h: In function ‘v8::Local NanIntern::To(v8::Handlev8::integer) [with T = v8::Uint32; v8::Handle v8::integer= v8::Localv8::integer]’:../node_modules/nan/nan_new.h:39:65: warning: ‘v8::Local v8::uint32v8::Value::ToUint32() const’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:8196): Use maybe version [-Wdeprecated-declarations]
      Tov8::uint32(v8::Handle v8::integeri) { return i->ToUint32(); }
      ^
      ! In file included from ../node_modules/nan/nan_new.h:189:0, from ../node_modules/nan/nan.h:82,
      from ../src/validation.cc:15:
      ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::booleanobject::return_t NanIntern::Factoryv8::booleanobject::New(bool)’:
      ../node_modules/nan/nan_implementation_12_inl.h:49:38: warning: ‘static v8::Local v8::valuev8::BooleanObject::New(bool)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:4008): Pass an isolate [-Wdeprecated-declarations]
      return v8::BooleanObject::New(value).Asv8::booleanobject();
      ^
      ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::script::return_t NanIntern::Factoryv8::script::New(v8::Localv8::string)’:../node_modules/nan/nan_implementation_12_inl.h:166:69: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
      return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &src);
      ^
      ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::script::return_t NanIntern::Factoryv8::script::New(v8::Localv8::string, const v8::ScriptOrigin&)’:../node_modules/nan/nan_implementation_12_inl.h:173:69: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
      return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &src);
      ^
      ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::string::return_t NanIntern::Factoryv8::string::New(const uint8_t*, int)’:../node_modules/nan/nan_implementation_12_inl.h:206:42: warning: ‘static v8::Local v8::stringv8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:2332): Use maybe version [-Wdeprecated-declarations]
      v8::String::kNormalString, length);
      ^
      ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::string::return_t NanIntern::Factoryv8::string::New(v8::String::ExternalStringResource*)’:
      ../node_modules/nan/nan_implementation_12_inl.h:217:66: warning: ‘static v8::Local v8::stringv8::String::NewExternal(v8::Isolate*, v8::String::ExternalStringResource*)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:2371): Use maybe version [-Wdeprecated-declarations]
      return v8::String::NewExternal(v8::Isolate::GetCurrent(), value);
      ^
      ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::unboundscript::return_t NanIntern::Factoryv8::unboundscript::New(v8::Localv8::string)’:../node_modules/nan/nan_implementation_12_inl.h:237:76: warning: ‘static v8::Local v8::unboundscriptv8::ScriptCompiler::CompileUnbound(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:1333): Use maybe version [-Wdeprecated-declarations]
      return v8::ScriptCompiler::CompileUnbound(v8::Isolate::GetCurrent(), &src);
      ^
      ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::unboundscript::return_t NanIntern::Factoryv8::unboundscript::New(v8::Localv8::string, const v8::ScriptOrigin&)’:../node_modules/nan/nan_implementation_12_inl.h:244:76: warning: ‘static v8::Local v8::unboundscriptv8::ScriptCompiler::CompileUnbound(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:1333): Use maybe version [-Wdeprecated-declarations]
      return v8::ScriptCompiler::CompileUnbound(v8::Isolate::GetCurrent(), &src);
      ^
      ! In file included from ../src/validation.cc:15:0:../node_modules/nan/nan.h: At global scope:
      ../node_modules/nan/nan.h:261:25: error: redefinition of ‘template <class t="">v8::Local _NanEnsureLocal(v8::Local)’
      NAN_INLINE v8::Local _NanEnsureLocal(v8::Local val) {
      ^
      ! ../node_modules/nan/nan.h:256:25: note: ‘template <class t="">v8::Local _NanEnsureLocal(v8::Handle)’ previously declared here NAN_INLINE v8::Local _NanEnsureLocal(v8::Handle val) {
      ^
      ../node_modules/nan/nan.h: In function ‘bool NanIdleNotification(int)’:
      ../node_modules/nan/nan.h:289:71: warning: ‘bool v8::Isolate::IdleNotification(int)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:6114): use IdleNotificationDeadline() [-Wdeprecated-declarations]
      return v8::Isolate::GetCurrent()->IdleNotification(idle_time_in_ms);
      ^
      ! ../node_modules/nan/nan.h: At global scope:../node_modules/nan/nan.h:473:20: error: variable or field ‘NanAddGCEpilogueCallback’ declared void
      v8::Isolate::GCEpilogueCallback callback
      ^
      ! ../node_modules/nan/nan.h:473:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’ v8::Isolate::GCEpilogueCallback callback
      ^
      ../node_modules/nan/nan.h:474:18: error: expected primary-expression before ‘gc_type_filter’
      , v8::GCType gc_type_filter = v8::kGCTypeAll) {
      ^
      ../node_modules/nan/nan.h:479:20: error: variable or field ‘NanRemoveGCEpilogueCallback’ declared void
      v8::Isolate::GCEpilogueCallback callback) {
      ^
      ../node_modules/nan/nan.h:479:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
      v8::Isolate::GCEpilogueCallback callback) {
      ^
      ! ../node_modules/nan/nan.h:484:20: error: variable or field ‘NanAddGCPrologueCallback’ declared void v8::Isolate::GCPrologueCallback callback
      ^
      ../node_modules/nan/nan.h:484:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
      v8::Isolate::GCPrologueCallback callback
      ^
      ../node_modules/nan/nan.h:485:18: error: expected primary-expression before ‘gc_type_filter’
      , v8::GCType gc_type_filter = v8::kGCTypeAll) {
      ^
      ../node_modules/nan/nan.h:490:20: error: variable or field ‘NanRemoveGCPrologueCallback’ declared void
      v8::Isolate::GCPrologueCallback callback) {
      ^
      ../node_modules/nan/nan.h:490:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
      v8::Isolate::GCPrologueCallback callback) {
      ^
      ! ../node_modules/nan/nan.h:661:13: error: ‘node::smalloc’ has not been declared , node::smalloc::FreeCallback callback
      ^
      ! ../node_modules/nan/nan.h:661:35: error: expected ‘,’ or ‘...’ before ‘callback’ , node::smalloc::FreeCallback callback
      ^
      ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(char*, size_t, int)’:
      ../node_modules/nan/nan.h:665:50: error: ‘callback’ was not declared in this scope
      v8::Isolate::GetCurrent(), data, length, callback, hint);
      ^
      ../node_modules/nan/nan.h:665:60: error: ‘hint’ was not declared in this scope
      v8::Isolate::GetCurrent(), data, length, callback, hint);
      ^
      ! ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(const char*, uint32_t)’:../node_modules/nan/nan.h:672:67: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
      return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
      ^
      In file included from ../src/validation.cc:10:0:
      /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/node_buffer.h:46:40: note: initializing argument 2 of ‘v8::MaybeLocal v8::objectnode::Buffer::New(v8::Isolate*, char*, size_t)’
      NODE_EXTERN v8::MaybeLocal v8::objectNew(v8::Isolate* isolate,
      ^
      In file included from ../src/validation.cc:15:0:
      ../node_modules/nan/nan.h:672:67: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), ((char*)data), size)’ from ‘v8::MaybeLocalv8::object’ to ‘v8::Localv8::object’
      return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
      ^
      ! ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(uint32_t)’:../node_modules/nan/nan.h:676:61: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), size)’ from ‘v8::MaybeLocalv8::object’ to ‘v8::Localv8::object’
      return node::Buffer::New(v8::Isolate::GetCurrent(), size);
      ^
      ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanBufferUse(char*, uint32_t)’:
      ../node_modules/nan/nan.h:683:12: error: ‘Use’ is not a member of ‘node::Buffer’
      return node::Buffer::Use(v8::Isolate::GetCurrent(), data, size);
      ^
      ! ../node_modules/nan/nan.h: In function ‘v8::Local v8::scriptNanCompileScript(v8::Localv8::string, const v8::ScriptOrigin&)’:../node_modules/nan/nan.h:710:74: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
      return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &source);
      ^
      ! ../node_modules/nan/nan.h: In function ‘v8::Local v8::scriptNanCompileScript(v8::Localv8::string)’:../node_modules/nan/nan.h:717:74: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
      return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &source);
      ^
      ! ../src/validation.cc: In static member function ‘static void Validation::Initialize(v8::Handlev8::object)’:../src/validation.cc:112:62: error: call of overloaded ‘NODE_SET_METHOD(v8::Localv8::functiontemplate&, const char [12], void (&)(const v8::FunctionCallbackInfov8::value&))’ is ambiguous
      NODE_SET_METHOD(t, "isValidUTF8", Validation::IsValidUTF8);
      ^
      ! ../src/validation.cc:112:62: note: candidates are:In file included from ../src/validation.cc:8:0:
      /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/node.h:244:13: note: void node::NODE_SET_METHOD(v8::Localv8::template, const char*, v8::FunctionCallback)
      inline void NODE_SET_METHOD(v8::Local v8::templaterecv,
      ^
      /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/node.h:257:13: note: void node::NODE_SET_METHOD(v8::Localv8::object, const char*, v8::FunctionCallback)
      inline void NODE_SET_METHOD(v8::Local v8::objectrecv,
      ^
      ! make: *** [Release/obj.target/validation/src/validation.o] Error 1
      gyp ERR! build error
      gyp ERR! stack Error: make failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
      gyp ERR! stack at emitTwo (events.js:106:13)
      gyp ERR! stack at ChildProcess.emit (events.js:191:7)
      gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
      ! gyp ERR! System Linux 4.4.16gyp ERR! command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
      gyp ERR! cwd /opt/iobroker/node_modules/utf-8-validate
      gyp ERR! node -v v6.10.3
      gyp ERR!
      node-gyp -v v3.4.0gyp ERR! not ok
      ! node-pre-gyp
      ERR! Tried to download: https://github.com/voodootikigod/node-serialport/releases/download/3.1.2/serialport-v3.1.2-node-v48-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@3.1.2 and node@6.10.3 (node-v48 ABI) (falling back to source compile with node-gyp)
      ! gyp
      WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/6.10.3"
      gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp"
      make: *** No rule to make target '../.node-gyp/6.10.3/include/node/common.gypi', needed by 'Makefile'. Schluss.
      gyp

      ERR! build error
      gyp
      ERR! stack Error: make failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23)

      ! gyp ERR! stack at emitTwo (events.js:106:13)gyp ERR! stack at ChildProcess.emit (events.js:191:7)
      ! gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)gyp ERR! System Linux 4.4.16
      gyp ERR! command "/usr/bin/nodejs" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release"
      gyp ERR! cwd /opt/iobroker/node_modules/serialport
      gyp ERR! node -v v6.10.3
      gyp ERR! node-gyp -v v3.6.0
      gyp ERR! not ok
      ! node-pre-gyp
      ERR! build error
      node-pre-gyp

      ERR! stack Error: Failed to execute '/usr/bin/nodejs /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1)node-pre-gyp ERR!
      stack
      at ChildProcess. <anonymous>(/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29)node-pre-gyp ERR! stack at emitTwo (events.js:106:13)
      node-pre-gyp ERR! stack
      at ChildProcess.emit (events.js:191:7)node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:886:16)
      node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)

      ! node-pre-gyp ERR! System Linux 4.4.16node-pre-gyp ERR! command "/usr/bin/nodejs" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
      ! node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialportnode-pre-gyp ERR! node -v v6.10.3
      node-pre-gyp ERR! node-pre-gyp -v v0.6.28
      node-pre-gyp ERR! not ok
      ! npm WARN babel-eslint@5.0.4 requires a peer of eslint@<2.3.0 but none was installed.npm WARN babel-eslint@5.0.4 requires a peer of eslint@<2.3.0 but none was installed.
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bufferutil@1.1.0 (node_modules/bufferutil):
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bufferutil@1.1.0 install: node-gyp rebuild
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/avrgirl-arduino/node_modules/serialport):
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: node-pre-gyp install --fallback-to-build
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: utf-8-validate@1.1.0 (node_modules/utf-8-validate):
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: utf-8-validate@1.1.0 install: node-gyp rebuild
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
      npm ERR! Linux 4.4.16
      npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "iobroker.rflink" "--production" "--prefix" "/opt/iobroker"
      npm ERR! node v6.10.3
      npm ERR! npm v3.10.10
      npm ERR! code ELIFECYCLE
      ! npm ERR! serialport@3.1.2 install: node-pre-gyp install --fallback-to-build
      npm ERR! Exit status 1
      npm ERR!
      npm ERR! Failed at the serialport@3.1.2 install script 'node-pre-gyp install --fallback-to-build'.
      npm ERR! Make sure you have the latest version of node.js and npm installed.
      npm ERR! If you do, this is most likely a problem with the serialport package,
      npm ERR! not with npm itself.
      npm ERR! Tell the author that this fails on your system:
      npm ERR! node-pre-gyp install --fallback-to-build
      npm ERR! You can get information on how to open an issue for this project with:
      npm ERR! npm bugs serialport
      npm ERR! Or if that isn't available, you can get their info via:
      npm ERR! npm owner ls serialport
      npm ERR! There is likely additional logging output above.
      ! npm ERR! Please include the following file with any support request:
      npm ERR! /opt/npm-debug.log
      npm ERR! code 1
      host.ioBroker-Tinker install adapter rflink
      ! npm install iobroker.rflink --production --prefix "/opt/iobroker" (System call)
      gyp
      WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/6.10.3"gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/bufferutil/.node-gyp"
      ! In file included from ../node_modules/nan/nan.h:82:0, from ../src/bufferutil.cc:16:
      ../node_modules/nan/nan_new.h: In function ‘v8::Local NanIntern::To(v8::Handlev8::integer) [with T = v8::Int32; v8::Handle v8::integer= v8::Localv8::integer]’:
      ../node_modules/nan/nan_new.h:34:64: warning: ‘v8::Local v8::int32v8::Value::ToInt32() const’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
      Tov8::int32(v8::Handle v8::integeri) { return i->ToInt32(); }
      ^
      ! ../node_modules/nan/nan_new.h: In function ‘v8::Local NanIntern::To(v8::Handlev8::integer) [with T = v8::Uint32; v8::Handle v8::integer= v8::Localv8::integer]’:../node_modules/nan/nan_new.h:39:65: warning: ‘v8::Local v8::uint32v8::Value::ToUint32() const’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:8196): Use maybe version [-Wdeprecated-declarations]
      Tov8::uint32(v8::Handle v8::integeri) { return i->ToUint32(); }
      ^
      In file included from ../node_modules/nan/nan_new.h:189:0,
      from ../node_modules/nan/nan.h:82,
      from ../src/bufferutil.cc:16:
      ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::booleanobject::return_t NanIntern::Factoryv8::booleanobject::New(bool)’:
      ../node_modules/nan/nan_implementation_12_inl.h:49:38: warning: ‘static v8::Local v8::valuev8::BooleanObject::New(bool)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:4008): Pass an isolate [-Wdeprecated-declarations]
      return v8::BooleanObject::New(value).Asv8::booleanobject();
      ^
      ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::script::return_t NanIntern::Factoryv8::script::New(v8::Localv8::string)’:
      ../node_modules/nan/nan_implementation_12_inl.h:166:69: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
      return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &src);
      ^
      ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::script::return_t NanIntern::Factoryv8::script::New(v8::Localv8::string, const v8::ScriptOrigin&)’:
      ../node_modules/nan/nan_implementation_12_inl.h:173:69: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
      return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &src);
      ^
      ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::string::return_t NanIntern::Factoryv8::string::New(const uint8_t*, int)’:
      ../node_modules/nan/nan_implementation_12_inl.h:206:42: warning: ‘static v8::Local v8::stringv8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:2332): Use maybe version [-Wdeprecated-declarations]
      v8::String::kNormalString, length);
      ^
      ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::string::return_t NanIntern::Factoryv8::string::New(v8::String::ExternalStringResource*)’:
      ../node_modules/nan/nan_implementation_12_inl.h:217:66: warning: ‘static v8::Local v8::stringv8::String::NewExternal(v8::Isolate*, v8::String::ExternalStringResource*)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:2371): Use maybe version [-Wdeprecated-declarations]
      return v8::String::NewExternal(v8::Isolate::GetCurrent(), value);
      ^
      ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::unboundscript::return_t NanIntern::Factoryv8::unboundscript::New(v8::Localv8::string)’:
      ../node_modules/nan/nan_implementation_12_inl.h:237:76: warning: ‘static v8::Local v8::unboundscriptv8::ScriptCompiler::CompileUnbound(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:1333): Use maybe version [-Wdeprecated-declarations]
      return v8::ScriptCompiler::CompileUnbound(v8::Isolate::GetCurrent(), &src);
      ^
      ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::unboundscript::return_t NanIntern::Factoryv8::unboundscript::New(v8::Localv8::string, const v8::ScriptOrigin&)’:
      ../node_modules/nan/nan_implementation_12_inl.h:244:76: warning: ‘static v8::Local v8::unboundscriptv8::ScriptCompiler::CompileUnbound(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:1333): Use maybe version [-Wdeprecated-declarations]
      return v8::ScriptCompiler::CompileUnbound(v8::Isolate::GetCurrent(), &src);
      ^
      ! In file included from ../src/bufferutil.cc:16:0:../node_modules/nan/nan.h: At global scope:
      ../node_modules/nan/nan.h:261:25: error: redefinition of ‘template <class t="">v8::Local _NanEnsureLocal(v8::Local)’
      NAN_INLINE v8::Local _NanEnsureLocal(v8::Local val) {
      ^
      ../node_modules/nan/nan.h:256:25: note: ‘template <class t="">v8::Local _NanEnsureLocal(v8::Handle)’ previously declared here
      NAN_INLINE v8::Local _NanEnsureLocal(v8::Handle val) {
      ^
      ../node_modules/nan/nan.h: In function ‘bool NanIdleNotification(int)’:
      ../node_modules/nan/nan.h:289:71: warning: ‘bool v8::Isolate::IdleNotification(int)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:6114): use IdleNotificationDeadline() [-Wdeprecated-declarations]
      return v8::Isolate::GetCurrent()->IdleNotification(idle_time_in_ms);
      ^
      ! ../node_modules/nan/nan.h: At global scope:../node_modules/nan/nan.h:473:20: error: variable or field ‘NanAddGCEpilogueCallback’ declared void
      v8::Isolate::GCEpilogueCallback callback
      ^
      ../node_modules/nan/nan.h:473:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
      v8::Isolate::GCEpilogueCallback callback
      ^
      ../node_modules/nan/nan.h:474:18: error: expected primary-expression before ‘gc_type_filter’
      , v8::GCType gc_type_filter = v8::kGCTypeAll) {
      ^
      ../node_modules/nan/nan.h:479:20: error: variable or field ‘NanRemoveGCEpilogueCallback’ declared void
      v8::Isolate::GCEpilogueCallback callback) {
      ^
      ../node_modules/nan/nan.h:479:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
      v8::Isolate::GCEpilogueCallback callback) {
      ^
      ../node_modules/nan/nan.h:484:20: error: variable or field ‘NanAddGCPrologueCallback’ declared void
      v8::Isolate::GCPrologueCallback callback
      ^
      ../node_modules/nan/nan.h:484:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
      v8::Isolate::GCPrologueCallback callback
      ^
      ../node_modules/nan/nan.h:485:18: error: expected primary-expression before ‘gc_type_filter’
      , v8::GCType gc_type_filter = v8::kGCTypeAll) {
      ^
      ../node_modules/nan/nan.h:490:20: error: variable or field ‘NanRemoveGCPrologueCallback’ declared void
      v8::Isolate::GCPrologueCallback callback) {
      ^
      ../node_modules/nan/nan.h:490:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
      v8::Isolate::GCPrologueCallback callback) {
      ^
      ! ../node_modules/nan/nan.h:661:13: error: ‘node::smalloc’ has not been declared , node::smalloc::FreeCallback callback
      ^
      ../node_modules/nan/nan.h:661:35: error: expected ‘,’ or ‘...’ before ‘callback’
      , node::smalloc::FreeCallback callback
      ^
      ! ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(char*, size_t, int)’:../node_modules/nan/nan.h:665:50: error: ‘callback’ was not declared in this scope
      v8::Isolate::GetCurrent(), data, length, callback, hint);
      ^
      ../node_modules/nan/nan.h:665:60: error: ‘hint’ was not declared in this scope
      v8::Isolate::GetCurrent(), data, length, callback, hint);
      ^
      ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(const char*, uint32_t)’:
      ../node_modules/nan/nan.h:672:67: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
      return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
      ^
      In file included from ../src/bufferutil.cc:10:0:
      /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/node_buffer.h:46:40: note: initializing argument 2 of ‘v8::MaybeLocal v8::objectnode::Buffer::New(v8::Isolate*, char*, size_t)’
      NODE_EXTERN v8::MaybeLocal v8::objectNew(v8::Isolate* isolate,
      ^
      In file included from ../src/bufferutil.cc:16:0:
      ../node_modules/nan/nan.h:672:67: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), ((char*)data), size)’ from ‘v8::MaybeLocalv8::object’ to ‘v8::Localv8::object’
      return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
      ^
      ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(uint32_t)’:
      ../node_modules/nan/nan.h:676:61: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), size)’ from ‘v8::MaybeLocalv8::object’ to ‘v8::Localv8::object’
      return node::Buffer::New(v8::Isolate::GetCurrent(), size);
      ^
      ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanBufferUse(char*, uint32_t)’:
      ../node_modules/nan/nan.h:683:12: error: ‘Use’ is not a member of ‘node::Buffer’
      return node::Buffer::Use(v8::Isolate::GetCurrent(), data, size);
      ^
      ! ../node_modules/nan/nan.h: In function ‘v8::Local v8::scriptNanCompileScript(v8::Localv8::string, const v8::ScriptOrigin&)’:../node_modules/nan/nan.h:710:74: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
      return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &source);
      ^
      ../node_modules/nan/nan.h: In function ‘v8::Local v8::scriptNanCompileScript(v8::Localv8::string)’:
      ../node_modules/nan/nan.h:717:74: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
      return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &source);
      ^
      ! ../src/bufferutil.cc: In static member function ‘static void BufferUtil::Initialize(v8::Handlev8::object)’:../src/bufferutil.cc:30:52: error: call of overloaded ‘NODE_SET_METHOD(v8::Localv8::functiontemplate&, const char [7], void (&)(const v8::FunctionCallbackInfov8::value&))’ is ambiguous
      NODE_SET_METHOD(t, "unmask", BufferUtil::Unmask);
      ^
      ../src/bufferutil.cc:30:52: note: candidates are:
      ! In file included from ../src/bufferutil.cc:8:0:/opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/node.h:244:13: note: void node::NODE_SET_METHOD(v8::Localv8::template, const char*, v8::FunctionCallback)
      inline void NODE_SET_METHOD(v8::Local v8::templaterecv,
      ^
      /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/node.h:257:13: note: void node::NODE_SET_METHOD(v8::Localv8::object, const char*, v8::FunctionCallback)
      inline void NODE_SET_METHOD(v8::Local v8::objectrecv,
      ^
      ../src/bufferutil.cc:31:48: error: call of overloaded ‘NODE_SET_METHOD(v8::Localv8::functiontemplate&, const char [5], void (&)(const v8::FunctionCallbackInfov8::value&))’ is ambiguous
      NODE_SET_METHOD(t, "mask", BufferUtil::Mask);
      ^
      ../src/bufferutil.cc:31:48: note: candidates are:
      In file included from ../src/bufferutil.cc:8:0:
      /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/node.h:244:13: note: void node::NODE_SET_METHOD(v8::Localv8::template, const char*, v8::FunctionCallback)
      inline void NODE_SET_METHOD(v8::Local v8::templaterecv,
      ^
      /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/node.h:257:13: note: void node::NODE_SET_METHOD(v8::Localv8::object, const char*, v8::FunctionCallback)
      inline void NODE_SET_METHOD(v8::Local v8::objectrecv,
      ^
      ../src/bufferutil.cc:32:50: error: call of overloaded ‘NODE_SET_METHOD(v8::Localv8::functiontemplate&, const char [6], void (&)(const v8::FunctionCallbackInfov8::value&))’ is ambiguous
      NODE_SET_METHOD(t, "merge", BufferUtil::Merge);
      ^
      ../src/bufferutil.cc:32:50: note: candidates are:
      In file included from ../src/bufferutil.cc:8:0:
      /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/node.h:244:13: note: void node::NODE_SET_METHOD(v8::Localv8::template, const char*, v8::FunctionCallback)
      inline void NODE_SET_METHOD(v8::Local v8::templaterecv,
      ^
      /opt/iobroker/node_modules/bufferutil/.node-gyp/6.10.3/include/node/node.h:257:13: note: void node::NODE_SET_METHOD(v8::Localv8::object, const char*, v8::FunctionCallback)
      inline void NODE_SET_METHOD(v8::Local v8::objectrecv,
      ^
      ! make: *** [Release/obj.target/bufferutil/src/bufferutil.o] Error 1gyp ERR! build error
      ! gyp ERR! stack Error: make failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
      ! gyp ERR! stack at emitTwo (events.js:106:13)gyp ERR! stack at ChildProcess.emit (events.js:191:7)
      gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
      gyp ERR! System Linux 4.4.16
      gyp ERR!
      command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/bufferutil
      gyp ERR! node -v v6.10.3
      gyp ERR! node-gyp -v v3.4.0
      gyp ERR! not ok
      ! node-pre-gyp

      ERR!
      Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v48-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@6.10.3 (node-v48 ABI) (falling back to source compile with node-gyp)

      ! gyp
      WARN
      EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/6.10.3"
      gyp
      WARN EACCES
      attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/.node-gyp"
      make: *** No rule to make target '../.node-gyp/6.10.3/include/node/common.gypi', needed by 'Makefile'. Schluss.
      gyp

      ERR! build error gyp ERR! stack Error: make failed with exit code: 2
      gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23)
      gyp ERR! stack at emitTwo (events.js:106:13)
      gyp ERR! stack at ChildProcess.emit (events.js:191:7)
      gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
      gyp ERR! System Linux 4.4.16
      gyp ERR! command "/usr/bin/nodejs" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/build/Release"
      gyp ERR! cwd /opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport
      gyp ERR! node -v v6.10.3
      gyp ERR! node-gyp -v v3.6.0
      gyp ERR! not ok
      node-pre-gyp ERR! build error
      node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/nodejs /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/build/Release' (1)
      node-pre-gyp ERR! stack at ChildProcess. <anonymous>(/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
      node-pre-gyp ERR! stack at emitTwo (events.js:106:13)
      node-pre-gyp ERR! stack at ChildProcess.emit (events.js:191:7)
      node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:886:16)
      node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
      node-pre-gyp ERR! System Linux 4.4.16
      node-pre-gyp ERR! command "/usr/bin/nodejs" "/opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
      node-pre-gyp ERR! cwd /opt/iobroker/node_modules/avrgirl-arduino/node_modules/serialport
      node-pre-gyp ERR! node -v v6.10.3
      node-pre-gyp ERR! node-pre-gyp -v v0.6.32
      node-pre-gyp ERR! not ok

      ! gyp
      WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/6.10.3"gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/utf-8-validate/.node-gyp"
      ! In file included from ../node_modules/nan/nan.h:82:0, from ../src/validation.cc:15:
      ../node_modules/nan/nan_new.h: In function ‘v8::Local NanIntern::To(v8::Handlev8::integer) [with T = v8::Int32; v8::Handle v8::integer= v8::Localv8::integer]’:
      ../node_modules/nan/nan_new.h:34:64: warning: ‘v8::Local v8::int32v8::Value::ToInt32() const’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
      Tov8::int32(v8::Handle v8::integeri) { return i->ToInt32(); }
      ^
      ! ../node_modules/nan/nan_new.h: In function ‘v8::Local NanIntern::To(v8::Handlev8::integer) [with T = v8::Uint32; v8::Handle v8::integer= v8::Localv8::integer]’:../node_modules/nan/nan_new.h:39:65: warning: ‘v8::Local v8::uint32v8::Value::ToUint32() const’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:8196): Use maybe version [-Wdeprecated-declarations]
      Tov8::uint32(v8::Handle v8::integeri) { return i->ToUint32(); }
      ^
      ! In file included from ../node_modules/nan/nan_new.h:189:0, from ../node_modules/nan/nan.h:82,
      from ../src/validation.cc:15:
      ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::booleanobject::return_t NanIntern::Factoryv8::booleanobject::New(bool)’:
      ../node_modules/nan/nan_implementation_12_inl.h:49:38: warning: ‘static v8::Local v8::valuev8::BooleanObject::New(bool)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:4008): Pass an isolate [-Wdeprecated-declarations]
      return v8::BooleanObject::New(value).Asv8::booleanobject();
      ^
      ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::script::return_t NanIntern::Factoryv8::script::New(v8::Localv8::string)’:../node_modules/nan/nan_implementation_12_inl.h:166:69: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
      return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &src);
      ^
      ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::script::return_t NanIntern::Factoryv8::script::New(v8::Localv8::string, const v8::ScriptOrigin&)’:../node_modules/nan/nan_implementation_12_inl.h:173:69: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
      return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &src);
      ^
      ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::string::return_t NanIntern::Factoryv8::string::New(const uint8_t*, int)’:
      ../node_modules/nan/nan_implementation_12_inl.h:206:42: warning: ‘static v8::Local v8::stringv8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:2332): Use maybe version [-Wdeprecated-declarations]
      v8::String::kNormalString, length);
      ^
      ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::string::return_t NanIntern::Factoryv8::string::New(v8::String::ExternalStringResource*)’:
      ../node_modules/nan/nan_implementation_12_inl.h:217:66: warning: ‘static v8::Local v8::stringv8::String::NewExternal(v8::Isolate*, v8::String::ExternalStringResource*)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:2371): Use maybe version [-Wdeprecated-declarations]
      return v8::String::NewExternal(v8::Isolate::GetCurrent(), value);
      ^
      ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::unboundscript::return_t NanIntern::Factoryv8::unboundscript::New(v8::Localv8::string)’:
      ../node_modules/nan/nan_implementation_12_inl.h:237:76: warning: ‘static v8::Local v8::unboundscriptv8::ScriptCompiler::CompileUnbound(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:1333): Use maybe version [-Wdeprecated-declarations]
      return v8::ScriptCompiler::CompileUnbound(v8::Isolate::GetCurrent(), &src);
      ^
      ! ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::unboundscript::return_t NanIntern::Factoryv8::unboundscript::New(v8::Localv8::string, const v8::ScriptOrigin&)’:../node_modules/nan/nan_implementation_12_inl.h:244:76: warning: ‘static v8::Local v8::unboundscriptv8::ScriptCompiler::CompileUnbound(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:1333): Use maybe version [-Wdeprecated-declarations]
      return v8::ScriptCompiler::CompileUnbound(v8::Isolate::GetCurrent(), &src);
      ^
      ! In file included from ../src/validation.cc:15:0:../node_modules/nan/nan.h: At global scope:
      ../node_modules/nan/nan.h:261:25: error: redefinition of ‘template <class t="">v8::Local _NanEnsureLocal(v8::Local)’
      NAN_INLINE v8::Local _NanEnsureLocal(v8::Local val) {
      ^
      ../node_modules/nan/nan.h:256:25: note: ‘template <class t="">v8::Local _NanEnsureLocal(v8::Handle)’ previously declared here
      NAN_INLINE v8::Local _NanEnsureLocal(v8::Handle val) {
      ^
      ! ../node_modules/nan/nan.h: In function ‘bool NanIdleNotification(int)’:../node_modules/nan/nan.h:289:71: warning: ‘bool v8::Isolate::IdleNotification(int)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:6114): use IdleNotificationDeadline() [-Wdeprecated-declarations]
      return v8::Isolate::GetCurrent()->IdleNotification(idle_time_in_ms);
      ^
      ! ../node_modules/nan/nan.h: At global scope:../node_modules/nan/nan.h:473:20: error: variable or field ‘NanAddGCEpilogueCallback’ declared void
      v8::Isolate::GCEpilogueCallback callback
      ^
      ../node_modules/nan/nan.h:473:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
      v8::Isolate::GCEpilogueCallback callback
      ^
      ../node_modules/nan/nan.h:474:18: error: expected primary-expression before ‘gc_type_filter’
      , v8::GCType gc_type_filter = v8::kGCTypeAll) {
      ^
      ../node_modules/nan/nan.h:479:20: error: variable or field ‘NanRemoveGCEpilogueCallback’ declared void
      v8::Isolate::GCEpilogueCallback callback) {
      ^
      ../node_modules/nan/nan.h:479:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
      v8::Isolate::GCEpilogueCallback callback) {
      ^
      ../node_modules/nan/nan.h:484:20: error: variable or field ‘NanAddGCPrologueCallback’ declared void
      v8::Isolate::GCPrologueCallback callback
      ^
      ../node_modules/nan/nan.h:484:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
      v8::Isolate::GCPrologueCallback callback
      ^
      ../node_modules/nan/nan.h:485:18: error: expected primary-expression before ‘gc_type_filter’
      , v8::GCType gc_type_filter = v8::kGCTypeAll) {
      ^
      ../node_modules/nan/nan.h:490:20: error: variable or field ‘NanRemoveGCPrologueCallback’ declared void
      v8::Isolate::GCPrologueCallback callback) {
      ^
      ../node_modules/nan/nan.h:490:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
      v8::Isolate::GCPrologueCallback callback) {
      ^
      ! ../node_modules/nan/nan.h:661:13: error: ‘node::smalloc’ has not been declared , node::smalloc::FreeCallback callback
      ^
      ../node_modules/nan/nan.h:661:35: error: expected ‘,’ or ‘...’ before ‘callback’
      , node::smalloc::FreeCallback callback
      ^
      ! ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(char*, size_t, int)’:../node_modules/nan/nan.h:665:50: error: ‘callback’ was not declared in this scope
      v8::Isolate::GetCurrent(), data, length, callback, hint);
      ^
      ../node_modules/nan/nan.h:665:60: error: ‘hint’ was not declared in this scope
      v8::Isolate::GetCurrent(), data, length, callback, hint);
      ^
      ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(const char*, uint32_t)’:
      ../node_modules/nan/nan.h:672:67: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
      return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
      ^
      In file included from ../src/validation.cc:10:0:
      /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/node_buffer.h:46:40: note: initializing argument 2 of ‘v8::MaybeLocal v8::objectnode::Buffer::New(v8::Isolate*, char*, size_t)’
      NODE_EXTERN v8::MaybeLocal v8::objectNew(v8::Isolate* isolate,
      ^
      In file included from ../src/validation.cc:15:0:
      ../node_modules/nan/nan.h:672:67: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), ((char*)data), size)’ from ‘v8::MaybeLocalv8::object’ to ‘v8::Localv8::object’
      return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
      ^
      ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(uint32_t)’:
      ../node_modules/nan/nan.h:676:61: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), size)’ from ‘v8::MaybeLocalv8::object’ to ‘v8::Localv8::object’
      return node::Buffer::New(v8::Isolate::GetCurrent(), size);
      ^
      ! ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanBufferUse(char*, uint32_t)’:../node_modules/nan/nan.h:683:12: error: ‘Use’ is not a member of ‘node::Buffer’
      return node::Buffer::Use(v8::Isolate::GetCurrent(), data, size);
      ^
      ! ../node_modules/nan/nan.h: In function ‘v8::Local v8::scriptNanCompileScript(v8::Localv8::string, const v8::ScriptOrigin&)’:../node_modules/nan/nan.h:710:74: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
      return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &source);
      ^
      ! ../node_modules/nan/nan.h: In function ‘v8::Local v8::scriptNanCompileScript(v8::Localv8::string)’:../node_modules/nan/nan.h:717:74: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
      return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &source);
      ^
      ! ../src/validation.cc: In static member function ‘static void Validation::Initialize(v8::Handlev8::object)’:../src/validation.cc:112:62: error: call of overloaded ‘NODE_SET_METHOD(v8::Localv8::functiontemplate&, const char [12], void (&)(const v8::FunctionCallbackInfov8::value&))’ is ambiguous
      NODE_SET_METHOD(t, "isValidUTF8", Validation::IsValidUTF8);
      ^
      ../src/validation.cc:112:62: note: candidates are:
      ! In file included from ../src/validation.cc:8:0:/opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/node.h:244:13: note: void node::NODE_SET_METHOD(v8::Localv8::template, const char*, v8::FunctionCallback)
      inline void NODE_SET_METHOD(v8::Local v8::templaterecv,
      ^
      /opt/iobroker/node_modules/utf-8-validate/.node-gyp/6.10.3/include/node/node.h:257:13: note: void node::NODE_SET_METHOD(v8::Localv8::object, const char*, v8::FunctionCallback)
      inline void NODE_SET_METHOD(v8::Local v8::objectrecv,
      ^
      ! make: *** [Release/obj.target/validation/src/validation.o] Error 1gyp ERR! build error
      gyp ERR! stack Error: make failed with exit code: 2
      gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
      gyp ERR! stack at emitTwo (events.js:106:13)
      gyp ERR! stack at ChildProcess.emit (events.js:191:7)
      gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
      gyp ERR! System Linux 4.4.16
      gyp ERR! command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
      gyp ERR! cwd /opt/iobroker/node_modules/utf-8-validate
      gyp ERR! node -v v6.10.3
      gyp ERR! node-gyp -v v3.4.0
      gyp ERR! not ok
      ! node-pre-gyp

      ERR!
      Tried to download: https://github.com/voodootikigod/node-serialport/releases/download/3.1.2/serialport-v3.1.2-node-v48-linux-arm.tar.gz node-pre-gyp ERR!
      Pre-built binaries not found for serialport@3.1.2 and node@6.10.3 (node-v48 ABI) (falling back to source compile with node-gyp)
      gyp
      WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/6.10.3"gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/serialport/.node-gyp"

      ! make: *** No rule to make target '../.node-gyp/6.10.3/include/node/common.gypi', needed by 'Makefile'. Schluss.gyp ERR! build error
      gyp ERR! stack Error: make failed with exit code: 2
      gyp ERR! stack at ChildProcess.onExit (/opt/iobroker/node_modules/npm/node_modules/node-gyp/lib/build.js:285:23)
      gyp ERR! stack at emitTwo (events.js:106:13)
      gyp ERR! stack at ChildProcess.emit (events.js:191:7)
      gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
      gyp ERR! System Linux 4.4.16
      gyp ERR! command "/usr/bin/nodejs" "/opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node" "--module_name=serialport" "--module_path=/opt/iobroker/node_modules/serialport/build/Release"
      gyp ERR! cwd /opt/iobroker/node_modules/serialport
      gyp ERR! node -v v6.10.3
      gyp ERR! node-gyp -v v3.6.0
      gyp ERR! not ok
      ! node-pre-gyp ERR! build error node-pre-gyp ERR!
      stack Error: Failed to execute '/usr/bin/nodejs /opt/iobroker/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/opt/iobroker/node_modules/serialport/build/Release/serialport.node --module_name=serialport --module_path=/opt/iobroker/node_modules/serialport/build/Release' (1)node-pre-gyp ERR! stack at ChildProcess. <anonymous>(/opt/iobroker/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
      ! node-pre-gyp ERR! stack at emitTwo (events.js:106:13)node-pre-gyp ERR! stack at ChildProcess.emit (events.js:191:7)
      node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:886:16)
      node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
      node-pre-gyp ERR! System Linux 4.4.16
      node-pre-gyp ERR! command "/usr/bin/nodejs" "/opt/iobroker/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
      node-pre-gyp ERR! cwd /opt/iobroker/node_modules/serialport
      node-pre-gyp ERR! node -v v6.10.3
      node-pre-gyp ERR! node-pre-gyp -v v0.6.28
      node-pre-gyp ERR! not ok
      ! npm
      WARN babel-eslint@5.0.4 requires a peer of eslint@<2.3.0 but none was installed.
      npm
      WARN babel-eslint@5.0.4 requires a peer of eslint@<2.3.0 but none was installed.
      npm WARN optional
      SKIPPING OPTIONAL DEPENDENCY: bufferutil@1.1.0 (node_modules/bufferutil):npm WARN
      optional SKIPPING OPTIONAL DEPENDENCY: bufferutil@1.1.0 install: node-gyp rebuildnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
      ! npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules/avrgirl-arduino/node_modules/serialport):npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: node-pre-gyp install --fallback-to-build
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: utf-8-validate@1.1.0 (node_modules/utf-8-validate):
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: utf-8-validate@1.1.0 install: node-gyp rebuild
      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
      ! npm
      ERR! Linux 4.4.16npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "iobroker.rflink" "--production" "--prefix" "/opt/iobroker"
      npm ERR! node v6.10.3
      npm ERR! npm v3.10.10
      ! npm
      ERR! code ELIFECYCLE
      npm ERR! serialport@3.1.2 install: node-pre-gyp install --fallback-to-build
      npm ERR! Exit status 1
      npm ERR!
      npm ERR! Failed at the serialport@3.1.2 install script 'node-pre-gyp install --fallback-to-build'.
      npm ERR! Make sure you have the latest version of node.js and npm installed.
      npm ERR! If you do, this is most likely a problem with the serialport package,
      npm ERR! not with npm itself.
      npm ERR! Tell the author that this fails on your system:
      npm ERR! node-pre-gyp install --fallback-to-build
      ! npm ERR! You can get information on how to open an issue for this project with:npm ERR! npm bugs serialport
      npm ERR! Or if that isn't available, you can get their info via:
      npm ERR! npm owner ls serialport
      npm ERR! There is likely additional logging output above.
      ! npm ERR! Please include the following file with any support request:npm ERR! /opt/npm-debug.log
      npm ERR! code 1
      ! host.ioBroker-Tinker install adapter rflink
      ERROR: host.ioBroker-Tinker Cannot install rflink
      ERROR: process exited with code 13</anonymous></v8::object></v8::object></v8::template></v8::template></v8::value></v8::functiontemplate></v8::object></v8::script></v8::string></v8::script></v8::script></v8::string></v8::script></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></class></class></v8::unboundscript></v8::string></v8::unboundscript></v8::unboundscript></v8::unboundscript></v8::string></v8::unboundscript></v8::unboundscript></v8::string></v8::string></v8::string></v8::string></v8::string></v8::string></v8::script></v8::string></v8::script></v8::script></v8::script></v8::string></v8::script></v8::script></v8::booleanobject></v8::value></v8::booleanobject></v8::booleanobject></v8::integer></v8::uint32></v8::uint32></v8::integer></v8::integer></v8::integer></v8::integer></v8::int32></v8::int32></v8::integer></v8::integer></v8::integer></anonymous></v8::object></v8::object></v8::template></v8::template></v8::value></v8::functiontemplate></v8::object></v8::object></v8::template></v8::template></v8::value></v8::functiontemplate></v8::object></v8::object></v8::template></v8::template></v8::value></v8::functiontemplate></v8::object></v8::script></v8::string></v8::script></v8::script></v8::string></v8::script></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></class></class></v8::unboundscript></v8::string></v8::unboundscript></v8::unboundscript></v8::unboundscript></v8::string></v8::unboundscript></v8::unboundscript></v8::string></v8::string></v8::string></v8::string></v8::string></v8::string></v8::script></v8::string></v8::script></v8::script></v8::script></v8::string></v8::script></v8::script></v8::booleanobject></v8::value></v8::booleanobject></v8::booleanobject></v8::integer></v8::uint32></v8::uint32></v8::integer></v8::integer></v8::integer></v8::integer></v8::int32></v8::int32></v8::integer></v8::integer></v8::integer></anonymous></v8::object></v8::object></v8::template></v8::template></v8::value></v8::functiontemplate></v8::object></v8::script></v8::string></v8::script></v8::script></v8::string></v8::script></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></class></class></v8::unboundscript></v8::string></v8::unboundscript></v8::unboundscript></v8::unboundscript></v8::string></v8::unboundscript></v8::unboundscript></v8::string></v8::string></v8::string></v8::string></v8::string></v8::string></v8::script></v8::string></v8::script></v8::script></v8::script></v8::string></v8::script></v8::script></v8::booleanobject></v8::value></v8::booleanobject></v8::booleanobject></v8::integer></v8::uint32></v8::uint32></v8::integer></v8::integer></v8::integer></v8::integer></v8::int32></v8::int32></v8::integer></v8::integer></v8::integer></anonymous>

      
      Gruß
      
      Rainer

      kein Support per PN! - Fragen im Forum stellen -
      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

      1 Antwort Letzte Antwort
      0
      • apollon77A Offline
        apollon77A Offline
        apollon77
        schrieb am zuletzt editiert von
        #3

        Mal wieder serialport … hm ... versuch mal mit root bitte

        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
        1 Antwort Letzte Antwort
        0
        • HomoranH Nicht stören
          HomoranH Nicht stören
          Homoran
          Global Moderator Administrators
          schrieb am zuletzt editiert von
          #4

          Das Problem liegt IMHO nicht an den EACCESS vom Serialport.

          Dort habe ich festgestellt, dass es an der Installation des gesamten Systems liegt. Dieses muss als echter Root durchgeführt werden, wenn es als User xy mit sudo oder sudo su durchgeführt, behauptet die Konsole zwar, dass die Installation als root durchgeführt wird, der Besitzer bleibt aber der User xy.

          das wirft dann den EACCESS Fehler, das make läuft dann aber ohne Probleme in einem temporären Ordner.

          Inzwischen installiere ich keinen root-Zugang mehr per SSH, auch nicht mehr in meinen Images. Es wurde ja auch schon angemeckert, dass ich bei meinen Images dazu auffordere die Passworte zu ändern :(

          Wenn du dir sicher bist, dass es daran liegt werde ich hier nochmal ein root Passwort vergeben und den root Zugang für SSH freigeben. Dies sollte aber aus Sicherheitsgründen standardmäßig nicht üblich sein.

          Gruß

          Rainer

          kein Support per PN! - Fragen im Forum stellen -
          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
          Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

          1 Antwort Letzte Antwort
          0
          • apollon77A Offline
            apollon77A Offline
            apollon77
            schrieb am zuletzt editiert von
            #5

            Mit

            sudo su -
            

            irst Du root. Brauchst kein Passwort

            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
            1 Antwort Letzte Antwort
            0
            • HomoranH Nicht stören
              HomoranH Nicht stören
              Homoran
              Global Moderator Administrators
              schrieb am zuletzt editiert von
              #6

              Aber der Besitzer der Daten bleibt in meinem Fall linaro.

              Und das führt zu dem EACCESS. Der Besitzer müsste wahrscheinlich root sein.

              Gruß

              Rainer

              kein Support per PN! - Fragen im Forum stellen -
              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
              Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              1 Antwort Letzte Antwort
              0
              • apollon77A Offline
                apollon77A Offline
                apollon77
                schrieb am zuletzt editiert von
                #7

                Als Root ein chown -R root.root * würde das auch fixen … glaube aber das ist egal. Root darf eh alles

                Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                1 Antwort Letzte Antwort
                0
                • HomoranH Nicht stören
                  HomoranH Nicht stören
                  Homoran
                  Global Moderator Administrators
                  schrieb am zuletzt editiert von
                  #8

                  @apollon77:

                  Root darf eh alles `
                  Davon war ich auch ausgegangen, aber :D

                  user "root" does not have permission to access the dev dir "/root/.node-gyp/6.10.3"
                  

                  Gruß

                  Rainer

                  kein Support per PN! - Fragen im Forum stellen -
                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                  Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                  1 Antwort Letzte Antwort
                  0
                  • lobomauL Offline
                    lobomauL Offline
                    lobomau
                    schrieb am zuletzt editiert von
                    #9

                    @Homoran:

                    @apollon77:

                    Root darf eh alles `
                    Davon war ich auch ausgegangen, aber :D

                    user "root" does not have permission to access the dev dir "/root/.node-gyp/6.10.3"
                    

                    Gruß

                    Rainer `
                    Ich hatte letztens auch was versucht zu installieren, habe dann als root (nach sudo su) versucht, ging nicht als root. Dann trotz root noch ein sudo davor und es ging. Kann das sein?

                    Host: NUC8i3 mit Proxmox:

                    • ioBroker CT Debian 13, npm 10.9.4, nodejs 22.21.0
                    • Slave: Pi4
                    1 Antwort Letzte Antwort
                    0
                    • HomoranH Nicht stören
                      HomoranH Nicht stören
                      Homoran
                      Global Moderator Administrators
                      schrieb am zuletzt editiert von
                      #10

                      @lobomau:

                      habe dann als root (nach sudo su) versucht, ging nicht als root. Dann trotz root noch ein sudo davor und es ging. Kann das sein? `
                      ich fürchte so einen Effekt auch schon beobachtet zu haben :(

                      Gruß

                      Rainer

                      kein Support per PN! - Fragen im Forum stellen -
                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      1 Antwort Letzte Antwort
                      0
                      • HomoranH Nicht stören
                        HomoranH Nicht stören
                        Homoran
                        Global Moderator Administrators
                        schrieb am zuletzt editiert von
                        #11

                        Mit sudo su lässt sich der Adapter installieren.

                        zumindest ist er zu sehen, auch eine Instanz lässt sich einrichten, aber er läuft nicht

                        ! ````
                        root@ioBroker-Tinker:/opt/iobroker# sudo npm cache clean
                        root@ioBroker-Tinker:/opt/iobroker# sudo iobroker install rflink
                        npm install iobroker.rflink --production --prefix "/opt/iobroker" (System call)
                        In file included from ../node_modules/nan/nan.h:82:0,
                        from ../src/bufferutil.cc:16:
                        ../node_modules/nan/nan_new.h: In function ‘v8::Local NanIntern::To(v8::Handlev8::integer) [with T = v8::Int32; v8::Handle v8::integer= v8::Localv8::integer]’:
                        ../node_modules/nan/nan_new.h:34:64: warning: ‘v8::Local v8::int32v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                        Tov8::int32(v8::Handle v8::integeri) { return i->ToInt32(); }
                        ^
                        ../node_modules/nan/nan_new.h: In function ‘v8::Local NanIntern::To(v8::Handlev8::integer) [with T = v8::Uint32; v8::Handle v8::integer= v8::Localv8::integer]’:
                        ../node_modules/nan/nan_new.h:39:65: warning: ‘v8::Local v8::uint32v8::Value::ToUint32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8196): Use maybe version [-Wdeprecated-declarations]
                        Tov8::uint32(v8::Handle v8::integeri) { return i->ToUint32(); }
                        ^
                        In file included from ../node_modules/nan/nan_new.h:189:0,
                        from ../node_modules/nan/nan.h:82,
                        from ../src/bufferutil.cc:16:
                        ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::booleanobject::return_t NanIntern::Factoryv8::booleanobject::New(bool)’:
                        ../node_modules/nan/nan_implementation_12_inl.h:49:38: warning: ‘static v8::Local v8::valuev8::BooleanObject::New(bool)’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:4008): Pass an isolate [-Wdeprecated-declarations]
                        return v8::BooleanObject::New(value).Asv8::booleanobject();
                        ^
                        ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::script::return_t NanIntern::Factoryv8::script::New(v8::Localv8::string)’:
                        ../node_modules/nan/nan_implementation_12_inl.h:166:69: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
                        return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &src);
                        ^
                        ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::script::return_t NanIntern::Factoryv8::script::New(v8::Localv8::string, const v8::ScriptOrigin&)’:
                        ../node_modules/nan/nan_implementation_12_inl.h:173:69: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
                        return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &src);
                        ^
                        ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::string::return_t NanIntern::Factoryv8::string::New(const uint8_t*, int)’:
                        ../node_modules/nan/nan_implementation_12_inl.h:206:42: warning: ‘static v8::Local v8::stringv8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:2332): Use maybe version [-Wdeprecated-declarations]
                        v8::String::kNormalString, length);
                        ^
                        ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::string::return_t NanIntern::Factoryv8::string::New(v8::String::ExternalStringResource*)’:
                        ../node_modules/nan/nan_implementation_12_inl.h:217:66: warning: ‘static v8::Local v8::stringv8::String::NewExternal(v8::Isolate*, v8::String::ExternalStringResource*)’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:2371): Use maybe version [-Wdeprecated-declarations]
                        return v8::String::NewExternal(v8::Isolate::GetCurrent(), value);
                        ^
                        ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::unboundscript::return_t NanIntern::Factoryv8::unboundscript::New(v8::Localv8::string)’:
                        ../node_modules/nan/nan_implementation_12_inl.h:237:76: warning: ‘static v8::Local v8::unboundscriptv8::ScriptCompiler::CompileUnbound(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:1333): Use maybe version [-Wdeprecated-declarations]
                        return v8::ScriptCompiler::CompileUnbound(v8::Isolate::GetCurrent(), &src);
                        ^
                        ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::unboundscript::return_t NanIntern::Factoryv8::unboundscript::New(v8::Localv8::string, const v8::ScriptOrigin&)’:
                        ../node_modules/nan/nan_implementation_12_inl.h:244:76: warning: ‘static v8::Local v8::unboundscriptv8::ScriptCompiler::CompileUnbound(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:1333): Use maybe version [-Wdeprecated-declarations]
                        return v8::ScriptCompiler::CompileUnbound(v8::Isolate::GetCurrent(), &src);
                        ^
                        In file included from ../src/bufferutil.cc:16:0:
                        ../node_modules/nan/nan.h: At global scope:
                        ../node_modules/nan/nan.h:261:25: error: redefinition of ‘template <class t="">v8::Local _NanEnsureLocal(v8::Local)’
                        NAN_INLINE v8::Local _NanEnsureLocal(v8::Local val) {
                        ^
                        ../node_modules/nan/nan.h:256:25: note: ‘template <class t="">v8::Local _NanEnsureLocal(v8::Handle)’ previously declared here
                        NAN_INLINE v8::Local _NanEnsureLocal(v8::Handle val) {
                        ^
                        ../node_modules/nan/nan.h: In function ‘bool NanIdleNotification(int)’:
                        ../node_modules/nan/nan.h:289:71: warning: ‘bool v8::Isolate::IdleNotification(int)’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:6114): use IdleNotificationDeadline() [-Wdeprecated-declarations]
                        return v8::Isolate::GetCurrent()->IdleNotification(idle_time_in_ms);
                        ^
                        ../node_modules/nan/nan.h: At global scope:
                        ../node_modules/nan/nan.h:473:20: error: variable or field ‘NanAddGCEpilogueCallback’ declared void
                        v8::Isolate::GCEpilogueCallback callback
                        ^
                        ../node_modules/nan/nan.h:473:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
                        v8::Isolate::GCEpilogueCallback callback
                        ^
                        ../node_modules/nan/nan.h:474:18: error: expected primary-expression before ‘gc_type_filter’
                        , v8::GCType gc_type_filter = v8::kGCTypeAll) {
                        ^
                        ../node_modules/nan/nan.h:479:20: error: variable or field ‘NanRemoveGCEpilogueCallback’ declared void
                        v8::Isolate::GCEpilogueCallback callback) {
                        ^
                        ../node_modules/nan/nan.h:479:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
                        v8::Isolate::GCEpilogueCallback callback) {
                        ^
                        ../node_modules/nan/nan.h:484:20: error: variable or field ‘NanAddGCPrologueCallback’ declared void
                        v8::Isolate::GCPrologueCallback callback
                        ^
                        ../node_modules/nan/nan.h:484:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
                        v8::Isolate::GCPrologueCallback callback
                        ^
                        ../node_modules/nan/nan.h:485:18: error: expected primary-expression before ‘gc_type_filter’
                        , v8::GCType gc_type_filter = v8::kGCTypeAll) {
                        ^
                        ../node_modules/nan/nan.h:490:20: error: variable or field ‘NanRemoveGCPrologueCallback’ declared void
                        v8::Isolate::GCPrologueCallback callback) {
                        ^
                        ../node_modules/nan/nan.h:490:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
                        v8::Isolate::GCPrologueCallback callback) {
                        ^
                        ../node_modules/nan/nan.h:661:13: error: ‘node::smalloc’ has not been declared
                        , node::smalloc::FreeCallback callback
                        ^
                        ../node_modules/nan/nan.h:661:35: error: expected ‘,’ or ‘...’ before ‘callback’
                        , node::smalloc::FreeCallback callback
                        ^
                        ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(char*, size_t, int)’:
                        ../node_modules/nan/nan.h:665:50: error: ‘callback’ was not declared in this scope
                        v8::Isolate::GetCurrent(), data, length, callback, hint);
                        ^
                        ../node_modules/nan/nan.h:665:60: error: ‘hint’ was not declared in this scope
                        v8::Isolate::GetCurrent(), data, length, callback, hint);
                        ^
                        ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(const char*, uint32_t)’:
                        ../node_modules/nan/nan.h:672:67: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
                        return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
                        ^
                        In file included from ../src/bufferutil.cc:10:0:
                        /root/.node-gyp/6.10.3/include/node/node_buffer.h:46:40: note: initializing argument 2 of ‘v8::MaybeLocal v8::objectnode::Buffer::New(v8::Isolate*, char*, size_t)’
                        NODE_EXTERN v8::MaybeLocal v8::objectNew(v8::Isolate* isolate,
                        ^
                        In file included from ../src/bufferutil.cc:16:0:
                        ../node_modules/nan/nan.h:672:67: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), ((char*)data), size)’ from ‘v8::MaybeLocalv8::object’ to ‘v8::Localv8::object’
                        return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
                        ^
                        ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(uint32_t)’:
                        ../node_modules/nan/nan.h:676:61: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), size)’ from ‘v8::MaybeLocalv8::object’ to ‘v8::Localv8::object’
                        return node::Buffer::New(v8::Isolate::GetCurrent(), size);
                        ^
                        ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanBufferUse(char*, uint32_t)’:
                        ../node_modules/nan/nan.h:683:12: error: ‘Use’ is not a member of ‘node::Buffer’
                        return node::Buffer::Use(v8::Isolate::GetCurrent(), data, size);
                        ^
                        ../node_modules/nan/nan.h: In function ‘v8::Local v8::scriptNanCompileScript(v8::Localv8::string, const v8::ScriptOrigin&)’:
                        ../node_modules/nan/nan.h:710:74: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
                        return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &source);
                        ^
                        ../node_modules/nan/nan.h: In function ‘v8::Local v8::scriptNanCompileScript(v8::Localv8::string)’:
                        ../node_modules/nan/nan.h:717:74: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
                        return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &source);
                        ^
                        ../src/bufferutil.cc: In static member function ‘static void BufferUtil::Initialize(v8::Handlev8::object)’:
                        ../src/bufferutil.cc:30:52: error: call of overloaded ‘NODE_SET_METHOD(v8::Localv8::functiontemplate&, const char [7], void (&)(const v8::FunctionCallbackInfov8::value&))’ is ambiguous
                        NODE_SET_METHOD(t, "unmask", BufferUtil::Unmask);
                        ^
                        ../src/bufferutil.cc:30:52: note: candidates are:
                        In file included from ../src/bufferutil.cc:8:0:
                        /root/.node-gyp/6.10.3/include/node/node.h:244:13: note: void node::NODE_SET_METHOD(v8::Localv8::template, const char*, v8::FunctionCallback)
                        inline void NODE_SET_METHOD(v8::Local v8::templaterecv,
                        ^
                        /root/.node-gyp/6.10.3/include/node/node.h:257:13: note: void node::NODE_SET_METHOD(v8::Localv8::object, const char*, v8::FunctionCallback)
                        inline void NODE_SET_METHOD(v8::Local v8::objectrecv,
                        ^
                        ../src/bufferutil.cc:31:48: error: call of overloaded ‘NODE_SET_METHOD(v8::Localv8::functiontemplate&, const char [5], void (&)(const v8::FunctionCallbackInfov8::value&))’ is ambiguous
                        NODE_SET_METHOD(t, "mask", BufferUtil::Mask);
                        ^
                        ../src/bufferutil.cc:31:48: note: candidates are:
                        In file included from ../src/bufferutil.cc:8:0:
                        /root/.node-gyp/6.10.3/include/node/node.h:244:13: note: void node::NODE_SET_METHOD(v8::Localv8::template, const char*, v8::FunctionCallback)
                        inline void NODE_SET_METHOD(v8::Local v8::templaterecv,
                        ^
                        /root/.node-gyp/6.10.3/include/node/node.h:257:13: note: void node::NODE_SET_METHOD(v8::Localv8::object, const char*, v8::FunctionCallback)
                        inline void NODE_SET_METHOD(v8::Local v8::objectrecv,
                        ^
                        ../src/bufferutil.cc:32:50: error: call of overloaded ‘NODE_SET_METHOD(v8::Localv8::functiontemplate&, const char [6], void (&)(const v8::FunctionCallbackInfov8::value&))’ is ambiguous
                        NODE_SET_METHOD(t, "merge", BufferUtil::Merge);
                        ^
                        ../src/bufferutil.cc:32:50: note: candidates are:
                        In file included from ../src/bufferutil.cc:8:0:
                        /root/.node-gyp/6.10.3/include/node/node.h:244:13: note: void node::NODE_SET_METHOD(v8::Localv8::template, const char*, v8::FunctionCallback)
                        inline void NODE_SET_METHOD(v8::Local v8::templaterecv,
                        ^
                        /root/.node-gyp/6.10.3/include/node/node.h:257:13: note: void node::NODE_SET_METHOD(v8::Localv8::object, const char*, v8::FunctionCallback)
                        inline void NODE_SET_METHOD(v8::Local v8::objectrecv,
                        ^
                        make: *** [Release/obj.target/bufferutil/src/bufferutil.o] Error 1
                        gyp ERR! build error
                        gyp ERR! stack Error: make failed with exit code: 2
                        gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
                        gyp ERR! stack at emitTwo (events.js:106:13)
                        gyp ERR! stack at ChildProcess.emit (events.js:191:7)
                        gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
                        gyp ERR! System Linux 4.4.16
                        gyp ERR! command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                        gyp ERR! cwd /opt/iobroker/node_modules/bufferutil
                        gyp ERR! node -v v6.10.3
                        gyp ERR! node-gyp -v v3.4.0
                        gyp ERR! not ok
                        In file included from ../node_modules/nan/nan.h:82:0,
                        from ../src/validation.cc:15:
                        ../node_modules/nan/nan_new.h: In function ‘v8::Local NanIntern::To(v8::Handlev8::integer) [with T = v8::Int32; v8::Handle v8::integer= v8::Localv8::integer]’:
                        ../node_modules/nan/nan_new.h:34:64: warning: ‘v8::Local v8::int32v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8202): Use maybe version [-Wdeprecated-declarations]
                        Tov8::int32(v8::Handle v8::integeri) { return i->ToInt32(); }
                        ^
                        ../node_modules/nan/nan_new.h: In function ‘v8::Local NanIntern::To(v8::Handlev8::integer) [with T = v8::Uint32; v8::Handle v8::integer= v8::Localv8::integer]’:
                        ../node_modules/nan/nan_new.h:39:65: warning: ‘v8::Local v8::uint32v8::Value::ToUint32() const’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:8196): Use maybe version [-Wdeprecated-declarations]
                        Tov8::uint32(v8::Handle v8::integeri) { return i->ToUint32(); }
                        ^
                        In file included from ../node_modules/nan/nan_new.h:189:0,
                        from ../node_modules/nan/nan.h:82,
                        from ../src/validation.cc:15:
                        ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::booleanobject::return_t NanIntern::Factoryv8::booleanobject::New(bool)’:
                        ../node_modules/nan/nan_implementation_12_inl.h:49:38: warning: ‘static v8::Local v8::valuev8::BooleanObject::New(bool)’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:4008): Pass an isolate [-Wdeprecated-declarations]
                        return v8::BooleanObject::New(value).Asv8::booleanobject();
                        ^
                        ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::script::return_t NanIntern::Factoryv8::script::New(v8::Localv8::string)’:
                        ../node_modules/nan/nan_implementation_12_inl.h:166:69: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
                        return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &src);
                        ^
                        ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::script::return_t NanIntern::Factoryv8::script::New(v8::Localv8::string, const v8::ScriptOrigin&)’:
                        ../node_modules/nan/nan_implementation_12_inl.h:173:69: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
                        return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &src);
                        ^
                        ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::string::return_t NanIntern::Factoryv8::string::New(const uint8_t*, int)’:
                        ../node_modules/nan/nan_implementation_12_inl.h:206:42: warning: ‘static v8::Local v8::stringv8::String::NewFromOneByte(v8::Isolate*, const uint8_t*, v8::String::NewStringType, int)’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:2332): Use maybe version [-Wdeprecated-declarations]
                        v8::String::kNormalString, length);
                        ^
                        ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::string::return_t NanIntern::Factoryv8::string::New(v8::String::ExternalStringResource*)’:
                        ../node_modules/nan/nan_implementation_12_inl.h:217:66: warning: ‘static v8::Local v8::stringv8::String::NewExternal(v8::Isolate*, v8::String::ExternalStringResource*)’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:2371): Use maybe version [-Wdeprecated-declarations]
                        return v8::String::NewExternal(v8::Isolate::GetCurrent(), value);
                        ^
                        ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::unboundscript::return_t NanIntern::Factoryv8::unboundscript::New(v8::Localv8::string)’:
                        ../node_modules/nan/nan_implementation_12_inl.h:237:76: warning: ‘static v8::Local v8::unboundscriptv8::ScriptCompiler::CompileUnbound(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:1333): Use maybe version [-Wdeprecated-declarations]
                        return v8::ScriptCompiler::CompileUnbound(v8::Isolate::GetCurrent(), &src);
                        ^
                        ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static NanIntern::FactoryBasev8::unboundscript::return_t NanIntern::Factoryv8::unboundscript::New(v8::Localv8::string, const v8::ScriptOrigin&)’:
                        ../node_modules/nan/nan_implementation_12_inl.h:244:76: warning: ‘static v8::Local v8::unboundscriptv8::ScriptCompiler::CompileUnbound(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:1333): Use maybe version [-Wdeprecated-declarations]
                        return v8::ScriptCompiler::CompileUnbound(v8::Isolate::GetCurrent(), &src);
                        ^
                        In file included from ../src/validation.cc:15:0:
                        ../node_modules/nan/nan.h: At global scope:
                        ../node_modules/nan/nan.h:261:25: error: redefinition of ‘template <class t="">v8::Local _NanEnsureLocal(v8::Local)’
                        NAN_INLINE v8::Local _NanEnsureLocal(v8::Local val) {
                        ^
                        ../node_modules/nan/nan.h:256:25: note: ‘template <class t="">v8::Local _NanEnsureLocal(v8::Handle)’ previously declared here
                        NAN_INLINE v8::Local _NanEnsureLocal(v8::Handle val) {
                        ^
                        ../node_modules/nan/nan.h: In function ‘bool NanIdleNotification(int)’:
                        ../node_modules/nan/nan.h:289:71: warning: ‘bool v8::Isolate::IdleNotification(int)’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:6114): use IdleNotificationDeadline() [-Wdeprecated-declarations]
                        return v8::Isolate::GetCurrent()->IdleNotification(idle_time_in_ms);
                        ^
                        ../node_modules/nan/nan.h: At global scope:
                        ../node_modules/nan/nan.h:473:20: error: variable or field ‘NanAddGCEpilogueCallback’ declared void
                        v8::Isolate::GCEpilogueCallback callback
                        ^
                        ../node_modules/nan/nan.h:473:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
                        v8::Isolate::GCEpilogueCallback callback
                        ^
                        ../node_modules/nan/nan.h:474:18: error: expected primary-expression before ‘gc_type_filter’
                        , v8::GCType gc_type_filter = v8::kGCTypeAll) {
                        ^
                        ../node_modules/nan/nan.h:479:20: error: variable or field ‘NanRemoveGCEpilogueCallback’ declared void
                        v8::Isolate::GCEpilogueCallback callback) {
                        ^
                        ../node_modules/nan/nan.h:479:7: error: ‘GCEpilogueCallback’ is not a member of ‘v8::Isolate’
                        v8::Isolate::GCEpilogueCallback callback) {
                        ^
                        ../node_modules/nan/nan.h:484:20: error: variable or field ‘NanAddGCPrologueCallback’ declared void
                        v8::Isolate::GCPrologueCallback callback
                        ^
                        ../node_modules/nan/nan.h:484:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
                        v8::Isolate::GCPrologueCallback callback
                        ^
                        ../node_modules/nan/nan.h:485:18: error: expected primary-expression before ‘gc_type_filter’
                        , v8::GCType gc_type_filter = v8::kGCTypeAll) {
                        ^
                        ../node_modules/nan/nan.h:490:20: error: variable or field ‘NanRemoveGCPrologueCallback’ declared void
                        v8::Isolate::GCPrologueCallback callback) {
                        ^
                        ../node_modules/nan/nan.h:490:7: error: ‘GCPrologueCallback’ is not a member of ‘v8::Isolate’
                        v8::Isolate::GCPrologueCallback callback) {
                        ^
                        ../node_modules/nan/nan.h:661:13: error: ‘node::smalloc’ has not been declared
                        , node::smalloc::FreeCallback callback
                        ^
                        ../node_modules/nan/nan.h:661:35: error: expected ‘,’ or ‘...’ before ‘callback’
                        , node::smalloc::FreeCallback callback
                        ^
                        ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(char*, size_t, int)’:
                        ../node_modules/nan/nan.h:665:50: error: ‘callback’ was not declared in this scope
                        v8::Isolate::GetCurrent(), data, length, callback, hint);
                        ^
                        ../node_modules/nan/nan.h:665:60: error: ‘hint’ was not declared in this scope
                        v8::Isolate::GetCurrent(), data, length, callback, hint);
                        ^
                        ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(const char*, uint32_t)’:
                        ../node_modules/nan/nan.h:672:67: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
                        return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
                        ^
                        In file included from ../src/validation.cc:10:0:
                        /root/.node-gyp/6.10.3/include/node/node_buffer.h:46:40: note: initializing argument 2 of ‘v8::MaybeLocal v8::objectnode::Buffer::New(v8::Isolate*, char*, size_t)’
                        NODE_EXTERN v8::MaybeLocal v8::objectNew(v8::Isolate* isolate,
                        ^
                        In file included from ../src/validation.cc:15:0:
                        ../node_modules/nan/nan.h:672:67: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), ((char*)data), size)’ from ‘v8::MaybeLocalv8::object’ to ‘v8::Localv8::object’
                        return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
                        ^
                        ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanNewBufferHandle(uint32_t)’:
                        ../node_modules/nan/nan.h:676:61: error: could not convert ‘node::Buffer::New(v8::Isolate::GetCurrent(), size)’ from ‘v8::MaybeLocalv8::object’ to ‘v8::Localv8::object’
                        return node::Buffer::New(v8::Isolate::GetCurrent(), size);
                        ^
                        ../node_modules/nan/nan.h: In function ‘v8::Local v8::objectNanBufferUse(char*, uint32_t)’:
                        ../node_modules/nan/nan.h:683:12: error: ‘Use’ is not a member of ‘node::Buffer’
                        return node::Buffer::Use(v8::Isolate::GetCurrent(), data, size);
                        ^
                        ../node_modules/nan/nan.h: In function ‘v8::Local v8::scriptNanCompileScript(v8::Localv8::string, const v8::ScriptOrigin&)’:
                        ../node_modules/nan/nan.h:710:74: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
                        return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &source);
                        ^
                        ../node_modules/nan/nan.h: In function ‘v8::Local v8::scriptNanCompileScript(v8::Localv8::string)’:
                        ../node_modules/nan/nan.h:717:74: warning: ‘static v8::Local v8::scriptv8::ScriptCompiler::Compile(v8::Isolate*, v8::ScriptCompiler::Source*, v8::ScriptCompiler::CompileOptions)’ is deprecated (declared at /root/.node-gyp/6.10.3/include/node/v8.h:1352): Use maybe version [-Wdeprecated-declarations]
                        return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &source);
                        ^
                        ../src/validation.cc: In static member function ‘static void Validation::Initialize(v8::Handlev8::object)’:
                        ../src/validation.cc:112:62: error: call of overloaded ‘NODE_SET_METHOD(v8::Localv8::functiontemplate&, const char [12], void (&)(const v8::FunctionCallbackInfov8::value&))’ is ambiguous
                        NODE_SET_METHOD(t, "isValidUTF8", Validation::IsValidUTF8);
                        ^
                        ../src/validation.cc:112:62: note: candidates are:
                        In file included from ../src/validation.cc:8:0:
                        /root/.node-gyp/6.10.3/include/node/node.h:244:13: note: void node::NODE_SET_METHOD(v8::Localv8::template, const char*, v8::FunctionCallback)
                        inline void NODE_SET_METHOD(v8::Local v8::templaterecv,
                        ^
                        /root/.node-gyp/6.10.3/include/node/node.h:257:13: note: void node::NODE_SET_METHOD(v8::Localv8::object, const char*, v8::FunctionCallback)
                        inline void NODE_SET_METHOD(v8::Local v8::objectrecv,
                        ^
                        make: *** [Release/obj.target/validation/src/validation.o] Error 1
                        gyp ERR! build error
                        gyp ERR! stack Error: make failed with exit code: 2
                        gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
                        gyp ERR! stack at emitTwo (events.js:106:13)
                        gyp ERR! stack at ChildProcess.emit (events.js:191:7)
                        gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
                        gyp ERR! System Linux 4.4.16
                        gyp ERR! command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
                        gyp ERR! cwd /opt/iobroker/node_modules/utf-8-validate
                        gyp ERR! node -v v6.10.3
                        gyp ERR! node-gyp -v v3.4.0
                        gyp ERR! not ok
                        npm WARN babel-eslint@5.0.4 requires a peer of eslint@<2.3.0 but none was installed.
                        npm WARN babel-eslint@5.0.4 requires a peer of eslint@<2.3.0 but none was installed.
                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bufferutil@1.1.0 (node_modules/bufferutil):
                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: bufferutil@1.1.0 install: node-gyp rebuild
                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: utf-8-validate@1.1.0 (node_modules/utf-8-validate):
                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: utf-8-validate@1.1.0 install: node-gyp rebuild
                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
                        host.ioBroker-Tinker object system.adapter.rflink created
                        got /opt/iobroker/node_modules/iobroker.rflink/admin
                        upload [2] rflink.admin /opt/iobroker/node_modules/iobroker.rflink/admin/rflink.png rflink.png image/png
                        upload [1] rflink.admin /opt/iobroker/node_modules/iobroker.rflink/admin/parse.js parse.js application/javascript
                        upload [0] rflink.admin /opt/iobroker/node_modules/iobroker.rflink/admin/index.html index.html text/html
                        root@ioBroker-Tinker:/opt/iobroker#</v8::object></v8::object></v8::template></v8::template></v8::value></v8::functiontemplate></v8::object></v8::script></v8::string></v8::script></v8::script></v8::string></v8::script></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></class></class></v8::unboundscript></v8::string></v8::unboundscript></v8::unboundscript></v8::unboundscript></v8::string></v8::unboundscript></v8::unboundscript></v8::string></v8::string></v8::string></v8::string></v8::string></v8::string></v8::script></v8::string></v8::script></v8::script></v8::script></v8::string></v8::script></v8::script></v8::booleanobject></v8::value></v8::booleanobject></v8::booleanobject></v8::integer></v8::uint32></v8::uint32></v8::integer></v8::integer></v8::integer></v8::integer></v8::int32></v8::int32></v8::integer></v8::integer></v8::integer></v8::object></v8::object></v8::template></v8::template></v8::value></v8::functiontemplate></v8::object></v8::object></v8::template></v8::template></v8::value></v8::functiontemplate></v8::object></v8::object></v8::template></v8::template></v8::value></v8::functiontemplate></v8::object></v8::script></v8::string></v8::script></v8::script></v8::string></v8::script></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></v8::object></class></class></v8::unboundscript></v8::string></v8::unboundscript></v8::unboundscript></v8::unboundscript></v8::string></v8::unboundscript></v8::unboundscript></v8::string></v8::string></v8::string></v8::string></v8::string></v8::string></v8::script></v8::string></v8::script></v8::script></v8::script></v8::string></v8::script></v8::script></v8::booleanobject></v8::value></v8::booleanobject></v8::booleanobject></v8::integer></v8::uint32></v8::uint32></v8::integer></v8::integer></v8::integer></v8::integer></v8::int32></v8::int32></v8::integer></v8::integer></v8::integer>

                        kein Support per PN! - Fragen im Forum stellen -
                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                        Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                        1 Antwort Letzte Antwort
                        0
                        • lobomauL Offline
                          lobomauL Offline
                          lobomau
                          schrieb am zuletzt editiert von
                          #12

                          Vor dem Update von rflink als es funktionierte, hattest du bereits​ node 6.x?

                          Host: NUC8i3 mit Proxmox:

                          • ioBroker CT Debian 13, npm 10.9.4, nodejs 22.21.0
                          • Slave: Pi4
                          1 Antwort Letzte Antwort
                          0
                          • HomoranH Nicht stören
                            HomoranH Nicht stören
                            Homoran
                            Global Moderator Administrators
                            schrieb am zuletzt editiert von
                            #13

                            Hab ich gerade überprüft.

                            auf dem Pine64 war/ist noch 4.6.1.

                            Aber da läuft es auch nicht mehr seit dem letzten update.

                            Gruß

                            Rainer

                            kein Support per PN! - Fragen im Forum stellen -
                            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                            Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                            1 Antwort Letzte Antwort
                            0
                            • HomoranH Nicht stören
                              HomoranH Nicht stören
                              Homoran
                              Global Moderator Administrators
                              schrieb am zuletzt editiert von
                              #14

                              Habe jetzt auf dem Pine64 auch nochmal radikal alle möglichen Reste vom rf-Link entsorgt, npm cache geleert und anschließend mit sudo su die Installation angestoßen.

                              Es läuft dort tatsächlich.

                              Hier ist der dev/ttyUSB0 verfügbar.

                              Unter node6, bzw auf dem Tinkerboard ist dieser Port nicht verfügbar gewesen, nur dev/ttyS0 - dev/ttyS3 (beim Pine64 sind es ttyS0 - ttyS4 + ttyUSB0)

                              Gruß

                              Rainer

                              kein Support per PN! - Fragen im Forum stellen -
                              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                              Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                              1 Antwort Letzte Antwort
                              0
                              Antworten
                              • In einem neuen Thema antworten
                              Anmelden zum Antworten
                              • Älteste zuerst
                              • Neuste zuerst
                              • Meiste Stimmen


                              Support us

                              ioBroker
                              Community Adapters
                              Donate
                              FAQ Cloud / IOT
                              HowTo: Node.js-Update
                              HowTo: Backup/Restore
                              Downloads
                              BLOG

                              544

                              Online

                              32.7k

                              Benutzer

                              82.5k

                              Themen

                              1.3m

                              Beiträge
                              Community
                              Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                              ioBroker Community 2014-2025
                              logo
                              • Anmelden

                              • Du hast noch kein Konto? Registrieren

                              • Anmelden oder registrieren, um zu suchen
                              • Erster Beitrag
                                Letzter Beitrag
                              0
                              • Home
                              • Aktuell
                              • Tags
                              • Ungelesen 0
                              • Kategorien
                              • Unreplied
                              • Beliebt
                              • GitHub
                              • Docu
                              • Hilfe