Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Hilfe aus Karlsruhe und Umgebung

    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

    Hilfe aus Karlsruhe und Umgebung

    This topic has been deleted. Only users with topic management privileges can see it.
    • liv-in-sky
      liv-in-sky @Homoran last edited by

      @homoran

      ja - bin im moment auch ideen los - weiß zu wenig über das node

      der fehler sagt zwar:

      ‘X’ X(Boolean) ^In file included from /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:67, from ../../nan/nan.h:53, from 
      

      sollte aber gelöscht sein

      
      
      root@ioBroker-Rock64:/home/iobroker# npm cache verify
      Cache verified and compressed (~/.npm/_cacache):
      Content verified: 0 (0 bytes)
      Index entries: 0
      Finished in 0.133s
      
      
      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @liv-in-sky last edited by

        @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

        npm cache verify

        Mach das mal für den iobroker mit. Als root rasselt der Befehl auch in das /home / ~ des roots...

        sudo -u iobroker -H npm cache verify
        
        liv-in-sky 2 Replies Last reply Reply Quote 0
        • liv-in-sky
          liv-in-sky @Thomas Braun last edited by

          @thomas-braun

          geht leider nicht

          root@ioBroker-Rock64:~# sudo -u iobroker -H npm cache verify
          Error: EACCES: permission denied, scandir '/root'
          root@ioBroker-Rock64:~#  npm cache verify
          Cache verified and compressed (~/.npm/_cacache):
          Content verified: 0 (0 bytes)
          Index entries: 0
          Finished in 0.134s
          root@ioBroker-Rock64:~#
          
          Homoran 1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @liv-in-sky last edited by

            @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

            root@ioBroker-Rock64:~# sudo -u iobroker -H npm cache verify Error: EACCES: permission denied, scandir '/root'

            sorry, aber
            @Thomas-Braun
            kommt mir bekannt vor 🙂

            1 Reply Last reply Reply Quote 1
            • liv-in-sky
              liv-in-sky @Thomas Braun last edited by

              @thomas-braun

              also neue situation - nur noch dieser fehler - eine idee dazu ?

              NPM version: 6.14.15
              npm install iobroker.iot@1.8.25 --loglevel error --prefix "/opt/iobroker" (System call)
              sharp: Installation error: Use with glibc 2.28 requires manual installation of libvips >= 8.10.6
              ../src/common.cc:24:10: fatal error: vips/vips8: No such file or directory
               #include <vips/vips8>
                        ^~~~~~~~~~~~
              compilation terminated.
              make: *** [sharp.target.mk:137: Release/obj.target/sharp/src/common.o] Error 1
              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:400:28)
              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
              gyp ERR! System Linux 4.17.0-rc6-rk3328
              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/sharp
              gyp ERR! node -v v14.18.3
              gyp ERR! node-gyp -v v5.1.0
              gyp ERR! not ok
              
              
              Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
              • Homoran
                Homoran Global Moderator Administrators @liv-in-sky last edited by

                @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

                sharp: Installation error: Use with glibc 2.28 requires manual installation of libvips >= 8.10.6

                da gab es schonmal was - muss suchen

                liv-in-sky Homoran 2 Replies Last reply Reply Quote 0
                • liv-in-sky
                  liv-in-sky @Homoran last edited by

                  @homoran

                  kann das zu yakha gehören ?

                  Homoran 1 Reply Last reply Reply Quote 0
                  • Homoran
                    Homoran Global Moderator Administrators @Homoran last edited by

                    @homoran sagte in Hilfe aus Karlsruhe und Umgebung:

                    muss suchen

                    nutze kein yahka

                    liv-in-sky 1 Reply Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @liv-in-sky last edited by

                      @liv-in-sky https://forum.iobroker.net/topic/32635/fehler-im-modul-sharp-libvips-fehlt/3?_=1642245231446

                      ignorieren

                      😂

                      liv-in-sky 1 Reply Last reply Reply Quote 0
                      • liv-in-sky
                        liv-in-sky @Homoran last edited by

                        @homoran

                        nee - es gibt da was auf github - iot adapter

                        1 Reply Last reply Reply Quote 0
                        • liv-in-sky
                          liv-in-sky @Homoran last edited by

                          @homoran sagte in Hilfe aus Karlsruhe und Umgebung:

                          @liv-in-sky https://forum.iobroker.net/topic/32635/fehler-im-modul-sharp-libvips-fehlt/3?_=1642245231446

                          ignorieren

                          😂

                          steht da auch auf github 🙂

                          Homoran 1 Reply Last reply Reply Quote 0
                          • Homoran
                            Homoran Global Moderator Administrators @liv-in-sky last edited by

                            @liv-in-sky na dann

                            https://forum.iobroker.net/topic/32635/fehler-im-modul-sharp-libvips-fehlt/3?_=1642245231446

                            auch da wurde nur downgegradet

                            1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @liv-in-sky last edited by Thomas Braun

                              @liv-in-sky
                              Das hat mit der Grafikbibliothek libvips zu tun. Aber eigentlich sollte eine aktuelle Buster Version schon mit passender glibc daher kommen.

                              Zum Bau von canvas wird das auch benutzt. Dazu gibt es aber ein paar Threads hier.

                              liv-in-sky 1 Reply Last reply Reply Quote 0
                              • liv-in-sky
                                liv-in-sky @Thomas Braun last edited by

                                @thomas-braun

                                könnte ich was machen ?

                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @liv-in-sky last edited by

                                  @liv-in-sky

                                  apt policy libvips-dev
                                  
                                  liv-in-sky 1 Reply Last reply Reply Quote 0
                                  • liv-in-sky
                                    liv-in-sky @Thomas Braun last edited by liv-in-sky

                                    @thomas-braun sagte in Hilfe aus Karlsruhe und Umgebung:

                                    apt policy libvips-dev

                                    
                                    root@ioBroker-Rock64:~# apt policy libvips-dev
                                    libvips-dev:
                                      Installed: (none)
                                      Candidate: 8.7.4-1+deb10u1
                                      Version table:
                                         8.7.4-1+deb10u1 500
                                            500 http://httpredir.debian.org/debian buster/main arm64 Packages
                                    root@ioBroker-Rock64:~#
                                    
                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @liv-in-sky last edited by

                                      @liv-in-sky

                                      Dann schaufel das Ding mal rein.

                                      liv-in-sky 1 Reply Last reply Reply Quote 0
                                      • liv-in-sky
                                        liv-in-sky @Thomas Braun last edited by liv-in-sky

                                        @thomas-braun

                                        bin mir bei dir nie sicher, ob du handwerker oder IT-ler bist - mal wird gezimmert, mal geschaufelt und dann wieder upgedated und upgegraded

                                        🙂

                                        Homoran 1 Reply Last reply Reply Quote 1
                                        • Homoran
                                          Homoran Global Moderator Administrators @liv-in-sky last edited by

                                          @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

                                          mal wird gezimmert, mal geschaufelt und dann wieder upgedated und upgegraded

                                          und ganz oft gehampelt

                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Homoran last edited by

                                            @homoran @liv-in-sky
                                            Und gebügelt wird auch!

                                            liv-in-sky 1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Support us

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

                                            453
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            11
                                            166
                                            11764
                                            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