Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. EPOLL Fehler

    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

    UNSOLVED EPOLL Fehler

    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      deta Most Active last edited by Negalein

      Hallo,
      seit einer weile , bekomme ich beim Updaten der Adapter immer wieder die Info,
      das irgendwas mit dem epol nicht stimmt.

      make: *** [Release/obj.target/epoll/src/epoll.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:262:23)
      gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
      gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
      gyp ERR! System Linux 4.4.182-rockchip64
      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/epoll
      gyp ERR! node -v v10.16.3
      gyp ERR! node-gyp -v v3.8.0
      gyp ERR! not ok
      

      Was ist das epoll? Woher kommt das?
      Wie kann ich das wieder reperieren? Ohne alles zu zerlegen?

      cu Deta

      crunchip 1 Reply Last reply Reply Quote 0
      • crunchip
        crunchip Forum Testing Most Active @deta last edited by

        @deta https://www.npmjs.com/package/epoll

        1 Reply Last reply Reply Quote 0
        • D
          deta Most Active last edited by Negalein

          Mh keine Mail bekommen gehabt, das was geantwortet war!
          So hab ich mal gemacht. Aber es kommen Fehler:

          root@rock:~# cd /opt/iobroker/        
          root@rock:/opt/iobroker# npm install epoll
          
          epoll@0.1.22 install /opt/iobroker/node_modules/rpi-gpio/node_modules/epoll
          node-gyp rebuild
          
          make: Entering directory '/opt/iobroker/node_modules/rpi-gpio/node_modules/epoll/build'
            CXX(target) Release/obj.target/epoll/src/epoll.o
          In file included from ../../nan/nan.h:192:0,
                           from ../src/epoll.cc:15:
          ../../nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’:
          ../../nan/nan_maybe_43_inl.h:112:15: error: ‘class v8::Object’ has no member named ‘ForceSet’
             return obj->ForceSet(isolate->GetCurrentContext(), key, value, attribs);
                         ^~~~~~~~
          In file included from ../src/epoll.cc:15:0:
          ../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
          ../../nan/nan.h:835:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                   v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                      ^
          In file included from ../src/epoll.cc:12:0:
          /root/.node-gyp/10.16.3/include/node/node.h:177:50: note: declared here
                           NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                            ^
          /root/.node-gyp/10.16.3/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
               __attribute__((deprecated(message))) declarator
                                                    ^~~~~~~~~~
          In file included from ../src/epoll.cc:15:0:
          ../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
          ../../nan/nan.h:850:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                   v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                        ^
          In file included from ../src/epoll.cc:12:0:
          /root/.node-gyp/10.16.3/include/node/node.h:170:50: note: declared here
                           NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                            ^
          /root/.node-gyp/10.16.3/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
               __attribute__((deprecated(message))) declarator
                                                    ^~~~~~~~~~
          In file included from ../src/epoll.cc:15:0:
          ../../nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
          ../../nan/nan.h:865:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                   v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                        ^
          In file included from ../src/epoll.cc:12:0:
          /root/.node-gyp/10.16.3/include/node/node.h:163:50: note: declared here
                           NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                            ^
          /root/.node-gyp/10.16.3/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
               __attribute__((deprecated(message))) declarator
                                                    ^~~~~~~~~~
          In file included from ../src/epoll.cc:15:0:
          ../../nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callback::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’:
          ../../nan/nan.h:1479:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
               ));
               ^
          In file included from ../src/epoll.cc:12:0:
          /root/.node-gyp/10.16.3/include/node/node.h:177:50: note: declared here
                           NODE_EXTERN v8::Local<v8::Value> MakeCallback(
                                                            ^
          /root/.node-gyp/10.16.3/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
               __attribute__((deprecated(message))) declarator
                                                    ^~~~~~~~~~
          ../src/epoll.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Epoll::Add(Nan::NAN_METHOD_ARGS_TYPE)’:
          ../src/epoll.cc:210:44: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
             int err = epoll->Add(info[0]->Int32Value(), info[1]->Int32Value());
                                                      ^
          In file included from /root/.node-gyp/10.16.3/include/node/v8.h:26:0,
                           from ../src/epoll.cc:11:
          /root/.node-gyp/10.16.3/include/node/v8.h:2478:46: note: declared here
             V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                        ^
          /root/.node-gyp/10.16.3/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
             declarator __attribute__((deprecated(message)))
             ^~~~~~~~~~
          ../src/epoll.cc:210:67: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
             int err = epoll->Add(info[0]->Int32Value(), info[1]->Int32Value());
                                                                             ^
          In file included from /root/.node-gyp/10.16.3/include/node/v8.h:26:0,
                           from ../src/epoll.cc:11:
          /root/.node-gyp/10.16.3/include/node/v8.h:2478:46: note: declared here
             V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                        ^
          /root/.node-gyp/10.16.3/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
             declarator __attribute__((deprecated(message)))
             ^~~~~~~~~~
          ../src/epoll.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Epoll::Modify(Nan::NAN_METHOD_ARGS_TYPE)’:
          ../src/epoll.cc:230:47: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
             int err = epoll->Modify(info[0]->Int32Value(), info[1]->Int32Value());
                                                         ^
          In file included from /root/.node-gyp/10.16.3/include/node/v8.h:26:0,
                           from ../src/epoll.cc:11:
          /root/.node-gyp/10.16.3/include/node/v8.h:2478:46: note: declared here
             V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                        ^
          /root/.node-gyp/10.16.3/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
             declarator __attribute__((deprecated(message)))
             ^~~~~~~~~~
          ../src/epoll.cc:230:70: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
             int err = epoll->Modify(info[0]->Int32Value(), info[1]->Int32Value());
                                                                                ^
          In file included from /root/.node-gyp/10.16.3/include/node/v8.h:26:0,
                           from ../src/epoll.cc:11:
          /root/.node-gyp/10.16.3/include/node/v8.h:2478:46: note: declared here
             V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                        ^
          /root/.node-gyp/10.16.3/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
             declarator __attribute__((deprecated(message)))
             ^~~~~~~~~~
          ../src/epoll.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Epoll::Remove(Nan::NAN_METHOD_ARGS_TYPE)’:
          ../src/epoll.cc:247:47: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
             int err = epoll->Remove(info[0]->Int32Value());
                                                         ^
          In file included from /root/.node-gyp/10.16.3/include/node/v8.h:26:0,
                           from ../src/epoll.cc:11:
          /root/.node-gyp/10.16.3/include/node/v8.h:2478:46: note: declared here
             V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
                                                        ^
          /root/.node-gyp/10.16.3/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
             declarator __attribute__((deprecated(message)))
             ^~~~~~~~~~
          epoll.target.mk:101: recipe for target 'Release/obj.target/epoll/src/epoll.o' failed
          make: *** [Release/obj.target/epoll/src/epoll.o] Error 1
          make: Leaving directory '/opt/iobroker/node_modules/rpi-gpio/node_modules/epoll/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_modules/node-gyp/lib/build.js:262:23)
          gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
          gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
          gyp ERR! System Linux 4.4.182-rockchip64
          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/rpi-gpio/node_modules/epoll
          gyp ERR! node -v v10.16.3
          gyp ERR! node-gyp -v v3.8.0
          gyp ERR! not ok 
          
          > epoll@2.0.10 install /opt/iobroker/node_modules/epoll
          > node-gyp rebuild
          
          make: Entering directory '/opt/iobroker/node_modules/epoll/build'
            CXX(target) Release/obj.target/epoll/src/epoll.o
            SOLINK_MODULE(target) Release/obj.target/epoll.node
            COPY Release/epoll.node
          make: Leaving directory '/opt/iobroker/node_modules/epoll/build'
          npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/@abandonware/.noble.DELETE/package.json'
          npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/node_modules/unix-dgram/package.json'
          npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed. You must install peer dependencies yourself.
          npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed. You must install peer dependencies yourself.
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: epoll@0.1.22 (node_modules/rpi-gpio/node_modules/epoll):
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: epoll@0.1.22 install: `node-gyp rebuild`
          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
          
          + epoll@2.0.10
          added 2 packages from 9 contributors and audited 18819 packages in 122.789s
          found 79 vulnerabilities (42 low, 4 moderate, 33 high)
            run `npm audit fix` to fix them, or `npm audit` for details
          root@rock:/opt/iobroker#
          

          Mh.
          cu Deta

          1 Reply Last reply Reply Quote 0
          • D
            deta Most Active last edited by

            Hab ich gemacht schon.
            Leider immer noch der Fehler, gerade wieder einen Adapter aktualliesiert.


            make: *** [Release/obj.target/epoll/src/epoll.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:262:23)
            gyp ERR! stack at ChildProcess.emit (events.js:198:13)
            gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
            gyp ERR! System Linux 4.4.182-rockchip64
            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/rpi-gpio/node_modules/epoll
            gyp ERR! node -v v10.16.3

            crunchip 1 Reply Last reply Reply Quote 0
            • crunchip
              crunchip Forum Testing Most Active @deta last edited by

              @deta soweit ich weiss, ist das epoll für gpio´s zuständig, falls du nichts über gpio schaltest, könntest du es deinstallieren.

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

              Support us

              ioBroker
              Community Adapters
              Donate

              757
              Online

              31.8k
              Users

              80.0k
              Topics

              1.3m
              Posts

              epoll fehler adapter installie
              2
              5
              206
              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