Guest User

Untitled

a guest
Dec 11th, 2017
641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.98 KB | None | 0 0
  1. An uncaught exception was thrown!
  2. Rebuild failed:
  3. node-pre-gyp info it worked if it ends with ok
  4. node-pre-gyp info using [email protected]
  5. node-pre-gyp info using [email protected] | darwin | x64
  6. node-pre-gyp info check checked for "/Users/sebastianklaus/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/node_modules/node-ios-device/binding/node-v59-darwin-x64/node_ios_device.node" (not found)
  7. node-pre-gyp http GET https://appc-node-binaries.s3.amazonaws.com/node-ios-device/v1.4.0/node_ios_device-v1.4.0-node-v59-darwin-x64.tar.gz
  8. node-pre-gyp http 403 https://appc-node-binaries.s3.amazonaws.com/node-ios-device/v1.4.0/node_ios_device-v1.4.0-node-v59-darwin-x64.tar.gz
  9. node-pre-gyp ERR! Tried to download(403): https://appc-node-binaries.s3.amazonaws.com/node-ios-device/v1.4.0/node_ios_device-v1.4.0-node-v59-darwin-x64.tar.gz
  10. node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v59 ABI) (falling back to source compile with node-gyp)
  11. node-pre-gyp http 403 status code downloading tarball https://appc-node-binaries.s3.amazonaws.com/node-ios-device/v1.4.0/node_ios_device-v1.4.0-node-v59-darwin-x64.tar.gz
  12. gyp info it worked if it ends with ok
  13. gyp info using [email protected]
  14. gyp info using [email protected] | darwin | x64
  15. gyp info ok
  16. gyp info it worked if it ends with ok
  17. gyp info using [email protected]
  18. gyp info using [email protected] | darwin | x64
  19. gyp info spawn /usr/local/bin/python2
  20. gyp info spawn args [ '/usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
  21. gyp info spawn args 'binding.gyp',
  22. gyp info spawn args '-f',
  23. gyp info spawn args 'make',
  24. gyp info spawn args '-I',
  25. gyp info spawn args '/Users/sebastianklaus/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/node_modules/node-ios-device/build/config.gypi',
  26. gyp info spawn args '-I',
  27. gyp info spawn args '/usr/local/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
  28. gyp info spawn args '-I',
  29. gyp info spawn args '/Users/sebastianklaus/.node-gyp/9.2.0/include/node/common.gypi',
  30. gyp info spawn args '-Dlibrary=shared_library',
  31. gyp info spawn args '-Dvisibility=default',
  32. gyp info spawn args '-Dnode_root_dir=/Users/sebastianklaus/.node-gyp/9.2.0',
  33. gyp info spawn args '-Dnode_gyp_dir=/usr/local/lib/node_modules/npm/node_modules/node-gyp',
  34. gyp info spawn args '-Dnode_lib_file=/Users/sebastianklaus/.node-gyp/9.2.0/<(target_arch)/node.lib',
  35. gyp info spawn args '-Dmodule_root_dir=/Users/sebastianklaus/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/node_modules/node-ios-device',
  36. gyp info spawn args '-Dnode_engine=v8',
  37. gyp info spawn args '--depth=.',
  38. gyp info spawn args '--no-parallel',
  39. gyp info spawn args '--generator-output',
  40. gyp info spawn args 'build',
  41. gyp info spawn args '-Goutput_dir=.' ]
  42. gyp info ok
  43. gyp info it worked if it ends with ok
  44. gyp info using [email protected]
  45. gyp info using [email protected] | darwin | x64
  46. gyp info spawn make
  47. gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
  48. In file included from ../src/device.cpp:11:
  49. In file included from ../src/device.h:13:
  50. In file included from ../src/util.h:11:
  51. In file included from ../../nan/nan.h:192:
  52. ../../nan/nan_maybe_43_inl.h:112:15: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations]
  53. return obj->ForceSet(isolate->GetCurrentContext(), key, value, attribs);
  54. ^
  55. /Users/sebastianklaus/.node-gyp/9.2.0/include/node/v8.h:3114:3: note: 'ForceSet' has been explicitly marked deprecated here
  56. V8_DEPRECATED("Use CreateDataProperty / DefineOwnProperty",
  57. ^
  58. /Users/sebastianklaus/.node-gyp/9.2.0/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
  59. declarator __attribute__((deprecated))
  60. ^
  61. 1 warning generated.
  62. In file included from ../src/node-ios-device.cpp:8:
  63. In file included from ../../nan/nan.h:192:
  64. ../../nan/nan_maybe_43_inl.h:112:15: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations]
  65. return obj->ForceSet(isolate->GetCurrentContext(), key, value, attribs);
  66. ^
  67. /Users/sebastianklaus/.node-gyp/9.2.0/include/node/v8.h:3114:3: note: 'ForceSet' has been explicitly marked deprecated here
  68. V8_DEPRECATED("Use CreateDataProperty / DefineOwnProperty",
  69. ^
  70. /Users/sebastianklaus/.node-gyp/9.2.0/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
  71. declarator __attribute__((deprecated))
  72. ^
  73. 1 warning generated.
  74. In file included from ../src/runloop.cpp:9:
  75. In file included from ../src/device.h:13:
  76. In file included from ../src/util.h:11:
  77. In file included from ../../nan/nan.h:192:
  78. ../../nan/nan_maybe_43_inl.h:112:15: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations]
  79. return obj->ForceSet(isolate->GetCurrentContext(), key, value, attribs);
  80. ^
  81. /Users/sebastianklaus/.node-gyp/9.2.0/include/node/v8.h:3114:3: note: 'ForceSet' has been explicitly marked deprecated here
  82. V8_DEPRECATED("Use CreateDataProperty / DefineOwnProperty",
  83. ^
  84. /Users/sebastianklaus/.node-gyp/9.2.0/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
  85. declarator __attribute__((deprecated))
  86. ^
  87. 1 warning generated.
  88. In file included from ../src/util.cpp:12:
  89. In file included from ../src/util.h:11:
  90. In file included from ../../nan/nan.h:192:
  91. ../../nan/nan_maybe_43_inl.h:112:15: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations]
  92. return obj->ForceSet(isolate->GetCurrentContext(), key, value, attribs);
  93. ^
  94. /Users/sebastianklaus/.node-gyp/9.2.0/include/node/v8.h:3114:3: note: 'ForceSet' has been explicitly marked deprecated here
  95. V8_DEPRECATED("Use CreateDataProperty / DefineOwnProperty",
  96. ^
  97. /Users/sebastianklaus/.node-gyp/9.2.0/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
  98. declarator __attribute__((deprecated))
  99. ^
  100. 1 warning generated.
  101. ld: framework not found MobileDevice
  102. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  103. make: *** [Release/node_ios_device.node] Error 1
  104. gyp ERR! build error
  105. gyp ERR! stack Error: `make` failed with exit code: 2
  106. gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:258:23)
  107. gyp ERR! stack at ChildProcess.emit (events.js:159:13)
  108. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:12)
  109. gyp ERR! System Darwin 17.3.0
  110. gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/Users/sebastianklaus/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/node_modules/node-ios-device/binding/node-v59-darwin-x64/node_ios_device.node" "--module_name=node_ios_device" "--module_path=/Users/sebastianklaus/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/node_modules/node-ios-device/binding/node-v59-darwin-x64"
  111. gyp ERR! cwd /Users/sebastianklaus/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/node_modules/node-ios-device
  112. gyp ERR! node -v v9.2.0
  113. gyp ERR! node-gyp -v v3.6.2
  114. gyp ERR! not ok
  115. node-pre-gyp ERR! build error
  116. node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/sebastianklaus/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/node_modules/node-ios-device/binding/node-v59-darwin-x64/node_ios_device.node --module_name=node_ios_device --module_path=/Users/sebastianklaus/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/node_modules/node-ios-device/binding/node-v59-darwin-x64' (1)
  117. node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/Users/sebastianklaus/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
  118. node-pre-gyp ERR! stack at ChildProcess.emit (events.js:159:13)
  119. node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:943:16)
  120. node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:220:5)
  121. node-pre-gyp ERR! System Darwin 17.3.0
  122. node-pre-gyp ERR! command "/usr/local/bin/node" "/Users/sebastianklaus/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/node_modules/node-pre-gyp/bin/node-pre-gyp" "install" "--fallback-to-build"
  123. node-pre-gyp ERR! cwd /Users/sebastianklaus/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/node_modules/node-ios-device
  124. node-pre-gyp ERR! node -v v9.2.0
  125. node-pre-gyp ERR! node-pre-gyp -v v0.6.38
  126. node-pre-gyp ERR! not ok
  127. Rebuild failed:
  128. node-pre-gyp info it worked if it ends with ok
  129. node-pre-gyp info using [email protected]
  130. node-pre-gyp info using [email protected] | darwin | x64
  131. node-pre-gyp info check checked for "/Users/sebastianklaus/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/node_modules/node-ios-device/binding/node-v59-darwin-x64/node_ios_device.node" (not found)
  132. node-pre-gyp http GET https://appc-node-binaries.s3.amazonaws.com/node-ios-device/v1.4.0/node_ios_device-v1.4.0-node-v59-darwin-x64.tar.gz
  133. node-pre-gyp http 403 https://appc-node-binaries.s3.amazonaws.com/node-ios-device/v1.4.0/node_ios_device-v1.4.0-node-v59-darwin-x64.tar.gz
  134. node-pre-gyp ERR! Tried to download(403): https://appc-node-binaries.s3.amazonaws.com/node-ios-device/v1.4.0/node_ios_device-v1.4.0-node-v59-darwin-x64.tar.gz
  135. node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v59 ABI) (falling back to source compile with node-gyp)
  136. node-pre-gyp http 403 status code downloading tarball https://appc-node-binaries.s3.amazonaws.com/node-ios-device/v1.4.0/node_ios_device-v1.4.0-node-v59-darwin-x64.tar.gz
  137. gyp info it worked if it ends with ok
  138. gyp info using [email protected]
  139. gyp info using [email protected] | darwin | x64
  140. gyp info ok
  141. gyp info it worked if it ends with ok
  142. gyp info using [email protected]
  143. gyp info using [email protected] | darwin | x64
  144. gyp info spawn /usr/local/bin/python2
  145. gyp info spawn args [ '/usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
  146. gyp info spawn args 'binding.gyp',
  147. gyp info spawn args '-f',
  148. gyp info spawn args 'make',
  149. gyp info spawn args '-I',
  150. gyp info spawn args '/Users/sebastianklaus/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/node_modules/node-ios-device/build/config.gypi',
  151. gyp info spawn args '-I',
  152. gyp info spawn args '/usr/local/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
  153. gyp info spawn args '-I',
  154. gyp info spawn args '/Users/sebastianklaus/.node-gyp/9.2.0/include/node/common.gypi',
  155. gyp info spawn args '-Dlibrary=shared_library',
  156. gyp info spawn args '-Dvisibility=default',
  157. gyp info spawn args '-Dnode_root_dir=/Users/sebastianklaus/.node-gyp/9.2.0',
  158. gyp info spawn args '-Dnode_gyp_dir=/usr/local/lib/node_modules/npm/node_modules/node-gyp',
  159. gyp info spawn args '-Dnode_lib_file=/Users/sebastianklaus/.node-gyp/9.2.0/<(target_arch)/node.lib',
  160. gyp info spawn args '-Dmodule_root_dir=/Users/sebastianklaus/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/node_modules/node-ios-device',
  161. gyp info spawn args '-Dnode_engine=v8',
  162. gyp info spawn args '--depth=.',
  163. gyp info spawn args '--no-parallel',
  164. gyp info spawn args '--generator-output',
  165. gyp info spawn args 'build',
  166. gyp info spawn args '-Goutput_dir=.' ]
  167. gyp info ok
  168. gyp info it worked if it ends with ok
  169. gyp info using [email protected]
  170. gyp info using [email protected] | darwin | x64
  171. gyp info spawn make
  172. gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
  173. In file included from ../src/device.cpp:11:
  174. In file included from ../src/device.h:13:
  175. In file included from ../src/util.h:11:
  176. In file included from ../../nan/nan.h:192:
  177. ../../nan/nan_maybe_43_inl.h:112:15: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations]
  178. return obj->ForceSet(isolate->GetCurrentContext(), key, value, attribs);
  179. ^
  180. /Users/sebastianklaus/.node-gyp/9.2.0/include/node/v8.h:3114:3: note: 'ForceSet' has been explicitly marked deprecated here
  181. V8_DEPRECATED("Use CreateDataProperty / DefineOwnProperty",
  182. ^
  183. /Users/sebastianklaus/.node-gyp/9.2.0/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
  184. declarator __attribute__((deprecated))
  185. ^
  186. 1 warning generated.
  187. In file included from ../src/node-ios-device.cpp:8:
  188. In file included from ../../nan/nan.h:192:
  189. ../../nan/nan_maybe_43_inl.h:112:15: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations]
  190. return obj->ForceSet(isolate->GetCurrentContext(), key, value, attribs);
  191. ^
  192. /Users/sebastianklaus/.node-gyp/9.2.0/include/node/v8.h:3114:3: note: 'ForceSet' has been explicitly marked deprecated here
  193. V8_DEPRECATED("Use CreateDataProperty / DefineOwnProperty",
  194. ^
  195. /Users/sebastianklaus/.node-gyp/9.2.0/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
  196. declarator __attribute__((deprecated))
  197. ^
  198. 1 warning generated.
  199. In file included from ../src/runloop.cpp:9:
  200. In file included from ../src/device.h:13:
  201. In file included from ../src/util.h:11:
  202. In file included from ../../nan/nan.h:192:
  203. ../../nan/nan_maybe_43_inl.h:112:15: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations]
  204. return obj->ForceSet(isolate->GetCurrentContext(), key, value, attribs);
  205. ^
  206. /Users/sebastianklaus/.node-gyp/9.2.0/include/node/v8.h:3114:3: note: 'ForceSet' has been explicitly marked deprecated here
  207. V8_DEPRECATED("Use CreateDataProperty / DefineOwnProperty",
  208. ^
  209. /Users/sebastianklaus/.node-gyp/9.2.0/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
  210. declarator __attribute__((deprecated))
  211. ^
  212. 1 warning generated.
  213. In file included from ../src/util.cpp:12:
  214. In file included from ../src/util.h:11:
  215. In file included from ../../nan/nan.h:192:
  216. ../../nan/nan_maybe_43_inl.h:112:15: warning: 'ForceSet' is deprecated [-Wdeprecated-declarations]
  217. return obj->ForceSet(isolate->GetCurrentContext(), key, value, attribs);
  218. ^
  219. /Users/sebastianklaus/.node-gyp/9.2.0/include/node/v8.h:3114:3: note: 'ForceSet' has been explicitly marked deprecated here
  220. V8_DEPRECATED("Use CreateDataProperty / DefineOwnProperty",
  221. ^
  222. /Users/sebastianklaus/.node-gyp/9.2.0/include/node/v8config.h:321:29: note: expanded from macro 'V8_DEPRECATED'
  223. declarator __attribute__((deprecated))
  224. ^
  225. 1 warning generated.
  226. ld: framework not found MobileDevice
  227. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  228. make: *** [Release/node_ios_device.node] Error 1
  229. gyp ERR! build error
  230. gyp ERR! stack Error: `make` failed with exit code: 2
  231. gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:258:23)
  232. gyp ERR! stack at ChildProcess.emit (events.js:159:13)
  233. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:12)
  234. gyp ERR! System Darwin 17.3.0
  235. gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/Users/sebastianklaus/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/node_modules/node-ios-device/binding/node-v59-darwin-x64/node_ios_device.node" "--module_name=node_ios_device" "--module_path=/Users/sebastianklaus/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/node_modules/node-ios-device/binding/node-v59-darwin-x64"
  236. gyp ERR! cwd /Users/sebastianklaus/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/node_modules/node-ios-device
  237. gyp ERR! node -v v9.2.0
  238. gyp ERR! node-gyp -v v3.6.2
  239. gyp ERR! not ok
  240. node-pre-gyp ERR! build error
  241. node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/sebastianklaus/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/node_modules/node-ios-device/binding/node-v59-darwin-x64/node_ios_device.node --module_name=node_ios_device --module_path=/Users/sebastianklaus/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/node_modules/node-ios-device/binding/node-v59-darwin-x64' (1)
  242. node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/Users/sebastianklaus/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
  243. node-pre-gyp ERR! stack at ChildProcess.emit (events.js:159:13)
  244. node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:943:16)
  245. node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:220:5)
  246. node-pre-gyp ERR! System Darwin 17.3.0
  247. node-pre-gyp ERR! command "/usr/local/bin/node" "/Users/sebastianklaus/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/node_modules/node-pre-gyp/bin/node-pre-gyp" "install" "--fallback-to-build"
  248. node-pre-gyp ERR! cwd /Users/sebastianklaus/Library/Application Support/Titanium/mobilesdk/osx/7.0.0.GA/node_modules/node-ios-device
  249. node-pre-gyp ERR! node -v v9.2.0
  250. node-pre-gyp ERR! node-pre-gyp -v v0.6.38
  251. node-pre-gyp ERR! not ok
Advertisement
Add Comment
Please, Sign In to add comment