NEWS
Unbekannte Fehlermeldung "iobroker upgrade self"
-
Moin Moin,
Ist diese Fehlermeldung beachtenswert ?
und wenn, was kann ich tun ?
LGpi@RP4-ioBroker:/opt/iobroker $ iobroker upgrade self Update js-controller from @3.2.12 to @3.2.13 NPM version: 6.14.10 npm install iobroker.js-controller@3.2.13 --loglevel error --unsafe-perm --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 binding.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_modules/node-gyp/lib/configure.js:351:16) gyp ERR! stack at ChildProcess.emit (events.js:314:20) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12) gyp ERR! System Linux 5.4.83-v7l+ gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/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_version=7" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72" gyp ERR! cwd /opt/iobroker/node_modules/canvas gyp ERR! node -v v12.20.1 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_modules/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_version=7 --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_modules/canvas/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:314:20) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:1022:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) node-pre-gyp ERR! System Linux 5.4.83-v7l+ node-pre-gyp ERR! command "/usr/bin/node" "/opt/iobroker/node_modules/canvas/node_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.20.1 node-pre-gyp ERR! node-pre-gyp -v v0.11.0 node-pre-gyp ERR! not ok Starting node restart.js
-
@blechsoldat
sudo apt update sudo apt install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev libpixman-1-dev
Und dann würde ich das Gesamtpaket updaten. Da kam gestern ein wichtiges Kernelupdate für die Raspberry Pies rein.
-
Danke schön.
Im Moment gibt es keine Updates für meinen ioBroker.
Ich werde das hier updaten wenn die Fehlermeldungen weg sind.
Deine beiden "Befehle" sind ohne Fehler durchgelaufen.LG
-
@blechsoldat
Ich meine auch das OS.
Mit
sudo apt update sudo apt dist-upgrade sudo reboot
müsste da noch einiges aktualisiert werden.
-
@thomas-braun
Das wird (wurde) vorher gemacht.
Allerdings ohne Reboot. Das nur wenn mich das System dazu auffordert.
Nun, in diesem falle, habe ich es trotzdem gemacht.
[vor deinem Vorschlag wurde das ausgeführt]sudo apt update sudo apt full-upgrade -y sudo reboot
-
@blechsoldat sagte in Unbekannte Fehlermeldung "iobroker upgrade self":
Allerdings ohne Reboot. Das nur wenn mich das System dazu auffordert.
Die Aufforderung kommt im Falle eines Kernelupdates aber nicht.
uname -a
Müsste irgendwas mit Kernel 5.10 kommen.
-
pi@RP4-ioBroker:~ $ uname -a
Linux RP4-ioBroker 5.10.11-v7l+ #1399 SMP Thu Jan 28 12:09:48 GMT 2021 armv7l GNU/Linuxpasst.
Danke