Skip to content

Instantly share code, notes, and snippets.

@rodcisal
Created February 17, 2015 15:49
Show Gist options
  • Save rodcisal/2201952f0cd9d8affbdb to your computer and use it in GitHub Desktop.
Save rodcisal/2201952f0cd9d8affbdb to your computer and use it in GitHub Desktop.
modulus deployment error (again)
➜ meteor modulus deploy
Welcome to Modulus
You are logged in as [email protected]
Please choose which project to use:
1) achs
2) achs-testing
[?] project 1
Selecting achs
Compressing project...
31.9 MB written
Uploading project...
Upload progress [===================] 100%
Deploying Project...
INFO: Attaching persistent storage.
INFO: Extracting source code to application environment.
INFO: Found package.json file: /achs/.meteor/local/build/programs/ctl/package.json
INFO: Node version not specified in package.json, using latest stable version.
INFO: Initializing Node v0.12.0
INFO: Restoring modules from previous deploy.
INFO: Found npm-shrinkwrap.json file: /achs/.meteor/local/build/programs/ctl/npm-shrinkwrap.json.
WARN: npm-shrinkwrap.json will override dependencies declared in package.json.
INFO: Running npm install.
INFO: Registry: http://registry.npmjs.org
npm WARN package.json [email protected] No description
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No README data
> [email protected] install /mnt/data/2/achs/.meteor/local/build/programs/ctl/node_modules/fibers
> node ./build.js
child_process: customFds option is deprecated, use stdio instead.
child_process: customFds option is deprecated, use stdio instead.
make: Entering directory `/mnt/data/2/achs/.meteor/local/build/programs/ctl/node_modules/fibers/build'
CXX(target) Release/obj.target/fibers/src/fibers.o
../src/fibers.cc:222:34: error: 'Arguments' does not name a type
../src/fibers.cc:222:45: error: ISO C++ forbids declaration of 'args' with no type [-fpermissive]
../src/fibers.cc:241:34: error: 'Arguments' does not name a type
../src/fibers.cc:241:45: error: ISO C++ forbids declaration of 'args' with no type [-fpermissive]
../src/fibers.cc:279:40: error: 'Arguments' does not name a type
../src/fibers.cc:279:51: error: ISO C++ forbids declaration of 'args' with no type [-fpermissive]
../src/fibers.cc:300:36: error: 'Arguments' does not name a type
../src/fibers.cc:300:47: error: ISO C++ forbids declaration of 'args' with no type [-fpermissive]
../src/fibers.cc:468:37: error: 'Arguments' does not name a type
../src/fibers.cc:468:48: error: ISO C++ forbids declaration of 'args' with no type [-fpermissive]
../src/fibers.cc:510:65: error: 'AccessorInfo' does not name a type
../src/fibers.cc:510:79: error: ISO C++ forbids declaration of 'info' with no type [-fpermissive]
../src/fibers.cc:518:65: error: 'AccessorInfo' does not name a type
../src/fibers.cc:518:79: error: ISO C++ forbids declaration of 'info' with no type [-fpermissive]
../src/fibers.cc:529:66: error: 'AccessorInfo' does not name a type
../src/fibers.cc:529:80: error: ISO C++ forbids declaration of 'info' with no type [-fpermissive]
../src/fibers.cc:533:77: error: 'AccessorInfo' does not name a type
../src/fibers.cc:533:91: error: ISO C++ forbids declaration of 'info' with no type [-fpermissive]
../src/fibers.cc:540:71: error: 'AccessorInfo' does not name a type
../src/fibers.cc:540:85: error: ISO C++ forbids declaration of 'info' with no type [-fpermissive]
../src/fibers.cc: In static member function 'static void Fiber::DestroyOrphans()':
../src/fibers.cc:202:41: error: no matching function for call to 'v8::String::Utf8Value::Utf8Value(v8::Persistent<v8::Value>&)'
../src/fibers.cc:202:41: note: candidates are:
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:1899:5: note: v8::String::Utf8Value::Utf8Value(const v8::String::Utf8Value&)
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:1899:5: note: no known conversion for argument 1 from 'v8::Persistent<v8::Value>' to 'const v8::String::Utf8Value&'
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:1889:14: note: v8::String::Utf8Value::Utf8Value(v8::Handle<v8::Value>)
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:1889:14: note: no known conversion for argument 1 from 'v8::Persistent<v8::Value>' to 'v8::Handle<v8::Value>'
../src/fibers.cc:210:18: error: 'class v8::Persistent<v8::Value>' has no member named 'Dispose'
../src/fibers.cc:213:18: error: 'class v8::Persistent<v8::Value>' has no member named 'Dispose'
../src/fibers.cc: In static member function 'static v8::Handle<v8::Value> Fiber::New(const int&)':
../src/fibers.cc:223:13: error: request for member 'Length' in 'args', which is of non-class type 'const int'
../src/fibers.cc:224:5: error: 'New' is not a member of 'v8::String'
../src/fibers.cc:224:5: error: 'ThrowException' was not declared in this scope
../src/fibers.cc:225:22: error: invalid types 'const int[int]' for array subscript
../src/fibers.cc:226:5: error: 'New' is not a member of 'v8::String'
../src/fibers.cc:226:5: error: 'ThrowException' was not declared in this scope
../src/fibers.cc:227:21: error: request for member 'IsConstructCall' in 'args', which is of non-class type 'const int'
../src/fibers.cc:228:37: error: invalid types 'const int[int]' for array subscript
../src/fibers.cc:229:16: error: base operand of '->' has non-pointer type 'v8::Persistent<v8::FunctionTemplate>'
../src/fibers.cc:232:55: error: invalid types 'const int[int]' for array subscript
../src/fibers.cc:233:19: error: request for member 'This' in 'args', which is of non-class type 'const int'
../src/fibers.cc:233:31: error: 'GetCurrent' is not a member of 'v8::Context'
../src/fibers.cc:234:16: error: request for member 'This' in 'args', which is of non-class type 'const int'
../src/fibers.cc: In static member function 'static v8::Handle<v8::Value> Fiber::Run(const int&)':
../src/fibers.cc:242:30: error: request for member 'Holder' in 'args', which is of non-class type 'const int'
../src/fibers.cc:248:5: error: 'New' is not a member of 'v8::String'
../src/fibers.cc:248:5: error: 'ThrowException' was not declared in this scope
../src/fibers.cc:249:20: error: request for member 'Length' in 'args', which is of non-class type 'const int'
../src/fibers.cc:250:5: error: 'New' is not a member of 'v8::String'
../src/fibers.cc:250:5: error: 'ThrowException' was not declared in this scope
../src/fibers.cc:260:5: error: 'AdjustAmountOfExternalAllocatedMemory' is not a member of 'v8::V8'
../src/fibers.cc:266:14: error: request for member 'Length' in 'args', which is of non-class type 'const int'
../src/fibers.cc:267:50: error: invalid types 'const int[int]' for array subscript
../src/fibers.cc:269:54: error: too few arguments to function 'v8::Handle<v8::Primitive> v8::Undefined(v8::Isolate*)'
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:305:28: note: declared here
../src/fibers.cc: In static member function 'static v8::Handle<v8::Value> Fiber::ThrowInto(const int&)':
../src/fibers.cc:280:30: error: request for member 'Holder' in 'args', which is of non-class type 'const int'
../src/fibers.cc:283:5: error: 'New' is not a member of 'v8::String'
../src/fibers.cc:283:5: error: 'ThrowException' was not declared in this scope
../src/fibers.cc:284:20: error: request for member 'Length' in 'args', which is of non-class type 'const int'
../src/fibers.cc:285:53: error: too few arguments to function 'v8::Handle<v8::Primitive> v8::Undefined(v8::Isolate*)'
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:305:28: note: declared here
../src/fibers.cc:286:20: error: request for member 'Length' in 'args', which is of non-class type 'const int'
../src/fibers.cc:287:49: error: invalid types 'const int[int]' for array subscript
../src/fibers.cc:289:5: error: 'New' is not a member of 'v8::String'
../src/fibers.cc:289:5: error: 'ThrowException' was not declared in this scope
../src/fibers.cc: In static member function 'static v8::Handle<v8::Value> Fiber::Reset(const int&)':
../src/fibers.cc:301:30: error: request for member 'Holder' in 'args', which is of non-class type 'const int'
../src/fibers.cc:304:22: error: too few arguments to function 'v8::Handle<v8::Primitive> v8::Undefined(v8::Isolate*)'
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:305:28: note: declared here
../src/fibers.cc:306:5: error: 'New' is not a member of 'v8::String'
../src/fibers.cc:306:5: error: 'ThrowException' was not declared in this scope
../src/fibers.cc:307:20: error: request for member 'Length' in 'args', which is of non-class type 'const int'
../src/fibers.cc:308:5: error: 'New' is not a member of 'v8::String'
../src/fibers.cc:308:5: error: 'ThrowException' was not declared in this scope
../src/fibers.cc:316:29: error: conversion from 'v8::Persistent<v8::Value>' to non-scalar type 'v8::Handle<v8::Value>' requested
../src/fibers.cc:317:17: error: 'class v8::Persistent<v8::Value>' has no member named 'Dispose'
../src/fibers.cc:319:30: error: 'ThrowException' was not declared in this scope
../src/fibers.cc: In member function 'void Fiber::UnwindStack()':
../src/fibers.cc:338:53: error: 'New' is not a member of 'v8::String'
../src/fibers.cc:352:13: error: 'class v8::Persistent<v8::Value>' has no member named 'Dispose'
../src/fibers.cc:353:43: error: too few arguments to function 'v8::Handle<v8::Primitive> v8::Undefined(v8::Isolate*)'
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:305:28: note: declared here
../src/fibers.cc:355:27: error: 'class v8::Persistent<v8::Value>' has no member named 'Dispose'
../src/fibers.cc: In member function 'v8::Handle<v8::Value> Fiber::ReturnYielded()':
../src/fibers.cc:383:24: error: conversion from 'v8::Persistent<v8::Value>' to non-scalar type 'v8::Handle<v8::Value>' requested
../src/fibers.cc:384:12: error: 'class v8::Persistent<v8::Value>' has no member named 'Dispose'
../src/fibers.cc:386:30: error: 'ThrowException' was not declared in this scope
../src/fibers.cc: In static member function 'static void Fiber::RunFiber(void**)':
../src/fibers.cc:396:10: error: 'Arguments' does not name a type
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:816:13: error: 'v8::HandleScope::HandleScope()' is protected
../src/fibers.cc:406:17: error: within this context
../src/fibers.cc:414:40: error: cannot convert 'v8::ResourceConstraints*' to 'v8::Isolate*' for argument '1' to 'bool v8::SetResourceConstraints(v8::Isolate*, v8::ResourceConstraints*)'
../src/fibers.cc:418:20: error: base operand of '->' has non-pointer type 'v8::Persistent<v8::Context>'
../src/fibers.cc:422:21: error: 'New' is not a member of 'v8::String'
../src/fibers.cc:425:9: error: 'args' was not declared in this scope
../src/fibers.cc:427:23: error: base operand of '->' has non-pointer type 'v8::Persistent<v8::Function>'
../src/fibers.cc:427:45: error: base operand of '->' has non-pointer type 'v8::Persistent<v8::Context>'
../src/fibers.cc:429:23: error: base operand of '->' has non-pointer type 'v8::Persistent<v8::Function>'
../src/fibers.cc:429:45: error: base operand of '->' has non-pointer type 'v8::Persistent<v8::Context>'
../src/fibers.cc:446:5: error: 'AdjustAmountOfExternalAllocatedMemory' is not a member of 'v8::V8'
../src/fibers.cc:455:20: error: base operand of '->' has non-pointer type 'v8::Persistent<v8::Context>'
../src/fibers.cc: In static member function 'static v8::Handle<v8::Value> Fiber::Yield_(const int&)':
../src/fibers.cc:470:5: error: 'New' is not a member of 'v8::String'
../src/fibers.cc:470:5: error: 'ThrowException' was not declared in this scope
../src/fibers.cc:476:48: error: 'ThrowException' was not declared in this scope
../src/fibers.cc:477:20: error: request for member 'Length' in 'args', which is of non-class type 'const int'
../src/fibers.cc:478:53: error: too few arguments to function 'v8::Handle<v8::Primitive> v8::Undefined(v8::Isolate*)'
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:305:28: note: declared here
../src/fibers.cc:479:20: error: request for member 'Length' in 'args', which is of non-class type 'const int'
../src/fibers.cc:480:49: error: invalid types 'const int[int]' for array subscript
../src/fibers.cc:482:5: error: 'New' is not a member of 'v8::String'
../src/fibers.cc:482:5: error: 'ThrowException' was not declared in this scope
../src/fibers.cc: In static member function 'static v8::Handle<v8::Value> Fiber::GetStarted(v8::Local<v8::String>, const int&)':
../src/fibers.cc:511:13: error: request for member 'This' in 'info', which is of non-class type 'const int'
../src/fibers.cc:511:38: error: request for member 'This' in 'info', which is of non-class type 'const int'
../src/fibers.cc:512:22: error: too few arguments to function 'v8::Handle<v8::Primitive> v8::Undefined(v8::Isolate*)'
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:305:28: note: declared here
../src/fibers.cc:514:30: error: request for member 'This' in 'info', which is of non-class type 'const int'
../src/fibers.cc:515:36: error: no matching function for call to 'v8::Boolean::New(bool&)'
../src/fibers.cc:515:36: note: candidate is:
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:6194:17: note: static v8::Handle<v8::Boolean> v8::Boolean::New(v8::Isolate*, bool)
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:6194:17: note: candidate expects 2 arguments, 1 provided
../src/fibers.cc: In static member function 'static v8::Handle<v8::Value> Fiber::GetCurrent(v8::Local<v8::String>, const int&)':
../src/fibers.cc:520:21: error: could not convert 'Fiber::current->Fiber::handle' from 'v8::Persistent<v8::Object>' to 'v8::Handle<v8::Value>'
../src/fibers.cc:522:22: error: too few arguments to function 'v8::Handle<v8::Primitive> v8::Undefined(v8::Isolate*)'
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:305:28: note: declared here
../src/fibers.cc: In static member function 'static v8::Handle<v8::Value> Fiber::GetPoolSize(v8::Local<v8::String>, const int&)':
../src/fibers.cc:530:43: error: no matching function for call to 'v8::Number::New(size_t&)'
../src/fibers.cc:530:43: note: candidate is:
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:1999:24: note: static v8::Local<v8::Number> v8::Number::New(v8::Isolate*, double)
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:1999:24: note: candidate expects 2 arguments, 1 provided
../src/fibers.cc: In static member function 'static v8::Handle<v8::Value> Fiber::GetFibersCreated(v8::Local<v8::String>, const int&)':
../src/fibers.cc:541:54: error: no matching function for call to 'v8::Number::New(size_t)'
../src/fibers.cc:541:54: note: candidate is:
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:1999:24: note: static v8::Local<v8::Number> v8::Number::New(v8::Isolate*, double)
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:1999:24: note: candidate expects 2 arguments, 1 provided
../src/fibers.cc: In static member function 'static void Fiber::Init(v8::Handle<v8::Object>)':
../src/fibers.cc:561:54: error: no matching function for call to 'v8::FunctionTemplate::New(v8::Handle<v8::Value> (&)(const int&))'
../src/fibers.cc:561:54: note: candidate is:
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:3455:34: note: static v8::Local<v8::FunctionTemplate> v8::FunctionTemplate::New(v8::Isolate*, v8::FunctionCallback, v8::Handle<v8::Value>, v8::Handle<v8::Signature>, int)
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:3455:34: note: no known conversion for argument 1 from 'v8::Handle<v8::Value>(const int&)' to 'v8::Isolate*'
../src/fibers.cc:562:8: error: base operand of '->' has non-pointer type 'v8::Persistent<v8::FunctionTemplate>'
../src/fibers.cc:562:23: error: 'NewSymbol' is not a member of 'v8::String'
../src/fibers.cc:566:47: error: no matching function for call to 'v8::Signature::New(v8::Persistent<v8::FunctionTemplate>&)'
../src/fibers.cc:566:47: note: candidate is:
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:3698:27: note: static v8::Local<v8::Signature> v8::Signature::New(v8::Isolate*, v8::Handle<v8::FunctionTemplate>, int, v8::Handle<v8::FunctionTemplate>*)
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:3698:27: note: no known conversion for argument 1 from 'v8::Persistent<v8::FunctionTemplate>' to 'v8::Isolate*'
../src/fibers.cc:567:8: error: base operand of '->' has non-pointer type 'v8::Persistent<v8::FunctionTemplate>'
../src/fibers.cc:570:39: error: base operand of '->' has non-pointer type 'v8::Persistent<v8::FunctionTemplate>'
../src/fibers.cc:571:15: error: 'NewSymbol' is not a member of 'v8::String'
../src/fibers.cc:572:54: error: no matching function for call to 'v8::FunctionTemplate::New(v8::Handle<v8::Value> (&)(const int&), v8::Handle<v8::Value>, v8::Handle<v8::Signature>&)'
../src/fibers.cc:572:54: note: candidate is:
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:3455:34: note: static v8::Local<v8::FunctionTemplate> v8::FunctionTemplate::New(v8::Isolate*, v8::FunctionCallback, v8::Handle<v8::Value>, v8::Handle<v8::Signature>, int)
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:3455:34: note: no known conversion for argument 1 from 'v8::Handle<v8::Value>(const int&)' to 'v8::Isolate*'
../src/fibers.cc:573:15: error: 'NewSymbol' is not a member of 'v8::String'
../src/fibers.cc:574:52: error: no matching function for call to 'v8::FunctionTemplate::New(v8::Handle<v8::Value> (&)(const int&), v8::Handle<v8::Value>, v8::Handle<v8::Signature>&)'
../src/fibers.cc:574:52: note: candidate is:
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:3455:34: note: static v8::Local<v8::FunctionTemplate> v8::FunctionTemplate::New(v8::Isolate*, v8::FunctionCallback, v8::Handle<v8::Value>, v8::Handle<v8::Signature>, int)
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:3455:34: note: no known conversion for argument 1 from 'v8::Handle<v8::Value>(const int&)' to 'v8::Isolate*'
../src/fibers.cc:575:15: error: 'NewSymbol' is not a member of 'v8::String'
../src/fibers.cc:576:58: error: no matching function for call to 'v8::FunctionTemplate::New(v8::Handle<v8::Value> (&)(const int&), v8::Handle<v8::Value>, v8::Handle<v8::Signature>&)'
../src/fibers.cc:576:58: note: candidate is:
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:3455:34: note: static v8::Local<v8::FunctionTemplate> v8::FunctionTemplate::New(v8::Isolate*, v8::FunctionCallback, v8::Handle<v8::Value>, v8::Handle<v8::Signature>, int)
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:3455:34: note: no known conversion for argument 1 from 'v8::Handle<v8::Value>(const int&)' to 'v8::Isolate*'
../src/fibers.cc:577:23: error: 'NewSymbol' is not a member of 'v8::String'
../src/fibers.cc:580:57: error: no matching function for call to 'v8::FunctionTemplate::New(v8::Handle<v8::Value> (&)(const int&))'
../src/fibers.cc:580:57: note: candidate is:
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:3455:34: note: static v8::Local<v8::FunctionTemplate> v8::FunctionTemplate::New(v8::Isolate*, v8::FunctionCallback, v8::Handle<v8::Value>, v8::Handle<v8::Signature>, int)
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:3455:34: note: no known conversion for argument 1 from 'v8::Handle<v8::Value>(const int&)' to 'v8::Isolate*'
../src/fibers.cc:581:31: error: 'NewSymbol' is not a member of 'v8::String'
../src/fibers.cc:585:30: error: base operand of '->' has non-pointer type 'v8::Persistent<v8::FunctionTemplate>'
../src/fibers.cc:587:20: error: 'NewSymbol' is not a member of 'v8::String'
../src/fibers.cc:588:20: error: 'NewSymbol' is not a member of 'v8::String'
../src/fibers.cc:589:20: error: 'NewSymbol' is not a member of 'v8::String'
../src/fibers.cc:592:16: error: 'NewSymbol' is not a member of 'v8::String'
../src/fibers.cc: In function 'void init(v8::Handle<v8::Object>)':
../src/fibers.cc:608:31: error: 'New' is not a member of 'v8::String'
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:816:13: error: 'v8::HandleScope::HandleScope()' is protected
../src/fibers.cc:614:14: error: within this context
../src/fibers.cc: In function 'v8::Persistent<T, v8::NonCopyablePersistentTraits<T> > uni::New(v8::Isolate*, v8::Handle<T>) [with T = v8::Object]':
../src/fibers.cc:123:35: instantiated from here
../src/fibers.cc:30:44: error: no matching function for call to 'v8::Persistent<v8::Object>::New(v8::Isolate*&, v8::Handle<v8::Object>&)'
../src/fibers.cc:30:44: note: candidate is:
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:5809:4: note: static T* v8::PersistentBase<T>::New(v8::Isolate*, T*) [with T = v8::Object]
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:5809:4: note: no known conversion for argument 2 from 'v8::Handle<v8::Object>' to 'v8::Object*'
../src/fibers.cc: In function 'v8::Persistent<T, v8::NonCopyablePersistentTraits<T> > uni::New(v8::Isolate*, v8::Handle<T>) [with T = v8::Function]':
../src/fibers.cc:124:27: instantiated from here
../src/fibers.cc:30:44: error: no matching function for call to 'v8::Persistent<v8::Function>::New(v8::Isolate*&, v8::Handle<v8::Function>&)'
../src/fibers.cc:30:44: note: candidate is:
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:5809:4: note: static T* v8::PersistentBase<T>::New(v8::Isolate*, T*) [with T = v8::Function]
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:5809:4: note: no known conversion for argument 2 from 'v8::Handle<v8::Function>' to 'v8::Function*'
../src/fibers.cc: In function 'v8::Persistent<T, v8::NonCopyablePersistentTraits<T> > uni::New(v8::Isolate*, v8::Handle<T>) [with T = v8::Context]':
../src/fibers.cc:125:43: instantiated from here
../src/fibers.cc:30:44: error: no matching function for call to 'v8::Persistent<v8::Context>::New(v8::Isolate*&, v8::Handle<v8::Context>&)'
../src/fibers.cc:30:44: note: candidate is:
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:5809:4: note: static T* v8::PersistentBase<T>::New(v8::Isolate*, T*) [with T = v8::Context]
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:5809:4: note: no known conversion for argument 2 from 'v8::Handle<v8::Context>' to 'v8::Context*'
../src/fibers.cc: In function 'void uni::Dispose(v8::Isolate*, v8::Persistent<T, v8::NonCopyablePersistentTraits<T> >&) [with T = v8::Object]':
../src/fibers.cc:136:32: instantiated from here
../src/fibers.cc:34:3: error: 'class v8::Persistent<v8::Object>' has no member named 'Dispose'
../src/fibers.cc: In function 'void uni::Dispose(v8::Isolate*, v8::Persistent<T, v8::NonCopyablePersistentTraits<T> >&) [with T = v8::Function]':
../src/fibers.cc:137:28: instantiated from here
../src/fibers.cc:34:3: error: 'class v8::Persistent<v8::Function>' has no member named 'Dispose'
../src/fibers.cc: In function 'void uni::Dispose(v8::Isolate*, v8::Persistent<T, v8::NonCopyablePersistentTraits<T> >&) [with T = v8::Context]':
../src/fibers.cc:138:36: instantiated from here
../src/fibers.cc:34:3: error: 'class v8::Persistent<v8::Context>' has no member named 'Dispose'
../src/fibers.cc: In function 'void uni::MakeWeak(v8::Isolate*, v8::Persistent<T>&, P*) [with void (* F)(v8::Isolate*, v8::Persistent<v8::Value>, void*) = Fiber::WeakCallback, T = v8::Object, P = Fiber]':
../src/fibers.cc:146:53: instantiated from here
../src/fibers.cc:39:3: error: 'class v8::Persistent<v8::Object>' has no member named 'MakeWeak'
../src/fibers.cc: In function 'v8::Persistent<T, v8::NonCopyablePersistentTraits<T> > uni::New(v8::Isolate*, v8::Handle<T>) [with T = v8::Value]':
../src/fibers.cc:339:63: instantiated from here
../src/fibers.cc:30:44: error: no matching function for call to 'v8::Persistent<v8::Value>::New(v8::Isolate*&, v8::Handle<v8::Value>&)'
../src/fibers.cc:30:44: note: candidate is:
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:5809:4: note: static T* v8::PersistentBase<T>::New(v8::Isolate*, T*) [with T = v8::Value]
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:5809:4: note: no known conversion for argument 2 from 'v8::Handle<v8::Value>' to 'v8::Value*'
In file included from /home/mop/.node-gyp/0.12.0/src/node.h:61:0,
from ../src/coroutine.h:1,
from ../src/fibers.cc:1:
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h: In static member function 'static void v8::NonCopyablePersistentTraits<T>::Uncompilable() [with O = v8::Object, T = v8::Object]':
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:592:5: instantiated from 'static void v8::NonCopyablePersistentTraits<T>::Copy(const v8::Persistent<S, M>&, v8::NonCopyablePersistentTraits<T>::NonCopyablePersistent*) [with S = v8::Object, M = v8::NonCopyablePersistentTraits<v8::Object>, T = v8::Object, v8::NonCopyablePersistentTraits<T>::NonCopyablePersistent = v8::Persistent<v8::Object>]'
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:5826:3: instantiated from 'void v8::Persistent<T, M>::Copy(const v8::Persistent<S, M>&) [with S = v8::Object, M2 = v8::NonCopyablePersistentTraits<v8::Object>, T = v8::Object, M = v8::NonCopyablePersistentTraits<v8::Object>]'
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:657:5: instantiated from 'v8::Persistent<T, M>::Persistent(const v8::Persistent<T, M>&) [with T = v8::Object, M = v8::NonCopyablePersistentTraits<v8::Object>, v8::Persistent<T, M> = v8::Persistent<v8::Object>]'
../src/fibers.cc:129:19: instantiated from here
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:596:5: error: cannot convert 'v8::Primitive*' to 'v8::Object* volatile' in assignment
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h: In static member function 'static void v8::NonCopyablePersistentTraits<T>::Uncompilable() [with O = v8::Object, T = v8::Function]':
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:592:5: instantiated from 'static void v8::NonCopyablePersistentTraits<T>::Copy(const v8::Persistent<S, M>&, v8::NonCopyablePersistentTraits<T>::NonCopyablePersistent*) [with S = v8::Function, M = v8::NonCopyablePersistentTraits<v8::Function>, T = v8::Function, v8::NonCopyablePersistentTraits<T>::NonCopyablePersistent = v8::Persistent<v8::Function>]'
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:5826:3: instantiated from 'void v8::Persistent<T, M>::Copy(const v8::Persistent<S, M>&) [with S = v8::Function, M2 = v8::NonCopyablePersistentTraits<v8::Function>, T = v8::Function, M = v8::NonCopyablePersistentTraits<v8::Function>]'
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:657:5: instantiated from 'v8::Persistent<T, M>::Persistent(const v8::Persistent<T, M>&) [with T = v8::Function, M = v8::NonCopyablePersistentTraits<v8::Function>, v8::Persistent<T, M> = v8::Persistent<v8::Function>]'
../src/fibers.cc:129:19: instantiated from here
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:596:5: error: cannot convert 'v8::Primitive*' to 'v8::Object* volatile' in assignment
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h: In static member function 'static void v8::NonCopyablePersistentTraits<T>::Uncompilable() [with O = v8::Object, T = v8::Context]':
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:592:5: instantiated from 'static void v8::NonCopyablePersistentTraits<T>::Copy(const v8::Persistent<S, M>&, v8::NonCopyablePersistentTraits<T>::NonCopyablePersistent*) [with S = v8::Context, M = v8::NonCopyablePersistentTraits<v8::Context>, T = v8::Context, v8::NonCopyablePersistentTraits<T>::NonCopyablePersistent = v8::Persistent<v8::Context>]'
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:5826:3: instantiated from 'void v8::Persistent<T, M>::Copy(const v8::Persistent<S, M>&) [with S = v8::Context, M2 = v8::NonCopyablePersistentTraits<v8::Context>, T = v8::Context, M = v8::NonCopyablePersistentTraits<v8::Context>]'
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:657:5: instantiated from 'v8::Persistent<T, M>::Persistent(const v8::Persistent<T, M>&) [with T = v8::Context, M = v8::NonCopyablePersistentTraits<v8::Context>, v8::Persistent<T, M> = v8::Persistent<v8::Context>]'
../src/fibers.cc:129:19: instantiated from here
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:596:5: error: cannot convert 'v8::Primitive*' to 'v8::Object* volatile' in assignment
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h: In static member function 'static void v8::NonCopyablePersistentTraits<T>::Uncompilable() [with O = v8::Object, T = v8::Value]':
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:592:5: instantiated from 'static void v8::NonCopyablePersistentTraits<T>::Copy(const v8::Persistent<S, M>&, v8::NonCopyablePersistentTraits<T>::NonCopyablePersistent*) [with S = v8::Value, M = v8::NonCopyablePersistentTraits<v8::Value>, T = v8::Value, v8::NonCopyablePersistentTraits<T>::NonCopyablePersistent = v8::Persistent<v8::Value>]'
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:5826:3: instantiated from 'void v8::Persistent<T, M>::Copy(const v8::Persistent<S, M>&) [with S = v8::Value, M2 = v8::NonCopyablePersistentTraits<v8::Value>, T = v8::Value, M = v8::NonCopyablePersistentTraits<v8::Value>]'
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:664:5: instantiated from 'v8::Persistent<T, M>& v8::Persistent<T, M>::operator=(const v8::Persistent<T, M>&) [with T = v8::Value, M = v8::NonCopyablePersistentTraits<v8::Value>, v8::Persistent<T, M> = v8::Persistent<v8::Value>]'
../src/fibers.cc:339:63: instantiated from here
/home/mop/.node-gyp/0.12.0/deps/v8/include/v8.h:596:5: error: cannot convert 'v8::Primitive*' to 'v8::Object* volatile' in assignment
../src/fibers.cc: In function 'v8::Persistent<T, v8::NonCopyablePersistentTraits<T> > uni::New(v8::Isolate*, v8::Handle<T>) [with T = v8::Function]':
../src/fibers.cc:31:2: warning: control reaches end of non-void function [-Wreturn-type]
make: *** [Release/obj.target/fibers/src/fibers.o] Error 1
make: Leaving directory `/mnt/data/2/achs/.meteor/local/build/programs/ctl/node_modules/fibers/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/nave/installed/0.12.0/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack at ChildProcess.emit (events.js:110:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1067:12)
gyp ERR! System Linux 3.13.0-36-generic
gyp ERR! command "node" "/nave/installed/0.12.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /mnt/data/2/achs/.meteor/local/build/programs/ctl/node_modules/fibers
gyp ERR! node -v v0.12.0
gyp ERR! node-gyp -v v1.0.2
gyp ERR! not ok
Build failed
npm ERR! Linux 3.13.0-36-generic
npm ERR! argv "/mnt/nave/installed/0.12.0/bin/node" "/mnt/nave/installed/0.12.0/bin/npm" "install" "--production" "--registry" "http://registry.npmjs.org" "--cache" "/mnt/data/.npm"
npm ERR! node v0.12.0
npm ERR! npm v2.5.1
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install: `node ./build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node ./build.js'.
npm ERR! This is most likely a problem with the fibers package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node ./build.js
npm ERR! You can get their info via:
npm ERR! npm owner ls fibers
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /mnt/data/2/achs/.meteor/local/build/programs/ctl/npm-debug.log
INFO: Main file found: /canadian-rod/.meteor/local/build/programs/web.browser/app/client/app.js
INFO: Starting application.
[✓] achs running at achs-31208.onmodulus.net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment