Advertisement
Guest User

Untitled

a guest
Apr 15th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.15 KB | None | 0 0
  1. common.mkdir bin
  2.  
  3. if not exist "bin\\" mkdir "bin"
  4.  
  5. common.mkdir bin\standalone
  6.  
  7. if not exist "bin\standalone\\" mkdir "bin\standalone"
  8.  
  9. common.mkdir bin\standalone\zlib
  10.  
  11. if not exist "bin\standalone\zlib\\" mkdir "bin\standalone\zlib"
  12.  
  13. common.mkdir bin\standalone\zlib\mock
  14.  
  15. if not exist "bin\standalone\zlib\mock\\" mkdir "bin\standalone\zlib\mock"
  16.  
  17. common.mkdir bin\standalone\zlib\mock\debug
  18.  
  19. if not exist "bin\standalone\zlib\mock\debug\\" mkdir "bin\standalone\zlib\mock\debug"
  20.  
  21. mock.compile.c bin\standalone\zlib\mock\debug\deflate.obj
  22.  
  23. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmp6xdy58
  24. C:\Python27\python.exe mock.py -c -x c -I"C:\Users\chhenning\AppData\Local\Temp\tmp6xdy58\zlib" "C:\Users\chhenning\AppData\Local\Temp\tmp6xdy58\zlib\deflate.c" -o "bin\standalone\zlib\mock\debug\deflate.obj"
  25.  
  26. Testing command (<Values at 0x234fd00: {'static_libraries': None, 'library_path': None, 'language': 'c', 'shared_libraries': None, 'output_file': 'bin\\standalone\\zlib\\mock\\debug\\deflate.obj', 'dll': None, 'compile': True, 'includes': ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmp6xdy58\\zlib'], 'archive': None}>, ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmp6xdy58\\zlib\\deflate.c'])
  27. - matching against (<Values at 0x234fd50: {'static_libraries': None, 'library_path': None, 'language': 'c', 'shared_libraries': None, 'output_file': '$deflate.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$deflate.c'])
  28. Matched
  29. mock.link.dll bin\standalone\zlib\mock\debug\libz.dll
  30.  
  31. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmp6xdy58
  32. C:\Python27\python.exe mock.py --dll "bin\standalone\zlib\mock\debug\deflate.obj" -o "bin\standalone\zlib\mock\debug\libz.dll"
  33.  
  34. Testing command (<Values at 0x2253a30: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': 'bin\\standalone\\zlib\\mock\\debug\\libz.dll', 'dll': True, 'compile': None, 'includes': None, 'archive': None}>, ['bin\\standalone\\zlib\\mock\\debug\\deflate.obj'])
  35. - matching against (<Values at 0x2253c60: {'static_libraries': None, 'library_path': None, 'language': 'c', 'shared_libraries': None, 'output_file': '$deflate.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$deflate.c'])
  36. Failed to match input file contents: $deflate.c
  37. - matching against (<Values at 0x2253cb0: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$deflate.so', 'dll': True, 'compile': None, 'includes': None, 'archive': None}>, ['$deflate.o'])
  38. Matched
  39. common.mkdir bin\standalone\zlib\mock\debug\link-static
  40.  
  41. if not exist "bin\standalone\zlib\mock\debug\link-static\\" mkdir "bin\standalone\zlib\mock\debug\link-static"
  42.  
  43. mock.compile.c bin\standalone\zlib\mock\debug\link-static\deflate.obj
  44.  
  45. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmp6xdy58
  46. C:\Python27\python.exe mock.py -c -x c -I"C:\Users\chhenning\AppData\Local\Temp\tmp6xdy58\zlib" "C:\Users\chhenning\AppData\Local\Temp\tmp6xdy58\zlib\deflate.c" -o "bin\standalone\zlib\mock\debug\link-static\deflate.obj"
  47.  
  48. Testing command (<Values at 0x2191a30: {'static_libraries': None, 'library_path': None, 'language': 'c', 'shared_libraries': None, 'output_file': 'bin\\standalone\\zlib\\mock\\debug\\link-static\\deflate.obj', 'dll': None, 'compile': True, 'includes': ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmp6xdy58\\zlib'], 'archive': None}>, ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmp6xdy58\\zlib\\deflate.c'])
  49. - matching against (<Values at 0x2191c60: {'static_libraries': None, 'library_path': None, 'language': 'c', 'shared_libraries': None, 'output_file': '$deflate.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$deflate.c'])
  50. Matched
  51. mock.archive bin\standalone\zlib\mock\debug\link-static\libz.a
  52.  
  53. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmp6xdy58
  54. C:\Python27\python.exe mock.py --archive "bin\standalone\zlib\mock\debug\link-static\deflate.obj" -o "bin\standalone\zlib\mock\debug\link-static\libz.a"
  55.  
  56. Testing command (<Values at 0x231ca30: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': 'bin\\standalone\\zlib\\mock\\debug\\link-static\\libz.a', 'dll': None, 'compile': None, 'includes': None, 'archive': True}>, ['bin\\standalone\\zlib\\mock\\debug\\link-static\\deflate.obj'])
  57. - matching against (<Values at 0x231cc60: {'static_libraries': None, 'library_path': None, 'language': 'c', 'shared_libraries': None, 'output_file': '$deflate.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$deflate.c'])
  58. Failed to match input file contents: $deflate.c
  59. - matching against (<Values at 0x231ccb0: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$deflate.so', 'dll': True, 'compile': None, 'includes': None, 'archive': None}>, ['$deflate.o'])
  60. Failed to match --dll
  61. - matching against (<Values at 0x231cd78: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$deflate.a', 'dll': None, 'compile': None, 'includes': None, 'archive': True}>, ['$deflate.o'])
  62. Matched
  63. Performing configuration checks
  64.  
  65. - zlib : no
  66. - zlib : no
  67. common.mkdir bin\mock
  68.  
  69. if not exist "bin\mock\\" mkdir "bin\mock"
  70.  
  71. common.mkdir bin\mock\debug
  72.  
  73. if not exist "bin\mock\debug\\" mkdir "bin\mock\debug"
  74.  
  75. mock.compile.c++ bin\mock\debug\test.obj
  76.  
  77. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmp6xdy58
  78. C:\Python27\python.exe mock.py -c -x c++ "test.cpp" -o "bin\mock\debug\test.obj"
  79.  
  80. Testing command (<Values at 0x23d3a30: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\test.obj', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['test.cpp'])
  81. - matching against (<Values at 0x23d3c60: {'static_libraries': None, 'library_path': None, 'language': 'c', 'shared_libraries': None, 'output_file': '$deflate.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$deflate.c'])
  82. Failed to match input file contents: $deflate.c
  83. - matching against (<Values at 0x23d3cb0: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$deflate.so', 'dll': True, 'compile': None, 'includes': None, 'archive': None}>, ['$deflate.o'])
  84. Failed to match input file contents: $deflate.o
  85. - matching against (<Values at 0x23d3cd8: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$deflate.a', 'dll': None, 'compile': None, 'includes': None, 'archive': True}>, ['$deflate.o'])
  86. Failed to match input file contents: $deflate.o
  87. Unrecognized command: mock.py -c -x c++ test.cpp -o bin\mock\debug\test.obj
  88. ...skipped <pbin\mock\debug>test.exe for lack of <pbin\mock\debug>test.obj...
  89. common.mkdir bin\mock\debug\link-static
  90.  
  91. if not exist "bin\mock\debug\link-static\\" mkdir "bin\mock\debug\link-static"
  92.  
  93. mock.compile.c++ bin\mock\debug\link-static\test.obj
  94.  
  95. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmp6xdy58
  96. C:\Python27\python.exe mock.py -c -x c++ "test.cpp" -o "bin\mock\debug\link-static\test.obj"
  97.  
  98. Testing command (<Values at 0x2293a30: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\link-static\\test.obj', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['test.cpp'])
  99. - matching against (<Values at 0x2293c60: {'static_libraries': None, 'library_path': None, 'language': 'c', 'shared_libraries': None, 'output_file': '$deflate.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$deflate.c'])
  100. Failed to match input file contents: $deflate.c
  101. - matching against (<Values at 0x2293cb0: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$deflate.so', 'dll': True, 'compile': None, 'includes': None, 'archive': None}>, ['$deflate.o'])
  102. Failed to match input file contents: $deflate.o
  103. - matching against (<Values at 0x2293cd8: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$deflate.a', 'dll': None, 'compile': None, 'includes': None, 'archive': True}>, ['$deflate.o'])
  104. Failed to match input file contents: $deflate.o
  105. Unrecognized command: mock.py -c -x c++ test.cpp -o bin\mock\debug\link-static\test.obj
  106. ...skipped <pbin\mock\debug\link-static>test.exe for lack of <pbin\mock\debug\link-static>test.obj...
  107. ...failed updating 2 targets...
  108. failure {{{
  109. "['c:\\boost\\tools\\build\\v2\\test\\..\\engine\\bin.ntx86\\bjam', '-sBOOST_BUILD_PATH="c:\\boost\\tools\\build\\v2\\test/.."', '-d+2', 'toolset=mock', '--ignore-site-config', '--user-config=', '--test-config="c:\\boost\\tools\\build\\v2\\test\\test-config.jam"', '--ignore-toolset-requirements']" returned 1
  110. }}}
  111. reason {{{
  112. unexpected status returned by bjam
  113. }}}
  114. changes caused by the last build command {{{
  115. Added files : ['bin/config.log', 'bin/project-cache.jam', 'bin/standalone/ac/main.cpp', 'bin/standalone/ac/zlib.h.cpp']
  116. Removed files : []
  117. Modified files: []
  118. Touched files : []
  119.  
  120. }}}
  121. STDOUT {{{
  122. Performing configuration checks
  123.  
  124. - zlib : no
  125. - zlib : no
  126. common.mkdir bin\mock
  127.  
  128. if not exist "bin\mock\\" mkdir "bin\mock"
  129.  
  130. common.mkdir bin\mock\debug
  131.  
  132. if not exist "bin\mock\debug\\" mkdir "bin\mock\debug"
  133.  
  134. mock.compile.c++ bin\mock\debug\test.obj
  135.  
  136. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmp6xdy58
  137. C:\Python27\python.exe mock.py -c -x c++ "test.cpp" -o "bin\mock\debug\test.obj"
  138.  
  139. Testing command (<Values at 0x23d3a30: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\test.obj', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['test.cpp'])
  140. - matching against (<Values at 0x23d3c60: {'static_libraries': None, 'library_path': None, 'language': 'c', 'shared_libraries': None, 'output_file': '$deflate.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$deflate.c'])
  141. Failed to match input file contents: $deflate.c
  142. - matching against (<Values at 0x23d3cb0: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$deflate.so', 'dll': True, 'compile': None, 'includes': None, 'archive': None}>, ['$deflate.o'])
  143. Failed to match input file contents: $deflate.o
  144. - matching against (<Values at 0x23d3cd8: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$deflate.a', 'dll': None, 'compile': None, 'includes': None, 'archive': True}>, ['$deflate.o'])
  145. Failed to match input file contents: $deflate.o
  146. Unrecognized command: mock.py -c -x c++ test.cpp -o bin\mock\debug\test.obj
  147. ...skipped <pbin\mock\debug>test.exe for lack of <pbin\mock\debug>test.obj...
  148. common.mkdir bin\mock\debug\link-static
  149.  
  150. if not exist "bin\mock\debug\link-static\\" mkdir "bin\mock\debug\link-static"
  151.  
  152. mock.compile.c++ bin\mock\debug\link-static\test.obj
  153.  
  154. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmp6xdy58
  155. C:\Python27\python.exe mock.py -c -x c++ "test.cpp" -o "bin\mock\debug\link-static\test.obj"
  156.  
  157. Testing command (<Values at 0x2293a30: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\link-static\\test.obj', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['test.cpp'])
  158. - matching against (<Values at 0x2293c60: {'static_libraries': None, 'library_path': None, 'language': 'c', 'shared_libraries': None, 'output_file': '$deflate.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$deflate.c'])
  159. Failed to match input file contents: $deflate.c
  160. - matching against (<Values at 0x2293cb0: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$deflate.so', 'dll': True, 'compile': None, 'includes': None, 'archive': None}>, ['$deflate.o'])
  161. Failed to match input file contents: $deflate.o
  162. - matching against (<Values at 0x2293cd8: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$deflate.a', 'dll': None, 'compile': None, 'includes': None, 'archive': True}>, ['$deflate.o'])
  163. Failed to match input file contents: $deflate.o
  164. Unrecognized command: mock.py -c -x c++ test.cpp -o bin\mock\debug\link-static\test.obj
  165. ...skipped <pbin\mock\debug\link-static>test.exe for lack of <pbin\mock\debug\link-static>test.obj...
  166. ...failed updating 2 targets...
  167.  
  168. }}}
  169. STDERR {{{
  170.  
  171. }}}
  172. stacktrace {{{
  173. at line 590 of c:\boost\tools\build\v2\test\BoostBuild.py (fail_test)
  174. from line 485 of c:\boost\tools\build\v2\test\BoostBuild.py (run_build_system)
  175. from line 61 of zlib.py (<module>)
  176.  
  177. }}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement