Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. js-controller 3.3 jetzt im Beta

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    js-controller 3.3 jetzt im Beta

    This topic has been deleted. Only users with topic management privileges can see it.
    • foxriver76
      foxriver76 Developer @e-s last edited by

      @e-s mit 2.2.1?

      E 1 Reply Last reply Reply Quote 0
      • D
        darkiop Most Active @apollon77 last edited by

        @apollon77 auch hier keine auffälligkeiten

        1 Reply Last reply Reply Quote 1
        • E
          e-s @foxriver76 last edited by e-s

          @foxriver76
          Mit der aktuellen Version im latest/beta, also 2.2.1.
          Hatte den dp auch schon mal gelöscht und neu erstellen lassen, keinen Unterschied.

          J foxriver76 2 Replies Last reply Reply Quote 0
          • J
            Jan1 @e-s last edited by

            @e-s
            2.2.1 ist nicht BETA!

            E 1 Reply Last reply Reply Quote 0
            • E
              e-s @Jan1 last edited by

              @jan1
              Hast du überhaupt eine Ahnung worum es geht?

              J 1 Reply Last reply Reply Quote 0
              • J
                Jan1 @e-s last edited by

                @e-s
                Nö, aber wenn Du nur ne Version und kein Adapter dazu angibst und was von BETA schreibst, wohl auch der Rest hier nicht, der nicht gerade den Post von Dir hier sucht, wo Du auf den Punkt kommst.

                Deshalb ist das für Mitlesende einfach sehr schlecht wenn das wesentliche fehlt 😉

                1 Reply Last reply Reply Quote 1
                • foxriver76
                  foxriver76 Developer @e-s last edited by

                  @e-s Welcher DP ist es? Also ich selbst habe nur einen Weatherman 2 angebunden, da habe ich alles gefixt. Ansonsten erstell doch mal bitte ein Issue mit der Fehlermeldung beim wiffi-wz, da keins existiert derzeit hat das vermutlich niemand auf dem Schirm.

                  E 1 Reply Last reply Reply Quote 0
                  • E
                    e-s @foxriver76 last edited by

                    @foxriver76
                    Hatte ich gestern hier geschrieben

                    foxriver76 1 Reply Last reply Reply Quote 0
                    • ?
                      A Former User @apollon77 last edited by

                      @apollon77 3.3.15 hier auf Master/Slave Systemen auch ohne Auffaelligkeiten...
                      Node 14, Node 12, Debian 10 und Debian 9

                      1 Reply Last reply Reply Quote 1
                      • foxriver76
                        foxriver76 Developer @e-s last edited by

                        @e-s Ah, den hatte ich auch aber Adapter wird so gut wie nie neugestartet, daher nicht aufgefallen. Habe ein PR erstellt der es fixt. https://github.com/t4qjXH8N/ioBroker.wiffi-wz/pull/49

                        foxriver76 created this issue in t4qjXH8N/ioBroker.wiffi-wz

                        open write info.connection with ack flag #49

                        1 Reply Last reply Reply Quote 1
                        • K
                          Kueppert last edited by

                          Hab auch den HOST jetzt mal auf 3.3.15 hochgezogen von 3.3.12. Hab direkt auch mal mein Debian 10 upgedated, alles in einem Schritt. VM neu gestartet und alles problemlos durchgelaufen 👍

                          M 1 Reply Last reply Reply Quote 1
                          • M
                            Marty56 @Kueppert last edited by

                            @apollon77 kein Problem mit 3.3.15

                            1 Reply Last reply Reply Quote 1
                            • ?
                              A Former User last edited by

                              Kann oder muss ich diesen Fehler beheben? 3.3.14 auf 3.3.15

                              iobroker@iobroker-vm:/opt/iobroker$ iobroker upgrade self
                              Update js-controller from @3.3.14 to @3.3.15
                              NPM version: 6.14.13
                              npm install iobroker.js-controller@3.3.15 --loglevel error --unsafe-perm --prefix "/opt/iobroker" (System call)
                              /bin/sh: 1: cmake: not found
                              make: *** [config_deps.target.mk:13: /opt/iobroker/node_modules/cpu-features/deps/cpu_features/build/Makefile] Fehler 127
                              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:314:20)
                              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)
                              gyp ERR! System Linux 4.19.0-9-amd64
                              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/cpu-features
                              gyp ERR! node -v v12.22.2
                              gyp ERR! node-gyp -v v5.1.0
                              gyp ERR! not ok
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Guest last edited by Thomas Braun

                                @brainbug

                                Ich vermute da fehlt dir das Paket cmake

                                sudo apt update
                                sudo apt install cmake
                                

                                Vielleicht auch mal die build-essential installieren:

                                sudo apt install build-essential
                                
                                node-gyp -v v5.1.0
                                

                                scheint auch veraltet zu sein, in meinem System werkelt node-gyp@7.1.0

                                Prüf mal deine nodeJS-Installation.

                                ? 1 Reply Last reply Reply Quote 0
                                • ?
                                  A Former User @Thomas Braun last edited by

                                  @thomas-braun sagte in js-controller 3.3 jetzt im Beta:

                                  sudo apt install build-essential

                                  cmake zu installieren hat den Fehler behoben. node und nodejs sind v12.22.2 installiert.

                                  Thomas Braun apollon77 2 Replies Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Guest last edited by

                                    @brainbug sagte in js-controller 3.3 jetzt im Beta:

                                    node und nodejs sind v12.22.2 installiert.

                                    Auch 'senkrecht'? Schau mit

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

                                    nach

                                    Chaot ? 2 Replies Last reply Reply Quote 0
                                    • apollon77
                                      apollon77 @Guest last edited by

                                      @brainbug Farge ist jetzt ob ein "iobroker fix" das auch gelöst hätte ... weil der Installiert installiert das nicht ... Ist auch das erste mal das ich das sehe das eine nodejs lib auf cmake aufbaut ... das cpu-features scheint wohl von irgendeinem "ssh2" paket gefordert zu werden. Keine Ahnung durch welchen Adapter oder lib das reinkommt bei Dir.

                                      naja mal schauen ob es nochmal kommt, dann kommts halt in den Installer/Fixer mit dazu

                                      1 Reply Last reply Reply Quote 0
                                      • Chaot
                                        Chaot @Thomas Braun last edited by

                                        @thomas-braun
                                        Ich habe eine seltsame Meldung die ich bisher noch nie hatte:

                                        Update js-controller from @3.3.14 to @3.3.15
                                        NPM version: 6.14.13
                                        npm install iobroker.js-controller@3.3.15 --loglevel error --unsafe-perm --prefix "/opt/iobroker" (System call)
                                        In file included from ../src/binding.cc:1:
                                        /home/iobroker/.cache/node-gyp/12.22.2/include/node/node.h:736:43: warning: cast between incompatible function types from 'void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)' {aka 'void (*)(v8::Local<v8::Object>)'} to 'node::addon_register_func' {aka 'void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)'} [-Wcast-function-type]
                                          736 |       (node::addon_register_func) (regfunc),                          \
                                              |                                           ^
                                        /home/iobroker/.cache/node-gyp/12.22.2/include/node/node.h:770:3: note: in expansion of macro 'NODE_MODULE_X'
                                          770 |   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
                                              |   ^~~~~~~~~~~~~
                                        ../src/binding.cc:153:1: note: in expansion of macro 'NODE_MODULE'
                                          153 | NODE_MODULE(cpufeatures, init)
                                              | ^~~~~~~~~~~
                                        
                                        apollon77 Thomas Braun 2 Replies Last reply Reply Quote 1
                                        • apollon77
                                          apollon77 @Chaot last edited by

                                          @chaot Siehe oben ... einfach ignore ... das sind npm Warnungen von irgendwelchen npm Modulen in Deiner Installation ...

                                          1 Reply Last reply Reply Quote 2
                                          • ?
                                            A Former User @Thomas Braun last edited by

                                            @thomas-braun sagte in js-controller 3.3 jetzt im Beta:

                                            which nodejs node npm && nodejs -v && node -v && npm -v && apt policy nodejs
                                            /usr/bin/nodejs
                                            /usr/bin/node
                                            /usr/bin/npm
                                            v12.22.2
                                            v12.22.2
                                            6.14.13
                                            nodejs:
                                             Installiert:           12.22.2-1nodesource1
                                             Installationskandidat: 12.22.2-1nodesource1
                                             Versionstabelle:
                                            *** 12.22.2-1nodesource1 500
                                                   500 https://deb.nodesource.com/node_12.x buster/main amd64 Packages
                                                   100 /var/lib/dpkg/status
                                                10.24.0~dfsg-1~deb10u1 500
                                                   500 http://deb.debian.org/debian buster/main amd64 Packages
                                                   500 http://security.debian.org/debian-security buster/updates/main amd64 Packages
                                            

                                            @apollon77 da bin ich definitiv der falsche um das zu beantworten zu können

                                            Thomas Braun 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            586
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            75
                                            791
                                            180743
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo