MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-AssistantMk2 problems 'npm install'

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    2 Posts 2 Posters 1.1k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • wiresharkW Offline
      wireshark
      last edited by wireshark

      speaker can not be installed.

      odroid@odroid:~/MagicMirror/modules/MMM-AssistantMk2$ npm install
      
      > grpc@1.14.0 install /home/odroid/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc
      > node-pre-gyp install --fallback-to-build --library=static_library
      
      node-pre-gyp WARN Using request for node-pre-gyp https download 
      [grpc] Success: "/home/odroid/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/node/extension_binary/node-v57-linux-arm-glibc/grpc_node.node" is installed via remote
      
      > speaker@0.4.1 install /home/odroid/MagicMirror/modules/MMM-AssistantMk2/node_modules/speaker
      > node-gyp rebuild
      
      make: 디렉터리 '/home/odroid/MagicMirror/modules/MMM-AssistantMk2/node_modules/speaker/build' 들어감
        CC(target) Release/obj.target/output/deps/mpg123/src/output/alsa.o
      ../deps/mpg123/src/output/alsa.c: In function ‘rates_match’:
      ../deps/mpg123/src/output/alsa.c:53:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
        return actual * 100 > desired * (100 - AUDIO_RATE_TOLERANCE) &&
                            ^
      ../deps/mpg123/src/output/alsa.c:54:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
               actual * 100 < desired * (100 + AUDIO_RATE_TOLERANCE);
                            ^
      ../deps/mpg123/src/output/alsa.c: In function ‘initialize_device’:
      ../deps/mpg123/src/output/alsa.c:78:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
        for (i = 0; i < NUM_FORMATS; ++i) {
                      ^
      ../deps/mpg123/src/output/alsa.c: In function ‘get_formats_alsa’:
      ../deps/mpg123/src/output/alsa.c:201:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
        for (i = 0; i < NUM_FORMATS; ++i) {
                      ^
        AR(target) Release/obj.target/deps/mpg123/liboutput.a
        COPY Release/liboutput.a
        CXX(target) Release/obj.target/binding/src/binding.o
      ../src/binding.cc: In function ‘void {anonymous}::write_after(uv_work_t*)’:
      ../src/binding.cc:86:31: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
         wreq->callback->Call(1, argv);
                                     ^
      In file included from ../src/node_pointer.h:6:0,
                       from ../src/binding.cc:5:
      ../../nan/nan.h:1618:3: note: declared here
         Call(int argc, v8::Local<v8::Value> argv[]) const {
         ^~~~
      ../src/binding.cc: In function ‘void {anonymous}::Initialize(v8::Handle<v8::Object>)’:
      ../src/binding.cc:113:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
         Nan::ForceSet(target,
              ^~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:115:64: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
                       Nan::New(mpg123_output_module_info.api_version));
                                                                      ^
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:116:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
         Nan::ForceSet(target,
              ^~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:118:74: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
                       Nan::New(mpg123_output_module_info.name).ToLocalChecked());
                                                                                ^
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:119:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
         Nan::ForceSet(target,
              ^~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:121:81: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
                       Nan::New(mpg123_output_module_info.description).ToLocalChecked());
                                                                                       ^
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:122:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
         Nan::ForceSet(target,
              ^~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:124:78: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
                       Nan::New(mpg123_output_module_info.revision).ToLocalChecked());
                                                                                    ^
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:133:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
         Nan::ForceSet(target, Nan::New("formats").ToLocalChecked(), Nan::New(ao.get_formats(&ao)));
              ^~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:133:92: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
         Nan::ForceSet(target, Nan::New("formats").ToLocalChecked(), Nan::New(ao.get_formats(&ao)));
                                                                                                  ^
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:140:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
         Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
              ^
      ../src/binding.cc:143:3: note: in expansion of macro ‘CONST_INT’
         CONST_INT(MPG123_ENC_FLOAT_32);
         ^~~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:141:58: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
             static_cast<PropertyAttribute>(ReadOnly|DontDelete));
                                                                ^
      ../src/binding.cc:143:3: note: in expansion of macro ‘CONST_INT’
         CONST_INT(MPG123_ENC_FLOAT_32);
         ^~~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:140:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
         Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
              ^
      ../src/binding.cc:144:3: note: in expansion of macro ‘CONST_INT’
         CONST_INT(MPG123_ENC_FLOAT_64);
         ^~~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:141:58: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
             static_cast<PropertyAttribute>(ReadOnly|DontDelete));
                                                                ^
      ../src/binding.cc:144:3: note: in expansion of macro ‘CONST_INT’
         CONST_INT(MPG123_ENC_FLOAT_64);
         ^~~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:140:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
         Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
              ^
      ../src/binding.cc:145:3: note: in expansion of macro ‘CONST_INT’
         CONST_INT(MPG123_ENC_SIGNED_8);
         ^~~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:141:58: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
             static_cast<PropertyAttribute>(ReadOnly|DontDelete));
                                                                ^
      ../src/binding.cc:145:3: note: in expansion of macro ‘CONST_INT’
         CONST_INT(MPG123_ENC_SIGNED_8);
         ^~~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:140:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
         Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
              ^
      ../src/binding.cc:146:3: note: in expansion of macro ‘CONST_INT’
         CONST_INT(MPG123_ENC_UNSIGNED_8);
         ^~~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:141:58: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
             static_cast<PropertyAttribute>(ReadOnly|DontDelete));
                                                                ^
      ../src/binding.cc:146:3: note: in expansion of macro ‘CONST_INT’
         CONST_INT(MPG123_ENC_UNSIGNED_8);
         ^~~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:140:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
         Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
              ^
      ../src/binding.cc:147:3: note: in expansion of macro ‘CONST_INT’
         CONST_INT(MPG123_ENC_SIGNED_16);
         ^~~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:141:58: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
             static_cast<PropertyAttribute>(ReadOnly|DontDelete));
                                                                ^
      ../src/binding.cc:147:3: note: in expansion of macro ‘CONST_INT’
         CONST_INT(MPG123_ENC_SIGNED_16);
         ^~~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:140:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
         Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
              ^
      ../src/binding.cc:148:3: note: in expansion of macro ‘CONST_INT’
         CONST_INT(MPG123_ENC_UNSIGNED_16);
         ^~~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:141:58: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
             static_cast<PropertyAttribute>(ReadOnly|DontDelete));
                                                                ^
      ../src/binding.cc:148:3: note: in expansion of macro ‘CONST_INT’
         CONST_INT(MPG123_ENC_UNSIGNED_16);
         ^~~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:140:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
         Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
              ^
      ../src/binding.cc:149:3: note: in expansion of macro ‘CONST_INT’
         CONST_INT(MPG123_ENC_SIGNED_24);
         ^~~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:141:58: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
             static_cast<PropertyAttribute>(ReadOnly|DontDelete));
                                                                ^
      ../src/binding.cc:149:3: note: in expansion of macro ‘CONST_INT’
         CONST_INT(MPG123_ENC_SIGNED_24);
         ^~~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:140:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
         Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
              ^
      ../src/binding.cc:150:3: note: in expansion of macro ‘CONST_INT’
         CONST_INT(MPG123_ENC_UNSIGNED_24);
         ^~~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:141:58: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
             static_cast<PropertyAttribute>(ReadOnly|DontDelete));
                                                                ^
      ../src/binding.cc:150:3: note: in expansion of macro ‘CONST_INT’
         CONST_INT(MPG123_ENC_UNSIGNED_24);
         ^~~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:140:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
         Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
              ^
      ../src/binding.cc:151:3: note: in expansion of macro ‘CONST_INT’
         CONST_INT(MPG123_ENC_SIGNED_32);
         ^~~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:141:58: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
             static_cast<PropertyAttribute>(ReadOnly|DontDelete));
                                                                ^
      ../src/binding.cc:151:3: note: in expansion of macro ‘CONST_INT’
         CONST_INT(MPG123_ENC_SIGNED_32);
         ^~~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:140:8: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
         Nan::ForceSet(target, Nan::New(#value).ToLocalChecked(), Nan::New(value), \
              ^
      ../src/binding.cc:152:3: note: in expansion of macro ‘CONST_INT’
         CONST_INT(MPG123_ENC_UNSIGNED_32);
         ^~~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
      ../src/binding.cc:141:58: warning: ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’ is deprecated [-Wdeprecated-declarations]
             static_cast<PropertyAttribute>(ReadOnly|DontDelete));
                                                                ^
      ../src/binding.cc:152:3: note: in expansion of macro ‘CONST_INT’
         CONST_INT(MPG123_ENC_UNSIGNED_32);
         ^~~~~~~~~
      In file included from ../../nan/nan.h:197:0,
                       from ../src/node_pointer.h:6,
                       from ../src/binding.cc:5:
      ../../nan/nan_maybe_43_inl.h:130:35: note: declared here
       NAN_DEPRECATED inline Maybe<bool> ForceSet(
                                         ^~~~~~~~
        SOLINK_MODULE(target) Release/obj.target/binding.node
        COPY Release/binding.node
      make: 디렉터리 '/home/odroid/MagicMirror/modules/MMM-AssistantMk2/node_modules/speaker/build' 나감
      
      > protobufjs@6.8.8 postinstall /home/odroid/MagicMirror/modules/MMM-AssistantMk2/node_modules/protobufjs
      > node scripts/postinstall
      
      npm WARN MMM-AssistantMk2@1.0.1 No repository field.
      
      added 276 packages from 177 contributors and audited 648 packages in 26.488s
      found 0 vulnerabilities
      
      odroid@odroid:~/MagicMirror/modules/MMM-AssistantMk2$
      
      ? 1 Reply Last reply Reply Quote 0
      • ? Offline
        A Former User @wireshark
        last edited by

        @wireshark
        As I know, those are not error-messages.
        However, you should rebuid some binaries to match electron version.

        cd ~/MagicMirror/modules/MMM-AssistantMk2
        npm install --save-dev electron-rebuild
        ./node_modules/.bin/electron-rebuild
        
        1 Reply Last reply Reply Quote 0

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy