Coder Social home page Coder Social logo

resin-homebridge's Introduction

resin-homebridge

Resin.io application for Homebridge

resin-homebridge's People

Contributors

glavin001 avatar mkilivan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

resin-homebridge's Issues

Fails to build on Resin OS 2.2.0+rev1

Here's the part of my build log where it fails:

> node-gyp rebuild
[Build]    make: Entering directory '/usr/src/app/node_modules/raw-socket/build'
[Build]      CXX(target) Release/obj.target/raw/src/raw.o
[Build]    ../src/raw.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE raw::CreateChecksum(Nan::NAN_METHOD_ARGS_TYPE)’:
[Build]    ../src/raw.cc:70:43: warning: ‘v8::Local<v8::Uint32> v8::Value::ToUint32() const’ is deprecated (declared at /root/.node-gyp/8.3.0/include/node/v8.h:9608): Use maybe version [-Wdeprecated-declarations]
[Build]      uint32_t start_with = info[0]->ToUint32 ()->Value ();
[Build]                                               ^
[Build]    ../src/raw.cc:92:31: warning: ‘v8::Local<v8::Uint32> v8::Value::ToUint32() const’ is deprecated (declared at /root/.node-gyp/8.3.0/include/node/v8.h:9608): Use maybe version [-Wdeprecated-declarations]
[Build]       offset = info[2]->ToUint32 ()->Value ();
[Build]                                   ^
[Build]    ../src/raw.cc:104:48: warning: ‘v8::Local<v8::Uint32> v8::Value::ToUint32() const’ is deprecated (declared at /root/.node-gyp/8.3.0/include/node/v8.h:9608): Use maybe version [-Wdeprecated-declarations]
[Build]       unsigned int new_length = info[3]->ToUint32 ()->Value ();
[Build]                                                    ^
[Build]    ../src/raw.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE raw::Htonl(Nan::NAN_METHOD_ARGS_TYPE)’:
[Build]    ../src/raw.cc:133:43: warning: ‘v8::Local<v8::Uint32> v8::Value::ToUint32() const’ is deprecated (declared at /root/.node-gyp/8.3.0/include/node/v8.h:9608): Use maybe version [-Wdeprecated-declarations]
[Build]      unsigned int number = info[0]->ToUint32 ()->Value ();
[Build]                                               ^
[Build]    ../src/raw.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE raw::Htons(Nan::NAN_METHOD_ARGS_TYPE)’:
[Build]    ../src/raw.cc:152:43: warning: ‘v8::Local<v8::Uint32> v8::Value::ToUint32() const’ is deprecated (declared at /root/.node-gyp/8.3.0/include/node/v8.h:9608): Use maybe version [-Wdeprecated-declarations]
[Build]      unsigned int number = info[0]->ToUint32 ()->Value ();
[Build]                                               ^
[Build]    ../src/raw.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE raw::Ntohl(Nan::NAN_METHOD_ARGS_TYPE)’:
[Build]    ../src/raw.cc:177:43: warning: ‘v8::Local<v8::Uint32> v8::Value::ToUint32() const’ is deprecated (declared at /root/.node-gyp/8.3.0/include/node/v8.h:9608): Use maybe version [-Wdeprecated-declarations]
[Build]      unsigned int number = info[0]->ToUint32 ()->Value ();
[Build]                                               ^
[Build]    ../src/raw.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE raw::Ntohs(Nan::NAN_METHOD_ARGS_TYPE)’:
[Build]    ../src/raw.cc:196:43: warning: ‘v8::Local<v8::Uint32> v8::Value::ToUint32() const’ is deprecated (declared at /root/.node-gyp/8.3.0/include/node/v8.h:9608): Use maybe version [-Wdeprecated-declarations]
[Build]      unsigned int number = info[0]->ToUint32 ()->Value ();
[Build]                                               ^
[Build]    ../src/raw.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE raw::SocketWrap::GetOption(Nan::NAN_METHOD_ARGS_TYPE)’:
[Build]    ../src/raw.cc:377:32: warning: ‘v8::Local<v8::Int32> v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/8.3.0/include/node/v8.h:9614): Use maybe version [-Wdeprecated-declarations]
[Build]      int level = info[0]->ToInt32 ()->Value ();
[Build]                                    ^
[Build]    ../src/raw.cc:378:33: warning: ‘v8::Local<v8::Int32> v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/8.3.0/include/node/v8.h:9614): Use maybe version [-Wdeprecated-declarations]
[Build]      int option = info[1]->ToInt32 ()->Value ();
[Build]                                     ^
[Build]    ../src/raw.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE raw::SocketWrap::New(Nan::NAN_METHOD_ARGS_TYPE)’:
[Build]    ../src/raw.cc:461:42: warning: ‘v8::Local<v8::Uint32> v8::Value::ToUint32() const’ is deprecated (declared at /root/.node-gyp/8.3.0/include/node/v8.h:9608): Use maybe version [-Wdeprecated-declarations]
[Build]       socket->protocol_ = info[0]->ToUint32 ()->Value ();
[Build]                                              ^
[Build]    ../src/raw.cc:469:27: warning: ‘v8::Local<v8::Uint32> v8::Value::ToUint32() const’ is deprecated (declared at /root/.node-gyp/8.3.0/include/node/v8.h:9608): Use maybe version [-Wdeprecated-declarations]
[Build]        if (info[1]->ToUint32 ()->Value () == 2)
[Build]                               ^
[Build]    ../src/raw.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE raw::SocketWrap::Send(Nan::NAN_METHOD_ARGS_TYPE)’:
[Build]    ../src/raw.cc:651:30: warning: ‘v8::Local<v8::Uint32> v8::Value::ToUint32() const’ is deprecated (declared at /root/.node-gyp/8.3.0/include/node/v8.h:9608): Use maybe version [-Wdeprecated-declarations]
[Build]      offset = info[1]->ToUint32 ()->Value ();
[Build]                                  ^
[Build]    ../src/raw.cc:652:30: warning: ‘v8::Local<v8::Uint32> v8::Value::ToUint32() const’ is deprecated (declared at /root/.node-gyp/8.3.0/include/node/v8.h:9608): Use maybe version [-Wdeprecated-declarations]
[Build]      length = info[2]->ToUint32 ()->Value ();
[Build]                                  ^
[Build]    ../src/raw.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE raw::SocketWrap::SetOption(Nan::NAN_METHOD_ARGS_TYPE)’:
[Build]    ../src/raw.cc:715:32: warning: ‘v8::Local<v8::Int32> v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/8.3.0/include/node/v8.h:9614): Use maybe version [-Wdeprecated-declarations]
[Build]      int level = info[0]->ToInt32 ()->Value ();
[Build]                                    ^
[Build]    ../src/raw.cc:716:33: warning: ‘v8::Local<v8::Int32> v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/8.3.0/include/node/v8.h:9614): Use maybe version [-Wdeprecated-declarations]
[Build]      int option = info[1]->ToInt32 ()->Value ();
[Build]                                     ^
[Build]    ../src/raw.cc:735:27: warning: ‘v8::Local<v8::Int32> v8::Value::ToInt32() const’ is deprecated (declared at /root/.node-gyp/8.3.0/include/node/v8.h:9614): Use maybe version [-Wdeprecated-declarations]
[Build]       len = info[3]->ToInt32 ()->Value ();
[Build]                               ^
[Build]    ../src/raw.cc:747:29: warning: ‘v8::Local<v8::Uint32> v8::Value::ToUint32() const’ is deprecated (declared at /root/.node-gyp/8.3.0/include/node/v8.h:9608): Use maybe version [-Wdeprecated-declarations]
[Build]       ival = info[2]->ToUint32 ()->Value ();
[Build]                                 ^
[Build]      SOLINK_MODULE(target) Release/obj.target/raw.node
[Build]      COPY Release/raw.node
[Build]    make: Leaving directory '/usr/src/app/node_modules/raw-socket/build'
[Build]    npm notice created a lockfile as package-lock.json. You should commit this file.
[Build]    added 50 packages in 246.643s
[Build]    npm ERR! As of npm@5, the npm cache self-heals from corruption issues and data extracted from the cache is guaranteed to be valid. If you want to make sure everything is consistent, use 'npm cache verify' instead.
[Build]    npm ERR!
[Build]    npm ERR! If you're sure you want to delete the entire cache, rerun this command with --force.
[Build]    
[Build]    npm ERR! A complete log of this run can be found in:
[Build]    npm ERR!     /root/.npm/_logs/2017-09-09T19_03_32_334Z-debug.log
[Build]    Removing intermediate container 20ec0dcba831
[Error]    Build failed: The command '/bin/sh -c JOBS=MAX npm install --production --unsafe-perm &&     npm cache clean && rm -rf /tmp/*' returned a non-zero code: 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.