Advertisement
konalisp

Untitled

Oct 26th, 2014
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.87 KB | None | 0 0
  1. > [email protected] install /tmp/apm-install-dir-114926-21101-rfmlp6/node_modules/term/node_modules/pty.js
  2. > node-gyp rebuild
  3.  
  4. make: Entering directory `/tmp/apm-install-dir-114926-21101-rfmlp6/node_modules/term/node_modules/pty.js/build'
  5. CXX(target) Release/obj.target/pty/src/unix/pty.o
  6. make: Leaving directory `/tmp/apm-install-dir-114926-21101-rfmlp6/node_modules/term/node_modules/pty.js/build'
  7.  
  8. npm http GET https://registry.npmjs.org/term.js/0.0.3
  9. npm http GET https://registry.npmjs.org/pty.js
  10. npm http GET https://registry.npmjs.org/debounce/0.0.3
  11. npm http GET https://registry.npmjs.org/keypather
  12. npm http 304 https://registry.npmjs.org/term.js/0.0.3
  13. npm http 304 https://registry.npmjs.org/debounce/0.0.3
  14. npm http 304 https://registry.npmjs.org/keypather
  15. npm http 304 https://registry.npmjs.org/pty.js
  16. npm http GET https://registry.npmjs.org/nan/0.7.0
  17. npm http GET https://registry.npmjs.org/extend
  18. npm http 304 https://registry.npmjs.org/nan/0.7.0
  19. npm http 304 https://registry.npmjs.org/extend
  20. In file included from ../src/unix/pty.cc:16:0:
  21. ../node_modules/nan/nan.h: In function ‘v8::Handle<v8::Value> NanError(const char*)’:
  22. ../node_modules/nan/nan.h:332:38: error: ‘New’ is not a member of ‘v8::String’
  23. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  24. ^
  25. ../node_modules/nan/nan.h:352:13: note: in expansion of macro ‘_NAN_ERROR’
  26. return _NAN_ERROR(v8::Exception::Error, errmsg);
  27. ^
  28. ../node_modules/nan/nan.h: In function ‘void NanThrowError(const char*)’:
  29. ../node_modules/nan/nan.h:337:7: error: ‘ThrowException’ is not a member of ‘v8’
  30. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  31. ^
  32. ../node_modules/nan/nan.h:356:5: note: in expansion of macro ‘_NAN_THROW_ERROR’
  33. _NAN_THROW_ERROR(v8::Exception::Error, errmsg);
  34. ^
  35. ../node_modules/nan/nan.h:332:38: error: ‘New’ is not a member of ‘v8::String’
  36. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  37. ^
  38. ../node_modules/nan/nan.h:337:26: note: in expansion of macro ‘_NAN_ERROR’
  39. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  40. ^
  41. ../node_modules/nan/nan.h:356:5: note: in expansion of macro ‘_NAN_THROW_ERROR’
  42. _NAN_THROW_ERROR(v8::Exception::Error, errmsg);
  43. ^
  44. ../node_modules/nan/nan.h: In function ‘void NanThrowError(v8::Handle<v8::Value>)’:
  45. ../node_modules/nan/nan.h:361:5: error: ‘ThrowException’ is not a member of ‘v8’
  46. v8::ThrowException(error);
  47. ^
  48. ../node_modules/nan/nan.h: In function ‘v8::Handle<v8::Value> NanError(const char*, int)’:
  49. ../node_modules/nan/nan.h:368:53: error: ‘New’ is not a member of ‘v8::String’
  50. v8::Local<v8::Value> err = v8::Exception::Error(v8::String::New(msg));
  51. ^
  52. ../node_modules/nan/nan.h:370:14: error: ‘New’ is not a member of ‘v8::String’
  53. obj->Set(v8::String::New("code"), v8::Int32::New(errorNumber));
  54. ^
  55. ../node_modules/nan/nan.h:370:65: error: no matching function for call to ‘v8::Int32::New(const int&)’
  56. obj->Set(v8::String::New("code"), v8::Int32::New(errorNumber));
  57. ^
  58. ../node_modules/nan/nan.h:370:65: note: candidate is:
  59. In file included from /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/src/node.h:61:0,
  60. from ../node_modules/nan/nan.h:122,
  61. from ../src/unix/pty.cc:16:
  62. /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2012:25: note: static v8::Local<v8::Integer> v8::Integer::New(v8::Isolate*, int32_t)
  63. static Local<Integer> New(Isolate* isolate, int32_t value);
  64. ^
  65. /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2012:25: note: candidate expects 2 arguments, 1 provided
  66. In file included from ../src/unix/pty.cc:16:0:
  67. ../node_modules/nan/nan.h: In function ‘v8::Handle<v8::Value> NanTypeError(const char*)’:
  68. ../node_modules/nan/nan.h:332:38: error: ‘New’ is not a member of ‘v8::String’
  69. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  70. ^
  71. ../node_modules/nan/nan.h:382:12: note: in expansion of macro ‘_NAN_ERROR’
  72. return _NAN_ERROR(v8::Exception::TypeError, errmsg);
  73. ^
  74. ../node_modules/nan/nan.h: In function ‘void NanThrowTypeError(const char*)’:
  75. ../node_modules/nan/nan.h:337:7: error: ‘ThrowException’ is not a member of ‘v8’
  76. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  77. ^
  78. ../node_modules/nan/nan.h:386:5: note: in expansion of macro ‘_NAN_THROW_ERROR’
  79. _NAN_THROW_ERROR(v8::Exception::TypeError, errmsg);
  80. ^
  81. ../node_modules/nan/nan.h:332:38: error: ‘New’ is not a member of ‘v8::String’
  82. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  83. ^
  84. ../node_modules/nan/nan.h:337:26: note: in expansion of macro ‘_NAN_ERROR’
  85. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  86. ^
  87. ../node_modules/nan/nan.h:386:5: note: in expansion of macro ‘_NAN_THROW_ERROR’
  88. _NAN_THROW_ERROR(v8::Exception::TypeError, errmsg);
  89. ^
  90. ../node_modules/nan/nan.h: In function ‘v8::Handle<v8::Value> NanRangeError(const char*)’:
  91. ../node_modules/nan/nan.h:332:38: error: ‘New’ is not a member of ‘v8::String’
  92. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  93. ^
  94. ../node_modules/nan/nan.h:390:12: note: in expansion of macro ‘_NAN_ERROR’
  95. return _NAN_ERROR(v8::Exception::RangeError, errmsg);
  96. ^
  97. ../node_modules/nan/nan.h: In function ‘void NanThrowRangeError(const char*)’:
  98. ../node_modules/nan/nan.h:337:7: error: ‘ThrowException’ is not a member of ‘v8’
  99. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  100. ^
  101. ../node_modules/nan/nan.h:394:5: note: in expansion of macro ‘_NAN_THROW_ERROR’
  102. _NAN_THROW_ERROR(v8::Exception::RangeError, errmsg);
  103. ^
  104. ../node_modules/nan/nan.h:332:38: error: ‘New’ is not a member of ‘v8::String’
  105. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  106. ^
  107. ../node_modules/nan/nan.h:337:26: note: in expansion of macro ‘_NAN_ERROR’
  108. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  109. ^
  110. ../node_modules/nan/nan.h:394:5: note: in expansion of macro ‘_NAN_THROW_ERROR’
  111. _NAN_THROW_ERROR(v8::Exception::RangeError, errmsg);
  112. ^
  113. ../node_modules/nan/nan.h: In constructor ‘NanCallback::NanCallback()’:
  114. ../node_modules/nan/nan.h:714:49: error: no matching function for call to ‘v8::Object::New()’
  115. v8::Local<v8::Object> obj = v8::Object::New();
  116. ^
  117. ../node_modules/nan/nan.h:714:49: note: candidate is:
  118. In file included from /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/src/node.h:61:0,
  119. from ../node_modules/nan/nan.h:122,
  120. from ../src/unix/pty.cc:16:
  121. /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2388:24: note: static v8::Local<v8::Object> v8::Object::New(v8::Isolate*)
  122. static Local<Object> New(Isolate* isolate);
  123. ^
  124. /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2388:24: note: candidate expects 1 argument, 0 provided
  125. In file included from ../src/unix/pty.cc:16:0:
  126. ../node_modules/nan/nan.h: In constructor ‘NanCallback::NanCallback(const v8::Handle<v8::Function>&)’:
  127. ../node_modules/nan/nan.h:720:49: error: no matching function for call to ‘v8::Object::New()’
  128. v8::Local<v8::Object> obj = v8::Object::New();
  129. ^
  130. ../node_modules/nan/nan.h:720:49: note: candidate is:
  131. In file included from /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/src/node.h:61:0,
  132. from ../node_modules/nan/nan.h:122,
  133. from ../src/unix/pty.cc:16:
  134. /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2388:24: note: static v8::Local<v8::Object> v8::Object::New(v8::Isolate*)
  135. static Local<Object> New(Isolate* isolate);
  136. ^
  137. /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2388:24: note: candidate expects 1 argument, 0 provided
  138. In file included from ../src/unix/pty.cc:16:0:
  139. ../node_modules/nan/nan.h: In destructor ‘NanCallback::~NanCallback()’:
  140. ../node_modules/nan/nan.h:727:12: error: ‘class v8::Persistent<v8::Object>’ has no member named ‘Dispose’
  141. handle.Dispose();
  142. ^
  143. ../node_modules/nan/nan.h:728:12: error: ‘class v8::Persistent<v8::Object>’ has no member named ‘Clear’
  144. handle.Clear();
  145. ^
  146. ../node_modules/nan/nan.h: In member function ‘void NanCallback::SetFunction(const v8::Handle<v8::Function>&)’:
  147. ../node_modules/nan/nan.h:169:26: error: ‘NewSymbol’ is not a member of ‘v8::String’
  148. #define NanSymbol(value) v8::String::NewSymbol(value)
  149. ^
  150. ../node_modules/nan/nan.h:733:39: note: in expansion of macro ‘NanSymbol’
  151. NanPersistentToLocal(handle)->Set(NanSymbol("callback"), fn);
  152. ^
  153. ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Function> NanCallback::GetFunction()’:
  154. ../node_modules/nan/nan.h:169:26: error: ‘NewSymbol’ is not a member of ‘v8::String’
  155. #define NanSymbol(value) v8::String::NewSymbol(value)
  156. ^
  157. ../node_modules/nan/nan.h:737:46: note: in expansion of macro ‘NanSymbol’
  158. return NanPersistentToLocal(handle)->Get(NanSymbol("callback"))
  159. ^
  160. ../node_modules/nan/nan.h:738:25: error: expected primary-expression before ‘>’ token
  161. .As<v8::Function>();
  162. ^
  163. ../node_modules/nan/nan.h:738:27: error: expected primary-expression before ‘)’ token
  164. .As<v8::Function>();
  165. ^
  166. ../node_modules/nan/nan.h: In member function ‘void NanCallback::Call(int, v8::Handle<v8::Value>*)’:
  167. ../node_modules/nan/nan.h:169:26: error: ‘NewSymbol’ is not a member of ‘v8::String’
  168. #define NanSymbol(value) v8::String::NewSymbol(value)
  169. ^
  170. ../node_modules/nan/nan.h:746:13: note: in expansion of macro ‘NanSymbol’
  171. Get(NanSymbol("callback")).As<v8::Function>();
  172. ^
  173. ../node_modules/nan/nan.h:746:51: error: expected primary-expression before ‘>’ token
  174. Get(NanSymbol("callback")).As<v8::Function>();
  175. ^
  176. ../node_modules/nan/nan.h:746:53: error: expected primary-expression before ‘)’ token
  177. Get(NanSymbol("callback")).As<v8::Function>();
  178. ^
  179. ../node_modules/nan/nan.h:748:9: error: ‘GetCurrent’ is not a member of ‘v8::Context’
  180. v8::Context::GetCurrent()->Global()
  181. ^
  182. ../node_modules/nan/nan.h: In member function ‘void NanAsyncWorker::SavePersistent(const char*, v8::Local<v8::Object>&)’:
  183. ../node_modules/nan/nan.h:169:26: error: ‘NewSymbol’ is not a member of ‘v8::String’
  184. #define NanSymbol(value) v8::String::NewSymbol(value)
  185. ^
  186. ../node_modules/nan/nan.h:795:17: note: in expansion of macro ‘NanSymbol’
  187. handle->Set(NanSymbol(key), obj);
  188. ^
  189. ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Object> NanAsyncWorker::GetFromPersistent(const char*)’:
  190. ../node_modules/nan/nan.h:169:26: error: ‘NewSymbol’ is not a member of ‘v8::String’
  191. #define NanSymbol(value) v8::String::NewSymbol(value)
  192. ^
  193. ../node_modules/nan/nan.h:802:24: note: in expansion of macro ‘NanSymbol’
  194. return handle->Get(NanSymbol(key)).As<v8::Object>();
  195. ^
  196. ../node_modules/nan/nan.h:802:53: error: expected primary-expression before ‘>’ token
  197. return handle->Get(NanSymbol(key)).As<v8::Object>();
  198. ^
  199. ../node_modules/nan/nan.h:802:55: error: expected primary-expression before ‘)’ token
  200. return handle->Get(NanSymbol(key)).As<v8::Object>();
  201. ^
  202. ../node_modules/nan/nan.h: In member function ‘virtual void NanAsyncWorker::HandleErrorCallback()’:
  203. ../node_modules/nan/nan.h:824:30: error: ‘New’ is not a member of ‘v8::String’
  204. v8::Exception::Error(v8::String::New(errmsg))
  205. ^
  206. ../node_modules/nan/nan.h: In function ‘void* NanRawString(v8::Handle<v8::Value>, Nan::Encoding, size_t*, void*, size_t, int)’:
  207. ../node_modules/nan/nan.h:1042:3: error: ‘AsciiValue’ is not a member of ‘v8::String’
  208. v8::String::AsciiValue value(toStr);
  209. ^
  210. ../node_modules/nan/nan.h:1042:26: error: expected ‘;’ before ‘value’
  211. v8::String::AsciiValue value(toStr);
  212. ^
  213. ../node_modules/nan/nan.h:1105:39: error: ‘value’ was not declared in this scope
  214. sz_ = _nan_base64_decoded_size(*value, toStr->Length());
  215. ^
  216. ../src/unix/pty.cc: In function ‘void PtyFork(const v8::FunctionCallbackInfo<v8::Value>&)’:
  217. ../src/unix/pty.cc:134:52: error: no matching function for call to ‘v8::Integer::New(int&)’
  218. String::Utf8Value arg(argv_->Get(Integer::New(i))->ToString());
  219. ^
  220. ../src/unix/pty.cc:134:52: note: candidate is:
  221. In file included from /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/src/node.h:61:0,
  222. from ../node_modules/nan/nan.h:122,
  223. from ../src/unix/pty.cc:16:
  224. /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2012:25: note: static v8::Local<v8::Integer> v8::Integer::New(v8::Isolate*, int32_t)
  225. static Local<Integer> New(Isolate* isolate, int32_t value);
  226. ^
  227. /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2012:25: note: candidate expects 2 arguments, 1 provided
  228. ../src/unix/pty.cc:145:52: error: no matching function for call to ‘v8::Integer::New(int&)’
  229. String::Utf8Value pair(env_->Get(Integer::New(i))->ToString());
  230. ^
  231. ../src/unix/pty.cc:145:52: note: candidate is:
  232. In file included from /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/src/node.h:61:0,
  233. from ../node_modules/nan/nan.h:122,
  234. from ../src/unix/pty.cc:16:
  235. /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2012:25: note: static v8::Local<v8::Integer> v8::Integer::New(v8::Isolate*, int32_t)
  236. static Local<Integer> New(Isolate* isolate, int32_t value);
  237. ^
  238. /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2012:25: note: candidate expects 2 arguments, 1 provided
  239. ../src/unix/pty.cc:207:39: error: no matching function for call to ‘v8::Object::New()’
  240. Local<Object> obj = Object::New();
  241. ^
  242. ../src/unix/pty.cc:207:39: note: candidate is:
  243. In file included from /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/src/node.h:61:0,
  244. from ../node_modules/nan/nan.h:122,
  245. from ../src/unix/pty.cc:16:
  246. /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2388:24: note: static v8::Local<v8::Object> v8::Object::New(v8::Isolate*)
  247. static Local<Object> New(Isolate* isolate);
  248. ^
  249. /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2388:24: note: candidate expects 1 argument, 0 provided
  250. ../src/unix/pty.cc:208:16: error: ‘New’ is not a member of ‘v8::String’
  251. obj->Set(String::New("fd"), Number::New(master));
  252. ^
  253. ../src/unix/pty.cc:208:53: error: no matching function for call to ‘v8::Number::New(int&)’
  254. obj->Set(String::New("fd"), Number::New(master));
  255. ^
  256. ../src/unix/pty.cc:208:53: note: candidate is:
  257. In file included from /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/src/node.h:61:0,
  258. from ../node_modules/nan/nan.h:122,
  259. from ../src/unix/pty.cc:16:
  260. /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:1999:24: note: static v8::Local<v8::Number> v8::Number::New(v8::Isolate*, double)
  261. static Local<Number> New(Isolate* isolate, double value);
  262. ^
  263. /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:1999:24: note: candidate expects 2 arguments, 1 provided
  264. ../src/unix/pty.cc:209:16: error: ‘New’ is not a member of ‘v8::String’
  265. obj->Set(String::New("pid"), Number::New(pid));
  266. ^
  267. ../src/unix/pty.cc:209:51: error: no matching function for call to ‘v8::Number::New(pid_t&)’
  268. obj->Set(String::New("pid"), Number::New(pid));
  269. ^
  270. ../src/unix/pty.cc:209:51: note: candidate is:
  271. In file included from /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/src/node.h:61:0,
  272. from ../node_modules/nan/nan.h:122,
  273. from ../src/unix/pty.cc:16:
  274. /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:1999:24: note: static v8::Local<v8::Number> v8::Number::New(v8::Isolate*, double)
  275. static Local<Number> New(Isolate* isolate, double value);
  276. ^
  277. /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:1999:24: note: candidate expects 2 arguments, 1 provided
  278. ../src/unix/pty.cc:210:16: error: ‘New’ is not a member of ‘v8::String’
  279. obj->Set(String::New("pty"), String::New(name));
  280. ^
  281. ../src/unix/pty.cc:210:36: error: ‘New’ is not a member of ‘v8::String’
  282. obj->Set(String::New("pty"), String::New(name));
  283. ^
  284. ../src/unix/pty.cc: In function ‘void PtyOpen(const v8::FunctionCallbackInfo<v8::Value>&)’:
  285. ../src/unix/pty.cc:256:35: error: no matching function for call to ‘v8::Object::New()’
  286. Local<Object> obj = Object::New();
  287. ^
  288. ../src/unix/pty.cc:256:35: note: candidate is:
  289. In file included from /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/src/node.h:61:0,
  290. from ../node_modules/nan/nan.h:122,
  291. from ../src/unix/pty.cc:16:
  292. /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2388:24: note: static v8::Local<v8::Object> v8::Object::New(v8::Isolate*)
  293. static Local<Object> New(Isolate* isolate);
  294. ^
  295. /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:2388:24: note: candidate expects 1 argument, 0 provided
  296. ../src/unix/pty.cc:257:12: error: ‘New’ is not a member of ‘v8::String’
  297. obj->Set(String::New("master"), Number::New(master));
  298. ^
  299. ../src/unix/pty.cc:257:53: error: no matching function for call to ‘v8::Number::New(int&)’
  300. obj->Set(String::New("master"), Number::New(master));
  301. ^
  302. ../src/unix/pty.cc:257:53: note: candidate is:
  303. In file included from /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/src/node.h:61:0,
  304. from ../node_modules/nan/nan.h:122,
  305. from ../src/unix/pty.cc:16:
  306. /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:1999:24: note: static v8::Local<v8::Number> v8::Number::New(v8::Isolate*, double)
  307. static Local<Number> New(Isolate* isolate, double value);
  308. ^
  309. /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:1999:24: note: candidate expects 2 arguments, 1 provided
  310. ../src/unix/pty.cc:258:12: error: ‘New’ is not a member of ‘v8::String’
  311. obj->Set(String::New("slave"), Number::New(slave));
  312. ^
  313. ../src/unix/pty.cc:258:51: error: no matching function for call to ‘v8::Number::New(int&)’
  314. obj->Set(String::New("slave"), Number::New(slave));
  315. ^
  316. ../src/unix/pty.cc:258:51: note: candidate is:
  317. In file included from /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/src/node.h:61:0,
  318. from ../node_modules/nan/nan.h:122,
  319. from ../src/unix/pty.cc:16:
  320. /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:1999:24: note: static v8::Local<v8::Number> v8::Number::New(v8::Isolate*, double)
  321. static Local<Number> New(Isolate* isolate, double value);
  322. ^
  323. /home/konata/.atom/.node-gyp/.node-gyp/0.18.0/deps/v8/include/v8.h:1999:24: note: candidate expects 2 arguments, 1 provided
  324. ../src/unix/pty.cc:259:12: error: ‘New’ is not a member of ‘v8::String’
  325. obj->Set(String::New("pty"), String::New(name));
  326. ^
  327. ../src/unix/pty.cc:259:32: error: ‘New’ is not a member of ‘v8::String’
  328. obj->Set(String::New("pty"), String::New(name));
  329. ^
  330. ../src/unix/pty.cc: In function ‘void PtyGetProc(const v8::FunctionCallbackInfo<v8::Value>&)’:
  331. ../src/unix/pty.cc:320:25: error: ‘New’ is not a member of ‘v8::String’
  332. Local<String> name_ = String::New(name);
  333. ^
  334. In file included from ../src/unix/pty.cc:16:0:
  335. ../node_modules/nan/nan.h: In instantiation of ‘void NanDispose(v8::Persistent<T, v8::NonCopyablePersistentTraits<T> >&) [with T = v8::Object]’:
  336. ../node_modules/nan/nan.h:773:34: required from here
  337. ../node_modules/nan/nan.h:407:5: error: ‘class v8::Persistent<v8::Object>’ has no member named ‘Clear’
  338. handle.Clear();
  339. ^
  340. ../src/unix/pty.cc: In function ‘void PtyFork(const v8::FunctionCallbackInfo<v8::Value>&)’:
  341. ../src/unix/pty.cc:185:34: warning: ignoring return value of ‘int chdir(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
  342. if (strlen(cwd)) chdir(cwd);
  343. ^
  344. make: *** [Release/obj.target/pty/src/unix/pty.o] Error 1
  345. gyp ERR! build error
  346. gyp ERR! stack Error: `make` failed with exit code: 2
  347. gyp ERR! stack at ChildProcess.onExit (/opt/atom/resources/app/apm/node_modules/atom-package-manager/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
  348. gyp ERR! stack at ChildProcess.emit (events.js:98:17)
  349. gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:810:12)
  350. gyp ERR! System Linux 3.13.0-24-generic
  351. gyp ERR! command "node" "/opt/atom/resources/app/apm/node_modules/atom-package-manager/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  352. gyp ERR! cwd /tmp/apm-install-dir-114926-21101-rfmlp6/node_modules/term/node_modules/pty.js
  353. gyp ERR! node -v v0.10.32
  354. gyp ERR! node-gyp -v v0.12.2
  355. gyp ERR! not ok
  356. npm ERR! [email protected] install: `node-gyp rebuild`
  357. npm ERR! Exit status 1
  358. npm ERR!
  359. npm ERR! Failed at the [email protected] install script.
  360. npm ERR! This is most likely a problem with the pty.js package,
  361. npm ERR! not with npm itself.
  362. npm ERR! Tell the author that this fails on your system:
  363. npm ERR! node-gyp rebuild
  364. npm ERR! You can get their info via:
  365. npm ERR! npm owner ls pty.js
  366. npm ERR! There is likely additional logging output above.
  367.  
  368. npm ERR! System Linux 3.13.0-24-generic
  369. npm ERR! command "/opt/atom/resources/app/apm/node_modules/atom-package-manager/bin/node" "/opt/atom/resources/app/apm/node_modules/atom-package-manager/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/opt/atom/resources/app/apm/node_modules/atom-package-manager/.apmrc" "--userconfig" "/home/konata/.atom/.apmrc" "install" "/home/konata/.atom/.node-gyp/.atom/.apm/term/0.2.2/package.tgz" "--target=0.18.0" "--arch=x64"
  370. npm ERR! cwd /tmp/apm-install-dir-114926-21101-rfmlp6
  371. npm ERR! node -v v0.10.32
  372. npm ERR! npm -v 1.4.4
  373. npm ERR! code ELIFECYCLE
  374. npm ERR!
  375. npm ERR! Additional logging details can be found in:
  376. npm ERR! /tmp/apm-install-dir-114926-21101-rfmlp6/npm-debug.log
  377. npm ERR! not ok code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement