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. Error/Bug
  4. Zigbee Instanz rot nach node.js Update auf v12.18.4 [Gelöst]

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.2k

Zigbee Instanz rot nach node.js Update auf v12.18.4 [Gelöst]

Geplant Angeheftet Gesperrt Verschoben Ungelöst Error/Bug
zigbee
95 Beiträge 5 Kommentatoren 8.2k Aufrufe 3 Watching
  • Ä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.
  • birdyB birdy

    @Asgothian

    pi@raspberrypi:/opt/iobroker $ npm rebuild
    
    > serialport@6.2.2 install /opt/iobroker/node_modules/iobroker.discovery/node_modules/serialport
    > prebuild-install || node-gyp rebuild
    
    prebuild-install WARN install No prebuilt binaries found (target=12.18.4 runtime=node arch=arm platform=linux)
    make: Verzeichnis „/opt/iobroker/node_modules/iobroker.discovery/node_modules/serialport/build“ wird betreten
      CXX(target) Release/obj.target/serialport/src/serialport.o
    ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Open(Nan::NAN_METHOD_ARGS_TYPE)’:
    ../src/serialport.cpp:41:48: error: no matching function for call to ‘v8::Value::ToString()’
       v8::String::Utf8Value path(info[0]->ToString());
                                                    ^
    In file included from /home/iobroker/.cache/node-gyp/12.18.4/include/node/node.h:67:0,
                     from ../../nan/nan.h:54,
                     from ../src/./serialport.h:6,
                     from ../src/serialport.cpp:1:
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:2668:44: note: candidate: v8::MaybeLocal<v8::String> v8::Value::ToString(v8::Local<v8::Context>) const
       V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
                                                ^~~~~~~~
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:2668:44: note:   candidate expects 1 argument, 0 provided
    In file included from /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8-internal.h:14:0,
                     from /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.18.4/include/node/node.h:67,
                     from ../../nan/nan.h:54,
                     from ../src/./serialport.h:6,
                     from ../src/serialport.cpp:1:
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:2684:31: note: candidate: v8::Local<v8::String> v8::Value::ToString(v8::Isolate*) const
                     Local<String> ToString(Isolate* isolate) const);
                                   ^
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:2684:31: note:   candidate expects 1 argument, 0 provided
                     Local<String> ToString(Isolate* isolate) const);
                                   ^
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    ../src/serialport.cpp:48:53: error: no matching function for call to ‘v8::Value::ToObject()’
       v8::Local<v8::Object> options = info[1]->ToObject();
                                                         ^
    In file included from /home/iobroker/.cache/node-gyp/12.18.4/include/node/node.h:67:0,
                     from ../../nan/nan.h:54,
                     from ../src/./serialport.h:6,
                     from ../src/serialport.cpp:1:
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:2672:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
       V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
                                                ^~~~~~~~
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:2672:44: note:   candidate expects 1 argument, 0 provided
    In file included from /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8-internal.h:14:0,
                     from /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.18.4/include/node/node.h:67,
                     from ../../nan/nan.h:54,
                     from ../src/./serialport.h:6,
                     from ../src/serialport.cpp:1:
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:2686:31: note: candidate: v8::Local<v8::Object> v8::Value::ToObject(v8::Isolate*) const
                     Local<Object> ToObject(Isolate* isolate) const);
                                   ^
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:2686:31: note:   candidate expects 1 argument, 0 provided
                     Local<Object> ToObject(Isolate* isolate) const);
                                   ^
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    ../src/serialport.cpp: In function ‘void EIO_AfterOpen(uv_work_t*)’:
    ../src/serialport.cpp:95:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
       data->callback.Call(2, argv);
                                  ^
    In file included from ../src/./serialport.h:6:0,
                     from ../src/serialport.cpp:1:
    ../../nan/nan.h:1740:3: note: declared here
       Call(int argc, v8::Local<v8::Value> argv[]) const {
       ^~~~
    ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Update(Nan::NAN_METHOD_ARGS_TYPE)’:
    ../src/serialport.cpp:113:53: error: no matching function for call to ‘v8::Value::ToObject()’
       v8::Local<v8::Object> options = info[1]->ToObject();
                                                         ^
    In file included from /home/iobroker/.cache/node-gyp/12.18.4/include/node/node.h:67:0,
                     from ../../nan/nan.h:54,
                     from ../src/./serialport.h:6,
                     from ../src/serialport.cpp:1:
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:2672:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
       V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
                                                ^~~~~~~~
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:2672:44: note:   candidate expects 1 argument, 0 provided
    In file included from /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8-internal.h:14:0,
                     from /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.18.4/include/node/node.h:67,
                     from ../../nan/nan.h:54,
                     from ../src/./serialport.h:6,
                     from ../src/serialport.cpp:1:
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:2686:31: note: candidate: v8::Local<v8::Object> v8::Value::ToObject(v8::Isolate*) const
                     Local<Object> ToObject(Isolate* isolate) const);
                                   ^
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:2686:31: note:   candidate expects 1 argument, 0 provided
                     Local<Object> ToObject(Isolate* isolate) const);
                                   ^
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    ../src/serialport.cpp: In function ‘void EIO_AfterUpdate(uv_work_t*)’:
    ../src/serialport.cpp:150:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
       data->callback.Call(1, argv);
                                  ^
    In file included from ../src/./serialport.h:6:0,
                     from ../src/serialport.cpp:1:
    ../../nan/nan.h:1740:3: note: declared here
       Call(int argc, v8::Local<v8::Value> argv[]) const {
       ^~~~
    ../src/serialport.cpp: In function ‘void EIO_AfterClose(uv_work_t*)’:
    ../src/serialport.cpp:188:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
       data->callback.Call(1, argv);
                                  ^
    In file included from ../src/./serialport.h:6:0,
                     from ../src/serialport.cpp:1:
    ../../nan/nan.h:1740:3: note: declared here
       Call(int argc, v8::Local<v8::Value> argv[]) const {
       ^~~~
    ../src/serialport.cpp: In function ‘void EIO_AfterFlush(uv_work_t*)’:
    ../src/serialport.cpp:231:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
       data->callback.Call(1, argv);
                                  ^
    In file included from ../src/./serialport.h:6:0,
                     from ../src/serialport.cpp:1:
    ../../nan/nan.h:1740:3: note: declared here
       Call(int argc, v8::Local<v8::Value> argv[]) const {
       ^~~~
    ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Set(Nan::NAN_METHOD_ARGS_TYPE)’:
    ../src/serialport.cpp:250:53: error: no matching function for call to ‘v8::Value::ToObject()’
       v8::Local<v8::Object> options = info[1]->ToObject();
                                                         ^
    In file included from /home/iobroker/.cache/node-gyp/12.18.4/include/node/node.h:67:0,
                     from ../../nan/nan.h:54,
                     from ../src/./serialport.h:6,
                     from ../src/serialport.cpp:1:
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:2672:44: note: candidate: v8::MaybeLocal<v8::Object> v8::Value::ToObject(v8::Local<v8::Context>) const
       V8_WARN_UNUSED_RESULT MaybeLocal<Object> ToObject(
                                                ^~~~~~~~
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:2672:44: note:   candidate expects 1 argument, 0 provided
    In file included from /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8-internal.h:14:0,
                     from /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.18.4/include/node/node.h:67,
                     from ../../nan/nan.h:54,
                     from ../src/./serialport.h:6,
                     from ../src/serialport.cpp:1:
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:2686:31: note: candidate: v8::Local<v8::Object> v8::Value::ToObject(v8::Isolate*) const
                     Local<Object> ToObject(Isolate* isolate) const);
                                   ^
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:2686:31: note:   candidate expects 1 argument, 0 provided
                     Local<Object> ToObject(Isolate* isolate) const);
                                   ^
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    ../src/serialport.cpp: In function ‘void EIO_AfterSet(uv_work_t*)’:
    ../src/serialport.cpp:285:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
       data->callback.Call(1, argv);
                                  ^
    In file included from ../src/./serialport.h:6:0,
                     from ../src/serialport.cpp:1:
    ../../nan/nan.h:1740:3: note: declared here
       Call(int argc, v8::Local<v8::Value> argv[]) const {
       ^~~~
    ../src/serialport.cpp: In function ‘void EIO_AfterGet(uv_work_t*)’:
    ../src/serialport.cpp:329:96: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
     an::New<v8::String>("cts").ToLocalChecked(), Nan::New<v8::Boolean>(data->cts));
                                                                                  ^
    In file included from /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8-internal.h:14:0,
                     from /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.18.4/include/node/node.h:67,
                     from ../../nan/nan.h:54,
                     from ../src/./serialport.h:6,
                     from ../src/serialport.cpp:1:
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:3499:22: note: declared here
                     bool Set(Local<Value> key, Local<Value> value));
                          ^
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    ../src/serialport.cpp:330:96: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
     an::New<v8::String>("dsr").ToLocalChecked(), Nan::New<v8::Boolean>(data->dsr));
                                                                                  ^
    In file included from /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8-internal.h:14:0,
                     from /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.18.4/include/node/node.h:67,
                     from ../../nan/nan.h:54,
                     from ../src/./serialport.h:6,
                     from ../src/serialport.cpp:1:
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:3499:22: note: declared here
                     bool Set(Local<Value> key, Local<Value> value));
                          ^
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    ../src/serialport.cpp:331:96: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
     an::New<v8::String>("dcd").ToLocalChecked(), Nan::New<v8::Boolean>(data->dcd));
                                                                                  ^
    In file included from /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8-internal.h:14:0,
                     from /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.18.4/include/node/node.h:67,
                     from ../../nan/nan.h:54,
                     from ../src/./serialport.h:6,
                     from ../src/serialport.cpp:1:
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:3499:22: note: declared here
                     bool Set(Local<Value> key, Local<Value> value));
                          ^
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    ../src/serialport.cpp:336:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
       data->callback.Call(2, argv);
                                  ^
    In file included from ../src/./serialport.h:6:0,
                     from ../src/serialport.cpp:1:
    ../../nan/nan.h:1740:3: note: declared here
       Call(int argc, v8::Local<v8::Value> argv[]) const {
       ^~~~
    ../src/serialport.cpp: In function ‘void EIO_AfterGetBaudRate(uv_work_t*)’:
    ../src/serialport.cpp:378:106: warning: ‘bool v8::Object::Set(v8::Local<v8::Value>, v8::Local<v8::Value>)’ is deprecated: Use maybe version [-Wdeprecated-declarations]
     ::String>("baudRate").ToLocalChecked(), Nan::New<v8::Integer>(data->baudRate));
                                                                                  ^
    In file included from /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8-internal.h:14:0,
                     from /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:27,
                     from /home/iobroker/.cache/node-gyp/12.18.4/include/node/node.h:67,
                     from ../../nan/nan.h:54,
                     from ../src/./serialport.h:6,
                     from ../src/serialport.cpp:1:
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8.h:3499:22: note: declared here
                     bool Set(Local<Value> key, Local<Value> value));
                          ^
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’
       declarator __attribute__((deprecated(message)))
       ^~~~~~~~~~
    ../src/serialport.cpp:383:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
       data->callback.Call(2, argv);
                                  ^
    In file included from ../src/./serialport.h:6:0,
                     from ../src/serialport.cpp:1:
    ../../nan/nan.h:1740:3: note: declared here
       Call(int argc, v8::Local<v8::Value> argv[]) const {
       ^~~~
    ../src/serialport.cpp: In function ‘void EIO_AfterDrain(uv_work_t*)’:
    ../src/serialport.cpp:424:30: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
       data->callback.Call(1, argv);
                                  ^
    In file included from ../src/./serialport.h:6:0,
                     from ../src/serialport.cpp:1:
    ../../nan/nan.h:1740:3: note: declared here
       Call(int argc, v8::Local<v8::Value> argv[]) const {
       ^~~~
    ../src/serialport.cpp: At global scope:
    ../src/serialport.cpp:460:17: error: variable or field ‘init’ declared void
       void init(v8::Handle<v8::Object> target) {
                     ^~~~~~
    ../src/serialport.cpp:460:13: error: ‘Handle’ is not a member of ‘v8’
       void init(v8::Handle<v8::Object> target) {
                 ^~
    ../src/serialport.cpp:460:34: error: expected primary-expression before ‘>’ token
       void init(v8::Handle<v8::Object> target) {
                                      ^
    ../src/serialport.cpp:460:36: error: ‘target’ was not declared in this scope
       void init(v8::Handle<v8::Object> target) {
                                        ^~~~~~
    In file included from ../../nan/nan.h:54:0,
                     from ../src/./serialport.h:6,
                     from ../src/serialport.cpp:1:
    ../src/serialport.cpp:485:25: error: ‘init’ was not declared in this scope
     NODE_MODULE(serialport, init);
                             ^
    /home/iobroker/.cache/node-gyp/12.18.4/include/node/node.h:608:36: note: in definition of macro ‘NODE_MODULE_X’
           (node::addon_register_func) (regfunc),                          \
                                        ^~~~~~~
    ../src/serialport.cpp:485:1: note: in expansion of macro ‘NODE_MODULE’
     NODE_MODULE(serialport, init);
     ^~~~~~~~~~~
    serialport.target.mk:112: die Regel für Ziel „Release/obj.target/serialport/src/serialport.o“ scheiterte
    make: *** [Release/obj.target/serialport/src/serialport.o] Fehler 1
    make: Verzeichnis „/opt/iobroker/node_modules/iobroker.discovery/node_modules/serialport/build“ wird verlassen
    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:194:23)
    gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
    gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
    gyp ERR! System Linux 4.19.66-v7+
    gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
    gyp ERR! cwd /opt/iobroker/node_modules/iobroker.discovery/node_modules/serialport
    gyp ERR! node -v v12.18.4
    gyp ERR! node-gyp -v v5.1.0
    gyp ERR! not ok
    npm ERR! code ELIFECYCLE
    npm ERR! errno 1
    npm ERR! serialport@6.2.2 install: `prebuild-install || node-gyp rebuild`
    npm ERR! Exit status 1
    npm ERR!
    npm ERR! Failed at the serialport@6.2.2 install script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /home/iobroker/.npm/_logs/2020-09-20T13_36_22_955Z-debug.log
    

    Das kommt bei npm rebuild...

    GlasfaserG Offline
    GlasfaserG Offline
    Glasfaser
    schrieb am zuletzt editiert von
    #8

    @birdy

    installiere Ihn über die Katzte neu :

    https://github.com/ioBroker/ioBroker.zigbee
    

    1.JPG

    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

    birdyB 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @birdy Bring mal dein Grundsystem auf Stand. Da läuft ein alter Kernel, sofern du da Buster laufen hast.

      birdyB Offline
      birdyB Offline
      birdy
      schrieb am zuletzt editiert von
      #9

      @Thomas-Braun

      pi@raspberrypi:/opt/iobroker $ cat /etc/os-release
      PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
      NAME="Raspbian GNU/Linux"
      VERSION_ID="9"
      VERSION="9 (stretch)"
      VERSION_CODENAME=stretch
      ID=raspbian
      ID_LIKE=debian
      HOME_URL="http://www.raspbian.org/"
      SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
      BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
      
      

      Habe ich vor der npm Aktualisierung mit sudu apt-get update und upgrade auf den letzten Stand gebracht.

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • birdyB birdy

        @Thomas-Braun

        pi@raspberrypi:/opt/iobroker $ cat /etc/os-release
        PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
        NAME="Raspbian GNU/Linux"
        VERSION_ID="9"
        VERSION="9 (stretch)"
        VERSION_CODENAME=stretch
        ID=raspbian
        ID_LIKE=debian
        HOME_URL="http://www.raspbian.org/"
        SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
        BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
        
        

        Habe ich vor der npm Aktualisierung mit sudu apt-get update und upgrade auf den letzten Stand gebracht.

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von Thomas Braun
        #10

        @birdy Bei Stretch kann das mit dem alten Kernel sein.
        Was liefert denn das

        iobroker update
        iobroker upgrade
        

        nun zurück?
        npm hast du selber aktualisiert? Das kommt eigentlich in einer passenden Version beim Paket nodejs mit.
        Hast du nodeJS sauber im System?

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        birdyB 1 Antwort Letzte Antwort
        0
        • GlasfaserG Glasfaser

          @birdy

          installiere Ihn über die Katzte neu :

          https://github.com/ioBroker/ioBroker.zigbee
          

          1.JPG

          birdyB Offline
          birdyB Offline
          birdy
          schrieb am zuletzt editiert von
          #11

          @Glasfaser

          Funktioniert leider auch nicht...

          $ ./iobroker url "https://github.com/ioBroker/ioBroker.zigbee/tarball/master" zigbee --debug
          install https://github.com/ioBroker/ioBroker.zigbee/tarball/master
          NPM version: 6.14.6
          npm install https://github.com/ioBroker/ioBroker.zigbee/tarball/master --loglevel error --prefix "/opt/iobroker" (System call)
          npm ERR! code ENOTSUP
          npm ERR! notsup Unsupported engine for dissolve@0.3.3: wanted: {"node":"~0.10.0"} (current: {"node":"12.18.4","npm":"6.14.6"})npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3npm ERR! notsup Required: {"node":"~0.10.0"}npm ERR! notsup Actual:   {"npm":"6.14.6","node":"12.18.4"}
          npm ERR! A complete log of this run can be found in:npm ERR!     /home/iobroker/.npm/_logs/2020-09-20T13_51_38_768Z-debug.log
          upload [100] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/index_m.html index_m.html text/html
          upload [90] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/sylvania_rt.png img/sylvania_rt.png image/png
          upload [80] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/sensor_ht.png img/sensor_ht.png image/png
          upload [70] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/philips_hue_lightbar.png img/philips_hue_lightbar.png image/png
          upload [60] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/osram_ceiling_tw.png img/osram_ceiling_tw.png image/png
          upload [50] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/lightify-plug.png img/lightify-plug.png image/png
          upload [40] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/innr.png img/innr.png image/png
          upload [30] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/gledopto_bulb.png img/gledopto_bulb.png image/png
          upload [20] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/cube.png img/cube.png image/png
          upload [19] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ctrl_neutral2.png img/ctrl_neutral2.png image/png
          upload [18] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ctrl_neutral1.png img/ctrl_neutral1.png image/png
          upload [17] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ctrl_ln2.png img/ctrl_ln2.png image/png
          upload [16] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ctrl_ln1.png img/ctrl_ln1.png image/png
          upload [15] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/contact.png img/contact.png image/png
          upload [14] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/bitron_plug.png img/bitron_plug.png image/png
          upload [13] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/battery_v.png img/battery_v.png image/png
          upload [12] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/battery_p.png img/battery_p.png image/png
          upload [11] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/aqara_temperature_sensor.png img/aqara_temperature_sensor.png image/png
          upload [10] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/aqara_numan_body_sensor.png img/aqara_numan_body_sensor.png image/png
          upload [9] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/aqara_bulb.png img/aqara_bulb.png image/png
          upload [8] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/aqara.switch.png img/aqara.switch.png image/png
          upload [7] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/TRADFRI.remote.control.png img/TRADFRI.remote.control.png image/png
          upload [6] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/TRADFRI.bulb.E27.png img/TRADFRI.bulb.E27.png image/png
          upload [5] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/FLOALT.panel.WS.png img/FLOALT.panel.WS.png image/png
          upload [4] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/Eurotronic_Spirit_04.png img/Eurotronic_Spirit_04.png image/png
          upload [3] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/86sw2.png img/86sw2.png image/png
          upload [2] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/86sw1.png img/86sw1.png image/png
          upload [1] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/86plug.png img/86plug.png image/png
          upload [0] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/admin.js admin.js application/javascript
          Update "system.adapter.zigbee.0"
          process exited with code 0
          
          GlasfaserG 1 Antwort Letzte Antwort
          0
          • birdyB birdy

            @Glasfaser

            Funktioniert leider auch nicht...

            $ ./iobroker url "https://github.com/ioBroker/ioBroker.zigbee/tarball/master" zigbee --debug
            install https://github.com/ioBroker/ioBroker.zigbee/tarball/master
            NPM version: 6.14.6
            npm install https://github.com/ioBroker/ioBroker.zigbee/tarball/master --loglevel error --prefix "/opt/iobroker" (System call)
            npm ERR! code ENOTSUP
            npm ERR! notsup Unsupported engine for dissolve@0.3.3: wanted: {"node":"~0.10.0"} (current: {"node":"12.18.4","npm":"6.14.6"})npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3npm ERR! notsup Required: {"node":"~0.10.0"}npm ERR! notsup Actual:   {"npm":"6.14.6","node":"12.18.4"}
            npm ERR! A complete log of this run can be found in:npm ERR!     /home/iobroker/.npm/_logs/2020-09-20T13_51_38_768Z-debug.log
            upload [100] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/index_m.html index_m.html text/html
            upload [90] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/sylvania_rt.png img/sylvania_rt.png image/png
            upload [80] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/sensor_ht.png img/sensor_ht.png image/png
            upload [70] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/philips_hue_lightbar.png img/philips_hue_lightbar.png image/png
            upload [60] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/osram_ceiling_tw.png img/osram_ceiling_tw.png image/png
            upload [50] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/lightify-plug.png img/lightify-plug.png image/png
            upload [40] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/innr.png img/innr.png image/png
            upload [30] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/gledopto_bulb.png img/gledopto_bulb.png image/png
            upload [20] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/cube.png img/cube.png image/png
            upload [19] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ctrl_neutral2.png img/ctrl_neutral2.png image/png
            upload [18] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ctrl_neutral1.png img/ctrl_neutral1.png image/png
            upload [17] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ctrl_ln2.png img/ctrl_ln2.png image/png
            upload [16] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ctrl_ln1.png img/ctrl_ln1.png image/png
            upload [15] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/contact.png img/contact.png image/png
            upload [14] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/bitron_plug.png img/bitron_plug.png image/png
            upload [13] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/battery_v.png img/battery_v.png image/png
            upload [12] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/battery_p.png img/battery_p.png image/png
            upload [11] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/aqara_temperature_sensor.png img/aqara_temperature_sensor.png image/png
            upload [10] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/aqara_numan_body_sensor.png img/aqara_numan_body_sensor.png image/png
            upload [9] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/aqara_bulb.png img/aqara_bulb.png image/png
            upload [8] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/aqara.switch.png img/aqara.switch.png image/png
            upload [7] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/TRADFRI.remote.control.png img/TRADFRI.remote.control.png image/png
            upload [6] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/TRADFRI.bulb.E27.png img/TRADFRI.bulb.E27.png image/png
            upload [5] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/FLOALT.panel.WS.png img/FLOALT.panel.WS.png image/png
            upload [4] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/Eurotronic_Spirit_04.png img/Eurotronic_Spirit_04.png image/png
            upload [3] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/86sw2.png img/86sw2.png image/png
            upload [2] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/86sw1.png img/86sw1.png image/png
            upload [1] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/86plug.png img/86plug.png image/png
            upload [0] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/admin.js admin.js application/javascript
            Update "system.adapter.zigbee.0"
            process exited with code 0
            
            GlasfaserG Offline
            GlasfaserG Offline
            Glasfaser
            schrieb am zuletzt editiert von
            #12

            @birdy

            Zeige mal @Thomas-Braun diese Ausgabe :

            which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
            

            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

            birdyB 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @birdy Bei Stretch kann das mit dem alten Kernel sein.
              Was liefert denn das

              iobroker update
              iobroker upgrade
              

              nun zurück?
              npm hast du selber aktualisiert? Das kommt eigentlich in einer passenden Version beim Paket nodejs mit.
              Hast du nodeJS sauber im System?

              birdyB Offline
              birdyB Offline
              birdy
              schrieb am zuletzt editiert von
              #13

              @Thomas-Braun

              Ich denke, da müsste alles passen.

              pi@raspberrypi:/opt/iobroker $ npm -v
              6.14.6
              pi@raspberrypi:/opt/iobroker $ nodejs -v
              v12.18.4
              pi@raspberrypi:/opt/iobroker $ node -v
              v12.18.4
              
              
              1 Antwort Letzte Antwort
              0
              • GlasfaserG Glasfaser

                @birdy

                Zeige mal @Thomas-Braun diese Ausgabe :

                which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                
                birdyB Offline
                birdyB Offline
                birdy
                schrieb am zuletzt editiert von
                #14

                @Glasfaser

                pi@raspberrypi:/opt/iobroker $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                /usr/bin/nodejs
                v12.18.4
                /usr/bin/node
                v12.18.4
                /usr/bin/npm
                6.14.6
                nodejs:
                  Installiert:           12.18.4-1nodesource1
                  Installationskandidat: 12.18.4-1nodesource1
                  Versionstabelle:
                 *** 12.18.4-1nodesource1 500
                        500 https://deb.nodesource.com/node_12.x stretch/main armhf Packages
                        100 /var/lib/dpkg/status
                     8.11.1~dfsg-2~bpo9+1 500
                        500 http://archive.raspberrypi.org/debian stretch/main armhf Packages
                     4.8.2~dfsg-1 500
                        500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages
                
                GlasfaserG 1 Antwort Letzte Antwort
                0
                • birdyB birdy

                  @Glasfaser

                  pi@raspberrypi:/opt/iobroker $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                  /usr/bin/nodejs
                  v12.18.4
                  /usr/bin/node
                  v12.18.4
                  /usr/bin/npm
                  6.14.6
                  nodejs:
                    Installiert:           12.18.4-1nodesource1
                    Installationskandidat: 12.18.4-1nodesource1
                    Versionstabelle:
                   *** 12.18.4-1nodesource1 500
                          500 https://deb.nodesource.com/node_12.x stretch/main armhf Packages
                          100 /var/lib/dpkg/status
                       8.11.1~dfsg-2~bpo9+1 500
                          500 http://archive.raspberrypi.org/debian stretch/main armhf Packages
                       4.8.2~dfsg-1 500
                          500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages
                  
                  GlasfaserG Offline
                  GlasfaserG Offline
                  Glasfaser
                  schrieb am zuletzt editiert von
                  #15

                  @Thomas-Braun

                  /home/iobroker/.npm/_logs/2020-09-20T13_51_38_768Z-debug.log
                  

                  Verzeichnis

                  .npm
                  

                  ist da nicht was quer installiert !?

                  Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                  birdyB Thomas BraunT 2 Antworten Letzte Antwort
                  0
                  • GlasfaserG Glasfaser

                    @Thomas-Braun

                    /home/iobroker/.npm/_logs/2020-09-20T13_51_38_768Z-debug.log
                    

                    Verzeichnis

                    .npm
                    

                    ist da nicht was quer installiert !?

                    birdyB Offline
                    birdyB Offline
                    birdy
                    schrieb am zuletzt editiert von
                    #16

                    @Glasfaser

                    Äääh... Keine Berechtigung? Sorry, ich habe nur rudimentäre Linux-Kenntnisse...

                    pi@raspberrypi:/opt/iobroker $ /home/iobroker/.npm/_logs/2020-09-20T13_51_38_768Z-debug.log
                    -bash: /home/iobroker/.npm/_logs/2020-09-20T13_51_38_768Z-debug.log: Keine Berechtigung
                    
                    
                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • birdyB birdy

                      @Glasfaser

                      Äääh... Keine Berechtigung? Sorry, ich habe nur rudimentäre Linux-Kenntnisse...

                      pi@raspberrypi:/opt/iobroker $ /home/iobroker/.npm/_logs/2020-09-20T13_51_38_768Z-debug.log
                      -bash: /home/iobroker/.npm/_logs/2020-09-20T13_51_38_768Z-debug.log: Keine Berechtigung
                      
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #17

                      @birdy Das passt, der User pi darf nicht in die Dateien vom User iobroker schauen.
                      Mich würde ja immer noch die Ausgabe von

                      iobroker update
                      iobroker upgrade
                      

                      interessieren. Aber die unterliegt offenbar der Geheimhaltung.

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      birdyB 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @birdy Das passt, der User pi darf nicht in die Dateien vom User iobroker schauen.
                        Mich würde ja immer noch die Ausgabe von

                        iobroker update
                        iobroker upgrade
                        

                        interessieren. Aber die unterliegt offenbar der Geheimhaltung.

                        birdyB Offline
                        birdyB Offline
                        birdy
                        schrieb am zuletzt editiert von
                        #18

                        @Thomas-Braun

                        Kommt gleich, ein paar adapter werden aktualisiert. Ist danach wieder ein npm rebuild zu machen?

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • birdyB birdy

                          @Thomas-Braun

                          Kommt gleich, ein paar adapter werden aktualisiert. Ist danach wieder ein npm rebuild zu machen?

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #19

                          @birdy Erstmal nicht. Wenn das durch ist schauen wir ggf. weiter.

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          birdyB 1 Antwort Letzte Antwort
                          0
                          • GlasfaserG Glasfaser

                            @Thomas-Braun

                            /home/iobroker/.npm/_logs/2020-09-20T13_51_38_768Z-debug.log
                            

                            Verzeichnis

                            .npm
                            

                            ist da nicht was quer installiert !?

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von Thomas Braun
                            #20

                            @Glasfaser Nö, ist nicht quer. Wenn der User iobroker was mir npm macht dann landet das natürlich auch in dessen home-Verzeichnis. Wo auch sonst, außer in /opt/iobroker (wegen sudoer) darf der ja nix machen

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @birdy Erstmal nicht. Wenn das durch ist schauen wir ggf. weiter.

                              birdyB Offline
                              birdyB Offline
                              birdy
                              schrieb am zuletzt editiert von
                              #21

                              @Thomas-Braun

                              so, eine ordentliche Litanei...

                              pi@raspberrypi:/opt/iobroker $ iobroker upgrade
                              Adapter "admin"          is up to date.
                              Adapter "alarm"          is not installed.
                              Adapter "alexa2"         is up to date.
                              Adapter "alpha2"         is not installed.
                              Adapter "amazon-dash"    is not installed.
                              Adapter "artnet"         is not installed.
                              Adapter "asterisk"       is not installed.
                              Adapter "asuswrt"        is not installed.
                              Adapter "b-control-em"   is not installed.
                              Update backitup from @1.1.4 to @1.6.7
                              host.raspberrypi Adapter "system.adapter.backitup.0" is stopped.
                              NPM version: 6.14.6
                              npm install iobroker.backitup@1.6.7 --loglevel error --prefix "/opt/iobroker" (S           ystem call)
                              Package pixman-1 was not found in the pkg-config search path.
                              Perhaps you should add the directory containing `pixman-1.pc'
                              to the PKG_CONFIG_PATH environment variable
                              No package 'pixman-1' found
                              gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                              gyp ERR! configure error
                              gyp ERR! stack Error: `gyp` failed with exit code: 1
                              gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                              gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              node-pre-gyp ERR! build error
                              node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                              node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                              node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                              node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                              node-pre-gyp ERR! System Linux 4.19.66-v7+
                              node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                              node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              node-pre-gyp ERR! node -v v12.18.4
                              node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                              node-pre-gyp ERR! not ok
                              ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                              info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                              info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                              ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                               #include <vips/vips8>
                                                    ^
                              compilation terminated.
                              make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                              gyp ERR! cwd /opt/iobroker/node_modules/sharp
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/wor           ds.js words.js application/javascript
                              Update "system.adapter.backitup.0"
                              upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/ind           ex_m.html index_m.html text/html
                              upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/ind           ex.html index.html text/html
                              upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/bac           kitup.png backitup.png image/png
                              Adapter "backitup" updated
                              host.raspberrypi Adapter "system.adapter.backitup.0" is started
                              Adapter "beckhoff"       is not installed.
                              Adapter "benq"           is not installed.
                              Adapter "binance"        is not installed.
                              Adapter "ble"            is not installed.
                              Adapter "bmw"            is not installed.
                              Adapter "bosesoundtouch" is not installed.
                              Adapter "botvac"         is not installed.
                              Adapter "bring"          is not installed.
                              Adapter "broadlink2"     is up to date.
                              Adapter "bsblan"         is not installed.
                              Adapter "bshb"           is not installed.
                              Adapter "chromecast"     is not installed.
                              Adapter "cloud"          is not installed.
                              Adapter "comfoair"       is not installed.
                              Adapter "contactid"      is not installed.
                              Adapter "coronavirus-statistics" is not installed.
                              Adapter "countdown"      is not installed.
                              Adapter "cul"            is not installed.
                              Adapter "daikin"         is not installed.
                              Update daswetter from @2.8.0 to @3.0.1
                              host.raspberrypi Adapter "system.adapter.daswetter.0" is stopped.
                              NPM version: 6.14.6
                              npm install iobroker.daswetter@3.0.1 --loglevel error --prefix "/opt/iobroker" (           System call)
                              Package pixman-1 was not found in the pkg-config search path.
                              Perhaps you should add the directory containing `pixman-1.pc'
                              to the PKG_CONFIG_PATH environment variable
                              No package 'pixman-1' found
                              gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                              gyp ERR! configure error
                              gyp ERR! stack Error: `gyp` failed with exit code: 1
                              gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                              gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              node-pre-gyp ERR! build error
                              node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                              node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                              node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                              node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                              node-pre-gyp ERR! System Linux 4.19.66-v7+
                              node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                              node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              node-pre-gyp ERR! node -v v12.18.4
                              node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                              node-pre-gyp ERR! not ok
                              ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                              info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                              info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                              ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                               #include <vips/vips8>
                                                    ^
                              compilation terminated.
                              make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                              gyp ERR! cwd /opt/iobroker/node_modules/sharp
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              Update "system.adapter.daswetter.0"
                              upload [450] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin           /icons/viento-wind/galeria2-Beaufort/75.png icons/viento-wind/galeria2-Beaufort/           75.png image/png
                              upload [400] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin           /icons/viento-wind/galeria2-Beaufort/3.png icons/viento-wind/galeria2-Beaufort/3           .png image/png
                              upload [350] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin           /icons/viento-wind/galeria1/16.png icons/viento-wind/galeria1/16.png image/png
                              upload [300] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin           /icons/viento-wind/Beaufort-White/60.png icons/viento-wind/Beaufort-White/60.png            image/png
                              upload [250] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin           /icons/viento-wind/Beaufort-White/15.png icons/viento-wind/Beaufort-White/15.png            image/png
                              upload [200] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin           /icons/tiempo-weather/galeria6/11.svg icons/tiempo-weather/galeria6/11.svg image           /svg+xml
                              upload [150] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin           /icons/tiempo-weather/galeria5/PNG/White/9.png icons/tiempo-weather/galeria5/PNG           /White/9.png image/png
                              upload [100] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin           /icons/tiempo-weather/galeria4/3.png icons/tiempo-weather/galeria4/3.png image/p           ng
                              upload [90] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/tiempo-weather/galeria4/11.png icons/tiempo-weather/galeria4/11.png image/           png
                              upload [80] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/tiempo-weather/galeria3/2.png icons/tiempo-weather/galeria3/2.png image/pn           g
                              upload [70] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/tiempo-weather/galeria3/10.png icons/tiempo-weather/galeria3/10.png image/           png
                              upload [60] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/tiempo-weather/galeria2/19.png icons/tiempo-weather/galeria2/19.png image/           png
                              upload [50] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/tiempo-weather/galeria2/1.png icons/tiempo-weather/galeria2/1.png image/pn           g
                              upload [40] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/tiempo-weather/galeria1/18.png icons/tiempo-weather/galeria1/18.png image/           png
                              upload [30] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/9.png icons/luna-moon/9.png image/png
                              upload [20] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/26.png icons/luna-moon/26.png image/png
                              upload [19] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/25.png icons/luna-moon/25.png image/png
                              upload [18] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/24.png icons/luna-moon/24.png image/png
                              upload [17] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/23.png icons/luna-moon/23.png image/png
                              upload [16] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/22.png icons/luna-moon/22.png image/png
                              upload [15] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/21.png icons/luna-moon/21.png image/png
                              upload [14] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/20.png icons/luna-moon/20.png image/png
                              upload [13] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/2.png icons/luna-moon/2.png image/png
                              upload [12] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/19.png icons/luna-moon/19.png image/png
                              upload [11] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/18.png icons/luna-moon/18.png image/png
                              upload [10] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/17.png icons/luna-moon/17.png image/png
                              upload [9] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/i           cons/luna-moon/16.png icons/luna-moon/16.png image/png
                              upload [8] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/i           cons/luna-moon/15.png icons/luna-moon/15.png image/png
                              upload [7] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/i           cons/luna-moon/14.png icons/luna-moon/14.png image/png
                              upload [6] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/i           cons/luna-moon/13.png icons/luna-moon/13.png image/png
                              upload [5] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/i           cons/luna-moon/12.png icons/luna-moon/12.png image/png
                              upload [4] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/i           cons/luna-moon/11.png icons/luna-moon/11.png image/png
                              upload [3] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/i           cons/luna-moon/10.png icons/luna-moon/10.png image/png
                              upload [2] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/i           cons/luna-moon/1.png icons/luna-moon/1.png image/png
                              upload [1] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/i           cons/luna-moon/0.png icons/luna-moon/0.png image/png
                              upload [0] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/d           aswettercom.png daswettercom.png image/png
                              Adapter "daswetter" updated
                              host.raspberrypi Adapter "system.adapter.daswetter.0" is started
                              Adapter "deconz"         is not installed.
                              Adapter "denon"          is not installed.
                              Adapter "devices"        is not installed.
                              Adapter "digitalstrom"   is not installed.
                              Adapter "discovergy"     is not installed.
                              Update discovery from @1.3.0 to @2.3.7
                              NPM version: 6.14.6
                              npm install iobroker.discovery@2.3.7 --loglevel error --prefix "/opt/iobroker" (           System call)
                              Package pixman-1 was not found in the pkg-config search path.
                              Perhaps you should add the directory containing `pixman-1.pc'
                              to the PKG_CONFIG_PATH environment variable
                              No package 'pixman-1' found
                              gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                              gyp ERR! configure error
                              gyp ERR! stack Error: `gyp` failed with exit code: 1
                              gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                              gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              node-pre-gyp ERR! build error
                              node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                              node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                              node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                              node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                              node-pre-gyp ERR! System Linux 4.19.66-v7+
                              node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                              node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              node-pre-gyp ERR! node -v v12.18.4
                              node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                              node-pre-gyp ERR! not ok
                              ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                              info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                              info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                              ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                               #include <vips/vips8>
                                                    ^
                              compilation terminated.
                              make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                              gyp ERR! cwd /opt/iobroker/node_modules/sharp
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              upload [6] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/w           ords.js words.js application/javascript
                              Update "system.adapter.discovery.0"
                              upload [5] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/t           ranslateTools.js translateTools.js application/javascript
                              upload [4] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/s           ettings_m.html settings_m.html text/html
                              upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/s           ettings.html settings.html text/html
                              upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/i           ndex_m.html index_m.html text/html
                              upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/i           ndex.html index.html text/html
                              upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/d           iscovery.png discovery.png image/png
                              Adapter "discovery" updated
                              Adapter "doorio"         is not installed.
                              Adapter "ds18b20"        is not installed.
                              Adapter "dwd"            is not installed.
                              Adapter "ebus"           is not installed.
                              Adapter "ecovacs-deebot" is not installed.
                              Adapter "egigeozone"     is not installed.
                              Adapter "ekey"           is not installed.
                              Adapter "email"          is not installed.
                              Adapter "emby"           is not installed.
                              Adapter "energymanager"  is not installed.
                              Adapter "enet"           is not installed.
                              Adapter "epson_stylus_px830" is not installed.
                              Adapter "exchangerates"  is not installed.
                              Adapter "fakeroku"       is not installed.
                              Adapter "fb-checkpresence" is not installed.
                              Adapter "feiertage"      is not installed.
                              Adapter "fhem"           is not installed.
                              Adapter "find-my-iphone" is not installed.
                              Adapter "firetv"         is not installed.
                              Adapter "flot"           is up to date.
                              Adapter "foobar2000"     is not installed.
                              Adapter "fritzbox"       is not installed.
                              Adapter "fritzdect"      is not installed.
                              Adapter "fronius"        is not installed.
                              Adapter "fullcalendar"   is not installed.
                              Adapter "fullybrowser"   is not installed.
                              Adapter "g-homa"         is not installed.
                              Adapter "geofency"       is not installed.
                              Adapter "gruenbeck"      is not installed.
                              Adapter "habpanel"       is not installed.
                              Adapter "haier"          is not installed.
                              Adapter "ham"            is not installed.
                              Adapter "ham-wemo"       is not installed.
                              Adapter "harmony"        is not installed.
                              Adapter "heatingcontrol" is not installed.
                              Adapter "heytech"        is not installed.
                              Adapter "hid"            is not installed.
                              Update history from @1.8.6 to @1.9.10
                              NPM version: 6.14.6
                              npm install iobroker.history@1.9.10 --loglevel error --prefix "/opt/iobroker" (S           ystem call)
                              Package pixman-1 was not found in the pkg-config search path.
                              Perhaps you should add the directory containing `pixman-1.pc'
                              to the PKG_CONFIG_PATH environment variable
                              No package 'pixman-1' found
                              gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                              gyp ERR! configure error
                              gyp ERR! stack Error: `gyp` failed with exit code: 1
                              gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                              gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              node-pre-gyp ERR! build error
                              node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                              node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                              node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                              node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                              node-pre-gyp ERR! System Linux 4.19.66-v7+
                              node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                              node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              node-pre-gyp ERR! node -v v12.18.4
                              node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                              node-pre-gyp ERR! not ok
                              ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                              info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                              info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                              ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                               #include <vips/vips8>
                                                    ^
                              compilation terminated.
                              make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                              gyp ERR! cwd /opt/iobroker/node_modules/sharp
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              upload [6] history.admin /opt/iobroker/node_modules/iobroker.history/admin/words           Custom.js wordsCustom.js application/javascript
                              upload [5] history.admin /opt/iobroker/node_modules/iobroker.history/admin/words           .js words.js application/javascript
                              upload [4] history.admin /opt/iobroker/node_modules/iobroker.history/admin/index           _m.html index_m.html text/html
                              upload [3] history.admin /opt/iobroker/node_modules/iobroker.history/admin/index           .html index.html text/html
                              upload [2] history.admin /opt/iobroker/node_modules/iobroker.history/admin/histo           ry.png history.png image/png
                              upload [1] history.admin /opt/iobroker/node_modules/iobroker.history/admin/custo           m_m.html custom_m.html text/html
                              upload [0] history.admin /opt/iobroker/node_modules/iobroker.history/admin/custo           m.html custom.html text/html
                              Adapter "history" updated
                              Adapter "hm-rega"        is not installed.
                              Adapter "hm-rpc"         is not installed.
                              Adapter "hmip"           is not installed.
                              Adapter "homeconnect"    is not installed.
                              Adapter "homee"          is not installed.
                              Adapter "homepilot"      is not installed.
                              Adapter "hp-ilo"         is not installed.
                              Adapter "hs100"          is not installed.
                              Adapter "hue"            is not installed.
                              Adapter "hue-extended"   is not installed.
                              Adapter "ical"           is not installed.
                              Adapter "icons-addictive-flavour-png" is not installed.
                              Adapter "icons-fatcow-hosting" is not installed.
                              Adapter "icons-icons8"   is not installed.
                              Adapter "icons-material-png" is not installed.
                              Adapter "icons-material-svg" is not installed.
                              Adapter "icons-mfd-png"  is not installed.
                              Adapter "icons-mfd-svg"  is not installed.
                              Adapter "icons-open-icon-library-png" is not installed.
                              Adapter "icons-ultimate-png" is up to date.
                              Adapter "influxdb"       is not installed.
                              Adapter "info"           is up to date.
                              Adapter "innogy-smarthome" is not installed.
                              Adapter "iogo"           is not installed.
                              Adapter "iot"            is up to date.
                              Adapter "iqontrol"       is not installed.
                              Adapter "javascript"     is up to date.
                              Adapter "jeelink"        is not installed.
                              Adapter "kecontact"      is not installed.
                              Adapter "klf200"         is not installed.
                              Adapter "km200"          is not installed.
                              Adapter "knmi-weather"   is not installed.
                              Adapter "knx"            is not installed.
                              Adapter "kodi"           is not installed.
                              Adapter "kress"          is not installed.
                              Adapter "lametric"       is not installed.
                              Adapter "landroid"       is not installed.
                              Adapter "lcn"            is not installed.
                              Adapter "letrika_comgw"  is not installed.
                              Adapter "lgtv"           is not installed.
                              Adapter "lgtv-rs"        is not installed.
                              Adapter "lgtv11"         is not installed.
                              Adapter "lifx"           is not installed.
                              Adapter "lightify"       is not installed.
                              Adapter "link"           is not installed.
                              Adapter "linkeddevices"  is not installed.
                              Adapter "logparser"      is not installed.
                              Adapter "lovelace"       is not installed.
                              Adapter "loxone"         is not installed.
                              Adapter "luftdaten"      is not installed.
                              Adapter "lupusec"        is not installed.
                              Adapter "luxtronik1"     is not installed.
                              Adapter "material"       is not installed.
                              Adapter "maxcube"        is not installed.
                              Adapter "maxcul"         is not installed.
                              Adapter "mbus"           is not installed.
                              Adapter "mclighting"     is not installed.
                              Adapter "megad"          is not installed.
                              Adapter "megadd"         is not installed.
                              Adapter "megaesp"        is not installed.
                              Adapter "melcloud"       is not installed.
                              Adapter "mercedesme"     is not installed.
                              Adapter "mercury"        is not installed.
                              Adapter "meross"         is not installed.
                              Adapter "meteoalarm"     is not installed.
                              Adapter "midea"          is not installed.
                              Adapter "miele"          is not installed.
                              Adapter "mielecloudservice" is not installed.
                              Adapter "mihome"         is not installed.
                              Adapter "mihome-lamp"    is not installed.
                              Adapter "mihome-plug"    is not installed.
                              Adapter "mihome-vacuum"  is not installed.
                              Adapter "mikrotik"       is not installed.
                              Adapter "milight"        is not installed.
                              Adapter "milight-smart-light" is not installed.
                              Adapter "mobile"         is not installed.
                              Adapter "modbus"         is not installed.
                              Adapter "moma"           is not installed.
                              Adapter "mpd"            is not installed.
                              Update mqtt from @2.0.4 to @2.1.4
                              NPM version: 6.14.6
                              npm install iobroker.mqtt@2.1.4 --loglevel error --prefix "/opt/iobroker" (Syste           m call)
                              Package pixman-1 was not found in the pkg-config search path.
                              Perhaps you should add the directory containing `pixman-1.pc'
                              to the PKG_CONFIG_PATH environment variable
                              No package 'pixman-1' found
                              gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                              gyp ERR! configure error
                              gyp ERR! stack Error: `gyp` failed with exit code: 1
                              gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                              gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              node-pre-gyp ERR! build error
                              node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                              node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                              node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                              node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                              node-pre-gyp ERR! System Linux 4.19.66-v7+
                              node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                              node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              node-pre-gyp ERR! node -v v12.18.4
                              node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                              node-pre-gyp ERR! not ok
                              ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                              info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                              info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                              ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                               #include <vips/vips8>
                                                    ^
                              compilation terminated.
                              make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                              gyp ERR! cwd /opt/iobroker/node_modules/sharp
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              upload [3] mqtt.admin /opt/iobroker/node_modules/iobroker.mqtt/admin/words.js wo           rds.js application/javascript
                              Update "system.adapter.mqtt.0"
                              upload [2] mqtt.admin /opt/iobroker/node_modules/iobroker.mqtt/admin/mqtt.png mq           tt.png image/png
                              upload [1] mqtt.admin /opt/iobroker/node_modules/iobroker.mqtt/admin/index_m.htm           l index_m.html text/html
                              upload [0] mqtt.admin /opt/iobroker/node_modules/iobroker.mqtt/admin/index.html            index.html text/html
                              Adapter "mqtt" updated
                              Adapter "mqtt-client"    is not installed.
                              Adapter "musiccast"      is not installed.
                              Adapter "mysensors"      is not installed.
                              Adapter "nanoleaf-lightpanels" is not installed.
                              Adapter "nello"          is not installed.
                              Adapter "netatmo"        is not installed.
                              Adapter "nibeuplink"     is not installed.
                              Adapter "nina"           is not installed.
                              Adapter "node-red"       is not installed.
                              Adapter "nuki"           is not installed.
                              Adapter "nuki-extended"  is not installed.
                              Adapter "nut"            is not installed.
                              Adapter "odl"            is not installed.
                              Adapter "oilfox"         is not installed.
                              Adapter "onkyo"          is not installed.
                              Adapter "onvif"          is not installed.
                              Adapter "openhab"        is not installed.
                              Adapter "openligadb"     is not installed.
                              Adapter "openweathermap" is not installed.
                              Adapter "opi"            is not installed.
                              Adapter "oppoplayer"     is not installed.
                              Adapter "owfs"           is not installed.
                              Adapter "owntracks"      is not installed.
                              Adapter "panasonic-viera" is not installed.
                              Adapter "parser"         is up to date.
                              Adapter "paw"            is not installed.
                              Adapter "phantomjs"      is not installed.
                              Adapter "pi-hole"        is not installed.
                              Adapter "piface"         is not installed.
                              Adapter "pimatic"        is not installed.
                              Update ping from @1.3.2 to @1.4.8
                              NPM version: 6.14.6
                              npm install iobroker.ping@1.4.8 --loglevel error --prefix "/opt/iobroker" (Syste           m call)
                              Package pixman-1 was not found in the pkg-config search path.
                              Perhaps you should add the directory containing `pixman-1.pc'
                              to the PKG_CONFIG_PATH environment variable
                              No package 'pixman-1' found
                              gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                              gyp ERR! configure error
                              gyp ERR! stack Error: `gyp` failed with exit code: 1
                              gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                              gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              node-pre-gyp ERR! build error
                              node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                              node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                              node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                              node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                              node-pre-gyp ERR! System Linux 4.19.66-v7+
                              node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                              node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              node-pre-gyp ERR! node -v v12.18.4
                              node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                              node-pre-gyp ERR! not ok
                              ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                              info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                              info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                              ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                               #include <vips/vips8>
                                                    ^
                              compilation terminated.
                              make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                              gyp ERR! cwd /opt/iobroker/node_modules/sharp
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              upload [3] ping.admin /opt/iobroker/node_modules/iobroker.ping/admin/words.js wo           rds.js application/javascript
                              Update "system.adapter.ping.0"
                              upload [2] ping.admin /opt/iobroker/node_modules/iobroker.ping/admin/ping.png pi           ng.png image/png
                              upload [1] ping.admin /opt/iobroker/node_modules/iobroker.ping/admin/index_m.htm           l index_m.html text/html
                              upload [0] ping.admin /opt/iobroker/node_modules/iobroker.ping/admin/index.html            index.html text/html
                              Adapter "ping" updated
                              Adapter "places"         is not installed.
                              Adapter "plex"           is not installed.
                              Adapter "plexconnect"    is not installed.
                              Adapter "pollenflug"     is not installed.
                              Adapter "proxmox"        is not installed.
                              Adapter "proxy"          is not installed.
                              Adapter "pushbullet"     is not installed.
                              Adapter "pushover"       is not installed.
                              Adapter "pushsafer"      is not installed.
                              Adapter "radar2"         is not installed.
                              Adapter "radiohead"      is not installed.
                              Adapter "rflink"         is not installed.
                              Adapter "rickshaw"       is up to date.
                              Adapter "ring"           is not installed.
                              Adapter "robonect"       is not installed.
                              Adapter "roomba"         is not installed.
                              Adapter "rpi2"           is not installed.
                              Adapter "s7"             is not installed.
                              Adapter "samsung"        is not installed.
                              Adapter "sayit"          is not installed.
                              Adapter "sbfspot"        is not installed.
                              Adapter "scenes"         is up to date.
                              Adapter "schoolfree"     is not installed.
                              Adapter "shelly"         is not installed.
                              Adapter "shuttercontrol" is not installed.
                              Adapter "sia"            is not installed.
                              Adapter "siegenia"       is not installed.
                              Adapter "simple-api"     is up to date.
                              Adapter "smappee"        is not installed.
                              Adapter "smartgarden"    is not installed.
                              Adapter "smartmeter"     is not installed.
                              Adapter "snips"          is not installed.
                              Adapter "snmp"           is not installed.
                              Adapter "socketio"       is up to date.
                              Adapter "solarlog"       is not installed.
                              Adapter "solarviewdatareader" is not installed.
                              Adapter "solarwetter"    is not installed.
                              Adapter "sonnen"         is not installed.
                              Update sonoff from @2.2.2 to @2.3.3
                              NPM version: 6.14.6
                              npm install iobroker.sonoff@2.3.3 --loglevel error --prefix "/opt/iobroker" (Sys           tem call)
                              Package pixman-1 was not found in the pkg-config search path.
                              Perhaps you should add the directory containing `pixman-1.pc'
                              to the PKG_CONFIG_PATH environment variable
                              No package 'pixman-1' found
                              gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                              gyp ERR! configure error
                              gyp ERR! stack Error: `gyp` failed with exit code: 1
                              gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                              gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              node-pre-gyp ERR! build error
                              node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                              node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                              node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                              node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                              node-pre-gyp ERR! System Linux 4.19.66-v7+
                              node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                              node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              node-pre-gyp ERR! node -v v12.18.4
                              node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                              node-pre-gyp ERR! not ok
                              ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                              info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                              info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                              ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                               #include <vips/vips8>
                                                    ^
                              compilation terminated.
                              make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                              gyp ERR! cwd /opt/iobroker/node_modules/sharp
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              upload [3] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/words.j           s words.js application/javascript
                              Update "system.adapter.sonoff.0"
                              upload [2] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/sonoff.           png sonoff.png image/png
                              upload [1] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index_m           .html index_m.html text/html
                              upload [0] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index.h           tml index.html text/html
                              Adapter "sonoff" updated
                              Adapter "sonos"          is not installed.
                              Adapter "sony-bravia"    is not installed.
                              Adapter "spotify-premium" is not installed.
                              Update sql from @1.9.4 to @1.15.2
                              host.raspberrypi Adapter "system.adapter.sql.0" is stopped.
                              NPM version: 6.14.6
                              npm install iobroker.sql@1.15.2 --loglevel error --prefix "/opt/iobroker" (Syste           m call)
                              Package pixman-1 was not found in the pkg-config search path.
                              Perhaps you should add the directory containing `pixman-1.pc'
                              to the PKG_CONFIG_PATH environment variable
                              No package 'pixman-1' found
                              gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                              gyp ERR! configure error
                              gyp ERR! stack Error: `gyp` failed with exit code: 1
                              gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                              gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              node-pre-gyp ERR! build error
                              node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                              node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                              node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                              node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                              node-pre-gyp ERR! System Linux 4.19.66-v7+
                              node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                              node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              node-pre-gyp ERR! node -v v12.18.4
                              node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                              node-pre-gyp ERR! not ok
                              ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                              info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                              info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                              ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                               #include <vips/vips8>
                                                    ^
                              compilation terminated.
                              make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                              gyp ERR! cwd /opt/iobroker/node_modules/sharp
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              ../src/backup.cc: In static member function ‘static void node_sqlite3::Backup::W           ork_BeginInitialize(node_sqlite3::Database::Baton*)’:
                              ../src/backup.cc:191:9: warning: unused variable ‘status’ [-Wunused-variable]
                                   int status = napi_create_async_work(
                                       ^~~~~~
                              In file included from ../src/backup.cc:4:0:
                              ../src/backup.cc: In static member function ‘static void node_sqlite3::Backup::W           ork_BeginStep(node_sqlite3::Backup::Baton*)’:
                              ../src/macros.h:175:9: warning: unused variable ‘status’ [-Wunused-variable]
                                   int status = napi_create_async_work(                                                  \
                                       ^
                              ../src/backup.cc:263:5: note: in expansion of macro ‘BACKUP_BEGIN’
                                   BACKUP_BEGIN(Step);
                                   ^~~~~~~~~~~~
                              ../src/backup.cc: In static member function ‘static void node_sqlite3::Backup::W           ork_BeginFinish(node_sqlite3::Backup::Baton*)’:
                              ../src/macros.h:175:9: warning: unused variable ‘status’ [-Wunused-variable]
                                   int status = napi_create_async_work(                                                  \
                                       ^
                              ../src/backup.cc:329:5: note: in expansion of macro ‘BACKUP_BEGIN’
                                   BACKUP_BEGIN(Finish);
                                   ^~~~~~~~~~~~
                              ../src/database.cc: In static member function ‘static void node_sqlite3::Databas           e::Work_BeginOpen(node_sqlite3::Database::Baton*)’:
                              ../src/database.cc:144:9: warning: unused variable ‘status’ [-Wunused-variable]
                                   int status = napi_create_async_work(
                                       ^~~~~~
                              ../src/database.cc: In static member function ‘static void node_sqlite3::Databas           e::Work_BeginClose(node_sqlite3::Database::Baton*)’:
                              ../src/database.cc:240:9: warning: unused variable ‘status’ [-Wunused-variable]
                                   int status = napi_create_async_work(
                                       ^~~~~~
                              ../src/database.cc: In static member function ‘static void node_sqlite3::Databas           e::Work_BeginExec(node_sqlite3::Database::Baton*)’:
                              ../src/database.cc:557:9: warning: unused variable ‘status’ [-Wunused-variable]
                                   int status = napi_create_async_work(
                                       ^~~~~~
                              ../src/database.cc: In static member function ‘static void node_sqlite3::Databas           e::Work_BeginLoadExtension(node_sqlite3::Database::Baton*)’:
                              ../src/database.cc:667:9: warning: unused variable ‘status’ [-Wunused-variable]
                                   int status = napi_create_async_work(
                                       ^~~~~~
                              ../src/statement.cc: In function ‘bool OtherInstanceOf(Napi::Object, char*)’:
                              ../src/statement.cc:35:24: warning: comparison with string literal results in un           specified behavior [-Waddress]
                                   if (object_type == "Date") {
                                                      ^~~~~~
                              ../src/statement.cc:37:31: warning: comparison with string literal results in un           specified behavior [-Waddress]
                                   } else if (object_type == "RegExp") {
                                                             ^~~~~~~~
                              ../src/statement.cc: In static member function ‘static void node_sqlite3::Statem           ent::Work_BeginPrepare(node_sqlite3::Database::Baton*)’:
                              ../src/statement.cc:128:9: warning: unused variable ‘status’ [-Wunused-variable]
                                   int status = napi_create_async_work(
                                       ^~~~~~
                              In file included from ../src/statement.cc:5:0:
                              ../src/statement.cc: In static member function ‘static void node_sqlite3::Statem           ent::Work_BeginBind(node_sqlite3::Statement::Baton*)’:
                              ../src/macros.h:145:9: warning: unused variable ‘status’ [-Wunused-variable]
                                   int status = napi_create_async_work(                                                  \
                                       ^
                              ../src/statement.cc:349:5: note: in expansion of macro ‘STATEMENT_BEGIN’
                                   STATEMENT_BEGIN(Bind);
                                   ^~~~~~~~~~~~~~~
                              ../src/statement.cc: In static member function ‘static void node_sqlite3::Statem           ent::Work_BeginGet(node_sqlite3::Statement::Baton*)’:
                              ../src/macros.h:145:9: warning: unused variable ‘status’ [-Wunused-variable]
                                   int status = napi_create_async_work(                                                  \
                                       ^
                              ../src/statement.cc:400:5: note: in expansion of macro ‘STATEMENT_BEGIN’
                                   STATEMENT_BEGIN(Get);
                                   ^~~~~~~~~~~~~~~
                              ../src/statement.cc: In static member function ‘static void node_sqlite3::Statem           ent::Work_BeginRun(node_sqlite3::Statement::Baton*)’:
                              ../src/macros.h:145:9: warning: unused variable ‘status’ [-Wunused-variable]
                                   int status = napi_create_async_work(                                                  \
                                       ^
                              ../src/statement.cc:471:5: note: in expansion of macro ‘STATEMENT_BEGIN’
                                   STATEMENT_BEGIN(Run);
                                   ^~~~~~~~~~~~~~~
                              ../src/statement.cc: In static member function ‘static void node_sqlite3::Statem           ent::Work_BeginAll(node_sqlite3::Statement::Baton*)’:
                              ../src/macros.h:145:9: warning: unused variable ‘status’ [-Wunused-variable]
                                   int status = napi_create_async_work(                                                  \
                                       ^
                              ../src/statement.cc:540:5: note: in expansion of macro ‘STATEMENT_BEGIN’
                                   STATEMENT_BEGIN(All);
                                   ^~~~~~~~~~~~~~~
                              ../src/statement.cc: In static member function ‘static void node_sqlite3::Statem           ent::Work_BeginEach(node_sqlite3::Statement::Baton*)’:
                              ../src/macros.h:145:9: warning: unused variable ‘status’ [-Wunused-variable]
                                   int status = napi_create_async_work(                                                  \
                                       ^
                              ../src/statement.cc:640:5: note: in expansion of macro ‘STATEMENT_BEGIN’
                                   STATEMENT_BEGIN(Each);
                                   ^~~~~~~~~~~~~~~
                              ../src/statement.cc: In static member function ‘static void node_sqlite3::Statem           ent::Work_BeginReset(node_sqlite3::Statement::Baton*)’:
                              ../src/macros.h:145:9: warning: unused variable ‘status’ [-Wunused-variable]
                                   int status = napi_create_async_work(                                                  \
                                       ^
                              ../src/statement.cc:766:5: note: in expansion of macro ‘STATEMENT_BEGIN’
                                   STATEMENT_BEGIN(Reset);
                                   ^~~~~~~~~~~~~~~
                              ../src/statement.cc: In instantiation of ‘T* node_sqlite3::Statement::Bind(const            Napi::CallbackInfo&, int, int) [with T = node_sqlite3::Statement::Baton]’:
                              ../src/statement.cc:337:42:   required from here
                              ../src/statement.cc:243:60: warning: ISO C++ forbids converting a string constan           t to ‘char*’ [-Wwrite-strings]
                                       else if (!info[start].IsObject() || OtherInstanceOf(info[start].As<Obje           ct>(), "RegExp") || OtherInstanceOf(info[start].As<Object>(), "Date") || info[st           art].IsBuffer()) {
                                                                           ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~           ~~~~~~~~~~~~~~~~
                              ../src/statement.cc:243:115: warning: ISO C++ forbids converting a string consta           nt to ‘char*’ [-Wwrite-strings]
                                       else if (!info[start].IsObject() || OtherInstanceOf(info[start].As<Obje           ct>(), "RegExp") || OtherInstanceOf(info[start].As<Object>(), "Date") || info[st           art].IsBuffer()) {
                                                                                                                                             ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                              ../src/statement.cc: In instantiation of ‘T* node_sqlite3::Statement::Bind(const            Napi::CallbackInfo&, int, int) [with T = node_sqlite3::Statement::RowBaton]’:
                              ../src/statement.cc:388:45:   required from here
                              ../src/statement.cc:243:60: warning: ISO C++ forbids converting a string constan           t to ‘char*’ [-Wwrite-strings]
                                       else if (!info[start].IsObject() || OtherInstanceOf(info[start].As<Obje           ct>(), "RegExp") || OtherInstanceOf(info[start].As<Object>(), "Date") || info[st           art].IsBuffer()) {
                                                                           ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~           ~~~~~~~~~~~~~~~~
                              ../src/statement.cc:243:115: warning: ISO C++ forbids converting a string consta           nt to ‘char*’ [-Wwrite-strings]
                                       else if (!info[start].IsObject() || OtherInstanceOf(info[start].As<Obje           ct>(), "RegExp") || OtherInstanceOf(info[start].As<Object>(), "Date") || info[st           art].IsBuffer()) {
                                                                                                                                             ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                              ../src/statement.cc: In instantiation of ‘T* node_sqlite3::Statement::Bind(const            Napi::CallbackInfo&, int, int) [with T = node_sqlite3::Statement::RunBaton]’:
                              ../src/statement.cc:459:45:   required from here
                              ../src/statement.cc:243:60: warning: ISO C++ forbids converting a string constan           t to ‘char*’ [-Wwrite-strings]
                                       else if (!info[start].IsObject() || OtherInstanceOf(info[start].As<Obje           ct>(), "RegExp") || OtherInstanceOf(info[start].As<Object>(), "Date") || info[st           art].IsBuffer()) {
                                                                           ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~           ~~~~~~~~~~~~~~~~
                              ../src/statement.cc:243:115: warning: ISO C++ forbids converting a string consta           nt to ‘char*’ [-Wwrite-strings]
                                       else if (!info[start].IsObject() || OtherInstanceOf(info[start].As<Obje           ct>(), "RegExp") || OtherInstanceOf(info[start].As<Object>(), "Date") || info[st           art].IsBuffer()) {
                                                                                                                                             ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                              ../src/statement.cc: In instantiation of ‘T* node_sqlite3::Statement::Bind(const            Napi::CallbackInfo&, int, int) [with T = node_sqlite3::Statement::RowsBaton]’:
                              ../src/statement.cc:528:46:   required from here
                              ../src/statement.cc:243:60: warning: ISO C++ forbids converting a string constan           t to ‘char*’ [-Wwrite-strings]
                                       else if (!info[start].IsObject() || OtherInstanceOf(info[start].As<Obje           ct>(), "RegExp") || OtherInstanceOf(info[start].As<Object>(), "Date") || info[st           art].IsBuffer()) {
                                                                           ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~           ~~~~~~~~~~~~~~~~
                              ../src/statement.cc:243:115: warning: ISO C++ forbids converting a string consta           nt to ‘char*’ [-Wwrite-strings]
                                       else if (!info[start].IsObject() || OtherInstanceOf(info[start].As<Obje           ct>(), "RegExp") || OtherInstanceOf(info[start].As<Object>(), "Date") || info[st           art].IsBuffer()) {
                                                                                                                                             ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                              ../src/statement.cc: In instantiation of ‘T* node_sqlite3::Statement::Bind(const            Napi::CallbackInfo&, int, int) [with T = node_sqlite3::Statement::EachBaton]’:
                              ../src/statement.cc:620:59:   required from here
                              ../src/statement.cc:243:60: warning: ISO C++ forbids converting a string constan           t to ‘char*’ [-Wwrite-strings]
                                       else if (!info[start].IsObject() || OtherInstanceOf(info[start].As<Obje           ct>(), "RegExp") || OtherInstanceOf(info[start].As<Object>(), "Date") || info[st           art].IsBuffer()) {
                                                                           ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~           ~~~~~~~~~~~~~~~~
                              ../src/statement.cc:243:115: warning: ISO C++ forbids converting a string consta           nt to ‘char*’ [-Wwrite-strings]
                                       else if (!info[start].IsObject() || OtherInstanceOf(info[start].As<Obje           ct>(), "RegExp") || OtherInstanceOf(info[start].As<Object>(), "Date") || info[st           art].IsBuffer()) {
                                                                                                                                             ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                              ../src/statement.cc: In instantiation of ‘node_sqlite3::Values::Field* node_sqli           te3::Statement::BindParameter(Napi::Value, T) [with T = int]’:
                              ../src/statement.cc:240:58:   required from ‘T* node_sqlite3::Statement::Bind(co           nst Napi::CallbackInfo&, int, int) [with T = node_sqlite3::Statement::Baton]’
                              ../src/statement.cc:337:42:   required from here
                              ../src/statement.cc:188:29: warning: ISO C++ forbids converting a string constan           t to ‘char*’ [-Wwrite-strings]
                                   else if (OtherInstanceOf(source.As<Object>(), "RegExp")) {
                                            ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                              ../src/statement.cc:209:29: warning: ISO C++ forbids converting a string constan           t to ‘char*’ [-Wwrite-strings]
                                   else if (OtherInstanceOf(source.As<Object>(), "Date")) {
                                            ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                              ../src/statement.cc: In instantiation of ‘node_sqlite3::Values::Field* node_sqli           te3::Statement::BindParameter(Napi::Value, T) [with T = const char*]’:
                              ../src/statement.cc:263:62:   required from ‘T* node_sqlite3::Statement::Bind(co           nst Napi::CallbackInfo&, int, int) [with T = node_sqlite3::Statement::Baton]’
                              ../src/statement.cc:337:42:   required from here
                              ../src/statement.cc:188:29: warning: ISO C++ forbids converting a string constan           t to ‘char*’ [-Wwrite-strings]
                                   else if (OtherInstanceOf(source.As<Object>(), "RegExp")) {
                                            ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                              ../src/statement.cc:209:29: warning: ISO C++ forbids converting a string constan           t to ‘char*’ [-Wwrite-strings]
                                   else if (OtherInstanceOf(source.As<Object>(), "Date")) {
                                            ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                              upload [5] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/words.js word           s.js application/javascript
                              Update "system.adapter.sql.0"
                              upload [4] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/sql.png sql.p           ng image/png
                              upload [3] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/index_m.html            index_m.html text/html
                              upload [2] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/index.html in           dex.html text/html
                              upload [1] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/custom_m.html            custom_m.html text/html
                              upload [0] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/custom.html c           ustom.html text/html
                              Adapter "sql" updated
                              host.raspberrypi Adapter "system.adapter.sql.0" is started
                              Adapter "squeezebox"     is not installed.
                              Adapter "squeezeboxrpc"  is not installed.
                              Adapter "starline"       is not installed.
                              Adapter "statistics"     is not installed.
                              Adapter "stiebel-isg"    is not installed.
                              Adapter "sunnyportal"    is not installed.
                              Adapter "swiss-weather-api" is not installed.
                              Adapter "synology"       is not installed.
                              Adapter "systeminfo"     is not installed.
                              Adapter "tahoma"         is not installed.
                              Adapter "tankerkoenig"   is not installed.
                              Update telegram from @1.4.3 to @1.5.9
                              host.raspberrypi Adapter "system.adapter.telegram.0" is stopped.
                              NPM version: 6.14.6
                              npm install iobroker.telegram@1.5.9 --loglevel error --prefix "/opt/iobroker" (S           ystem call)
                              Package pixman-1 was not found in the pkg-config search path.
                              Perhaps you should add the directory containing `pixman-1.pc'
                              to the PKG_CONFIG_PATH environment variable
                              No package 'pixman-1' found
                              gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                              gyp ERR! configure error
                              gyp ERR! stack Error: `gyp` failed with exit code: 1
                              gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                              gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              node-pre-gyp ERR! build error
                              node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                              node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                              node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                              node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                              node-pre-gyp ERR! System Linux 4.19.66-v7+
                              node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                              node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              node-pre-gyp ERR! node -v v12.18.4
                              node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                              node-pre-gyp ERR! not ok
                              ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                              info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                              info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                              ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                               #include <vips/vips8>
                                                    ^
                              compilation terminated.
                              make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                              gyp ERR! cwd /opt/iobroker/node_modules/sharp
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              upload [5] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/wor           ds.js words.js application/javascript
                              Update "system.adapter.telegram.0"
                              upload [4] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/tel           egram.png telegram.png image/png
                              upload [3] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/ind           ex_m.html index_m.html text/html
                              upload [2] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/ind           ex.html index.html text/html
                              upload [1] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/cus           tom_m.html custom_m.html text/html
                              upload [0] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/blo           ckly.js blockly.js application/javascript
                              Adapter "telegram" updated
                              host.raspberrypi Adapter "system.adapter.telegram.0" is started
                              Adapter "terminal"       is up to date.
                              Adapter "tesla-motors"   is not installed.
                              Update text2command from @1.2.5 to @1.3.0
                              NPM version: 6.14.6
                              npm install iobroker.text2command@1.3.0 --loglevel error --prefix "/opt/iobroker           " (System call)
                              Package pixman-1 was not found in the pkg-config search path.
                              Perhaps you should add the directory containing `pixman-1.pc'
                              to the PKG_CONFIG_PATH environment variable
                              No package 'pixman-1' found
                              gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                              gyp ERR! configure error
                              gyp ERR! stack Error: `gyp` failed with exit code: 1
                              gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                              gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              node-pre-gyp ERR! build error
                              node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                              node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                              node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                              node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                              node-pre-gyp ERR! System Linux 4.19.66-v7+
                              node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                              node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              node-pre-gyp ERR! node -v v12.18.4
                              node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                              node-pre-gyp ERR! not ok
                              ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                              info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                              info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                              ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                               #include <vips/vips8>
                                                    ^
                              compilation terminated.
                              make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                              gyp ERR! cwd /opt/iobroker/node_modules/sharp
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              upload [4] text2command.admin /opt/iobroker/node_modules/iobroker.text2command/a           dmin/words.js words.js application/javascript
                              Update "system.adapter.text2command.0"
                              upload [3] text2command.admin /opt/iobroker/node_modules/iobroker.text2command/a           dmin/text2command.png text2command.png image/png
                              upload [2] text2command.admin /opt/iobroker/node_modules/iobroker.text2command/a           dmin/tab.js tab.js application/javascript
                              upload [1] text2command.admin /opt/iobroker/node_modules/iobroker.text2command/a           dmin/tab.html tab.html text/html
                              upload [0] text2command.admin /opt/iobroker/node_modules/iobroker.text2command/a           dmin/langModel.js langModel.js application/javascript
                              Adapter "text2command" updated
                              Adapter "tinker"         is not installed.
                              Adapter "tr-064"         is not installed.
                              Adapter "tradfri"        is not installed.
                              Adapter "trashschedule"  is not installed.
                              Adapter "tunnelbroker-endpoint-updater" is not installed.
                              Adapter "tuya"           is not installed.
                              Adapter "tvspielfilm"    is not installed.
                              Adapter "unifi"          is not installed.
                              Adapter "upnp"           is not installed.
                              Adapter "vaillant"       is not installed.
                              Adapter "valloxmv"       is not installed.
                              Adapter "vcard"          is not installed.
                              Adapter "velux"          is not installed.
                              Adapter "viessmann"      is not installed.
                              Adapter "virtualpowermeter" is not installed.
                              Adapter "vis"            is up to date.
                              Adapter "vis-bars"       is not installed.
                              Adapter "vis-canvas-gauges" is not installed.
                              Adapter "vis-colorpicker" is not installed.
                              Adapter "vis-fancyswitch" is up to date.
                              Adapter "vis-google-fonts" is not installed.
                              Update vis-history from @0.2.7 to @1.0.0
                              NPM version: 6.14.6
                              npm install iobroker.vis-history@1.0.0 --loglevel error --prefix "/opt/iobroker"            (System call)
                              Package pixman-1 was not found in the pkg-config search path.
                              Perhaps you should add the directory containing `pixman-1.pc'
                              to the PKG_CONFIG_PATH environment variable
                              No package 'pixman-1' found
                              gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                              gyp ERR! configure error
                              gyp ERR! stack Error: `gyp` failed with exit code: 1
                              gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                              gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              node-pre-gyp ERR! build error
                              node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                              node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                              node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                              node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                              node-pre-gyp ERR! System Linux 4.19.66-v7+
                              node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                              node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              node-pre-gyp ERR! node -v v12.18.4
                              node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                              node-pre-gyp ERR! not ok
                              ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                              info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                              info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                              ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                               #include <vips/vips8>
                                                    ^
                              compilation terminated.
                              make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                              gyp ERR! cwd /opt/iobroker/node_modules/sharp
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-history/www" was not fo           und! Nothing was uploaded or deleted.
                              upload [0] vis-history.admin /opt/iobroker/node_modules/iobroker.vis-history/adm           in/vis-history.png vis-history.png image/png
                              Adapter "system.adapter.vis.0" restarted.
                              Update "system.adapter.vis-history.0"
                              Adapter "vis-history" updated
                              Adapter "vis-hqwidgets"  is up to date.
                              Adapter "vis-icontwo"    is not installed.
                              Adapter "vis-inventwo"   is not installed.
                              Adapter "vis-jqui-mfd"   is up to date.
                              Adapter "vis-justgage"   is not installed.
                              Adapter "vis-keyboard"   is not installed.
                              Adapter "vis-lcars"      is not installed.
                              Adapter "vis-map"        is not installed.
                              Adapter "vis-metro"      is up to date.
                              Adapter "vis-players"    is not installed.
                              Adapter "vis-plumb"      is not installed.
                              Adapter "vis-rgraph"     is not installed.
                              Adapter "vis-timeandweather" is up to date.
                              Update vis-weather from @2.3.0 to @2.5.2
                              NPM version: 6.14.6
                              npm install iobroker.vis-weather@2.5.2 --loglevel error --prefix "/opt/iobroker"            (System call)
                              Package pixman-1 was not found in the pkg-config search path.
                              Perhaps you should add the directory containing `pixman-1.pc'
                              to the PKG_CONFIG_PATH environment variable
                              No package 'pixman-1' found
                              gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                              gyp ERR! configure error
                              gyp ERR! stack Error: `gyp` failed with exit code: 1
                              gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                              gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              node-pre-gyp ERR! build error
                              node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                              node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                              node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                              node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                              node-pre-gyp ERR! System Linux 4.19.66-v7+
                              node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                              node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              node-pre-gyp ERR! node -v v12.18.4
                              node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                              node-pre-gyp ERR! not ok
                              ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                              info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                              info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                              ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                               #include <vips/vips8>
                                                    ^
                              compilation terminated.
                              make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                              gyp ERR! cwd /opt/iobroker/node_modules/sharp
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-weather/www" was not fo           und! Nothing was uploaded or deleted.
                              upload [3] vis-weather.admin /opt/iobroker/node_modules/iobroker.vis-weather/adm           in/words.js words.js application/javascript
                              Adapter "system.adapter.vis.0" restarted.
                              Update "system.adapter.vis-weather.0"
                              upload [2] vis-weather.admin /opt/iobroker/node_modules/iobroker.vis-weather/adm           in/vis-weather.png vis-weather.png image/png
                              upload [1] vis-weather.admin /opt/iobroker/node_modules/iobroker.vis-weather/adm           in/index_m.html index_m.html text/html
                              upload [0] vis-weather.admin /opt/iobroker/node_modules/iobroker.vis-weather/adm           in/index.html index.html text/html
                              Adapter "vis-weather" updated
                              Adapter "vr200"          is not installed.
                              Adapter "vw-connect"     is not installed.
                              Update weatherunderground from @3.0.7 to @3.2.1
                              NPM version: 6.14.6
                              npm install iobroker.weatherunderground@3.2.1 --loglevel error --prefix "/opt/io           broker" (System call)
                              Package pixman-1 was not found in the pkg-config search path.
                              Perhaps you should add the directory containing `pixman-1.pc'
                              to the PKG_CONFIG_PATH environment variable
                              No package 'pixman-1' found
                              gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                              gyp ERR! configure error
                              gyp ERR! stack Error: `gyp` failed with exit code: 1
                              gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                              gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              node-pre-gyp ERR! build error
                              node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                              node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                              node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                              node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                              node-pre-gyp ERR! System Linux 4.19.66-v7+
                              node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                              node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                              node-pre-gyp ERR! node -v v12.18.4
                              node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                              node-pre-gyp ERR! not ok
                              ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                              info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                              info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                              ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                               #include <vips/vips8>
                                                    ^
                              compilation terminated.
                              make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                              gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                              gyp ERR! System Linux 4.19.66-v7+
                              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                              gyp ERR! cwd /opt/iobroker/node_modules/sharp
                              gyp ERR! node -v v12.18.4
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              upload [2] weatherunderground.admin /opt/iobroker/node_modules/iobroker.weatheru           nderground/admin/wu.png wu.png image/png
                              upload [1] weatherunderground.admin /opt/iobroker/node_modules/iobroker.weatheru           nderground/admin/words.js words.js application/javascript
                              upload [0] weatherunderground.admin /opt/iobroker/node_modules/iobroker.weatheru           nderground/admin/index_m.html index_m.html text/html
                              Adapter "weatherunderground" updated
                              Adapter "web"            is up to date.
                              Adapter "weishaupt-wem"  is not installed.
                              Adapter "wiffi-wz"       is not installed.
                              Adapter "wifilight"      is not installed.
                              Adapter "windows-control" is not installed.
                              Adapter "wled"           is not installed.
                              Adapter "wm-bus"         is not installed.
                              Adapter "wolf"           is not installed.
                              Adapter "worx"           is not installed.
                              Adapter "xbox"           is not installed.
                              Adapter "xs1"            is not installed.
                              Adapter "yahka"          is not installed.
                              Adapter "yamaha"         is not installed.
                              Adapter "yeelight-2"     is not installed.
                              Adapter "youtube"        is not installed.
                              Adapter "yr"             is up to date.
                              Update zigbee from @0.10.2 to @1.2.1
                              NPM version: 6.14.6
                              npm install iobroker.zigbee@1.2.1 --loglevel error --prefix "/opt/iobroker" (Sys           tem call)
                              npm ERR! code ENOTSUP
                              npm ERR! notsup Unsupported engine for dissolve@0.3.3: wanted: {"node":"~0.10.0"           } (current: {"node":"12.18.4","npm":"6.14.6"})
                              npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3
                              npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3
                              npm ERR! notsup Required: {"node":"~0.10.0"}
                              npm ERR! notsup Actual:   {"npm":"6.14.6","node":"12.18.4"}
                              
                              npm ERR! A complete log of this run can be found in:
                              npm ERR!     /home/iobroker/.npm/_logs/2020-09-20T15_36_01_596Z-debug.log
                              upload [100] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/index           _m.html index_m.html text/html
                              upload [90] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/sy           lvania_rt.png img/sylvania_rt.png image/png
                              upload [80] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/se           nsor_ht.png img/sensor_ht.png image/png
                              upload [70] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ph           ilips_hue_lightbar.png img/philips_hue_lightbar.png image/png
                              upload [60] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/os           ram_ceiling_tw.png img/osram_ceiling_tw.png image/png
                              upload [50] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/li           ghtify-plug.png img/lightify-plug.png image/png
                              upload [40] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/in           nr.png img/innr.png image/png
                              upload [30] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/gl           edopto_bulb.png img/gledopto_bulb.png image/png
                              upload [20] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/cu           be.png img/cube.png image/png
                              upload [19] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ct           rl_neutral2.png img/ctrl_neutral2.png image/png
                              upload [18] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ct           rl_neutral1.png img/ctrl_neutral1.png image/png
                              upload [17] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ct           rl_ln2.png img/ctrl_ln2.png image/png
                              upload [16] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ct           rl_ln1.png img/ctrl_ln1.png image/png
                              upload [15] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/co           ntact.png img/contact.png image/png
                              upload [14] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/bi           tron_plug.png img/bitron_plug.png image/png
                              upload [13] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ba           ttery_v.png img/battery_v.png image/png
                              upload [12] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ba           ttery_p.png img/battery_p.png image/png
                              upload [11] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/aq           ara_temperature_sensor.png img/aqara_temperature_sensor.png image/png
                              upload [10] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/aq           ara_numan_body_sensor.png img/aqara_numan_body_sensor.png image/png
                              upload [9] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/aqa           ra_bulb.png img/aqara_bulb.png image/png
                              upload [8] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/aqa           ra.switch.png img/aqara.switch.png image/png
                              upload [7] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/TRA           DFRI.remote.control.png img/TRADFRI.remote.control.png image/png
                              upload [6] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/TRA           DFRI.bulb.E27.png img/TRADFRI.bulb.E27.png image/png
                              upload [5] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/FLO           ALT.panel.WS.png img/FLOALT.panel.WS.png image/png
                              upload [4] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/Eur           otronic_Spirit_04.png img/Eurotronic_Spirit_04.png image/png
                              upload [3] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/86s           w2.png img/86sw2.png image/png
                              upload [2] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/86s           w1.png img/86sw1.png image/png
                              upload [1] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/86p           lug.png img/86plug.png image/png
                              upload [0] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/admin.j           s admin.js application/javascript
                              Adapter "zigbee" updated
                              Adapter "zont"           is not installed.
                              Adapter "zwave"          is not installed.
                              Adapter "zwave2"         is not installed.
                              pi@raspberrypi:/opt/iobroker $
                              
                              
                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • birdyB birdy

                                @Thomas-Braun

                                so, eine ordentliche Litanei...

                                pi@raspberrypi:/opt/iobroker $ iobroker upgrade
                                Adapter "admin"          is up to date.
                                Adapter "alarm"          is not installed.
                                Adapter "alexa2"         is up to date.
                                Adapter "alpha2"         is not installed.
                                Adapter "amazon-dash"    is not installed.
                                Adapter "artnet"         is not installed.
                                Adapter "asterisk"       is not installed.
                                Adapter "asuswrt"        is not installed.
                                Adapter "b-control-em"   is not installed.
                                Update backitup from @1.1.4 to @1.6.7
                                host.raspberrypi Adapter "system.adapter.backitup.0" is stopped.
                                NPM version: 6.14.6
                                npm install iobroker.backitup@1.6.7 --loglevel error --prefix "/opt/iobroker" (S           ystem call)
                                Package pixman-1 was not found in the pkg-config search path.
                                Perhaps you should add the directory containing `pixman-1.pc'
                                to the PKG_CONFIG_PATH environment variable
                                No package 'pixman-1' found
                                gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                                gyp ERR! configure error
                                gyp ERR! stack Error: `gyp` failed with exit code: 1
                                gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                                gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                node-pre-gyp ERR! build error
                                node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                                node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                                node-pre-gyp ERR! System Linux 4.19.66-v7+
                                node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                node-pre-gyp ERR! node -v v12.18.4
                                node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                node-pre-gyp ERR! not ok
                                ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                                info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                                info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                                ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                                 #include <vips/vips8>
                                                      ^
                                compilation terminated.
                                make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                                gyp ERR! cwd /opt/iobroker/node_modules/sharp
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/wor           ds.js words.js application/javascript
                                Update "system.adapter.backitup.0"
                                upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/ind           ex_m.html index_m.html text/html
                                upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/ind           ex.html index.html text/html
                                upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/bac           kitup.png backitup.png image/png
                                Adapter "backitup" updated
                                host.raspberrypi Adapter "system.adapter.backitup.0" is started
                                Adapter "beckhoff"       is not installed.
                                Adapter "benq"           is not installed.
                                Adapter "binance"        is not installed.
                                Adapter "ble"            is not installed.
                                Adapter "bmw"            is not installed.
                                Adapter "bosesoundtouch" is not installed.
                                Adapter "botvac"         is not installed.
                                Adapter "bring"          is not installed.
                                Adapter "broadlink2"     is up to date.
                                Adapter "bsblan"         is not installed.
                                Adapter "bshb"           is not installed.
                                Adapter "chromecast"     is not installed.
                                Adapter "cloud"          is not installed.
                                Adapter "comfoair"       is not installed.
                                Adapter "contactid"      is not installed.
                                Adapter "coronavirus-statistics" is not installed.
                                Adapter "countdown"      is not installed.
                                Adapter "cul"            is not installed.
                                Adapter "daikin"         is not installed.
                                Update daswetter from @2.8.0 to @3.0.1
                                host.raspberrypi Adapter "system.adapter.daswetter.0" is stopped.
                                NPM version: 6.14.6
                                npm install iobroker.daswetter@3.0.1 --loglevel error --prefix "/opt/iobroker" (           System call)
                                Package pixman-1 was not found in the pkg-config search path.
                                Perhaps you should add the directory containing `pixman-1.pc'
                                to the PKG_CONFIG_PATH environment variable
                                No package 'pixman-1' found
                                gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                                gyp ERR! configure error
                                gyp ERR! stack Error: `gyp` failed with exit code: 1
                                gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                                gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                node-pre-gyp ERR! build error
                                node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                                node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                                node-pre-gyp ERR! System Linux 4.19.66-v7+
                                node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                node-pre-gyp ERR! node -v v12.18.4
                                node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                node-pre-gyp ERR! not ok
                                ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                                info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                                info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                                ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                                 #include <vips/vips8>
                                                      ^
                                compilation terminated.
                                make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                                gyp ERR! cwd /opt/iobroker/node_modules/sharp
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                Update "system.adapter.daswetter.0"
                                upload [450] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin           /icons/viento-wind/galeria2-Beaufort/75.png icons/viento-wind/galeria2-Beaufort/           75.png image/png
                                upload [400] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin           /icons/viento-wind/galeria2-Beaufort/3.png icons/viento-wind/galeria2-Beaufort/3           .png image/png
                                upload [350] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin           /icons/viento-wind/galeria1/16.png icons/viento-wind/galeria1/16.png image/png
                                upload [300] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin           /icons/viento-wind/Beaufort-White/60.png icons/viento-wind/Beaufort-White/60.png            image/png
                                upload [250] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin           /icons/viento-wind/Beaufort-White/15.png icons/viento-wind/Beaufort-White/15.png            image/png
                                upload [200] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin           /icons/tiempo-weather/galeria6/11.svg icons/tiempo-weather/galeria6/11.svg image           /svg+xml
                                upload [150] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin           /icons/tiempo-weather/galeria5/PNG/White/9.png icons/tiempo-weather/galeria5/PNG           /White/9.png image/png
                                upload [100] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin           /icons/tiempo-weather/galeria4/3.png icons/tiempo-weather/galeria4/3.png image/p           ng
                                upload [90] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/tiempo-weather/galeria4/11.png icons/tiempo-weather/galeria4/11.png image/           png
                                upload [80] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/tiempo-weather/galeria3/2.png icons/tiempo-weather/galeria3/2.png image/pn           g
                                upload [70] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/tiempo-weather/galeria3/10.png icons/tiempo-weather/galeria3/10.png image/           png
                                upload [60] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/tiempo-weather/galeria2/19.png icons/tiempo-weather/galeria2/19.png image/           png
                                upload [50] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/tiempo-weather/galeria2/1.png icons/tiempo-weather/galeria2/1.png image/pn           g
                                upload [40] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/tiempo-weather/galeria1/18.png icons/tiempo-weather/galeria1/18.png image/           png
                                upload [30] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/9.png icons/luna-moon/9.png image/png
                                upload [20] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/26.png icons/luna-moon/26.png image/png
                                upload [19] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/25.png icons/luna-moon/25.png image/png
                                upload [18] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/24.png icons/luna-moon/24.png image/png
                                upload [17] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/23.png icons/luna-moon/23.png image/png
                                upload [16] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/22.png icons/luna-moon/22.png image/png
                                upload [15] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/21.png icons/luna-moon/21.png image/png
                                upload [14] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/20.png icons/luna-moon/20.png image/png
                                upload [13] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/2.png icons/luna-moon/2.png image/png
                                upload [12] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/19.png icons/luna-moon/19.png image/png
                                upload [11] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/18.png icons/luna-moon/18.png image/png
                                upload [10] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/           icons/luna-moon/17.png icons/luna-moon/17.png image/png
                                upload [9] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/i           cons/luna-moon/16.png icons/luna-moon/16.png image/png
                                upload [8] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/i           cons/luna-moon/15.png icons/luna-moon/15.png image/png
                                upload [7] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/i           cons/luna-moon/14.png icons/luna-moon/14.png image/png
                                upload [6] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/i           cons/luna-moon/13.png icons/luna-moon/13.png image/png
                                upload [5] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/i           cons/luna-moon/12.png icons/luna-moon/12.png image/png
                                upload [4] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/i           cons/luna-moon/11.png icons/luna-moon/11.png image/png
                                upload [3] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/i           cons/luna-moon/10.png icons/luna-moon/10.png image/png
                                upload [2] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/i           cons/luna-moon/1.png icons/luna-moon/1.png image/png
                                upload [1] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/i           cons/luna-moon/0.png icons/luna-moon/0.png image/png
                                upload [0] daswetter.admin /opt/iobroker/node_modules/iobroker.daswetter/admin/d           aswettercom.png daswettercom.png image/png
                                Adapter "daswetter" updated
                                host.raspberrypi Adapter "system.adapter.daswetter.0" is started
                                Adapter "deconz"         is not installed.
                                Adapter "denon"          is not installed.
                                Adapter "devices"        is not installed.
                                Adapter "digitalstrom"   is not installed.
                                Adapter "discovergy"     is not installed.
                                Update discovery from @1.3.0 to @2.3.7
                                NPM version: 6.14.6
                                npm install iobroker.discovery@2.3.7 --loglevel error --prefix "/opt/iobroker" (           System call)
                                Package pixman-1 was not found in the pkg-config search path.
                                Perhaps you should add the directory containing `pixman-1.pc'
                                to the PKG_CONFIG_PATH environment variable
                                No package 'pixman-1' found
                                gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                                gyp ERR! configure error
                                gyp ERR! stack Error: `gyp` failed with exit code: 1
                                gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                                gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                node-pre-gyp ERR! build error
                                node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                                node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                                node-pre-gyp ERR! System Linux 4.19.66-v7+
                                node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                node-pre-gyp ERR! node -v v12.18.4
                                node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                node-pre-gyp ERR! not ok
                                ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                                info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                                info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                                ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                                 #include <vips/vips8>
                                                      ^
                                compilation terminated.
                                make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                                gyp ERR! cwd /opt/iobroker/node_modules/sharp
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                upload [6] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/w           ords.js words.js application/javascript
                                Update "system.adapter.discovery.0"
                                upload [5] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/t           ranslateTools.js translateTools.js application/javascript
                                upload [4] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/s           ettings_m.html settings_m.html text/html
                                upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/s           ettings.html settings.html text/html
                                upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/i           ndex_m.html index_m.html text/html
                                upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/i           ndex.html index.html text/html
                                upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/d           iscovery.png discovery.png image/png
                                Adapter "discovery" updated
                                Adapter "doorio"         is not installed.
                                Adapter "ds18b20"        is not installed.
                                Adapter "dwd"            is not installed.
                                Adapter "ebus"           is not installed.
                                Adapter "ecovacs-deebot" is not installed.
                                Adapter "egigeozone"     is not installed.
                                Adapter "ekey"           is not installed.
                                Adapter "email"          is not installed.
                                Adapter "emby"           is not installed.
                                Adapter "energymanager"  is not installed.
                                Adapter "enet"           is not installed.
                                Adapter "epson_stylus_px830" is not installed.
                                Adapter "exchangerates"  is not installed.
                                Adapter "fakeroku"       is not installed.
                                Adapter "fb-checkpresence" is not installed.
                                Adapter "feiertage"      is not installed.
                                Adapter "fhem"           is not installed.
                                Adapter "find-my-iphone" is not installed.
                                Adapter "firetv"         is not installed.
                                Adapter "flot"           is up to date.
                                Adapter "foobar2000"     is not installed.
                                Adapter "fritzbox"       is not installed.
                                Adapter "fritzdect"      is not installed.
                                Adapter "fronius"        is not installed.
                                Adapter "fullcalendar"   is not installed.
                                Adapter "fullybrowser"   is not installed.
                                Adapter "g-homa"         is not installed.
                                Adapter "geofency"       is not installed.
                                Adapter "gruenbeck"      is not installed.
                                Adapter "habpanel"       is not installed.
                                Adapter "haier"          is not installed.
                                Adapter "ham"            is not installed.
                                Adapter "ham-wemo"       is not installed.
                                Adapter "harmony"        is not installed.
                                Adapter "heatingcontrol" is not installed.
                                Adapter "heytech"        is not installed.
                                Adapter "hid"            is not installed.
                                Update history from @1.8.6 to @1.9.10
                                NPM version: 6.14.6
                                npm install iobroker.history@1.9.10 --loglevel error --prefix "/opt/iobroker" (S           ystem call)
                                Package pixman-1 was not found in the pkg-config search path.
                                Perhaps you should add the directory containing `pixman-1.pc'
                                to the PKG_CONFIG_PATH environment variable
                                No package 'pixman-1' found
                                gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                                gyp ERR! configure error
                                gyp ERR! stack Error: `gyp` failed with exit code: 1
                                gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                                gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                node-pre-gyp ERR! build error
                                node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                                node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                                node-pre-gyp ERR! System Linux 4.19.66-v7+
                                node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                node-pre-gyp ERR! node -v v12.18.4
                                node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                node-pre-gyp ERR! not ok
                                ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                                info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                                info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                                ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                                 #include <vips/vips8>
                                                      ^
                                compilation terminated.
                                make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                                gyp ERR! cwd /opt/iobroker/node_modules/sharp
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                upload [6] history.admin /opt/iobroker/node_modules/iobroker.history/admin/words           Custom.js wordsCustom.js application/javascript
                                upload [5] history.admin /opt/iobroker/node_modules/iobroker.history/admin/words           .js words.js application/javascript
                                upload [4] history.admin /opt/iobroker/node_modules/iobroker.history/admin/index           _m.html index_m.html text/html
                                upload [3] history.admin /opt/iobroker/node_modules/iobroker.history/admin/index           .html index.html text/html
                                upload [2] history.admin /opt/iobroker/node_modules/iobroker.history/admin/histo           ry.png history.png image/png
                                upload [1] history.admin /opt/iobroker/node_modules/iobroker.history/admin/custo           m_m.html custom_m.html text/html
                                upload [0] history.admin /opt/iobroker/node_modules/iobroker.history/admin/custo           m.html custom.html text/html
                                Adapter "history" updated
                                Adapter "hm-rega"        is not installed.
                                Adapter "hm-rpc"         is not installed.
                                Adapter "hmip"           is not installed.
                                Adapter "homeconnect"    is not installed.
                                Adapter "homee"          is not installed.
                                Adapter "homepilot"      is not installed.
                                Adapter "hp-ilo"         is not installed.
                                Adapter "hs100"          is not installed.
                                Adapter "hue"            is not installed.
                                Adapter "hue-extended"   is not installed.
                                Adapter "ical"           is not installed.
                                Adapter "icons-addictive-flavour-png" is not installed.
                                Adapter "icons-fatcow-hosting" is not installed.
                                Adapter "icons-icons8"   is not installed.
                                Adapter "icons-material-png" is not installed.
                                Adapter "icons-material-svg" is not installed.
                                Adapter "icons-mfd-png"  is not installed.
                                Adapter "icons-mfd-svg"  is not installed.
                                Adapter "icons-open-icon-library-png" is not installed.
                                Adapter "icons-ultimate-png" is up to date.
                                Adapter "influxdb"       is not installed.
                                Adapter "info"           is up to date.
                                Adapter "innogy-smarthome" is not installed.
                                Adapter "iogo"           is not installed.
                                Adapter "iot"            is up to date.
                                Adapter "iqontrol"       is not installed.
                                Adapter "javascript"     is up to date.
                                Adapter "jeelink"        is not installed.
                                Adapter "kecontact"      is not installed.
                                Adapter "klf200"         is not installed.
                                Adapter "km200"          is not installed.
                                Adapter "knmi-weather"   is not installed.
                                Adapter "knx"            is not installed.
                                Adapter "kodi"           is not installed.
                                Adapter "kress"          is not installed.
                                Adapter "lametric"       is not installed.
                                Adapter "landroid"       is not installed.
                                Adapter "lcn"            is not installed.
                                Adapter "letrika_comgw"  is not installed.
                                Adapter "lgtv"           is not installed.
                                Adapter "lgtv-rs"        is not installed.
                                Adapter "lgtv11"         is not installed.
                                Adapter "lifx"           is not installed.
                                Adapter "lightify"       is not installed.
                                Adapter "link"           is not installed.
                                Adapter "linkeddevices"  is not installed.
                                Adapter "logparser"      is not installed.
                                Adapter "lovelace"       is not installed.
                                Adapter "loxone"         is not installed.
                                Adapter "luftdaten"      is not installed.
                                Adapter "lupusec"        is not installed.
                                Adapter "luxtronik1"     is not installed.
                                Adapter "material"       is not installed.
                                Adapter "maxcube"        is not installed.
                                Adapter "maxcul"         is not installed.
                                Adapter "mbus"           is not installed.
                                Adapter "mclighting"     is not installed.
                                Adapter "megad"          is not installed.
                                Adapter "megadd"         is not installed.
                                Adapter "megaesp"        is not installed.
                                Adapter "melcloud"       is not installed.
                                Adapter "mercedesme"     is not installed.
                                Adapter "mercury"        is not installed.
                                Adapter "meross"         is not installed.
                                Adapter "meteoalarm"     is not installed.
                                Adapter "midea"          is not installed.
                                Adapter "miele"          is not installed.
                                Adapter "mielecloudservice" is not installed.
                                Adapter "mihome"         is not installed.
                                Adapter "mihome-lamp"    is not installed.
                                Adapter "mihome-plug"    is not installed.
                                Adapter "mihome-vacuum"  is not installed.
                                Adapter "mikrotik"       is not installed.
                                Adapter "milight"        is not installed.
                                Adapter "milight-smart-light" is not installed.
                                Adapter "mobile"         is not installed.
                                Adapter "modbus"         is not installed.
                                Adapter "moma"           is not installed.
                                Adapter "mpd"            is not installed.
                                Update mqtt from @2.0.4 to @2.1.4
                                NPM version: 6.14.6
                                npm install iobroker.mqtt@2.1.4 --loglevel error --prefix "/opt/iobroker" (Syste           m call)
                                Package pixman-1 was not found in the pkg-config search path.
                                Perhaps you should add the directory containing `pixman-1.pc'
                                to the PKG_CONFIG_PATH environment variable
                                No package 'pixman-1' found
                                gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                                gyp ERR! configure error
                                gyp ERR! stack Error: `gyp` failed with exit code: 1
                                gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                                gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                node-pre-gyp ERR! build error
                                node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                                node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                                node-pre-gyp ERR! System Linux 4.19.66-v7+
                                node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                node-pre-gyp ERR! node -v v12.18.4
                                node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                node-pre-gyp ERR! not ok
                                ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                                info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                                info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                                ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                                 #include <vips/vips8>
                                                      ^
                                compilation terminated.
                                make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                                gyp ERR! cwd /opt/iobroker/node_modules/sharp
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                upload [3] mqtt.admin /opt/iobroker/node_modules/iobroker.mqtt/admin/words.js wo           rds.js application/javascript
                                Update "system.adapter.mqtt.0"
                                upload [2] mqtt.admin /opt/iobroker/node_modules/iobroker.mqtt/admin/mqtt.png mq           tt.png image/png
                                upload [1] mqtt.admin /opt/iobroker/node_modules/iobroker.mqtt/admin/index_m.htm           l index_m.html text/html
                                upload [0] mqtt.admin /opt/iobroker/node_modules/iobroker.mqtt/admin/index.html            index.html text/html
                                Adapter "mqtt" updated
                                Adapter "mqtt-client"    is not installed.
                                Adapter "musiccast"      is not installed.
                                Adapter "mysensors"      is not installed.
                                Adapter "nanoleaf-lightpanels" is not installed.
                                Adapter "nello"          is not installed.
                                Adapter "netatmo"        is not installed.
                                Adapter "nibeuplink"     is not installed.
                                Adapter "nina"           is not installed.
                                Adapter "node-red"       is not installed.
                                Adapter "nuki"           is not installed.
                                Adapter "nuki-extended"  is not installed.
                                Adapter "nut"            is not installed.
                                Adapter "odl"            is not installed.
                                Adapter "oilfox"         is not installed.
                                Adapter "onkyo"          is not installed.
                                Adapter "onvif"          is not installed.
                                Adapter "openhab"        is not installed.
                                Adapter "openligadb"     is not installed.
                                Adapter "openweathermap" is not installed.
                                Adapter "opi"            is not installed.
                                Adapter "oppoplayer"     is not installed.
                                Adapter "owfs"           is not installed.
                                Adapter "owntracks"      is not installed.
                                Adapter "panasonic-viera" is not installed.
                                Adapter "parser"         is up to date.
                                Adapter "paw"            is not installed.
                                Adapter "phantomjs"      is not installed.
                                Adapter "pi-hole"        is not installed.
                                Adapter "piface"         is not installed.
                                Adapter "pimatic"        is not installed.
                                Update ping from @1.3.2 to @1.4.8
                                NPM version: 6.14.6
                                npm install iobroker.ping@1.4.8 --loglevel error --prefix "/opt/iobroker" (Syste           m call)
                                Package pixman-1 was not found in the pkg-config search path.
                                Perhaps you should add the directory containing `pixman-1.pc'
                                to the PKG_CONFIG_PATH environment variable
                                No package 'pixman-1' found
                                gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                                gyp ERR! configure error
                                gyp ERR! stack Error: `gyp` failed with exit code: 1
                                gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                                gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                node-pre-gyp ERR! build error
                                node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                                node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                                node-pre-gyp ERR! System Linux 4.19.66-v7+
                                node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                node-pre-gyp ERR! node -v v12.18.4
                                node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                node-pre-gyp ERR! not ok
                                ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                                info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                                info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                                ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                                 #include <vips/vips8>
                                                      ^
                                compilation terminated.
                                make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                                gyp ERR! cwd /opt/iobroker/node_modules/sharp
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                upload [3] ping.admin /opt/iobroker/node_modules/iobroker.ping/admin/words.js wo           rds.js application/javascript
                                Update "system.adapter.ping.0"
                                upload [2] ping.admin /opt/iobroker/node_modules/iobroker.ping/admin/ping.png pi           ng.png image/png
                                upload [1] ping.admin /opt/iobroker/node_modules/iobroker.ping/admin/index_m.htm           l index_m.html text/html
                                upload [0] ping.admin /opt/iobroker/node_modules/iobroker.ping/admin/index.html            index.html text/html
                                Adapter "ping" updated
                                Adapter "places"         is not installed.
                                Adapter "plex"           is not installed.
                                Adapter "plexconnect"    is not installed.
                                Adapter "pollenflug"     is not installed.
                                Adapter "proxmox"        is not installed.
                                Adapter "proxy"          is not installed.
                                Adapter "pushbullet"     is not installed.
                                Adapter "pushover"       is not installed.
                                Adapter "pushsafer"      is not installed.
                                Adapter "radar2"         is not installed.
                                Adapter "radiohead"      is not installed.
                                Adapter "rflink"         is not installed.
                                Adapter "rickshaw"       is up to date.
                                Adapter "ring"           is not installed.
                                Adapter "robonect"       is not installed.
                                Adapter "roomba"         is not installed.
                                Adapter "rpi2"           is not installed.
                                Adapter "s7"             is not installed.
                                Adapter "samsung"        is not installed.
                                Adapter "sayit"          is not installed.
                                Adapter "sbfspot"        is not installed.
                                Adapter "scenes"         is up to date.
                                Adapter "schoolfree"     is not installed.
                                Adapter "shelly"         is not installed.
                                Adapter "shuttercontrol" is not installed.
                                Adapter "sia"            is not installed.
                                Adapter "siegenia"       is not installed.
                                Adapter "simple-api"     is up to date.
                                Adapter "smappee"        is not installed.
                                Adapter "smartgarden"    is not installed.
                                Adapter "smartmeter"     is not installed.
                                Adapter "snips"          is not installed.
                                Adapter "snmp"           is not installed.
                                Adapter "socketio"       is up to date.
                                Adapter "solarlog"       is not installed.
                                Adapter "solarviewdatareader" is not installed.
                                Adapter "solarwetter"    is not installed.
                                Adapter "sonnen"         is not installed.
                                Update sonoff from @2.2.2 to @2.3.3
                                NPM version: 6.14.6
                                npm install iobroker.sonoff@2.3.3 --loglevel error --prefix "/opt/iobroker" (Sys           tem call)
                                Package pixman-1 was not found in the pkg-config search path.
                                Perhaps you should add the directory containing `pixman-1.pc'
                                to the PKG_CONFIG_PATH environment variable
                                No package 'pixman-1' found
                                gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                                gyp ERR! configure error
                                gyp ERR! stack Error: `gyp` failed with exit code: 1
                                gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                                gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                node-pre-gyp ERR! build error
                                node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                                node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                                node-pre-gyp ERR! System Linux 4.19.66-v7+
                                node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                node-pre-gyp ERR! node -v v12.18.4
                                node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                node-pre-gyp ERR! not ok
                                ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                                info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                                info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                                ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                                 #include <vips/vips8>
                                                      ^
                                compilation terminated.
                                make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                                gyp ERR! cwd /opt/iobroker/node_modules/sharp
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                upload [3] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/words.j           s words.js application/javascript
                                Update "system.adapter.sonoff.0"
                                upload [2] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/sonoff.           png sonoff.png image/png
                                upload [1] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index_m           .html index_m.html text/html
                                upload [0] sonoff.admin /opt/iobroker/node_modules/iobroker.sonoff/admin/index.h           tml index.html text/html
                                Adapter "sonoff" updated
                                Adapter "sonos"          is not installed.
                                Adapter "sony-bravia"    is not installed.
                                Adapter "spotify-premium" is not installed.
                                Update sql from @1.9.4 to @1.15.2
                                host.raspberrypi Adapter "system.adapter.sql.0" is stopped.
                                NPM version: 6.14.6
                                npm install iobroker.sql@1.15.2 --loglevel error --prefix "/opt/iobroker" (Syste           m call)
                                Package pixman-1 was not found in the pkg-config search path.
                                Perhaps you should add the directory containing `pixman-1.pc'
                                to the PKG_CONFIG_PATH environment variable
                                No package 'pixman-1' found
                                gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                                gyp ERR! configure error
                                gyp ERR! stack Error: `gyp` failed with exit code: 1
                                gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                                gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                node-pre-gyp ERR! build error
                                node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                                node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                                node-pre-gyp ERR! System Linux 4.19.66-v7+
                                node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                node-pre-gyp ERR! node -v v12.18.4
                                node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                node-pre-gyp ERR! not ok
                                ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                                info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                                info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                                ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                                 #include <vips/vips8>
                                                      ^
                                compilation terminated.
                                make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                                gyp ERR! cwd /opt/iobroker/node_modules/sharp
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                ../src/backup.cc: In static member function ‘static void node_sqlite3::Backup::W           ork_BeginInitialize(node_sqlite3::Database::Baton*)’:
                                ../src/backup.cc:191:9: warning: unused variable ‘status’ [-Wunused-variable]
                                     int status = napi_create_async_work(
                                         ^~~~~~
                                In file included from ../src/backup.cc:4:0:
                                ../src/backup.cc: In static member function ‘static void node_sqlite3::Backup::W           ork_BeginStep(node_sqlite3::Backup::Baton*)’:
                                ../src/macros.h:175:9: warning: unused variable ‘status’ [-Wunused-variable]
                                     int status = napi_create_async_work(                                                  \
                                         ^
                                ../src/backup.cc:263:5: note: in expansion of macro ‘BACKUP_BEGIN’
                                     BACKUP_BEGIN(Step);
                                     ^~~~~~~~~~~~
                                ../src/backup.cc: In static member function ‘static void node_sqlite3::Backup::W           ork_BeginFinish(node_sqlite3::Backup::Baton*)’:
                                ../src/macros.h:175:9: warning: unused variable ‘status’ [-Wunused-variable]
                                     int status = napi_create_async_work(                                                  \
                                         ^
                                ../src/backup.cc:329:5: note: in expansion of macro ‘BACKUP_BEGIN’
                                     BACKUP_BEGIN(Finish);
                                     ^~~~~~~~~~~~
                                ../src/database.cc: In static member function ‘static void node_sqlite3::Databas           e::Work_BeginOpen(node_sqlite3::Database::Baton*)’:
                                ../src/database.cc:144:9: warning: unused variable ‘status’ [-Wunused-variable]
                                     int status = napi_create_async_work(
                                         ^~~~~~
                                ../src/database.cc: In static member function ‘static void node_sqlite3::Databas           e::Work_BeginClose(node_sqlite3::Database::Baton*)’:
                                ../src/database.cc:240:9: warning: unused variable ‘status’ [-Wunused-variable]
                                     int status = napi_create_async_work(
                                         ^~~~~~
                                ../src/database.cc: In static member function ‘static void node_sqlite3::Databas           e::Work_BeginExec(node_sqlite3::Database::Baton*)’:
                                ../src/database.cc:557:9: warning: unused variable ‘status’ [-Wunused-variable]
                                     int status = napi_create_async_work(
                                         ^~~~~~
                                ../src/database.cc: In static member function ‘static void node_sqlite3::Databas           e::Work_BeginLoadExtension(node_sqlite3::Database::Baton*)’:
                                ../src/database.cc:667:9: warning: unused variable ‘status’ [-Wunused-variable]
                                     int status = napi_create_async_work(
                                         ^~~~~~
                                ../src/statement.cc: In function ‘bool OtherInstanceOf(Napi::Object, char*)’:
                                ../src/statement.cc:35:24: warning: comparison with string literal results in un           specified behavior [-Waddress]
                                     if (object_type == "Date") {
                                                        ^~~~~~
                                ../src/statement.cc:37:31: warning: comparison with string literal results in un           specified behavior [-Waddress]
                                     } else if (object_type == "RegExp") {
                                                               ^~~~~~~~
                                ../src/statement.cc: In static member function ‘static void node_sqlite3::Statem           ent::Work_BeginPrepare(node_sqlite3::Database::Baton*)’:
                                ../src/statement.cc:128:9: warning: unused variable ‘status’ [-Wunused-variable]
                                     int status = napi_create_async_work(
                                         ^~~~~~
                                In file included from ../src/statement.cc:5:0:
                                ../src/statement.cc: In static member function ‘static void node_sqlite3::Statem           ent::Work_BeginBind(node_sqlite3::Statement::Baton*)’:
                                ../src/macros.h:145:9: warning: unused variable ‘status’ [-Wunused-variable]
                                     int status = napi_create_async_work(                                                  \
                                         ^
                                ../src/statement.cc:349:5: note: in expansion of macro ‘STATEMENT_BEGIN’
                                     STATEMENT_BEGIN(Bind);
                                     ^~~~~~~~~~~~~~~
                                ../src/statement.cc: In static member function ‘static void node_sqlite3::Statem           ent::Work_BeginGet(node_sqlite3::Statement::Baton*)’:
                                ../src/macros.h:145:9: warning: unused variable ‘status’ [-Wunused-variable]
                                     int status = napi_create_async_work(                                                  \
                                         ^
                                ../src/statement.cc:400:5: note: in expansion of macro ‘STATEMENT_BEGIN’
                                     STATEMENT_BEGIN(Get);
                                     ^~~~~~~~~~~~~~~
                                ../src/statement.cc: In static member function ‘static void node_sqlite3::Statem           ent::Work_BeginRun(node_sqlite3::Statement::Baton*)’:
                                ../src/macros.h:145:9: warning: unused variable ‘status’ [-Wunused-variable]
                                     int status = napi_create_async_work(                                                  \
                                         ^
                                ../src/statement.cc:471:5: note: in expansion of macro ‘STATEMENT_BEGIN’
                                     STATEMENT_BEGIN(Run);
                                     ^~~~~~~~~~~~~~~
                                ../src/statement.cc: In static member function ‘static void node_sqlite3::Statem           ent::Work_BeginAll(node_sqlite3::Statement::Baton*)’:
                                ../src/macros.h:145:9: warning: unused variable ‘status’ [-Wunused-variable]
                                     int status = napi_create_async_work(                                                  \
                                         ^
                                ../src/statement.cc:540:5: note: in expansion of macro ‘STATEMENT_BEGIN’
                                     STATEMENT_BEGIN(All);
                                     ^~~~~~~~~~~~~~~
                                ../src/statement.cc: In static member function ‘static void node_sqlite3::Statem           ent::Work_BeginEach(node_sqlite3::Statement::Baton*)’:
                                ../src/macros.h:145:9: warning: unused variable ‘status’ [-Wunused-variable]
                                     int status = napi_create_async_work(                                                  \
                                         ^
                                ../src/statement.cc:640:5: note: in expansion of macro ‘STATEMENT_BEGIN’
                                     STATEMENT_BEGIN(Each);
                                     ^~~~~~~~~~~~~~~
                                ../src/statement.cc: In static member function ‘static void node_sqlite3::Statem           ent::Work_BeginReset(node_sqlite3::Statement::Baton*)’:
                                ../src/macros.h:145:9: warning: unused variable ‘status’ [-Wunused-variable]
                                     int status = napi_create_async_work(                                                  \
                                         ^
                                ../src/statement.cc:766:5: note: in expansion of macro ‘STATEMENT_BEGIN’
                                     STATEMENT_BEGIN(Reset);
                                     ^~~~~~~~~~~~~~~
                                ../src/statement.cc: In instantiation of ‘T* node_sqlite3::Statement::Bind(const            Napi::CallbackInfo&, int, int) [with T = node_sqlite3::Statement::Baton]’:
                                ../src/statement.cc:337:42:   required from here
                                ../src/statement.cc:243:60: warning: ISO C++ forbids converting a string constan           t to ‘char*’ [-Wwrite-strings]
                                         else if (!info[start].IsObject() || OtherInstanceOf(info[start].As<Obje           ct>(), "RegExp") || OtherInstanceOf(info[start].As<Object>(), "Date") || info[st           art].IsBuffer()) {
                                                                             ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~           ~~~~~~~~~~~~~~~~
                                ../src/statement.cc:243:115: warning: ISO C++ forbids converting a string consta           nt to ‘char*’ [-Wwrite-strings]
                                         else if (!info[start].IsObject() || OtherInstanceOf(info[start].As<Obje           ct>(), "RegExp") || OtherInstanceOf(info[start].As<Object>(), "Date") || info[st           art].IsBuffer()) {
                                                                                                                                               ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                ../src/statement.cc: In instantiation of ‘T* node_sqlite3::Statement::Bind(const            Napi::CallbackInfo&, int, int) [with T = node_sqlite3::Statement::RowBaton]’:
                                ../src/statement.cc:388:45:   required from here
                                ../src/statement.cc:243:60: warning: ISO C++ forbids converting a string constan           t to ‘char*’ [-Wwrite-strings]
                                         else if (!info[start].IsObject() || OtherInstanceOf(info[start].As<Obje           ct>(), "RegExp") || OtherInstanceOf(info[start].As<Object>(), "Date") || info[st           art].IsBuffer()) {
                                                                             ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~           ~~~~~~~~~~~~~~~~
                                ../src/statement.cc:243:115: warning: ISO C++ forbids converting a string consta           nt to ‘char*’ [-Wwrite-strings]
                                         else if (!info[start].IsObject() || OtherInstanceOf(info[start].As<Obje           ct>(), "RegExp") || OtherInstanceOf(info[start].As<Object>(), "Date") || info[st           art].IsBuffer()) {
                                                                                                                                               ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                ../src/statement.cc: In instantiation of ‘T* node_sqlite3::Statement::Bind(const            Napi::CallbackInfo&, int, int) [with T = node_sqlite3::Statement::RunBaton]’:
                                ../src/statement.cc:459:45:   required from here
                                ../src/statement.cc:243:60: warning: ISO C++ forbids converting a string constan           t to ‘char*’ [-Wwrite-strings]
                                         else if (!info[start].IsObject() || OtherInstanceOf(info[start].As<Obje           ct>(), "RegExp") || OtherInstanceOf(info[start].As<Object>(), "Date") || info[st           art].IsBuffer()) {
                                                                             ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~           ~~~~~~~~~~~~~~~~
                                ../src/statement.cc:243:115: warning: ISO C++ forbids converting a string consta           nt to ‘char*’ [-Wwrite-strings]
                                         else if (!info[start].IsObject() || OtherInstanceOf(info[start].As<Obje           ct>(), "RegExp") || OtherInstanceOf(info[start].As<Object>(), "Date") || info[st           art].IsBuffer()) {
                                                                                                                                               ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                ../src/statement.cc: In instantiation of ‘T* node_sqlite3::Statement::Bind(const            Napi::CallbackInfo&, int, int) [with T = node_sqlite3::Statement::RowsBaton]’:
                                ../src/statement.cc:528:46:   required from here
                                ../src/statement.cc:243:60: warning: ISO C++ forbids converting a string constan           t to ‘char*’ [-Wwrite-strings]
                                         else if (!info[start].IsObject() || OtherInstanceOf(info[start].As<Obje           ct>(), "RegExp") || OtherInstanceOf(info[start].As<Object>(), "Date") || info[st           art].IsBuffer()) {
                                                                             ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~           ~~~~~~~~~~~~~~~~
                                ../src/statement.cc:243:115: warning: ISO C++ forbids converting a string consta           nt to ‘char*’ [-Wwrite-strings]
                                         else if (!info[start].IsObject() || OtherInstanceOf(info[start].As<Obje           ct>(), "RegExp") || OtherInstanceOf(info[start].As<Object>(), "Date") || info[st           art].IsBuffer()) {
                                                                                                                                               ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                ../src/statement.cc: In instantiation of ‘T* node_sqlite3::Statement::Bind(const            Napi::CallbackInfo&, int, int) [with T = node_sqlite3::Statement::EachBaton]’:
                                ../src/statement.cc:620:59:   required from here
                                ../src/statement.cc:243:60: warning: ISO C++ forbids converting a string constan           t to ‘char*’ [-Wwrite-strings]
                                         else if (!info[start].IsObject() || OtherInstanceOf(info[start].As<Obje           ct>(), "RegExp") || OtherInstanceOf(info[start].As<Object>(), "Date") || info[st           art].IsBuffer()) {
                                                                             ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~           ~~~~~~~~~~~~~~~~
                                ../src/statement.cc:243:115: warning: ISO C++ forbids converting a string consta           nt to ‘char*’ [-Wwrite-strings]
                                         else if (!info[start].IsObject() || OtherInstanceOf(info[start].As<Obje           ct>(), "RegExp") || OtherInstanceOf(info[start].As<Object>(), "Date") || info[st           art].IsBuffer()) {
                                                                                                                                               ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                ../src/statement.cc: In instantiation of ‘node_sqlite3::Values::Field* node_sqli           te3::Statement::BindParameter(Napi::Value, T) [with T = int]’:
                                ../src/statement.cc:240:58:   required from ‘T* node_sqlite3::Statement::Bind(co           nst Napi::CallbackInfo&, int, int) [with T = node_sqlite3::Statement::Baton]’
                                ../src/statement.cc:337:42:   required from here
                                ../src/statement.cc:188:29: warning: ISO C++ forbids converting a string constan           t to ‘char*’ [-Wwrite-strings]
                                     else if (OtherInstanceOf(source.As<Object>(), "RegExp")) {
                                              ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                ../src/statement.cc:209:29: warning: ISO C++ forbids converting a string constan           t to ‘char*’ [-Wwrite-strings]
                                     else if (OtherInstanceOf(source.As<Object>(), "Date")) {
                                              ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                ../src/statement.cc: In instantiation of ‘node_sqlite3::Values::Field* node_sqli           te3::Statement::BindParameter(Napi::Value, T) [with T = const char*]’:
                                ../src/statement.cc:263:62:   required from ‘T* node_sqlite3::Statement::Bind(co           nst Napi::CallbackInfo&, int, int) [with T = node_sqlite3::Statement::Baton]’
                                ../src/statement.cc:337:42:   required from here
                                ../src/statement.cc:188:29: warning: ISO C++ forbids converting a string constan           t to ‘char*’ [-Wwrite-strings]
                                     else if (OtherInstanceOf(source.As<Object>(), "RegExp")) {
                                              ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                ../src/statement.cc:209:29: warning: ISO C++ forbids converting a string constan           t to ‘char*’ [-Wwrite-strings]
                                     else if (OtherInstanceOf(source.As<Object>(), "Date")) {
                                              ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                upload [5] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/words.js word           s.js application/javascript
                                Update "system.adapter.sql.0"
                                upload [4] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/sql.png sql.p           ng image/png
                                upload [3] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/index_m.html            index_m.html text/html
                                upload [2] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/index.html in           dex.html text/html
                                upload [1] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/custom_m.html            custom_m.html text/html
                                upload [0] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/custom.html c           ustom.html text/html
                                Adapter "sql" updated
                                host.raspberrypi Adapter "system.adapter.sql.0" is started
                                Adapter "squeezebox"     is not installed.
                                Adapter "squeezeboxrpc"  is not installed.
                                Adapter "starline"       is not installed.
                                Adapter "statistics"     is not installed.
                                Adapter "stiebel-isg"    is not installed.
                                Adapter "sunnyportal"    is not installed.
                                Adapter "swiss-weather-api" is not installed.
                                Adapter "synology"       is not installed.
                                Adapter "systeminfo"     is not installed.
                                Adapter "tahoma"         is not installed.
                                Adapter "tankerkoenig"   is not installed.
                                Update telegram from @1.4.3 to @1.5.9
                                host.raspberrypi Adapter "system.adapter.telegram.0" is stopped.
                                NPM version: 6.14.6
                                npm install iobroker.telegram@1.5.9 --loglevel error --prefix "/opt/iobroker" (S           ystem call)
                                Package pixman-1 was not found in the pkg-config search path.
                                Perhaps you should add the directory containing `pixman-1.pc'
                                to the PKG_CONFIG_PATH environment variable
                                No package 'pixman-1' found
                                gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                                gyp ERR! configure error
                                gyp ERR! stack Error: `gyp` failed with exit code: 1
                                gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                                gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                node-pre-gyp ERR! build error
                                node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                                node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                                node-pre-gyp ERR! System Linux 4.19.66-v7+
                                node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                node-pre-gyp ERR! node -v v12.18.4
                                node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                node-pre-gyp ERR! not ok
                                ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                                info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                                info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                                ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                                 #include <vips/vips8>
                                                      ^
                                compilation terminated.
                                make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                                gyp ERR! cwd /opt/iobroker/node_modules/sharp
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                upload [5] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/wor           ds.js words.js application/javascript
                                Update "system.adapter.telegram.0"
                                upload [4] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/tel           egram.png telegram.png image/png
                                upload [3] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/ind           ex_m.html index_m.html text/html
                                upload [2] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/ind           ex.html index.html text/html
                                upload [1] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/cus           tom_m.html custom_m.html text/html
                                upload [0] telegram.admin /opt/iobroker/node_modules/iobroker.telegram/admin/blo           ckly.js blockly.js application/javascript
                                Adapter "telegram" updated
                                host.raspberrypi Adapter "system.adapter.telegram.0" is started
                                Adapter "terminal"       is up to date.
                                Adapter "tesla-motors"   is not installed.
                                Update text2command from @1.2.5 to @1.3.0
                                NPM version: 6.14.6
                                npm install iobroker.text2command@1.3.0 --loglevel error --prefix "/opt/iobroker           " (System call)
                                Package pixman-1 was not found in the pkg-config search path.
                                Perhaps you should add the directory containing `pixman-1.pc'
                                to the PKG_CONFIG_PATH environment variable
                                No package 'pixman-1' found
                                gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                                gyp ERR! configure error
                                gyp ERR! stack Error: `gyp` failed with exit code: 1
                                gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                                gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                node-pre-gyp ERR! build error
                                node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                                node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                                node-pre-gyp ERR! System Linux 4.19.66-v7+
                                node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                node-pre-gyp ERR! node -v v12.18.4
                                node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                node-pre-gyp ERR! not ok
                                ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                                info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                                info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                                ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                                 #include <vips/vips8>
                                                      ^
                                compilation terminated.
                                make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                                gyp ERR! cwd /opt/iobroker/node_modules/sharp
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                upload [4] text2command.admin /opt/iobroker/node_modules/iobroker.text2command/a           dmin/words.js words.js application/javascript
                                Update "system.adapter.text2command.0"
                                upload [3] text2command.admin /opt/iobroker/node_modules/iobroker.text2command/a           dmin/text2command.png text2command.png image/png
                                upload [2] text2command.admin /opt/iobroker/node_modules/iobroker.text2command/a           dmin/tab.js tab.js application/javascript
                                upload [1] text2command.admin /opt/iobroker/node_modules/iobroker.text2command/a           dmin/tab.html tab.html text/html
                                upload [0] text2command.admin /opt/iobroker/node_modules/iobroker.text2command/a           dmin/langModel.js langModel.js application/javascript
                                Adapter "text2command" updated
                                Adapter "tinker"         is not installed.
                                Adapter "tr-064"         is not installed.
                                Adapter "tradfri"        is not installed.
                                Adapter "trashschedule"  is not installed.
                                Adapter "tunnelbroker-endpoint-updater" is not installed.
                                Adapter "tuya"           is not installed.
                                Adapter "tvspielfilm"    is not installed.
                                Adapter "unifi"          is not installed.
                                Adapter "upnp"           is not installed.
                                Adapter "vaillant"       is not installed.
                                Adapter "valloxmv"       is not installed.
                                Adapter "vcard"          is not installed.
                                Adapter "velux"          is not installed.
                                Adapter "viessmann"      is not installed.
                                Adapter "virtualpowermeter" is not installed.
                                Adapter "vis"            is up to date.
                                Adapter "vis-bars"       is not installed.
                                Adapter "vis-canvas-gauges" is not installed.
                                Adapter "vis-colorpicker" is not installed.
                                Adapter "vis-fancyswitch" is up to date.
                                Adapter "vis-google-fonts" is not installed.
                                Update vis-history from @0.2.7 to @1.0.0
                                NPM version: 6.14.6
                                npm install iobroker.vis-history@1.0.0 --loglevel error --prefix "/opt/iobroker"            (System call)
                                Package pixman-1 was not found in the pkg-config search path.
                                Perhaps you should add the directory containing `pixman-1.pc'
                                to the PKG_CONFIG_PATH environment variable
                                No package 'pixman-1' found
                                gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                                gyp ERR! configure error
                                gyp ERR! stack Error: `gyp` failed with exit code: 1
                                gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                                gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                node-pre-gyp ERR! build error
                                node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                                node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                                node-pre-gyp ERR! System Linux 4.19.66-v7+
                                node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                node-pre-gyp ERR! node -v v12.18.4
                                node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                node-pre-gyp ERR! not ok
                                ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                                info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                                info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                                ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                                 #include <vips/vips8>
                                                      ^
                                compilation terminated.
                                make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                                gyp ERR! cwd /opt/iobroker/node_modules/sharp
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-history/www" was not fo           und! Nothing was uploaded or deleted.
                                upload [0] vis-history.admin /opt/iobroker/node_modules/iobroker.vis-history/adm           in/vis-history.png vis-history.png image/png
                                Adapter "system.adapter.vis.0" restarted.
                                Update "system.adapter.vis-history.0"
                                Adapter "vis-history" updated
                                Adapter "vis-hqwidgets"  is up to date.
                                Adapter "vis-icontwo"    is not installed.
                                Adapter "vis-inventwo"   is not installed.
                                Adapter "vis-jqui-mfd"   is up to date.
                                Adapter "vis-justgage"   is not installed.
                                Adapter "vis-keyboard"   is not installed.
                                Adapter "vis-lcars"      is not installed.
                                Adapter "vis-map"        is not installed.
                                Adapter "vis-metro"      is up to date.
                                Adapter "vis-players"    is not installed.
                                Adapter "vis-plumb"      is not installed.
                                Adapter "vis-rgraph"     is not installed.
                                Adapter "vis-timeandweather" is up to date.
                                Update vis-weather from @2.3.0 to @2.5.2
                                NPM version: 6.14.6
                                npm install iobroker.vis-weather@2.5.2 --loglevel error --prefix "/opt/iobroker"            (System call)
                                Package pixman-1 was not found in the pkg-config search path.
                                Perhaps you should add the directory containing `pixman-1.pc'
                                to the PKG_CONFIG_PATH environment variable
                                No package 'pixman-1' found
                                gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                                gyp ERR! configure error
                                gyp ERR! stack Error: `gyp` failed with exit code: 1
                                gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                                gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                node-pre-gyp ERR! build error
                                node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                                node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                                node-pre-gyp ERR! System Linux 4.19.66-v7+
                                node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                node-pre-gyp ERR! node -v v12.18.4
                                node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                node-pre-gyp ERR! not ok
                                ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                                info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                                info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                                ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                                 #include <vips/vips8>
                                                      ^
                                compilation terminated.
                                make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                                gyp ERR! cwd /opt/iobroker/node_modules/sharp
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                INFO: Directory "/opt/iobroker/node_modules/iobroker.vis-weather/www" was not fo           und! Nothing was uploaded or deleted.
                                upload [3] vis-weather.admin /opt/iobroker/node_modules/iobroker.vis-weather/adm           in/words.js words.js application/javascript
                                Adapter "system.adapter.vis.0" restarted.
                                Update "system.adapter.vis-weather.0"
                                upload [2] vis-weather.admin /opt/iobroker/node_modules/iobroker.vis-weather/adm           in/vis-weather.png vis-weather.png image/png
                                upload [1] vis-weather.admin /opt/iobroker/node_modules/iobroker.vis-weather/adm           in/index_m.html index_m.html text/html
                                upload [0] vis-weather.admin /opt/iobroker/node_modules/iobroker.vis-weather/adm           in/index.html index.html text/html
                                Adapter "vis-weather" updated
                                Adapter "vr200"          is not installed.
                                Adapter "vw-connect"     is not installed.
                                Update weatherunderground from @3.0.7 to @3.2.1
                                NPM version: 6.14.6
                                npm install iobroker.weatherunderground@3.2.1 --loglevel error --prefix "/opt/io           broker" (System call)
                                Package pixman-1 was not found in the pkg-config search path.
                                Perhaps you should add the directory containing `pixman-1.pc'
                                to the PKG_CONFIG_PATH environment variable
                                No package 'pixman-1' found
                                gyp: Call to 'pkg-config pixman-1 --libs' returned exit status 1 while in bindin           g.gyp. while trying to load binding.gyp
                                gyp ERR! configure error
                                gyp ERR! stack Error: `gyp` failed with exit code: 1
                                gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modu           les/node-gyp/lib/configure.js:351:16)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/opt/iobroker/nod           e_modules/canvas/build/Release/canvas.node" "--module_name=canvas" "--module_pat           h=/opt/iobroker/node_modules/canvas/build/Release" "--napi_version=6" "--node_ab           i_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72"
                                gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                node-pre-gyp ERR! build error
                                node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_mo           dules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --           module=/opt/iobroker/node_modules/canvas/build/Release/canvas.node --module_name           =canvas --module_path=/opt/iobroker/node_modules/canvas/build/Release --napi_ver           sion=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (           1)
                                node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/opt/iobroker/node_modu           les/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
                                node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1021:16)
                                node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/chi           ld_process.js:286:5)
                                node-pre-gyp ERR! System Linux 4.19.66-v7+
                                node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/nod           e_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
                                node-pre-gyp ERR! cwd /opt/iobroker/node_modules/canvas
                                node-pre-gyp ERR! node -v v12.18.4
                                node-pre-gyp ERR! node-pre-gyp -v v0.11.0
                                node-pre-gyp ERR! not ok
                                ERR! sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1
                                info sharp Attempting to build from source via node-gyp but this may fail due to            the above error
                                info sharp Please see https://sharp.pixelplumbing.com/install for required depen           dencies
                                ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht ge           funden
                                 #include <vips/vips8>
                                                      ^
                                compilation terminated.
                                make: *** [Release/obj.target/sharp/src/common.o] Fehler 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_module           s/node-gyp/lib/build.js:194:23)
                                gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
                                gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces           s.js:275:12)
                                gyp ERR! System Linux 4.19.66-v7+
                                gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gy           p/bin/node-gyp.js" "rebuild"
                                gyp ERR! cwd /opt/iobroker/node_modules/sharp
                                gyp ERR! node -v v12.18.4
                                gyp ERR! node-gyp -v v5.1.0
                                gyp ERR! not ok
                                upload [2] weatherunderground.admin /opt/iobroker/node_modules/iobroker.weatheru           nderground/admin/wu.png wu.png image/png
                                upload [1] weatherunderground.admin /opt/iobroker/node_modules/iobroker.weatheru           nderground/admin/words.js words.js application/javascript
                                upload [0] weatherunderground.admin /opt/iobroker/node_modules/iobroker.weatheru           nderground/admin/index_m.html index_m.html text/html
                                Adapter "weatherunderground" updated
                                Adapter "web"            is up to date.
                                Adapter "weishaupt-wem"  is not installed.
                                Adapter "wiffi-wz"       is not installed.
                                Adapter "wifilight"      is not installed.
                                Adapter "windows-control" is not installed.
                                Adapter "wled"           is not installed.
                                Adapter "wm-bus"         is not installed.
                                Adapter "wolf"           is not installed.
                                Adapter "worx"           is not installed.
                                Adapter "xbox"           is not installed.
                                Adapter "xs1"            is not installed.
                                Adapter "yahka"          is not installed.
                                Adapter "yamaha"         is not installed.
                                Adapter "yeelight-2"     is not installed.
                                Adapter "youtube"        is not installed.
                                Adapter "yr"             is up to date.
                                Update zigbee from @0.10.2 to @1.2.1
                                NPM version: 6.14.6
                                npm install iobroker.zigbee@1.2.1 --loglevel error --prefix "/opt/iobroker" (Sys           tem call)
                                npm ERR! code ENOTSUP
                                npm ERR! notsup Unsupported engine for dissolve@0.3.3: wanted: {"node":"~0.10.0"           } (current: {"node":"12.18.4","npm":"6.14.6"})
                                npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3
                                npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3
                                npm ERR! notsup Required: {"node":"~0.10.0"}
                                npm ERR! notsup Actual:   {"npm":"6.14.6","node":"12.18.4"}
                                
                                npm ERR! A complete log of this run can be found in:
                                npm ERR!     /home/iobroker/.npm/_logs/2020-09-20T15_36_01_596Z-debug.log
                                upload [100] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/index           _m.html index_m.html text/html
                                upload [90] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/sy           lvania_rt.png img/sylvania_rt.png image/png
                                upload [80] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/se           nsor_ht.png img/sensor_ht.png image/png
                                upload [70] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ph           ilips_hue_lightbar.png img/philips_hue_lightbar.png image/png
                                upload [60] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/os           ram_ceiling_tw.png img/osram_ceiling_tw.png image/png
                                upload [50] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/li           ghtify-plug.png img/lightify-plug.png image/png
                                upload [40] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/in           nr.png img/innr.png image/png
                                upload [30] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/gl           edopto_bulb.png img/gledopto_bulb.png image/png
                                upload [20] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/cu           be.png img/cube.png image/png
                                upload [19] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ct           rl_neutral2.png img/ctrl_neutral2.png image/png
                                upload [18] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ct           rl_neutral1.png img/ctrl_neutral1.png image/png
                                upload [17] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ct           rl_ln2.png img/ctrl_ln2.png image/png
                                upload [16] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ct           rl_ln1.png img/ctrl_ln1.png image/png
                                upload [15] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/co           ntact.png img/contact.png image/png
                                upload [14] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/bi           tron_plug.png img/bitron_plug.png image/png
                                upload [13] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ba           ttery_v.png img/battery_v.png image/png
                                upload [12] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/ba           ttery_p.png img/battery_p.png image/png
                                upload [11] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/aq           ara_temperature_sensor.png img/aqara_temperature_sensor.png image/png
                                upload [10] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/aq           ara_numan_body_sensor.png img/aqara_numan_body_sensor.png image/png
                                upload [9] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/aqa           ra_bulb.png img/aqara_bulb.png image/png
                                upload [8] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/aqa           ra.switch.png img/aqara.switch.png image/png
                                upload [7] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/TRA           DFRI.remote.control.png img/TRADFRI.remote.control.png image/png
                                upload [6] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/TRA           DFRI.bulb.E27.png img/TRADFRI.bulb.E27.png image/png
                                upload [5] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/FLO           ALT.panel.WS.png img/FLOALT.panel.WS.png image/png
                                upload [4] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/Eur           otronic_Spirit_04.png img/Eurotronic_Spirit_04.png image/png
                                upload [3] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/86s           w2.png img/86sw2.png image/png
                                upload [2] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/86s           w1.png img/86sw1.png image/png
                                upload [1] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/img/86p           lug.png img/86plug.png image/png
                                upload [0] zigbee.admin /opt/iobroker/node_modules/iobroker.zigbee/admin/admin.j           s admin.js application/javascript
                                Adapter "zigbee" updated
                                Adapter "zont"           is not installed.
                                Adapter "zwave"          is not installed.
                                Adapter "zwave2"         is not installed.
                                pi@raspberrypi:/opt/iobroker $
                                
                                
                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von Thomas Braun
                                #22

                                @birdy sagte in Zigbee Instanz rot nach node.js Update auf v12.18.4:

                                Da sind gleich mehrere Baustellen anhängig.
                                I.

                                pixman-1.pc

                                sudo apt install libpixman-1-dev
                                

                                II. Dann noch libvips selber bauen.

                                III.

                                npm install iobroker.zigbee@1.2.1 --loglevel error --prefix "/opt/iobroker" (Sys           tem call)
                                npm ERR! code ENOTSUP
                                npm ERR! notsup Unsupported engine for dissolve@0.3.3: wanted: {"node":"~0.10.0"           } (current: {"node":"12.18.4","npm":"6.14.6"})
                                npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3
                                npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3
                                npm ERR! notsup Required: {"node":"~0.10.0"}
                                

                                Veraltete Version von dissolve irgendwo in den Dependencies. Noch keine Ahnung wie man das auflösen kann.

                                Das kommt (zumindest in der Ballung) daher:

                                meine iobroker System nach langer zeit aktualisiert

                                'Never change a running system' ist in meinen Augen nicht der richtige Ansatz.

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                birdyB 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @birdy sagte in Zigbee Instanz rot nach node.js Update auf v12.18.4:

                                  Da sind gleich mehrere Baustellen anhängig.
                                  I.

                                  pixman-1.pc

                                  sudo apt install libpixman-1-dev
                                  

                                  II. Dann noch libvips selber bauen.

                                  III.

                                  npm install iobroker.zigbee@1.2.1 --loglevel error --prefix "/opt/iobroker" (Sys           tem call)
                                  npm ERR! code ENOTSUP
                                  npm ERR! notsup Unsupported engine for dissolve@0.3.3: wanted: {"node":"~0.10.0"           } (current: {"node":"12.18.4","npm":"6.14.6"})
                                  npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3
                                  npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3
                                  npm ERR! notsup Required: {"node":"~0.10.0"}
                                  

                                  Veraltete Version von dissolve irgendwo in den Dependencies. Noch keine Ahnung wie man das auflösen kann.

                                  Das kommt (zumindest in der Ballung) daher:

                                  meine iobroker System nach langer zeit aktualisiert

                                  'Never change a running system' ist in meinen Augen nicht der richtige Ansatz.

                                  birdyB Offline
                                  birdyB Offline
                                  birdy
                                  schrieb am zuletzt editiert von
                                  #23

                                  @Thomas-Braun

                                  I.) schaffe ich ja grad noch... Aber alles andere...

                                  Komisch, dass sonst jeder Adapter läuft und auch in der aktuellsten Version läuft.

                                  Zigbee lässt sich nicht Mal deistallieren:

                                  2020-09-20 17:52:50.111 - info: host.raspberrypi iobroker del zigbee
                                  2020-09-20 17:52:53.089 - info: host.raspberrypi iobroker Delete adapter "zigbee"
                                  2020-09-20 17:52:53.111 - info: host.raspberrypi iobroker host.raspberrypi Counted 1 instances of zigbee
                                  2020-09-20 17:52:53.126 - info: host.raspberrypi iobroker host.raspberrypi Counted 1 meta of zigbee
                                  2020-09-20 17:52:53.133 - info: host.raspberrypi iobroker host.raspberrypi Counted 1 adapter for zigbee
                                  2020-09-20 17:52:53.162 - info: host.raspberrypi iobroker host.raspberrypi Counted 1 channels of zigbee
                                  2020-09-20 17:52:53.177 - info: host.raspberrypi iobroker host.raspberrypi Counted 5 states of zigbee
                                  2020-09-20 17:52:53.192 - info: host.raspberrypi iobroker host.raspberrypi Counted 13 states of system.adapter.zigbee
                                  2020-09-20 17:52:53.207 - info: host.raspberrypi iobroker host.raspberrypi Counted 5 states (io.zigbee.*) from states
                                  2020-09-20 17:52:53.254 - info: host.raspberrypi iobroker host.raspberrypi Counted 3 states (system.adapter.zigbee.*) from states
                                  2020-09-20 17:52:56.022 - warn: readDir will not read this directory () in future versions: zigbee is not an object of type "meta"
                                  2020-09-20 17:52:56.102 - info: host.raspberrypi iobroker host.raspberrypi file zigbee.admin deleted
                                  2020-09-20 17:52:56.123 - info: host.raspberrypi iobroker host.raspberrypi object zigbee.admin deleted
                                  2020-09-20 17:52:56.126 - info: host.raspberrypi iobroker host.raspberrypi Deleting 22 object(s).
                                  2020-09-20 17:52:57.110 - error: host.raspberrypi Cannot write files: /opt/iobroker/iobroker-data/files/zigbee.admin/_data.json: ENOENT: no such file or directory, open '/opt/iobroker/iobroker-data/files/zigbee.admin/_data.json'
                                  2020-09-20 17:52:57.845 - info: host.raspberrypi object deleted system.adapter.zigbee.0
                                  2020-09-20 17:52:57.921 - info: host.raspberrypi iobroker host.raspberrypi Deleting 8 state(s).
                                  2020-09-20 17:52:58.299 - info: host.raspberrypi iobroker npm uninstall iobroker.zigbee --error --prefix "/opt/iobroker" (System call)
                                  2020-09-20 17:53:34.737 - info: host.raspberrypi iobroker npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
                                  2020-09-20 17:54:19.960 - info: host.raspberrypi iobroker npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.5 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                  2020-09-20 17:54:19.972 - info: host.raspberrypi iobroker npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                  2020-09-20 17:54:19.982 - info: host.raspberrypi iobroker npm WARN optional SKIPPING OPTIONAL DEPENDENCY: concentrate@^0.2.3 (node_modules/unpi/node_modules/concentrate):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported engine for concentrate@0.2.3: wanted: {"node":"~0.10.0"} (current: {"node":"12.18.4","npm":"6.14.6"})npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Not compatible with your version of node/npm: concentrate@0.2.3
                                  2020-09-20 17:54:19.986 - info: host.raspberrypi iobroker
                                  2020-09-20 17:54:20.027 - info: host.raspberrypi iobroker npm ERR! code ENOTSUP
                                  2020-09-20 17:54:20.043 - info: host.raspberrypi iobroker npm ERR! notsup Unsupported engine for dissolve@0.3.3: wanted: {"node":"~0.10.0"} (current: {"node":"12.18.4","npm":"6.14.6"})npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3npm ERR! notsup Required: {"node":"~0.10.0"}npm ERR! notsup Actual: {"npm":"6.14.6","node":"12.18.4"}
                                  2020-09-20 17:54:20.178 - info: host.raspberrypi iobroker
                                  2020-09-20 17:54:20.182 - info: host.raspberrypi iobroker npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2020-09-20T15_54_20_135Z-debug.log
                                  2020-09-20 17:54:20.251 - error: host.raspberrypi iobroker Error deleting adapter zigbee from disk: Error: host.raspberrypi: Cannot uninstall iobroker.zigbee: 1You might have to delete it yourself!
                                  2020-09-20 17:54:21.294 - info: host.raspberrypi iobroker exit 0
                                  
                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • birdyB birdy

                                    @Thomas-Braun

                                    I.) schaffe ich ja grad noch... Aber alles andere...

                                    Komisch, dass sonst jeder Adapter läuft und auch in der aktuellsten Version läuft.

                                    Zigbee lässt sich nicht Mal deistallieren:

                                    2020-09-20 17:52:50.111 - info: host.raspberrypi iobroker del zigbee
                                    2020-09-20 17:52:53.089 - info: host.raspberrypi iobroker Delete adapter "zigbee"
                                    2020-09-20 17:52:53.111 - info: host.raspberrypi iobroker host.raspberrypi Counted 1 instances of zigbee
                                    2020-09-20 17:52:53.126 - info: host.raspberrypi iobroker host.raspberrypi Counted 1 meta of zigbee
                                    2020-09-20 17:52:53.133 - info: host.raspberrypi iobroker host.raspberrypi Counted 1 adapter for zigbee
                                    2020-09-20 17:52:53.162 - info: host.raspberrypi iobroker host.raspberrypi Counted 1 channels of zigbee
                                    2020-09-20 17:52:53.177 - info: host.raspberrypi iobroker host.raspberrypi Counted 5 states of zigbee
                                    2020-09-20 17:52:53.192 - info: host.raspberrypi iobroker host.raspberrypi Counted 13 states of system.adapter.zigbee
                                    2020-09-20 17:52:53.207 - info: host.raspberrypi iobroker host.raspberrypi Counted 5 states (io.zigbee.*) from states
                                    2020-09-20 17:52:53.254 - info: host.raspberrypi iobroker host.raspberrypi Counted 3 states (system.adapter.zigbee.*) from states
                                    2020-09-20 17:52:56.022 - warn: readDir will not read this directory () in future versions: zigbee is not an object of type "meta"
                                    2020-09-20 17:52:56.102 - info: host.raspberrypi iobroker host.raspberrypi file zigbee.admin deleted
                                    2020-09-20 17:52:56.123 - info: host.raspberrypi iobroker host.raspberrypi object zigbee.admin deleted
                                    2020-09-20 17:52:56.126 - info: host.raspberrypi iobroker host.raspberrypi Deleting 22 object(s).
                                    2020-09-20 17:52:57.110 - error: host.raspberrypi Cannot write files: /opt/iobroker/iobroker-data/files/zigbee.admin/_data.json: ENOENT: no such file or directory, open '/opt/iobroker/iobroker-data/files/zigbee.admin/_data.json'
                                    2020-09-20 17:52:57.845 - info: host.raspberrypi object deleted system.adapter.zigbee.0
                                    2020-09-20 17:52:57.921 - info: host.raspberrypi iobroker host.raspberrypi Deleting 8 state(s).
                                    2020-09-20 17:52:58.299 - info: host.raspberrypi iobroker npm uninstall iobroker.zigbee --error --prefix "/opt/iobroker" (System call)
                                    2020-09-20 17:53:34.737 - info: host.raspberrypi iobroker npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
                                    2020-09-20 17:54:19.960 - info: host.raspberrypi iobroker npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.5 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                    2020-09-20 17:54:19.972 - info: host.raspberrypi iobroker npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                    2020-09-20 17:54:19.982 - info: host.raspberrypi iobroker npm WARN optional SKIPPING OPTIONAL DEPENDENCY: concentrate@^0.2.3 (node_modules/unpi/node_modules/concentrate):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported engine for concentrate@0.2.3: wanted: {"node":"~0.10.0"} (current: {"node":"12.18.4","npm":"6.14.6"})npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Not compatible with your version of node/npm: concentrate@0.2.3
                                    2020-09-20 17:54:19.986 - info: host.raspberrypi iobroker
                                    2020-09-20 17:54:20.027 - info: host.raspberrypi iobroker npm ERR! code ENOTSUP
                                    2020-09-20 17:54:20.043 - info: host.raspberrypi iobroker npm ERR! notsup Unsupported engine for dissolve@0.3.3: wanted: {"node":"~0.10.0"} (current: {"node":"12.18.4","npm":"6.14.6"})npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3npm ERR! notsup Not compatible with your version of node/npm: dissolve@0.3.3npm ERR! notsup Required: {"node":"~0.10.0"}npm ERR! notsup Actual: {"npm":"6.14.6","node":"12.18.4"}
                                    2020-09-20 17:54:20.178 - info: host.raspberrypi iobroker
                                    2020-09-20 17:54:20.182 - info: host.raspberrypi iobroker npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2020-09-20T15_54_20_135Z-debug.log
                                    2020-09-20 17:54:20.251 - error: host.raspberrypi iobroker Error deleting adapter zigbee from disk: Error: host.raspberrypi: Cannot uninstall iobroker.zigbee: 1You might have to delete it yourself!
                                    2020-09-20 17:54:21.294 - info: host.raspberrypi iobroker exit 0
                                    
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #24

                                    @birdy
                                    Seltsamerweise ist bei mir dissolve gar nicht installiert:

                                    pi@raspberrypi:/opt/iobroker $ npm list dissolve
                                    iobroker.inst@2.0.3 /opt/iobroker
                                    └── (empty)
                                    

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    birdyB 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @birdy
                                      Seltsamerweise ist bei mir dissolve gar nicht installiert:

                                      pi@raspberrypi:/opt/iobroker $ npm list dissolve
                                      iobroker.inst@2.0.3 /opt/iobroker
                                      └── (empty)
                                      
                                      birdyB Offline
                                      birdyB Offline
                                      birdy
                                      schrieb am zuletzt editiert von
                                      #25

                                      @Thomas-Braun said in Zigbee Instanz rot nach node.js Update auf v12.18.4:

                                      @birdy
                                      Seltsamerweise ist bei mir dissolve gar nicht installiert:

                                      pi@raspberrypi:/opt/iobroker $ npm list dissolve
                                      iobroker.inst@2.0.3 /opt/iobroker
                                      └── (empty)
                                      

                                      Das bedeutet was? :)

                                      Thomas BraunT birdyB 2 Antworten Letzte Antwort
                                      0
                                      • birdyB birdy

                                        @Thomas-Braun said in Zigbee Instanz rot nach node.js Update auf v12.18.4:

                                        @birdy
                                        Seltsamerweise ist bei mir dissolve gar nicht installiert:

                                        pi@raspberrypi:/opt/iobroker $ npm list dissolve
                                        iobroker.inst@2.0.3 /opt/iobroker
                                        └── (empty)
                                        

                                        Das bedeutet was? :)

                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #26

                                        @birdy
                                        Das du da ggf. irgendeine Leiche im Keller hast. Denn wir haben soweit ich das sehe ganz ähnliche Adapter installiert. Was liefert denn der Befehl auf deinem System?

                                        Linux-Werkzeugkasten:
                                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                        NodeJS Fixer Skript:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        birdyB 1 Antwort Letzte Antwort
                                        0
                                        • birdyB birdy

                                          @Thomas-Braun said in Zigbee Instanz rot nach node.js Update auf v12.18.4:

                                          @birdy
                                          Seltsamerweise ist bei mir dissolve gar nicht installiert:

                                          pi@raspberrypi:/opt/iobroker $ npm list dissolve
                                          iobroker.inst@2.0.3 /opt/iobroker
                                          └── (empty)
                                          

                                          Das bedeutet was? :)

                                          birdyB Offline
                                          birdyB Offline
                                          birdy
                                          schrieb am zuletzt editiert von
                                          #27

                                          @birdy

                                          Es würde mir ja schon reichen, wenn ich den Adapter weg bekomme und wieder neu installieren könnte... :cold_sweat:

                                          Thomas BraunT 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

                                          698

                                          Online

                                          32.6k

                                          Benutzer

                                          82.2k

                                          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