NEWS
Homekit
-
hatte es auch über terminal probiert mit npm und älterer Version. hab ne Fehlermeldung bekommen, weiß nicht mehr genau was da stand, irgendwas mit konnte nicht installiert werden, irgendwas bzw. Verzeichnis fehlt
-
Genau davon brauchen wir jetzt Details. Probiere es nochmal [emoji3]
Gesendet von iPhone mit Tapatalk
-
Ich probiere es heute Abend
-
Ich habe hier gerade so ziemlich das gleiche Problem, daher hänge ich mich hier mal dran.
Nachdem ich das Linux auf meinem Raspberry einmal komplett neu installiert habe und ioBroker frisch installiert habe, konnte ich auch einige Adapter (history, flot, vis,…) installieren. Nun möchte ich noch den Homekit adapter installieren bekomme aber folgende Fehler:
! ````
$ ./iobroker add homekit
npm install iobroker.homekit --production --prefix "/opt/smarthome/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
gypERR! build error
gyp ERR! stack Error:make
failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)gyp ERR! stack at emitTwo (events.js:87:13)
gyp ERR! stack at ChildProcess.emit (events.js:172:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)! gyp ERR! System Linux 4.4.21-v7+gyp ERR! command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /opt/smarthome/iobroker/node_modules/iobroker.homekit/node_modules/hap-nodejs/node_modules/mdns
gyp ERR! node -v v4.6.0
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok
! npm
ERR! Linux 4.4.21-v7+
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "iobroker.homekit" "--production" "--prefix" "/opt/smarthome/iobroker"npm ERR! node v4.6.0
npm ERR!
npm v2.15.9npm ERR! code ELIFECYCLE
! npm ERR! mdns@2.2.11 install:node-gyp rebuild
npm ERR! Exit status 1
npm
ERR! npm ERR! Failed at the mdns@2.2.11 install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the mdns package,
npm ERR! not with npm itself.
npm ERR!
Tell the author that this fails on your system:npm ERR! node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!
npm bugs mdnsnpm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR!
npm owner ls mdns
npm ERR! There is likely additional logging output above.
! npm ERR! Please include the following file with any support request:npm ERR! /npm-debug.log
! ERROR: host.raspberrypi Cannot install iobroker.homekit: 1
ERROR: process exited with code 25</dns_sd.h>Die Installation ist von gestern Abend, entsprechend habe ich hier Nodejs v4.6.0, jsController 0.12.2 und Linux raspberrypi 4.4.21-v7+
-
Selbe hier, alles läuft, Adapter liessen sich aktualisieren, nur Homekit lässt sich nicht neu installieren. Fehler siehe Vorposting..
-
Gibt es hierzu eine Lösung ?
Habe auch das Problem.
Git ist installiert !
-
Gibt es hierzu eine Lösung ?
Habe auch das Problem.
Git ist installiert ! `
Welchen Fehler bekommst du den beim Installation, bei mir lief alles sauber durch?!
Bekommen nur den neuen (yaha) nicht zum laufen
Sent from my iPhone using Tapatalk
-
Für homekit braucht man ein paar zusätzliche Pakete die man mit apt-get install installieren muss.
Ich glaube (erinnere mich aber nicht mehr 100%):
libavahi-compat-libdnssd-dev avahi-daemon libnss-mdns
Der Fehler sagt das er ein Header-File nicht findet was in dem Fall dann erst installiert wird wenn das Paket dazu da ist
-
sudo apt-get install libavahi-compat-libdnssd-dev
danach funktioniert es dann
-
ich brauchte glaube ich avahi und mdns weil ich sonst bei restarts teilweise grosse Probleme mit "Adress already in use" Fehlern hatte. Und da brauchte man dann den avahi-deamon den man neu starten konnte …