NEWS
Fehler bei Adapter Updates
-
Hallo,
bekomme seit einiger Zeit immer verschiedene Error Meldungen beim Updaten von Adapter.
Update läuft zwar durch und es funktioniert auch alles, nur weiß ich nicht ob ich die Fehler ignorieren soll oder was dagegen tun bzw. was kann ich dagegen tun
npm install iobroker.sayit@1.6.4 --production --prefix "/opt/iobroker" (System call) In file included from ../src/dns_sd.cpp:1:0:../src/mdns.hpp:32:20: fatal error: dns_sd.h: No such file or directory #include <dns_sd.h> ^ compilation terminated. make: *** [Release/obj.target/dns_sd_bindings/src/dns_sd.o] Error 1 gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23) gyp ERR! stack at emitTwo (events.js:106:13) gyp ERR! stack at ChildProcess.emit (events.js:191:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12) gyp ERR! System Linux 4.11.6-sunxigyp ERR! command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /opt/iobroker/node_modules/mdns gyp ERR! node -v v6.11.2 gyp ERR! node-gyp -v v3.4.0 gyp ERR! not ok npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/aws-sdk/package.json' npm WARN optional SKIPPING OPTIONAL DEPENDENCY: mdns@2.3.3 (node_modules/mdns):npm WARN optional SKIPPING OPTIONAL DEPENDENCY: mdns@2.3.3 install: `node-gyp rebuild` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1</dns_sd.h>
-
Ist ein optionales Paket.
Wenn Du es weghaben willst: Google is your friend:
sudo apt-get install libavahi-compat-libdnssd-dev
-
Hmm ok, werd ich installieren. Hab mich nur gewundert, dass der Error plötzlich irgendwann da war. Danke.
-
Da möchte ich mich gleich mal dran hängen.
Ich habe auch immer so eine ähnliche Fehlermeldung, wüsste aber ehrlicherweise gar nicht wonach ich da googeln sollte.
Bekomme ich diese auch recht einfach mit Installation einer Erweiterung weg ?
> authenticate-pam@1.0.2 install /opt/iobroker/node_modules/authenticate-pam > node-gyp rebuild make: Entering directory `/opt/iobroker/node_modules/authenticate-pam/build' CXX(target) Release/obj.target/authenticate_pam/authenticate_pam.o ../authenticate_pam.cc:30:31: fatal error: security/pam_appl.h: No such file or directory #include <security pam_appl.h=""> ^ compilation terminated. make: *** [Release/obj.target/authenticate_pam/authenticate_pam.o] Error 1 make: Leaving directory `/opt/iobroker/node_modules/authenticate-pam/build' 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:276:23) gyp ERR! stack at emitTwo (events.js:106:13) gyp ERR! stack at ChildProcess.emit (events.js:191:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_proces s.js:219:12) gyp ERR! System Linux 4.2.8 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/authenticate-pam gyp ERR! node -v v6.11.4 gyp ERR! node-gyp -v v3.4.0 gyp ERR! not ok iobroker.core@0.1.0 /opt/iobroker └── iobroker.yr@1.0.6</security>