Advertisement
Guest User

Untitled

a guest
Feb 20th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.41 KB | None | 0 0
  1. mac26:~ asuero$ sudo npm install -g stylizer
  2.  
  3. > gaze@0.6.4 install /usr/local/lib/node_modules/stylizer/node_modules/gaze
  4. > node-gyp rebuild
  5.  
  6. child_process: customFds option is deprecated, use stdio instead.
  7. CXX(target) Release/obj.target/pathwatcher/src/main.o
  8. In file included from ../src/main.cc:21:
  9. In file included from ../src/common.h:26:
  10. ../node_modules/nan/nan.h:339:13: error: no member named 'New' in 'v8::String'
  11. return _NAN_ERROR(v8::Exception::Error, errmsg);
  12. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  13. ../node_modules/nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  14. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  15. ~~~~~~~~~~~~^
  16. ../node_modules/nan/nan.h:343:5: error: no member named 'ThrowException' in namespace 'v8'
  17. _NAN_THROW_ERROR(v8::Exception::Error, errmsg);
  18. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  19. ../node_modules/nan/nan.h:324:11: note: expanded from macro '_NAN_THROW_ERROR'
  20. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  21. ~~~~^
  22. ../node_modules/nan/nan.h:343:5: error: no member named 'New' in 'v8::String'
  23. _NAN_THROW_ERROR(v8::Exception::Error, errmsg);
  24. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  25. ../node_modules/nan/nan.h:324:26: note: expanded from macro '_NAN_THROW_ERROR'
  26. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  27. ^~~~~~~~~~~~~~~~~~~~~~~
  28. ../node_modules/nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  29. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  30. ~~~~~~~~~~~~^
  31. ../node_modules/nan/nan.h:348:9: error: no type named 'ThrowException' in namespace 'v8'
  32. v8::ThrowException(error);
  33. ~~~~^
  34. ../node_modules/nan/nan.h:355:65: error: no member named 'New' in 'v8::String'
  35. v8::Local<v8::Value> err = v8::Exception::Error(v8::String::New(msg));
  36. ~~~~~~~~~~~~^
  37. ../node_modules/nan/nan.h:357:26: error: no member named 'New' in 'v8::String'
  38. obj->Set(v8::String::New("code"), v8::Int32::New(errorNumber));
  39. ~~~~~~~~~~~~^
  40. ../node_modules/nan/nan.h:369:12: error: no member named 'New' in 'v8::String'
  41. return _NAN_ERROR(v8::Exception::TypeError, errmsg);
  42. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  43. ../node_modules/nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  44. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  45. ~~~~~~~~~~~~^
  46. ../node_modules/nan/nan.h:373:5: error: no member named 'ThrowException' in namespace 'v8'
  47. _NAN_THROW_ERROR(v8::Exception::TypeError, errmsg);
  48. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  49. ../node_modules/nan/nan.h:324:11: note: expanded from macro '_NAN_THROW_ERROR'
  50. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  51. ~~~~^
  52. ../node_modules/nan/nan.h:373:5: error: no member named 'New' in 'v8::String'
  53. _NAN_THROW_ERROR(v8::Exception::TypeError, errmsg);
  54. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  55. ../node_modules/nan/nan.h:324:26: note: expanded from macro '_NAN_THROW_ERROR'
  56. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  57. ^~~~~~~~~~~~~~~~~~~~~~~
  58. ../node_modules/nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  59. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  60. ~~~~~~~~~~~~^
  61. ../node_modules/nan/nan.h:377:12: error: no member named 'New' in 'v8::String'
  62. return _NAN_ERROR(v8::Exception::RangeError, errmsg);
  63. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  64. ../node_modules/nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  65. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  66. ~~~~~~~~~~~~^
  67. ../node_modules/nan/nan.h:381:5: error: no member named 'ThrowException' in namespace 'v8'
  68. _NAN_THROW_ERROR(v8::Exception::RangeError, errmsg);
  69. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  70. ../node_modules/nan/nan.h:324:11: note: expanded from macro '_NAN_THROW_ERROR'
  71. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  72. ~~~~^
  73. ../node_modules/nan/nan.h:381:5: error: no member named 'New' in 'v8::String'
  74. _NAN_THROW_ERROR(v8::Exception::RangeError, errmsg);
  75. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  76. ../node_modules/nan/nan.h:324:26: note: expanded from macro '_NAN_THROW_ERROR'
  77. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  78. ^~~~~~~~~~~~~~~~~~~~~~~
  79. ../node_modules/nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  80. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  81. ~~~~~~~~~~~~^
  82. ../node_modules/nan/nan.h:727:49: error: too few arguments to function call, single argument 'isolate' was not specified
  83. v8::Local<v8::Object> obj = v8::Object::New();
  84. ~~~~~~~~~~~~~~~ ^
  85. /Users/asuero/.node-gyp/0.12.0/deps/v8/include/v8.h:2388:3: note: 'New' declared here
  86. static Local<Object> New(Isolate* isolate);
  87. ^
  88. In file included from ../src/main.cc:21:
  89. In file included from ../src/common.h:26:
  90. ../node_modules/nan/nan.h:733:49: error: too few arguments to function call, single argument 'isolate' was not specified
  91. v8::Local<v8::Object> obj = v8::Object::New();
  92. ~~~~~~~~~~~~~~~ ^
  93. /Users/asuero/.node-gyp/0.12.0/deps/v8/include/v8.h:2388:3: note: 'New' declared here
  94. static Local<Object> New(Isolate* isolate);
  95. ^
  96. In file included from ../src/main.cc:21:
  97. In file included from ../src/common.h:26:
  98. ../node_modules/nan/nan.h:740:12: error: no member named 'Dispose' in
  99. 'v8::Persistent<v8::Object, v8::NonCopyablePersistentTraits<v8::Object> >'
  100. handle.Dispose();
  101. ~~~~~~ ^
  102. ../node_modules/nan/nan.h:741:12: error: no member named 'Clear' in 'v8::Persistent<v8::Object, v8::NonCopyablePersistentTraits<v8::Object> >'
  103. handle.Clear();
  104. ~~~~~~ ^
  105. ../node_modules/nan/nan.h:746:39: error: no member named 'NewSymbol' in 'v8::String'; did you mean 'IsSymbol'?
  106. NanPersistentToLocal(handle)->Set(NanSymbol("callback"), fn);
  107. ^~~~~~~~~~~~~~~~~~~~~
  108. ../node_modules/nan/nan.h:181:38: note: expanded from macro 'NanSymbol'
  109. #define NanSymbol(value) v8::String::NewSymbol(value)
  110. ~~~~~~~~~~~~^
  111. /Users/asuero/.node-gyp/0.12.0/deps/v8/include/v8.h:1379:8: note: 'IsSymbol' declared here
  112. bool IsSymbol() const;
  113. ^
  114. In file included from ../src/main.cc:21:
  115. In file included from ../src/common.h:26:
  116. ../node_modules/nan/nan.h:746:39: error: call to non-static member function without an object argument
  117. NanPersistentToLocal(handle)->Set(NanSymbol("callback"), fn);
  118. ^~~~~~~~~~~~~~~~~~~~~
  119. ../node_modules/nan/nan.h:181:38: note: expanded from macro 'NanSymbol'
  120. #define NanSymbol(value) v8::String::NewSymbol(value)
  121. ~~~~~~~~~~~~^~~~~~~~~
  122. ../node_modules/nan/nan.h:750:46: error: no member named 'NewSymbol' in 'v8::String'; did you mean 'IsSymbol'?
  123. return NanPersistentToLocal(handle)->Get(NanSymbol("callback"))
  124. ^~~~~~~~~~~~~~~~~~~~~
  125. ../node_modules/nan/nan.h:181:38: note: expanded from macro 'NanSymbol'
  126. #define NanSymbol(value) v8::String::NewSymbol(value)
  127. ~~~~~~~~~~~~^
  128. /Users/asuero/.node-gyp/0.12.0/deps/v8/include/v8.h:1379:8: note: 'IsSymbol' declared here
  129. bool IsSymbol() const;
  130. ^
  131. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  132. 20 errors generated.
  133. make: *** [Release/obj.target/pathwatcher/src/main.o] Error 1
  134. gyp ERR! build error
  135. gyp ERR! stack Error: `make` failed with exit code: 2
  136. gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
  137. gyp ERR! stack at ChildProcess.emit (events.js:110:17)
  138. gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1067:12)
  139. gyp ERR! System Darwin 14.1.0
  140. gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  141. gyp ERR! cwd /usr/local/lib/node_modules/stylizer/node_modules/gaze
  142. gyp ERR! node -v v0.12.0
  143. gyp ERR! node-gyp -v v1.0.2
  144. gyp ERR! not ok
  145. npm ERR! Darwin 14.1.0
  146. npm ERR! argv "node" "/usr/local/bin/npm" "install" "-g" "stylizer"
  147. npm ERR! node v0.12.0
  148. npm ERR! npm v2.5.0
  149. npm ERR! code ELIFECYCLE
  150.  
  151. npm ERR! gaze@0.6.4 install: `node-gyp rebuild`
  152. npm ERR! Exit status 1
  153. npm ERR!
  154. npm ERR! Failed at the gaze@0.6.4 install script 'node-gyp rebuild'.
  155. npm ERR! This is most likely a problem with the gaze package,
  156. npm ERR! not with npm itself.
  157. npm ERR! Tell the author that this fails on your system:
  158. npm ERR! node-gyp rebuild
  159. npm ERR! You can get their info via:
  160. npm ERR! npm owner ls gaze
  161. npm ERR! There is likely additional logging output above.
  162.  
  163. npm ERR! Please include the following file with any support request:
  164. npm ERR! /Users/asuero/npm-debug.log
  165. mac26:~ asuero$ sudo npm install -g node-gyp
  166. /usr/local/bin/node-gyp -> /usr/local/lib/node_modules/node-gyp/bin/node-gyp.js
  167. node-gyp@1.0.2 /usr/local/lib/node_modules/node-gyp
  168. ├── which@1.0.8
  169. ├── osenv@0.1.0
  170. ├── rimraf@2.2.8
  171. ├── graceful-fs@3.0.5
  172. ├── semver@4.3.0
  173. ├── nopt@3.0.1 (abbrev@1.0.5)
  174. ├── fstream@1.0.4 (inherits@2.0.1)
  175. ├── minimatch@1.0.0 (sigmund@1.0.0, lru-cache@2.5.0)
  176. ├── mkdirp@0.5.0 (minimist@0.0.8)
  177. ├── tar@1.0.3 (inherits@2.0.1, block-stream@0.0.7)
  178. ├── npmlog@0.1.1 (ansi@0.3.0)
  179. ├── glob@4.4.0 (inherits@2.0.1, once@1.3.1, inflight@1.0.4, minimatch@2.0.1)
  180. └── request@2.53.0 (caseless@0.9.0, json-stringify-safe@5.0.0, forever-agent@0.5.2, aws-sign2@0.5.0, stringstream@0.0.4, oauth-sign@0.6.0, tunnel-agent@0.4.0, isstream@0.1.1, node-uuid@1.4.2, qs@2.3.3, combined-stream@0.0.7, form-data@0.2.0, mime-types@2.0.9, tough-cookie@0.12.1, http-signature@0.10.1, hawk@2.3.1, bl@0.9.4)
  181. mac26:~ asuero$ sudo npm install -g stylizer
  182.  
  183. > gaze@0.6.4 install /usr/local/lib/node_modules/stylizer/node_modules/gaze
  184. > node-gyp rebuild
  185.  
  186. child_process: customFds option is deprecated, use stdio instead.
  187. CXX(target) Release/obj.target/pathwatcher/src/main.o
  188. In file included from ../src/main.cc:21:
  189. In file included from ../src/common.h:26:
  190. ../node_modules/nan/nan.h:339:13: error: no member named 'New' in 'v8::String'
  191. return _NAN_ERROR(v8::Exception::Error, errmsg);
  192. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  193. ../node_modules/nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  194. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  195. ~~~~~~~~~~~~^
  196. ../node_modules/nan/nan.h:343:5: error: no member named 'ThrowException' in namespace 'v8'
  197. _NAN_THROW_ERROR(v8::Exception::Error, errmsg);
  198. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  199. ../node_modules/nan/nan.h:324:11: note: expanded from macro '_NAN_THROW_ERROR'
  200. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  201. ~~~~^
  202. ../node_modules/nan/nan.h:343:5: error: no member named 'New' in 'v8::String'
  203. _NAN_THROW_ERROR(v8::Exception::Error, errmsg);
  204. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205. ../node_modules/nan/nan.h:324:26: note: expanded from macro '_NAN_THROW_ERROR'
  206. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  207. ^~~~~~~~~~~~~~~~~~~~~~~
  208. ../node_modules/nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  209. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  210. ~~~~~~~~~~~~^
  211. ../node_modules/nan/nan.h:348:9: error: no type named 'ThrowException' in namespace 'v8'
  212. v8::ThrowException(error);
  213. ~~~~^
  214. ../node_modules/nan/nan.h:355:65: error: no member named 'New' in 'v8::String'
  215. v8::Local<v8::Value> err = v8::Exception::Error(v8::String::New(msg));
  216. ~~~~~~~~~~~~^
  217. ../node_modules/nan/nan.h:357:26: error: no member named 'New' in 'v8::String'
  218. obj->Set(v8::String::New("code"), v8::Int32::New(errorNumber));
  219. ~~~~~~~~~~~~^
  220. ../node_modules/nan/nan.h:369:12: error: no member named 'New' in 'v8::String'
  221. return _NAN_ERROR(v8::Exception::TypeError, errmsg);
  222. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  223. ../node_modules/nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  224. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  225. ~~~~~~~~~~~~^
  226. ../node_modules/nan/nan.h:373:5: error: no member named 'ThrowException' in namespace 'v8'
  227. _NAN_THROW_ERROR(v8::Exception::TypeError, errmsg);
  228. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  229. ../node_modules/nan/nan.h:324:11: note: expanded from macro '_NAN_THROW_ERROR'
  230. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  231. ~~~~^
  232. ../node_modules/nan/nan.h:373:5: error: no member named 'New' in 'v8::String'
  233. _NAN_THROW_ERROR(v8::Exception::TypeError, errmsg);
  234. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  235. ../node_modules/nan/nan.h:324:26: note: expanded from macro '_NAN_THROW_ERROR'
  236. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  237. ^~~~~~~~~~~~~~~~~~~~~~~
  238. ../node_modules/nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  239. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  240. ~~~~~~~~~~~~^
  241. ../node_modules/nan/nan.h:377:12: error: no member named 'New' in 'v8::String'
  242. return _NAN_ERROR(v8::Exception::RangeError, errmsg);
  243. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244. ../node_modules/nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  245. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  246. ~~~~~~~~~~~~^
  247. ../node_modules/nan/nan.h:381:5: error: no member named 'ThrowException' in namespace 'v8'
  248. _NAN_THROW_ERROR(v8::Exception::RangeError, errmsg);
  249. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  250. ../node_modules/nan/nan.h:324:11: note: expanded from macro '_NAN_THROW_ERROR'
  251. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  252. ~~~~^
  253. ../node_modules/nan/nan.h:381:5: error: no member named 'New' in 'v8::String'
  254. _NAN_THROW_ERROR(v8::Exception::RangeError, errmsg);
  255. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  256. ../node_modules/nan/nan.h:324:26: note: expanded from macro '_NAN_THROW_ERROR'
  257. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  258. ^~~~~~~~~~~~~~~~~~~~~~~
  259. ../node_modules/nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  260. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  261. ~~~~~~~~~~~~^
  262. ../node_modules/nan/nan.h:727:49: error: too few arguments to function call, single argument 'isolate' was not specified
  263. v8::Local<v8::Object> obj = v8::Object::New();
  264. ~~~~~~~~~~~~~~~ ^
  265. /Users/asuero/.node-gyp/0.12.0/deps/v8/include/v8.h:2388:3: note: 'New' declared here
  266. static Local<Object> New(Isolate* isolate);
  267. ^
  268. In file included from ../src/main.cc:21:
  269. In file included from ../src/common.h:26:
  270. ../node_modules/nan/nan.h:733:49: error: too few arguments to function call, single argument 'isolate' was not specified
  271. v8::Local<v8::Object> obj = v8::Object::New();
  272. ~~~~~~~~~~~~~~~ ^
  273. /Users/asuero/.node-gyp/0.12.0/deps/v8/include/v8.h:2388:3: note: 'New' declared here
  274. static Local<Object> New(Isolate* isolate);
  275. ^
  276. In file included from ../src/main.cc:21:
  277. In file included from ../src/common.h:26:
  278. ../node_modules/nan/nan.h:740:12: error: no member named 'Dispose' in
  279. 'v8::Persistent<v8::Object, v8::NonCopyablePersistentTraits<v8::Object> >'
  280. handle.Dispose();
  281. ~~~~~~ ^
  282. ../node_modules/nan/nan.h:741:12: error: no member named 'Clear' in 'v8::Persistent<v8::Object, v8::NonCopyablePersistentTraits<v8::Object> >'
  283. handle.Clear();
  284. ~~~~~~ ^
  285. ../node_modules/nan/nan.h:746:39: error: no member named 'NewSymbol' in 'v8::String'; did you mean 'IsSymbol'?
  286. NanPersistentToLocal(handle)->Set(NanSymbol("callback"), fn);
  287. ^~~~~~~~~~~~~~~~~~~~~
  288. ../node_modules/nan/nan.h:181:38: note: expanded from macro 'NanSymbol'
  289. #define NanSymbol(value) v8::String::NewSymbol(value)
  290. ~~~~~~~~~~~~^
  291. /Users/asuero/.node-gyp/0.12.0/deps/v8/include/v8.h:1379:8: note: 'IsSymbol' declared here
  292. bool IsSymbol() const;
  293. ^
  294. In file included from ../src/main.cc:21:
  295. In file included from ../src/common.h:26:
  296. ../node_modules/nan/nan.h:746:39: error: call to non-static member function without an object argument
  297. NanPersistentToLocal(handle)->Set(NanSymbol("callback"), fn);
  298. ^~~~~~~~~~~~~~~~~~~~~
  299. ../node_modules/nan/nan.h:181:38: note: expanded from macro 'NanSymbol'
  300. #define NanSymbol(value) v8::String::NewSymbol(value)
  301. ~~~~~~~~~~~~^~~~~~~~~
  302. ../node_modules/nan/nan.h:750:46: error: no member named 'NewSymbol' in 'v8::String'; did you mean 'IsSymbol'?
  303. return NanPersistentToLocal(handle)->Get(NanSymbol("callback"))
  304. ^~~~~~~~~~~~~~~~~~~~~
  305. ../node_modules/nan/nan.h:181:38: note: expanded from macro 'NanSymbol'
  306. #define NanSymbol(value) v8::String::NewSymbol(value)
  307. ~~~~~~~~~~~~^
  308. /Users/asuero/.node-gyp/0.12.0/deps/v8/include/v8.h:1379:8: note: 'IsSymbol' declared here
  309. bool IsSymbol() const;
  310. ^
  311. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  312. 20 errors generated.
  313. make: *** [Release/obj.target/pathwatcher/src/main.o] Error 1
  314. gyp ERR! build error
  315. gyp ERR! stack Error: `make` failed with exit code: 2
  316. gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
  317. gyp ERR! stack at ChildProcess.emit (events.js:110:17)
  318. gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1067:12)
  319. gyp ERR! System Darwin 14.1.0
  320. gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  321. gyp ERR! cwd /usr/local/lib/node_modules/stylizer/node_modules/gaze
  322. gyp ERR! node -v v0.12.0
  323. gyp ERR! node-gyp -v v1.0.2
  324. gyp ERR! not ok
  325. npm ERR! Darwin 14.1.0
  326. npm ERR! argv "node" "/usr/local/bin/npm" "install" "-g" "stylizer"
  327. npm ERR! node v0.12.0
  328. npm ERR! npm v2.5.0
  329. npm ERR! code ELIFECYCLE
  330.  
  331. npm ERR! gaze@0.6.4 install: `node-gyp rebuild`
  332. npm ERR! Exit status 1
  333. npm ERR!
  334. npm ERR! Failed at the gaze@0.6.4 install script 'node-gyp rebuild'.
  335. npm ERR! This is most likely a problem with the gaze package,
  336. npm ERR! not with npm itself.
  337. npm ERR! Tell the author that this fails on your system:
  338. npm ERR! node-gyp rebuild
  339. npm ERR! You can get their info via:
  340. npm ERR! npm owner ls gaze
  341. npm ERR! There is likely additional logging output above.
  342.  
  343. npm ERR! Please include the following file with any support request:
  344. npm ERR! /Users/asuero/npm-debug.log
  345. mac26:~ asuero$ sudo npm install -g gaze
  346. Password:
  347. gaze@0.5.1 /usr/local/lib/node_modules/gaze
  348. └── globule@0.1.0 (lodash@1.0.1, minimatch@0.2.14, glob@3.1.21)
  349. mac26:~ asuero$ sudo npm install -g stylizer
  350.  
  351. > gaze@0.6.4 install /usr/local/lib/node_modules/stylizer/node_modules/gaze
  352. > node-gyp rebuild
  353.  
  354. child_process: customFds option is deprecated, use stdio instead.
  355. CXX(target) Release/obj.target/pathwatcher/src/main.o
  356. In file included from ../src/main.cc:21:
  357. In file included from ../src/common.h:26:
  358. ../node_modules/nan/nan.h:339:13: error: no member named 'New' in 'v8::String'
  359. return _NAN_ERROR(v8::Exception::Error, errmsg);
  360. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  361. ../node_modules/nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  362. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  363. ~~~~~~~~~~~~^
  364. ../node_modules/nan/nan.h:343:5: error: no member named 'ThrowException' in namespace 'v8'
  365. _NAN_THROW_ERROR(v8::Exception::Error, errmsg);
  366. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367. ../node_modules/nan/nan.h:324:11: note: expanded from macro '_NAN_THROW_ERROR'
  368. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  369. ~~~~^
  370. ../node_modules/nan/nan.h:343:5: error: no member named 'New' in 'v8::String'
  371. _NAN_THROW_ERROR(v8::Exception::Error, errmsg);
  372. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373. ../node_modules/nan/nan.h:324:26: note: expanded from macro '_NAN_THROW_ERROR'
  374. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  375. ^~~~~~~~~~~~~~~~~~~~~~~
  376. ../node_modules/nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  377. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  378. ~~~~~~~~~~~~^
  379. ../node_modules/nan/nan.h:348:9: error: no type named 'ThrowException' in namespace 'v8'
  380. v8::ThrowException(error);
  381. ~~~~^
  382. ../node_modules/nan/nan.h:355:65: error: no member named 'New' in 'v8::String'
  383. v8::Local<v8::Value> err = v8::Exception::Error(v8::String::New(msg));
  384. ~~~~~~~~~~~~^
  385. ../node_modules/nan/nan.h:357:26: error: no member named 'New' in 'v8::String'
  386. obj->Set(v8::String::New("code"), v8::Int32::New(errorNumber));
  387. ~~~~~~~~~~~~^
  388. ../node_modules/nan/nan.h:369:12: error: no member named 'New' in 'v8::String'
  389. return _NAN_ERROR(v8::Exception::TypeError, errmsg);
  390. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391. ../node_modules/nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  392. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  393. ~~~~~~~~~~~~^
  394. ../node_modules/nan/nan.h:373:5: error: no member named 'ThrowException' in namespace 'v8'
  395. _NAN_THROW_ERROR(v8::Exception::TypeError, errmsg);
  396. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  397. ../node_modules/nan/nan.h:324:11: note: expanded from macro '_NAN_THROW_ERROR'
  398. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  399. ~~~~^
  400. ../node_modules/nan/nan.h:373:5: error: no member named 'New' in 'v8::String'
  401. _NAN_THROW_ERROR(v8::Exception::TypeError, errmsg);
  402. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  403. ../node_modules/nan/nan.h:324:26: note: expanded from macro '_NAN_THROW_ERROR'
  404. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  405. ^~~~~~~~~~~~~~~~~~~~~~~
  406. ../node_modules/nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  407. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  408. ~~~~~~~~~~~~^
  409. ../node_modules/nan/nan.h:377:12: error: no member named 'New' in 'v8::String'
  410. return _NAN_ERROR(v8::Exception::RangeError, errmsg);
  411. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  412. ../node_modules/nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  413. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  414. ~~~~~~~~~~~~^
  415. ../node_modules/nan/nan.h:381:5: error: no member named 'ThrowException' in namespace 'v8'
  416. _NAN_THROW_ERROR(v8::Exception::RangeError, errmsg);
  417. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  418. ../node_modules/nan/nan.h:324:11: note: expanded from macro '_NAN_THROW_ERROR'
  419. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  420. ~~~~^
  421. ../node_modules/nan/nan.h:381:5: error: no member named 'New' in 'v8::String'
  422. _NAN_THROW_ERROR(v8::Exception::RangeError, errmsg);
  423. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424. ../node_modules/nan/nan.h:324:26: note: expanded from macro '_NAN_THROW_ERROR'
  425. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  426. ^~~~~~~~~~~~~~~~~~~~~~~
  427. ../node_modules/nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  428. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  429. ~~~~~~~~~~~~^
  430. ../node_modules/nan/nan.h:727:49: error: too few arguments to function call, single argument 'isolate' was not specified
  431. v8::Local<v8::Object> obj = v8::Object::New();
  432. ~~~~~~~~~~~~~~~ ^
  433. /Users/asuero/.node-gyp/0.12.0/deps/v8/include/v8.h:2388:3: note: 'New' declared here
  434. static Local<Object> New(Isolate* isolate);
  435. ^
  436. In file included from ../src/main.cc:21:
  437. In file included from ../src/common.h:26:
  438. ../node_modules/nan/nan.h:733:49: error: too few arguments to function call, single argument 'isolate' was not specified
  439. v8::Local<v8::Object> obj = v8::Object::New();
  440. ~~~~~~~~~~~~~~~ ^
  441. /Users/asuero/.node-gyp/0.12.0/deps/v8/include/v8.h:2388:3: note: 'New' declared here
  442. static Local<Object> New(Isolate* isolate);
  443. ^
  444. In file included from ../src/main.cc:21:
  445. In file included from ../src/common.h:26:
  446. ../node_modules/nan/nan.h:740:12: error: no member named 'Dispose' in
  447. 'v8::Persistent<v8::Object, v8::NonCopyablePersistentTraits<v8::Object> >'
  448. handle.Dispose();
  449. ~~~~~~ ^
  450. ../node_modules/nan/nan.h:741:12: error: no member named 'Clear' in 'v8::Persistent<v8::Object, v8::NonCopyablePersistentTraits<v8::Object> >'
  451. handle.Clear();
  452. ~~~~~~ ^
  453. ../node_modules/nan/nan.h:746:39: error: no member named 'NewSymbol' in 'v8::String'; did you mean 'IsSymbol'?
  454. NanPersistentToLocal(handle)->Set(NanSymbol("callback"), fn);
  455. ^~~~~~~~~~~~~~~~~~~~~
  456. ../node_modules/nan/nan.h:181:38: note: expanded from macro 'NanSymbol'
  457. #define NanSymbol(value) v8::String::NewSymbol(value)
  458. ~~~~~~~~~~~~^
  459. /Users/asuero/.node-gyp/0.12.0/deps/v8/include/v8.h:1379:8: note: 'IsSymbol' declared here
  460. bool IsSymbol() const;
  461. ^
  462. In file included from ../src/main.cc:21:
  463. In file included from ../src/common.h:26:
  464. ../node_modules/nan/nan.h:746:39: error: call to non-static member function without an object argument
  465. NanPersistentToLocal(handle)->Set(NanSymbol("callback"), fn);
  466. ^~~~~~~~~~~~~~~~~~~~~
  467. ../node_modules/nan/nan.h:181:38: note: expanded from macro 'NanSymbol'
  468. #define NanSymbol(value) v8::String::NewSymbol(value)
  469. ~~~~~~~~~~~~^~~~~~~~~
  470. ../node_modules/nan/nan.h:750:46: error: no member named 'NewSymbol' in 'v8::String'; did you mean 'IsSymbol'?
  471. return NanPersistentToLocal(handle)->Get(NanSymbol("callback"))
  472. ^~~~~~~~~~~~~~~~~~~~~
  473. ../node_modules/nan/nan.h:181:38: note: expanded from macro 'NanSymbol'
  474. #define NanSymbol(value) v8::String::NewSymbol(value)
  475. ~~~~~~~~~~~~^
  476. /Users/asuero/.node-gyp/0.12.0/deps/v8/include/v8.h:1379:8: note: 'IsSymbol' declared here
  477. bool IsSymbol() const;
  478. ^
  479. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  480. 20 errors generated.
  481. make: *** [Release/obj.target/pathwatcher/src/main.o] Error 1
  482. gyp ERR! build error
  483. gyp ERR! stack Error: `make` failed with exit code: 2
  484. gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
  485. gyp ERR! stack at ChildProcess.emit (events.js:110:17)
  486. gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1067:12)
  487. gyp ERR! System Darwin 14.1.0
  488. gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  489. gyp ERR! cwd /usr/local/lib/node_modules/stylizer/node_modules/gaze
  490. gyp ERR! node -v v0.12.0
  491. gyp ERR! node-gyp -v v1.0.2
  492. gyp ERR! not ok
  493. npm ERR! Darwin 14.1.0
  494. npm ERR! argv "node" "/usr/local/bin/npm" "install" "-g" "stylizer"
  495. npm ERR! node v0.12.0
  496. npm ERR! npm v2.5.0
  497. npm ERR! code ELIFECYCLE
  498.  
  499. npm ERR! gaze@0.6.4 install: `node-gyp rebuild`
  500. npm ERR! Exit status 1
  501. npm ERR!
  502. npm ERR! Failed at the gaze@0.6.4 install script 'node-gyp rebuild'.
  503. npm ERR! This is most likely a problem with the gaze package,
  504. npm ERR! not with npm itself.
  505. npm ERR! Tell the author that this fails on your system:
  506. npm ERR! node-gyp rebuild
  507. npm ERR! You can get their info via:
  508. npm ERR! npm owner ls gaze
  509. npm ERR! There is likely additional logging output above.
  510.  
  511. npm ERR! Please include the following file with any support request:
  512. npm ERR! /Users/asuero/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement