NEWS
[gelöst] Error bei add vis-hqwidgets
-
iobroker 2017-06-22 18:04:06.080 info upload [0] vis-hqwidgets.admin /opt/iobroker/node_modules/iobroker.vis-hqwidgets/admin/hqwidgets.png hqwidgets.png image/png iobroker 2017-06-22 18:04:05.936 info upload [1] vis-hqwidgets.admin /opt/iobroker/node_modules/iobroker.vis-hqwidgets/admin/index.html index.html text/html iobroker 2017-06-22 18:04:05.905 info got /opt/iobroker/node_modules/iobroker.vis-hqwidgets/admin iobroker 2017-06-22 18:03:58.307 info npm install --production (System call) in "/opt/iobroker/node_modules/iobroker.vis-hqwidgets" iobroker 2017-06-22 18:03:58.298 info host.ioBroker-RasPi install adapter vis-hqwidgets iobroker 2017-06-22 18:03:58.157 info WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 iobroker 2017-06-22 18:03:58.155 info WARN optional SKIPPING OPTIONAL DEPENDENCY: mdns@2.3.3 install: `node-gyp rebuild`npm iobroker 2017-06-22 18:03:58.147 info WARN optional SKIPPING OPTIONAL DEPENDENCY: mdns@2.3.3 (node_modules/mdns):npm iobroker 2017-06-22 18:03:58.145 info npm iobroker 2017-06-22 18:03:48.348 info gyp ERR! not ok iobroker 2017-06-22 18:03:48.344 info gyp ERR! node-gyp -v v3.4.0 iobroker 2017-06-22 18:03:48.344 info gyp ERR! node -v v6.10.3 iobroker 2017-06-22 18:03:48.344 info gyp ERR! command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/mdns iobroker 2017-06-22 18:03:48.339 info gyp ERR! System Linux 4.9.24-v7+ iobroker 2017-06-22 18:03:48.336 info stack at ChildProcess.emit (events.js:191:7)gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12) iobroker 2017-06-22 18:03:48.334 info gyp ERR! iobroker 2017-06-22 18:03:48.334 info gyp ERR! stack at emitTwo (events.js:106:13) iobroker 2017-06-22 18:03:48.334 info 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) iobroker 2017-06-22 18:03:48.332 info gyp iobroker 2017-06-22 18:03:48.318 info ERR! build error iobroker 2017-06-22 18:03:48.316 info iobroker 2017-06-22 18:03:48.310 info gyp iobroker 2017-06-22 18:03:48.289 info make: *** [Release/obj.target/dns_sd_bindings/src/dns_sd.o] Error 1 iobroker 2017-06-22 18:03:45.851 info compilation terminated. iobroker 2017-06-22 18:03:45.847 info ^ iobroker 2017-06-22 18:03:45.847 info #include iobroker 2017-06-22 18:03:45.847 info In file included from ../src/dns_sd.cpp:1:0:../src/mdns.hpp:32:20: fatal error: dns_sd.h: Datei oder Verzeichnis nicht gefunden iobroker 2017-06-22 18:02:44.779 info npm install iobroker.vis-hqwidgets --production --prefix "/opt/iobroker" (System call) iobroker 2017-06-22 18:02:41.081 info add vis-hqwidgets
Der gleiche oder ähnlicher Fehler kam auch beim update des js-controller. Habe neue Installation auf Pi3 mit SD-Image…
-
Der Fehler kommt vom optionalen mdns Modul. Klappt danach alles, oder nicht?
Versuch mal:
sudo apt-get install libavahi-compat-libdnssd-dev
-
stimmt, danke