stevenerat

Fail to build v8 x64 on Windows2008

Apr 18th, 2013
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.97 KB | None | 0 0
  1. ============================
  2. ATTEMPTED x64 BUILD
  3. ============================
  4.  
  5. user@mywindows2008 /c/repos/jsengines/v8
  6. $ rm -rf build/Release/*
  7.  
  8. user@mywindows2008 /c/repos/jsengines/v8
  9. $ rm build/all.sln
  10.  
  11. user@mywindows2008 /c/repos/jsengines/v8
  12. $ build/gyp_v8 -Dtarget_arch=x64
  13. Updating projects from gyp files...
  14.  
  15.  
  16. user@mywindows2008 /c/repos/jsengines/v8
  17. $ "/c/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" /build Release build/all.sln
  18.  
  19. Microsoft (R) Visual Studio Version 9.0.30729.1.
  20. Copyright (C) Microsoft Corp. All rights reserved.
  21. 1>------ Skipped Build: Project: js2c ------
  22. 1>
  23. 2>------ Skipped Build: Project: v8_base.x64 ------
  24. 2>
  25. 3>------ Skipped Build: Project: resources ------
  26. 3>
  27. 4>------ Skipped Build: Project: d8_js2c ------
  28. 4>
  29. 5>------ Skipped Build: Project: v8_nosnapshot.x64 ------
  30. 5>
  31. 6>------ Skipped Build: Project: mksnapshot.x64 ------
  32. 6>
  33. 7>------ Skipped Build: Project: v8_snapshot ------
  34. 7>
  35. 8>------ Skipped Build: Project: v8 ------
  36. 8>
  37. 9>------ Skipped Build: Project: preparser ------
  38. 9>
  39. 10>------ Skipped Build: Project: lineprocessor ------
  40. 10>
  41. 11>------ Skipped Build: Project: process ------
  42. 11>
  43. 12>------ Skipped Build: Project: shell ------
  44. 12>
  45. 13>------ Skipped Build: Project: d8 ------
  46. 13>
  47. 14>------ Skipped Build: Project: cctest ------
  48. 14>
  49. ========== Build: 0 succeeded, 0 failed, 1 up-to-date, 14 skipped ==========
  50.  
  51.  
  52. ============================
  53. SUCCESSFUL x32 BUILD
  54. ============================
  55.  
  56. user@mywindows2008 /c/repos/jsengines/v8
  57. $ build/gyp_v8
  58. Updating projects from gyp files...
  59.  
  60. user@mywindows2008 /c/repos/jsengines/v8
  61. $ "/c/Program Files (x86)/Microsoft Visual Studio 9.0/Common7/IDE/devenv.com" /build Release build/all.sln
  62.  
  63. Microsoft (R) Visual Studio Version 9.0.30729.1.
  64. Copyright (C) Microsoft Corp. All rights reserved.
  65. 1>------ Build started: Project: js2c, Configuration: Release Win32 ------
  66. 2>------ Build started: Project: v8_base.ia32, Configuration: Release Win32 ------
  67. 3>------ Build started: Project: resources, Configuration: Release Win32 ------
  68. 4>------ Build started: Project: d8_js2c, Configuration: Release Win32 ------
  69. 3>js2c
  70. 4>d8_js2c
  71. 1>js2c, and also js2c_experimental
  72. 2>Compiling...
  73. 2>token.cc
  74. 2>gc-extension.cc
  75. 2>statistics-extension.cc
  76. 2>externalize-string-extension.cc
  77. 2>full-codegen-ia32.cc
  78. 2>cpu-ia32.cc
  79. 2>assembler-ia32.cc
  80. 2>stub-cache-ia32.cc
  81. 2>lithium-ia32.cc
  82. 2>debug-ia32.cc
  83. 2>builtins-ia32.cc
  84. 2>lithium-codegen-ia32.cc
  85. 2>frames-ia32.cc
  86. 2>lithium-gap-resolver-ia32.cc
  87. 2>deoptimizer-ia32.cc
  88. 2>regexp-macro-assembler-ia32.cc
  89. 2>macro-assembler-ia32.cc
  90. 2>disasm-ia32.cc
  91. 2>code-stubs-ia32.cc
  92. 2>ic-ia32.cc
  93. 2>codegen-ia32.cc
  94. 2>v8-counters.cc
  95. 2>bootstrapper.cc
  96. 2>compiler.cc
  97. 2>gdb-jit.cc
  98. 2>checks.cc
  99. 4>Build log was saved at "file://c:\repos\jsengines\v8\build\Release\obj\d8_js2c\BuildLog.htm"
  100. 3>Build log was saved at "file://c:\repos\jsengines\v8\build\Release\obj\resources\BuildLog.htm"
  101. 3>resources - 0 error(s), 0 warning(s)
  102. 4>d8_js2c - 0 error(s), 0 warning(s)
  103. 2>fast-dtoa.cc
  104. 2>jsregexp.cc
  105. 2>parser.cc
  106. 2>string-stream.cc
  107. 2>builtins.cc
  108. 2>accessors.cc
  109. 2>preparser.cc
  110. 2>serialize.cc
  111. 2>string-search.cc
  112. 2>once.cc
  113. 2>bignum.cc
  114. 2>date.cc
  115. 2>strtod.cc
  116. 2>stub-cache.cc
  117. 2>frames.cc
  118. 2>fixed-dtoa.cc
  119. 2>flags.cc
  120. 2>runtime-profiler.cc
  121. 2>runtime.cc
  122. 2>isolate.cc
  123. 2>marking-thread.cc
  124. 2>handles.cc
  125. 2>regexp-macro-assembler-irregexp.cc
  126. 2>heap.cc
  127. 2>unicode.cc
  128. 2>profile-generator.cc
  129. 2>execution.cc
  130. 2>compilation-cache.cc
  131. 2>ast.cc
  132. 1>Build log was saved at "file://c:\repos\jsengines\v8\build\Release\obj\js2c\BuildLog.htm"
  133. 1>js2c - 0 error(s), 0 warning(s)
  134. 2>v8.cc
  135. 2>func-name-inferrer.cc
  136. 2>cpu-profiler.cc
  137. 5>------ Build started: Project: v8_nosnapshot.ia32, Configuration: Release Win32 ------
  138. 5>Compiling...
  139. 5>libraries.cc
  140. 5>snapshot-empty.cc
  141. 5>experimental-libraries.cc
  142. 2>conversions.cc
  143. 2>full-codegen.cc
  144. 2>sampler.cc
  145. 2>version.cc
  146. 2>heap-profiler.cc
  147. 2>log.cc
  148. 2>safepoint-table.cc
  149. 2>log-utils.cc
  150. 2>interface.cc
  151. 2>objects-visiting.cc
  152. 2>debug.cc
  153. 2>contexts.cc
  154. 2>snapshot-common.cc
  155. 2>type-info.cc
  156. 2>diy-fp.cc
  157. 2>interpreter-irregexp.cc
  158. 2>messages.cc
  159. 2>code-stubs.cc
  160. 2>v8conversions.cc
  161. 2>codegen.cc
  162. 5>Creating library...
  163. 2>deoptimizer.cc
  164. 5>Build log was saved at "file://c:\repos\jsengines\v8\build\Release\obj\v8_nosnapshot.ia32\BuildLog.htm"
  165. 5>v8_nosnapshot.ia32 - 0 error(s), 0 warning(s)
  166. 2>optimizing-compiler-thread.cc
  167. 2>zone.cc
  168. 2>scopeinfo.cc
  169. 2>prettyprinter.cc
  170. 2>scopes.cc
  171. 2>mark-compact.cc
  172. 2>lithium-allocator.cc
  173. 2>assembler.cc
  174. 2>variables.cc
  175. 2>transitions.cc
  176. 2>spaces.cc
  177. 2>debug-agent.cc
  178. 2>circular-queue.cc
  179. 2>global-handles.cc
  180. 2>dateparser.cc
  181. 2>data-flow.cc
  182. 2>factory.cc
  183. 2>dtoa.cc
  184. 2>win32-math.cc
  185. 2>property.cc
  186. 2>store-buffer.cc
  187. 2>hydrogen.cc
  188. 2>incremental-marking.cc
  189. 2>objects-printer.cc
  190. 2>counters.cc
  191. 2>objects-debug.cc
  192. 2>scanner-character-streams.cc
  193. 2>liveedit.cc
  194. 2>disassembler.cc
  195. 2>sweeper-thread.cc
  196. 2>cached-powers.cc
  197. 2>rewriter.cc
  198. 2>ic.cc
  199. 2>elements.cc
  200. 2>api.cc
  201. 2>v8utils.cc
  202. 2>scanner.cc
  203. 2>objects.cc
  204. 2>allocation.cc
  205. 2>code-stubs-hydrogen.cc
  206. 2>regexp-macro-assembler-tracer.cc
  207. 2>preparse-data.cc
  208. 2>heap-snapshot-generator.cc
  209. 2>v8threads.cc
  210. 2>elements-kind.cc
  211. 2>lithium.cc
  212. 2>regexp-stack.cc
  213. 2>utils.cc
  214. 2>atomicops_internals_x86_gcc.cc
  215. 2>hydrogen-instructions.cc
  216. 2>regexp-macro-assembler.cc
  217. 2>bignum-dtoa.cc
  218. 2>platform-win32.cc
  219. 2>Creating library...
  220. 2>Build log was saved at "file://c:\repos\jsengines\v8\build\Release\obj\v8_base.ia32\BuildLog.htm"
  221. 2>v8_base.ia32 - 0 error(s), 0 warning(s)
  222. 6>------ Build started: Project: mksnapshot.ia32, Configuration: Release Win32 ------
  223. 6>Compiling...
  224. 6>mksnapshot.cc
  225. 6>Linking...
  226. 6>Embedding manifest...
  227. 6>Build log was saved at "file://c:\repos\jsengines\v8\build\Release\obj\mksnapshot.ia32\BuildLog.htm"
  228. 6>mksnapshot.ia32 - 0 error(s), 0 warning(s)
  229. 7>------ Build started: Project: v8_snapshot, Configuration: Release Win32 ------
  230. 7>run_mksnapshot
  231. 7>Compiling...
  232. 7>experimental-libraries.cc
  233. 7>snapshot.cc
  234. 7>libraries.cc
  235. 7>Creating library...
  236. 7>Build log was saved at "file://c:\repos\jsengines\v8\build\Release\obj\v8_snapshot\BuildLog.htm"
  237. 7>v8_snapshot - 0 error(s), 0 warning(s)
  238. 8>------ Build started: Project: preparser, Configuration: Release Win32 ------
  239. 8>Compiling...
  240. 8>preparser-api.cc
  241. 8>preparser-process.cc
  242. 9>------ Build started: Project: lineprocessor, Configuration: Release Win32 ------
  243. 10>------ Build started: Project: process, Configuration: Release Win32 ------
  244. 11>------ Build started: Project: shell, Configuration: Release Win32 ------
  245. 12>------ Build started: Project: d8, Configuration: Release Win32 ------
  246. 13>------ Build started: Project: cctest, Configuration: Release Win32 ------
  247. 8>Linking...
  248. 9>Compiling...
  249. 11>Compiling...
  250. 10>Compiling...
  251. 12>Compiling...
  252. 11>shell.cc
  253. 9>lineprocessor.cc
  254. 10>process.cc
  255. 13>Compiling...
  256. 12>d8-js.cc
  257. 12>d8-debug.cc
  258. 12>d8-windows.cc
  259. 12>d8.cc
  260. 13>resources.cc
  261. 13>test-date.cc
  262. 13>test-platform-win32.cc
  263. 13>test-strings.cc
  264. 13>test-lock.cc
  265. 13>test-unbound-queue.cc
  266. 13>test-random.cc
  267. 13>test-parsing.cc
  268. 13>test-compiler.cc
  269. 13>test-assembler-ia32.cc
  270. 13>test-alloc.cc
  271. 13>test-platform.cc
  272. 13>test-heap-profiler.cc
  273. 13>test-thread-termination.cc
  274. 13>test-global-handles.cc
  275. 13>test-hashmap.cc
  276. 13>test-heap.cc
  277. 13>gay-fixed.cc
  278. 13>test-log-stack-tracer.cc
  279. 13>test-spaces.cc
  280. 13>test-liveedit.cc
  281. 13>cctest.cc
  282. 13>test-api.cc
  283. 13>test-conversions.cc
  284. 11>Linking...
  285. 9>Linking...
  286. 10>Linking...
  287. 13>test-profile-generator.cc
  288. 13>test-debug.cc
  289. 13>test-lockers.cc
  290. 13>test-diy-fp.cc
  291. 13>test-serialize.cc
  292. 13>test-reloc-info.cc
  293. 13>test-bignum.cc
  294. 13>test-list.cc
  295. 13>test-dictionary.cc
  296. 13>test-cpu-profiler.cc
  297. 13>test-regexp.cc
  298. 13>test-platform-tls.cc
  299. 13>test-disasm-ia32.cc
  300. 13>test-deoptimization.cc
  301. 8>Embedding manifest...
  302. 13>test-global-object.cc
  303. 13>test-strtod.cc
  304. 12>Linking...
  305. 13>test-weakmaps.cc
  306. 13>test-ast.cc
  307. 13>test-accessors.cc
  308. 8>Build log was saved at "file://c:\repos\jsengines\v8\build\Release\obj\preparser\BuildLog.htm"
  309. 8>preparser - 0 error(s), 0 warning(s)
  310. 11>Embedding manifest...
  311. 13>test-threads.cc
  312. 9>Embedding manifest...
  313. 13>test-bignum-dtoa.cc
  314. 11>Build log was saved at "file://c:\repos\jsengines\v8\build\Release\obj\shell\BuildLog.htm"
  315. 11>shell - 0 error(s), 0 warning(s)
  316. 9>Build log was saved at "file://c:\repos\jsengines\v8\build\Release\obj\lineprocessor\BuildLog.htm"
  317. 9>lineprocessor - 0 error(s), 0 warning(s)
  318. 13>test-object-observe.cc
  319. 13>test-declarative-accessors.cc
  320. 13>test-mark-compact.cc
  321. 13>test-sockets.cc
  322. 13>test-func-name-inference.cc
  323. 13>gay-precision.cc
  324. 13>test-version.cc
  325. 13>test-log.cc
  326. 13>test-utils.cc
  327. 13>test-hashing.cc
  328. 13>test-double.cc
  329. 10>Embedding manifest...
  330. 13>test-dtoa.cc
  331. 13>test-fast-dtoa.cc
  332. 13>test-decls.cc
  333. 13>test-symbols.cc
  334. 13>test-fixed-dtoa.cc
  335. 13>test-flags.cc
  336. 10>Build log was saved at "file://c:\repos\jsengines\v8\build\Release\obj\process\BuildLog.htm"
  337. 10>process - 0 error(s), 0 warning(s)
  338. 13>gay-shortest.cc
  339. 13>test-dataflow.cc
  340. 13>test-circular-queue.cc
  341. 12>Embedding manifest...
  342. 12>Build log was saved at "file://c:\repos\jsengines\v8\build\Release\obj\d8\BuildLog.htm"
  343. 12>d8 - 0 error(s), 0 warning(s)
  344. 13>Linking...
  345. 13>Embedding manifest...
  346. 13>Build log was saved at "file://c:\repos\jsengines\v8\build\Release\obj\cctest\BuildLog.htm"
  347. 13>cctest - 0 error(s), 0 warning(s)
  348. ========== Build: 13 succeeded, 0 failed, 2 up-to-date, 0 skipped ==========
  349.  
  350.  
  351. $ file build/Release/*.exe
  352. build/Release/cctest.exe: PE32 executable (console) Intel 80386, for MS Windows
  353. build/Release/d8.exe: PE32 executable (console) Intel 80386, for MS Windows
  354. build/Release/lineprocessor.exe: PE32 executable (console) Intel 80386, for MS Windows
  355. build/Release/mksnapshot.ia32.exe: PE32 executable (console) Intel 80386, for MS Windows
  356. build/Release/preparser.exe: PE32 executable (console) Intel 80386, for MS Windows
  357. build/Release/process.exe: PE32 executable (console) Intel 80386, for MS Windows
  358. build/Release/shell.exe: PE32 executable (console) Intel 80386, for MS Windows
Advertisement
Add Comment
Please, Sign In to add comment