stevenerat

spidermonkey and nspr make fail

Apr 2nd, 2013
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.92 KB | None | 0 0
  1. build@MYMACHINE /c/repos/jsengines/mozilla-central/nsprpub
  2. $ ./configure --target=x86_64-pc-mingw32
  3. loading cache ./config.cache
  4. checking host system type... i686-pc-mingw32
  5. checking target system type... x86_64-pc-mingw32
  6. checking build system type... i686-pc-mingw32
  7. checking for cl... (cached) cl
  8. creating ./config.status
  9. creating Makefile
  10. creating config/Makefile
  11. creating config/autoconf.mk
  12. creating config/nsprincl.mk
  13. creating config/nsprincl.sh
  14. creating config/nspr-config
  15. creating config/nspr.pc
  16. creating lib/Makefile
  17. creating lib/ds/Makefile
  18. creating lib/libc/Makefile
  19. creating lib/libc/include/Makefile
  20. creating lib/libc/src/Makefile
  21. creating lib/tests/Makefile
  22. creating pkg/Makefile
  23. creating pr/Makefile
  24. creating pr/include/Makefile
  25. creating pr/include/md/Makefile
  26. creating pr/include/obsolete/Makefile
  27. creating pr/include/private/Makefile
  28. creating pr/src/Makefile
  29. creating pr/src/io/Makefile
  30. creating pr/src/linking/Makefile
  31. creating pr/src/malloc/Makefile
  32. creating pr/src/md/Makefile
  33. creating pr/src/md/windows/Makefile
  34. creating pr/src/memory/Makefile
  35. creating pr/src/misc/Makefile
  36. creating pr/src/threads/Makefile
  37. creating pr/tests/Makefile
  38. creating pr/tests/dll/Makefile
  39. creating pr/src/threads/combined/Makefile
  40.  
  41.  
  42.  
  43. build@MYMACHINE /c/repos/jsengines/mozilla-central/nsprpub
  44. $ make
  45. make -C config export
  46. make[1]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/config'
  47. rm -f ../dist/bin/nspr-config
  48. make[1]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/config'
  49. make -C pr export
  50. make[1]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr'
  51. make -C include export
  52. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/inclu
  53. de'
  54. make -C md export
  55. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/inclu
  56. de/md'
  57. nsinstall -m 444 ./_aix32.cfg ./_aix64.cfg ./_beos.cfg ./_bsdi.cfg ./_darwin.cfg
  58. ./_dgux.cfg ./_freebsd.cfg ./_hpux32.cfg ./_hpux64.cfg ./_irix32.cfg ./_irix64.
  59. cfg ./_linux.cfg ./_netbsd.cfg ./_nto.cfg ./_openbsd.cfg ./_os2.cfg ./_osf1.cfg
  60. ./_qnx.cfg ./_riscos.cfg ./_scoos.cfg ./_solaris.cfg ./_symbian.cfg ./_unixware.
  61. cfg ./_unixware7.cfg ./_win95.cfg ./_winnt.cfg ../../../dist/include/nspr/md
  62. nsinstall -m 444 ./_winnt.cfg ../../../dist/include/nspr
  63. mv -f ../../../dist/include/nspr/_winnt.cfg ../../../dist/include/nspr/prcpucfg.
  64. h
  65. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/includ
  66. e/md'
  67. make -C private export
  68. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/inclu
  69. de/private'
  70. nsinstall -m 444 ./pprio.h ./pprthred.h ./prpriv.h ../../../dist/include/nspr/pr
  71. ivate
  72. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/includ
  73. e/private'
  74. make -C obsolete export
  75. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/inclu
  76. de/obsolete'
  77. nsinstall -m 444 ./pralarm.h ./probslet.h ./protypes.h ./prsem.h ../../../dist/i
  78. nclude/nspr/obsolete
  79. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/includ
  80. e/obsolete'
  81. nsinstall -m 444 ./nspr.h ./pratom.h ./prbit.h ./prclist.h ./prcmon.h ./prcountr
  82. .h ./prcvar.h ./prdtoa.h ./prenv.h ./prerr.h ./prerror.h ./prinet.h ./prinit.h .
  83. /prinrval.h ./prio.h ./pripcsem.h ./prlink.h ./prlock.h ./prlog.h ./prlong.h ./p
  84. rmem.h ./prmon.h ./prmwait.h ./prnetdb.h ./prolock.h ./prpdce.h ./prprf.h ./prpr
  85. oces.h ./prrng.h ./prrwlock.h ./prshm.h ./prshma.h ./prsystem.h ./prthread.h ./p
  86. rtime.h ./prtpool.h ./prtrace.h ./prtypes.h ./prvrsion.h ./prwin16.h ../../dist/
  87. include/nspr
  88. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/includ
  89. e'
  90. make -C src export
  91. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src'
  92. make -C io export
  93. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/i
  94. o'
  95. make[3]: Nothing to be done for `export'.
  96. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/io
  97. '
  98. make -C linking export
  99. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/l
  100. inking'
  101. make[3]: Nothing to be done for `export'.
  102. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/li
  103. nking'
  104. make -C malloc export
  105. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/m
  106. alloc'
  107. make[3]: Nothing to be done for `export'.
  108. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/ma
  109. lloc'
  110. make -C md export
  111. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/m
  112. d'
  113. make -C windows export
  114. make[4]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/m
  115. d/windows'
  116. make[4]: Nothing to be done for `export'.
  117. make[4]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/md
  118. /windows'
  119. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/md
  120. '
  121. make -C memory export
  122. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/m
  123. emory'
  124. make[3]: Nothing to be done for `export'.
  125. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/me
  126. mory'
  127. make -C misc export
  128. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/m
  129. isc'
  130. make[3]: Nothing to be done for `export'.
  131. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/mi
  132. sc'
  133. make -C threads export
  134. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/t
  135. hreads'
  136. make -C combined export
  137. make[4]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/t
  138. hreads/combined'
  139. make[4]: Nothing to be done for `export'.
  140. make[4]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/th
  141. reads/combined'
  142. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/th
  143. reads'
  144. make build
  145. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src'
  146. nsinstall -m 444 ./libnspr4_s.lib ./libnspr4.dll ./libnspr4.lib ./libnspr4.pdb .
  147. ./../dist/lib
  148. nsinstall -m 444 ./libnspr4.dll ../../dist/bin
  149. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src'
  150. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src'
  151. make[1]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr'
  152. make -C lib export
  153. make[1]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/lib'
  154. make -C ds export
  155. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/lib/ds'
  156. nsinstall -m 444 ./plarenas.h ./plarena.h ./plhash.h ../../dist/include/nspr
  157. nsinstall -m 444 ./libplds4_s.lib ./libplds4.dll ./libplds4.lib ./libplds4.pdb .
  158. ./../dist/lib
  159. nsinstall -m 444 ./libplds4.dll ../../dist/bin
  160. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/lib/ds'
  161. make -C libc export
  162. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/lib/libc
  163. '
  164. make -C include export
  165. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/lib/libc
  166. /include'
  167. nsinstall -m 444 ./plbase64.h ./plerror.h ./plgetopt.h ./plstr.h ../../../dist/i
  168. nclude/nspr
  169. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/lib/libc/
  170. include'
  171. make -C src export
  172. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/lib/libc
  173. /src'
  174. nsinstall -m 444 ./libplc4_s.lib ./libplc4.dll ./libplc4.lib ./libplc4.pdb ../..
  175. /../dist/lib
  176. nsinstall -m 444 ./libplc4.dll ../../../dist/bin
  177. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/lib/libc/
  178. src'
  179. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/lib/libc'
  180.  
  181. make[1]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/lib'
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188. build@MYMACHINE /c/repos/jsengines/mozilla-central/nsprpub
  189. $ make install
  190. make -C config install
  191. make[1]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/config'
  192. nsinstall -t -m 0755 nspr-config /usr/local/bin
  193. nsinstall -D /usr/local/share/aclocal
  194. nsinstall -t -m 0644 nspr.m4 /usr/local/share/aclocal
  195. nsinstall -D /usr/local/lib/pkgconfig
  196. nsinstall -t -m 0644 nspr.pc /usr/local/lib/pkgconfig
  197. make[1]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/config'
  198. make -C pr install
  199. make[1]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr'
  200. make -C include install
  201. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/inclu
  202. de'
  203. nsinstall -t -m 0644 ./nspr.h ./pratom.h ./prbit.h ./prclist.h ./prcmon.h ./prco
  204. untr.h ./prcvar.h ./prdtoa.h ./prenv.h ./prerr.h ./prerror.h ./prinet.h ./prinit
  205. .h ./prinrval.h ./prio.h ./pripcsem.h ./prlink.h ./prlock.h ./prlog.h ./prlong.h
  206. ./prmem.h ./prmon.h ./prmwait.h ./prnetdb.h ./prolock.h ./prpdce.h ./prprf.h ./
  207. prproces.h ./prrng.h ./prrwlock.h ./prshm.h ./prshma.h ./prsystem.h ./prthread.h
  208. ./prtime.h ./prtpool.h ./prtrace.h ./prtypes.h ./prvrsion.h ./prwin16.h /usr/lo
  209. cal/include/nspr/
  210. make -C md install
  211. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/inclu
  212. de/md'
  213. nsinstall -D /usr/local/include/nspr/md
  214. nsinstall -t -m 644 ./_aix32.cfg ./_aix64.cfg ./_beos.cfg ./_bsdi.cfg ./_darwin.
  215. cfg ./_dgux.cfg ./_freebsd.cfg ./_hpux32.cfg ./_hpux64.cfg ./_irix32.cfg ./_irix
  216. 64.cfg ./_linux.cfg ./_netbsd.cfg ./_nto.cfg ./_openbsd.cfg ./_os2.cfg ./_osf1.c
  217. fg ./_qnx.cfg ./_riscos.cfg ./_scoos.cfg ./_solaris.cfg ./_symbian.cfg ./_unixwa
  218. re.cfg ./_unixware7.cfg ./_win95.cfg ./_winnt.cfg /usr/local/include/nspr/md
  219. nsinstall -t -m 644 ./_winnt.cfg /usr/local/include/nspr
  220. mv -f /usr/local/include/nspr/_winnt.cfg /usr/local/include/nspr/prcpucfg.h
  221. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/includ
  222. e/md'
  223. make -C private install
  224. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/inclu
  225. de/private'
  226. nsinstall -t -m 0644 ./pprio.h ./pprthred.h ./prpriv.h /usr/local/include/nspr/p
  227. rivate
  228. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/includ
  229. e/private'
  230. make -C obsolete install
  231. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/inclu
  232. de/obsolete'
  233. nsinstall -t -m 0644 ./pralarm.h ./probslet.h ./protypes.h ./prsem.h /usr/local/
  234. include/nspr/obsolete
  235. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/includ
  236. e/obsolete'
  237. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/includ
  238. e'
  239. make -C src install
  240. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src'
  241. nsinstall -t -m 0755 ./libnspr4_s.lib ./libnspr4.dll ./libnspr4.lib ./libnspr4.p
  242. db /usr/local/lib/
  243. make -C io install
  244. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/i
  245. o'
  246. make[3]: Nothing to be done for `install'.
  247. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/io
  248. '
  249. make -C linking install
  250. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/l
  251. inking'
  252. make[3]: Nothing to be done for `install'.
  253. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/li
  254. nking'
  255. make -C malloc install
  256. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/m
  257. alloc'
  258. make[3]: Nothing to be done for `install'.
  259. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/ma
  260. lloc'
  261. make -C md install
  262. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/m
  263. d'
  264. make -C windows install
  265. make[4]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/m
  266. d/windows'
  267. make[4]: Nothing to be done for `install'.
  268. make[4]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/md
  269. /windows'
  270. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/md
  271. '
  272. make -C memory install
  273. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/m
  274. emory'
  275. make[3]: Nothing to be done for `install'.
  276. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/me
  277. mory'
  278. make -C misc install
  279. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/m
  280. isc'
  281. nsinstall -t -m 0755 ./compile-et.pl ./prerr.properties /usr/local/bin
  282. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/mi
  283. sc'
  284. make -C threads install
  285. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/t
  286. hreads'
  287. make -C combined install
  288. make[4]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/t
  289. hreads/combined'
  290. make[4]: Nothing to be done for `install'.
  291. make[4]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/th
  292. reads/combined'
  293. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src/th
  294. reads'
  295. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr/src'
  296. make[1]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/pr'
  297. make -C lib install
  298. make[1]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/lib'
  299. make -C ds install
  300. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/lib/ds'
  301. nsinstall -t -m 0644 ./plarenas.h ./plarena.h ./plhash.h /usr/local/include/nspr
  302. /
  303. nsinstall -t -m 0755 ./libplds4_s.lib ./libplds4.dll ./libplds4.lib ./libplds4.p
  304. db /usr/local/lib/
  305. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/lib/ds'
  306. make -C libc install
  307. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/lib/libc
  308. '
  309. make -C include install
  310. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/lib/libc
  311. /include'
  312. nsinstall -t -m 0644 ./plbase64.h ./plerror.h ./plgetopt.h ./plstr.h /usr/local/
  313. include/nspr/
  314. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/lib/libc/
  315. include'
  316. make -C src install
  317. make[3]: Entering directory `/c/repos/jsengines/mozilla-central/nsprpub/lib/libc
  318. /src'
  319. nsinstall -t -m 0755 ./libplc4_s.lib ./libplc4.dll ./libplc4.lib ./libplc4.pdb /
  320. usr/local/lib/
  321. make[3]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/lib/libc/
  322. src'
  323. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/lib/libc'
  324.  
  325. make[1]: Leaving directory `/c/repos/jsengines/mozilla-central/nsprpub/lib'
  326.  
  327.  
  328.  
  329.  
  330.  
  331. build@MYMACHINE /c/repos/jsengines/mozilla-central/nsprpub
  332. $ find /usr/local -name nspr*
  333. /usr/local/bin/nspr-config
  334. /usr/local/include/nspr
  335. /usr/local/include/nspr/nspr.h
  336. /usr/local/lib/pkgconfig/nspr.pc
  337. /usr/local/share/aclocal/nspr.m4
  338.  
  339.  
  340.  
  341. $ popd
  342. /c/repos/jsengines/mozilla-central/js/src/build-release
  343.  
  344.  
  345. build@MYMACHINE /c/repos/jsengines/mozilla-central/js/src/build-release
  346. $ ../configure --target=x86_64-pc-mingw32
  347. loading cache ./config.cache
  348. checking host system type... i686-pc-mingw32
  349. checking target system type... x86_64-pc-mingw32
  350. checking build system type... i686-pc-mingw32
  351. checking for mawk... (cached) gawk
  352. checking for perl5... (cached) /bin/perl
  353. cross compiling from i686-pc-mingw32 to x86_64-pc-mingw32
  354. checking for host c compiler... checking for gcc... (cached) cl
  355. cl
  356. checking for host c++ compiler... checking for c++... (cached) cl
  357. cl
  358. checking for ranlib... no
  359. checking for ar... no
  360. checking whether the host c compiler (cl ) works... yes
  361. checking whether the host c++ compiler (cl ) works... yes
  362. checking for cl... (cached) cl
  363. checking for gcc... cl
  364. checking whether the C compiler (cl ) works... yes
  365. checking whether the C compiler (cl ) is a cross-compiler... no
  366. checking whether we are using GNU C... (cached) no
  367. checking whether cl accepts -g... (cached) no
  368. checking for cl... (cached) cl
  369. checking for c++... cl
  370. checking whether the C++ compiler (cl ) works... yes
  371. checking whether the C++ compiler (cl ) is a cross-compiler... no
  372. checking whether we are using GNU C++... (cached) no
  373. checking whether cl accepts -g... (cached) no
  374. checking for x86_64-pc-mingw32-ranlib... (cached) :
  375. checking for x86_64-pc-mingw32-ar... no
  376. checking for x86_64-pc-mingw32-ar... no
  377. checking for ml64... (cached) /c/Program Files (x86)/Microsoft Visual Studio 11.
  378. 0/VC/BIN/ml
  379. checking for link... (cached) link
  380. checking for x86_64-pc-mingw32-strip... no
  381. checking for x86_64-pc-mingw32-strip... no
  382. checking for x86_64-pc-mingw32-windres... no
  383. checking for x86_64-pc-mingw32-windres... no
  384. checking for winsdkver.h... (cached) yes
  385. checking for highest Windows version supported by this SDK... (cached) 0x0602000
  386. 0
  387. checking for Windows SDK being recent enough... yes
  388. checking how to run the C preprocessor... cl -E -nologo
  389. checking how to run the C++ preprocessor... cl -TP -E -nologo
  390. checking for sb-conf... no
  391. checking for ve... no
  392. checking for a BSD compatible install... (cached) /bin/install -c
  393. checking whether ln -s works... (cached) no
  394. checking for minimum required perl version >= 5.006... 5.006001
  395. checking for full perl installation... yes
  396. checking for python2.7... (cached) /c/tools/mozilla-build/python/python2.7
  397. Creating Python environment
  398. checking Python environment is Mozilla virtualenv... yes
  399. checking for doxygen... (cached) :
  400. checking for autoconf... (cached) /bin/autoconf
  401. checking for xargs... (cached) /bin/xargs
  402. checking for make... (cached) /local/bin/make
  403. checking for X... (cached) no
  404. checking that static assertion macros used in autoconf tests work... (cached) ye
  405. s
  406. checking for 64-bit OS... yes
  407. checking for custom <stdint.h> implementation... none specified
  408. checking for valid optimization flags... yes
  409. checking what kind of list files are supported by the linker... list
  410. checking for posix_fallocate... no
  411. checking for setlocale... (cached) no
  412. checking for localeconv... (cached) no
  413. creating ./config.status
  414. Reticulating splines...
  415. Finished reading 6 moz.build files into 10 descriptors in 0.03s
  416. Backend executed in 0.03s
  417. 13 total backend files. 0 created; 0 updated; 13 unchanged
  418. Total wall time: 0.06s; CPU time: 0.05s; Efficiency: 86%
  419. invoking C:/tools/mozilla-build/msys/local/bin/make.exe to create js-config scri
  420. pt
  421. make.exe: `js-config' is up to date.
  422.  
  423.  
  424.  
  425. build@MYMACHINE /c/repos/jsengines/mozilla-central/js/src/build-release
  426. $ make
  427. make export
  428. make[1]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
  429. ease'
  430. make -C config export
  431. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
  432. ease/config'
  433. make[2]: Nothing to be done for `export'.
  434. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
  435. ase/config'
  436. make -C shell export
  437. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
  438. ease/shell'
  439. make[2]: Nothing to be done for `export'.
  440. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
  441. ase/shell'
  442. make -C jsapi-tests export
  443. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
  444. ease/jsapi-tests'
  445. make[2]: Nothing to be done for `export'.
  446. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
  447. ase/jsapi-tests'
  448. make -C tests export
  449. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
  450. ease/tests'
  451. make[2]: Nothing to be done for `export'.
  452. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
  453. ase/tests'
  454. make -C gdb export
  455. make[2]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
  456. ease/gdb'
  457. make[2]: Nothing to be done for `export'.
  458. make[2]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
  459. ase/gdb'
  460. make[1]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
  461. ase'
  462. make libs
  463. jsalloc.cpp
  464. make[1]: Entering directory `/c/repos/jsengines/mozilla-central/js/src/build-rel
  465. ease'
  466. c:/repos/jsengines/mozilla-central/js/src/build-release/_virtualenv/Scripts/pyth
  467. on.exe -O ../build/cl.py cl -Fojsalloc.obj -c -DENABLE_TYPEDARRAY_MOVE -DENABL
  468. E_PARALLEL_JS -DNO_NSPR_10_SUPPORT -DIMPL_MFBT -DEXPORT_JS_API -I../../../mfbt/d
  469. ouble-conversion -I../../../intl/icu/source/common -I../../../intl/icu/source/i1
  470. 8n -I.. -I. -I./dist/include -I.. -I../assembler -I../yarr -wd4099 -T
  471. P -nologo -wd4345 -wd4351 -wd4800 -D_CRT_SECURE_NO_WARNINGS -W3 -Gy -Fdgenerated
  472. .pdb -wd4244 -wd4251 -we4553 -GR- -DNDEBUG -DTRIMMED -Zi -UDEBUG -DNDEBUG -O2 -
  473. Oy -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -MD -FI
  474. ./js-confdefs.h -DMOZILLA_CLIENT /c/repos/jsengines/mozilla-central/js/src/jsal
  475. loc.cpp
  476. jsalloc.cpp
  477. c:\repos\jsengines\mozilla-central\js\src\jsutil.h(304) : warning C4267: 'return
  478. ' : conversion from 'size_t' to 'unsigned int', possible loss of data
  479. c:\repos\jsengines\mozilla-central\js\src\jsutil.h(310) : warning C4267: 'initia
  480. lizing' : conversion from 'size_t' to 'unsigned int', possible loss of data
  481. c:\repos\jsengines\mozilla-central\js\src\jsapi.h(2920) : warning C4267: 'argume
  482. nt' : conversion from 'size_t' to 'int', possible loss of data
  483. c:\repos\jsengines\mozilla-central\js\src\jslock.h(13) : fatal error C1083: Cann
  484. ot open include file: 'pratom.h': No such file or directory
  485. make[1]: *** [jsalloc.obj] Error 2
  486. make[1]: Leaving directory `/c/repos/jsengines/mozilla-central/js/src/build-rele
  487. ase'
  488. make: *** [default] Error 2
Advertisement
Add Comment
Please, Sign In to add comment