Advertisement
Guest User

Untitled

a guest
Jun 11th, 2015
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 67.07 KB | None | 0 0
  1. make[1]: Entering directory `/mnt/rudi/pyston'
  2. make[1]: Leaving directory `/mnt/rudi/pyston'
  3. make[1]: Entering directory `/mnt/rudi/pyston'
  4. make[1]: Leaving directory `/mnt/rudi/pyston'
  5. cd /home/rudi/pyston-build-dbg; CC='clang' CXX='clang++' cmake -GNinja /home/rudi/pyston -DCMAKE_BUILD_TYPE=Debug
  6. -- found ccache /usr/bin/ccache
  7. -- found the gold linker /usr/bin/ld.gold
  8. -- Target triple: x86_64-unknown-linux-gnu
  9. -- Native target architecture is X86
  10. -- Threads enabled.
  11. -- Doxygen disabled.
  12. -- Sphinx disabled.
  13. -- Go bindings disabled.
  14. -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH)
  15. -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH)
  16. -- OCaml bindings disabled.
  17. -- Building with -fPIC
  18. -- Constructing LLVMBuild project information
  19. -- Targeting X86
  20. -- Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR)
  21. -- Clang version: 3.7.0
  22. -- Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR)
  23. -- Clang version: 3.7.0
  24. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:466 (add_executable):
  25. add_executable cannot create target "clang-tblgen" because another target
  26. with the same name already exists. The existing target is an executable
  27. created in source directory
  28. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/utils/TableGen". See
  29. documentation for policy CMP0002 for more details.
  30. Call Stack (most recent call first):
  31. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:538 (add_llvm_executable)
  32. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:76 (add_llvm_utility)
  33. /home/rudi/pyston_deps/llvm-trunk/tools/c/utils/TableGen/CMakeLists.txt:3 (add_tablegen)
  34.  
  35.  
  36. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  37. Attempt to add link library "LLVMSupport" to target "clang-tblgen" which is
  38. not built in this directory.
  39. Call Stack (most recent call first):
  40. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  41. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  42. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:538 (add_llvm_executable)
  43. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:76 (add_llvm_utility)
  44. /home/rudi/pyston_deps/llvm-trunk/tools/c/utils/TableGen/CMakeLists.txt:3 (add_tablegen)
  45.  
  46.  
  47. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  48. Attempt to add link library "LLVMTableGen" to target "clang-tblgen" which
  49. is not built in this directory.
  50. Call Stack (most recent call first):
  51. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  52. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  53. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:538 (add_llvm_executable)
  54. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:76 (add_llvm_utility)
  55. /home/rudi/pyston_deps/llvm-trunk/tools/c/utils/TableGen/CMakeLists.txt:3 (add_tablegen)
  56.  
  57.  
  58. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  59. add_custom_target cannot create target "ClangAttrClasses" because another
  60. target with the same name already exists. The existing target is a custom
  61. target created in source directory
  62. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/AST". See
  63. documentation for policy CMP0002 for more details.
  64. Call Stack (most recent call first):
  65. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  66. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/AST/CMakeLists.txt:1 (clang_tablegen)
  67.  
  68.  
  69. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  70. add_custom_target cannot create target "ClangAttrImpl" because another
  71. target with the same name already exists. The existing target is a custom
  72. target created in source directory
  73. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/AST". See
  74. documentation for policy CMP0002 for more details.
  75. Call Stack (most recent call first):
  76. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  77. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/AST/CMakeLists.txt:6 (clang_tablegen)
  78.  
  79.  
  80. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  81. add_custom_target cannot create target "ClangAttrDump" because another
  82. target with the same name already exists. The existing target is a custom
  83. target created in source directory
  84. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/AST". See
  85. documentation for policy CMP0002 for more details.
  86. Call Stack (most recent call first):
  87. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  88. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/AST/CMakeLists.txt:11 (clang_tablegen)
  89.  
  90.  
  91. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  92. add_custom_target cannot create target "ClangAttrVisitor" because another
  93. target with the same name already exists. The existing target is a custom
  94. target created in source directory
  95. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/AST". See
  96. documentation for policy CMP0002 for more details.
  97. Call Stack (most recent call first):
  98. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  99. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/AST/CMakeLists.txt:16 (clang_tablegen)
  100.  
  101.  
  102. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  103. add_custom_target cannot create target "ClangStmtNodes" because another
  104. target with the same name already exists. The existing target is a custom
  105. target created in source directory
  106. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/AST". See
  107. documentation for policy CMP0002 for more details.
  108. Call Stack (most recent call first):
  109. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  110. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/AST/CMakeLists.txt:21 (clang_tablegen)
  111.  
  112.  
  113. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  114. add_custom_target cannot create target "ClangDeclNodes" because another
  115. target with the same name already exists. The existing target is a custom
  116. target created in source directory
  117. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/AST". See
  118. documentation for policy CMP0002 for more details.
  119. Call Stack (most recent call first):
  120. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  121. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/AST/CMakeLists.txt:25 (clang_tablegen)
  122.  
  123.  
  124. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  125. add_custom_target cannot create target "ClangCommentNodes" because another
  126. target with the same name already exists. The existing target is a custom
  127. target created in source directory
  128. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/AST". See
  129. documentation for policy CMP0002 for more details.
  130. Call Stack (most recent call first):
  131. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  132. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/AST/CMakeLists.txt:29 (clang_tablegen)
  133.  
  134.  
  135. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  136. add_custom_target cannot create target "ClangCommentHTMLTags" because
  137. another target with the same name already exists. The existing target is a
  138. custom target created in source directory
  139. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/AST". See
  140. documentation for policy CMP0002 for more details.
  141. Call Stack (most recent call first):
  142. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  143. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/AST/CMakeLists.txt:33 (clang_tablegen)
  144.  
  145.  
  146. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  147. add_custom_target cannot create target "ClangCommentHTMLTagsProperties"
  148. because another target with the same name already exists. The existing
  149. target is a custom target created in source directory
  150. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/AST". See
  151. documentation for policy CMP0002 for more details.
  152. Call Stack (most recent call first):
  153. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  154. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/AST/CMakeLists.txt:37 (clang_tablegen)
  155.  
  156.  
  157. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  158. add_custom_target cannot create target
  159. "ClangCommentHTMLNamedCharacterReferences" because another target with the
  160. same name already exists. The existing target is a custom target created
  161. in source directory
  162. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/AST". See
  163. documentation for policy CMP0002 for more details.
  164. Call Stack (most recent call first):
  165. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  166. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/AST/CMakeLists.txt:41 (clang_tablegen)
  167.  
  168.  
  169. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  170. add_custom_target cannot create target "ClangCommentCommandInfo" because
  171. another target with the same name already exists. The existing target is a
  172. custom target created in source directory
  173. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/AST". See
  174. documentation for policy CMP0002 for more details.
  175. Call Stack (most recent call first):
  176. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  177. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/AST/CMakeLists.txt:45 (clang_tablegen)
  178.  
  179.  
  180. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  181. add_custom_target cannot create target "ClangCommentCommandList" because
  182. another target with the same name already exists. The existing target is a
  183. custom target created in source directory
  184. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/AST". See
  185. documentation for policy CMP0002 for more details.
  186. Call Stack (most recent call first):
  187. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  188. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/AST/CMakeLists.txt:49 (clang_tablegen)
  189.  
  190.  
  191. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  192. add_custom_target cannot create target "ClangDiagnosticAnalysis" because
  193. another target with the same name already exists. The existing target is a
  194. custom target created in source directory
  195. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Basic". See
  196. documentation for policy CMP0002 for more details.
  197. Call Stack (most recent call first):
  198. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  199. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:2 (clang_tablegen)
  200. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:8 (clang_diag_gen)
  201.  
  202.  
  203. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  204. add_custom_target cannot create target "ClangDiagnosticAST" because another
  205. target with the same name already exists. The existing target is a custom
  206. target created in source directory
  207. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Basic". See
  208. documentation for policy CMP0002 for more details.
  209. Call Stack (most recent call first):
  210. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  211. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:2 (clang_tablegen)
  212. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:9 (clang_diag_gen)
  213.  
  214.  
  215. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  216. add_custom_target cannot create target "ClangDiagnosticComment" because
  217. another target with the same name already exists. The existing target is a
  218. custom target created in source directory
  219. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Basic". See
  220. documentation for policy CMP0002 for more details.
  221. Call Stack (most recent call first):
  222. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  223. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:2 (clang_tablegen)
  224. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:10 (clang_diag_gen)
  225.  
  226.  
  227. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  228. add_custom_target cannot create target "ClangDiagnosticCommon" because
  229. another target with the same name already exists. The existing target is a
  230. custom target created in source directory
  231. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Basic". See
  232. documentation for policy CMP0002 for more details.
  233. Call Stack (most recent call first):
  234. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  235. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:2 (clang_tablegen)
  236. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:11 (clang_diag_gen)
  237.  
  238.  
  239. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  240. add_custom_target cannot create target "ClangDiagnosticDriver" because
  241. another target with the same name already exists. The existing target is a
  242. custom target created in source directory
  243. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Basic". See
  244. documentation for policy CMP0002 for more details.
  245. Call Stack (most recent call first):
  246. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  247. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:2 (clang_tablegen)
  248. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:12 (clang_diag_gen)
  249.  
  250.  
  251. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  252. add_custom_target cannot create target "ClangDiagnosticFrontend" because
  253. another target with the same name already exists. The existing target is a
  254. custom target created in source directory
  255. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Basic". See
  256. documentation for policy CMP0002 for more details.
  257. Call Stack (most recent call first):
  258. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  259. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:2 (clang_tablegen)
  260. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:13 (clang_diag_gen)
  261.  
  262.  
  263. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  264. add_custom_target cannot create target "ClangDiagnosticLex" because another
  265. target with the same name already exists. The existing target is a custom
  266. target created in source directory
  267. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Basic". See
  268. documentation for policy CMP0002 for more details.
  269. Call Stack (most recent call first):
  270. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  271. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:2 (clang_tablegen)
  272. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:14 (clang_diag_gen)
  273.  
  274.  
  275. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  276. add_custom_target cannot create target "ClangDiagnosticParse" because
  277. another target with the same name already exists. The existing target is a
  278. custom target created in source directory
  279. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Basic". See
  280. documentation for policy CMP0002 for more details.
  281. Call Stack (most recent call first):
  282. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  283. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:2 (clang_tablegen)
  284. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:15 (clang_diag_gen)
  285.  
  286.  
  287. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  288. add_custom_target cannot create target "ClangDiagnosticSema" because
  289. another target with the same name already exists. The existing target is a
  290. custom target created in source directory
  291. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Basic". See
  292. documentation for policy CMP0002 for more details.
  293. Call Stack (most recent call first):
  294. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  295. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:2 (clang_tablegen)
  296. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:16 (clang_diag_gen)
  297.  
  298.  
  299. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  300. add_custom_target cannot create target "ClangDiagnosticSerialization"
  301. because another target with the same name already exists. The existing
  302. target is a custom target created in source directory
  303. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Basic". See
  304. documentation for policy CMP0002 for more details.
  305. Call Stack (most recent call first):
  306. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  307. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:2 (clang_tablegen)
  308. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:17 (clang_diag_gen)
  309.  
  310.  
  311. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  312. add_custom_target cannot create target "ClangDiagnosticGroups" because
  313. another target with the same name already exists. The existing target is a
  314. custom target created in source directory
  315. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Basic". See
  316. documentation for policy CMP0002 for more details.
  317. Call Stack (most recent call first):
  318. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  319. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:18 (clang_tablegen)
  320.  
  321.  
  322. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  323. add_custom_target cannot create target "ClangDiagnosticIndexName" because
  324. another target with the same name already exists. The existing target is a
  325. custom target created in source directory
  326. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Basic". See
  327. documentation for policy CMP0002 for more details.
  328. Call Stack (most recent call first):
  329. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  330. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:22 (clang_tablegen)
  331.  
  332.  
  333. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  334. add_custom_target cannot create target "ClangAttrList" because another
  335. target with the same name already exists. The existing target is a custom
  336. target created in source directory
  337. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Basic". See
  338. documentation for policy CMP0002 for more details.
  339. Call Stack (most recent call first):
  340. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  341. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:26 (clang_tablegen)
  342.  
  343.  
  344. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  345. add_custom_target cannot create target "ClangAttrHasAttributeImpl" because
  346. another target with the same name already exists. The existing target is a
  347. custom target created in source directory
  348. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Basic". See
  349. documentation for policy CMP0002 for more details.
  350. Call Stack (most recent call first):
  351. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  352. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:31 (clang_tablegen)
  353.  
  354.  
  355. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  356. add_custom_target cannot create target "ClangARMNeon" because another
  357. target with the same name already exists. The existing target is a custom
  358. target created in source directory
  359. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Basic". See
  360. documentation for policy CMP0002 for more details.
  361. Call Stack (most recent call first):
  362. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  363. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Basic/CMakeLists.txt:38 (clang_tablegen)
  364.  
  365.  
  366. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  367. add_custom_target cannot create target "ClangDriverOptions" because another
  368. target with the same name already exists. The existing target is a custom
  369. target created in source directory
  370. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Driver". See
  371. documentation for policy CMP0002 for more details.
  372. Call Stack (most recent call first):
  373. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Driver/CMakeLists.txt:3 (add_public_tablegen_target)
  374.  
  375.  
  376. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  377. add_custom_target cannot create target "ClangAttrParserStringSwitches"
  378. because another target with the same name already exists. The existing
  379. target is a custom target created in source directory
  380. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Parse". See
  381. documentation for policy CMP0002 for more details.
  382. Call Stack (most recent call first):
  383. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  384. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Parse/CMakeLists.txt:1 (clang_tablegen)
  385.  
  386.  
  387. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  388. add_custom_target cannot create target "ClangAttrTemplateInstantiate"
  389. because another target with the same name already exists. The existing
  390. target is a custom target created in source directory
  391. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Sema". See
  392. documentation for policy CMP0002 for more details.
  393. Call Stack (most recent call first):
  394. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  395. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Sema/CMakeLists.txt:1 (clang_tablegen)
  396.  
  397.  
  398. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  399. add_custom_target cannot create target "ClangAttrParsedAttrList" because
  400. another target with the same name already exists. The existing target is a
  401. custom target created in source directory
  402. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Sema". See
  403. documentation for policy CMP0002 for more details.
  404. Call Stack (most recent call first):
  405. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  406. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Sema/CMakeLists.txt:6 (clang_tablegen)
  407.  
  408.  
  409. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  410. add_custom_target cannot create target "ClangAttrParsedAttrKinds" because
  411. another target with the same name already exists. The existing target is a
  412. custom target created in source directory
  413. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Sema". See
  414. documentation for policy CMP0002 for more details.
  415. Call Stack (most recent call first):
  416. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  417. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Sema/CMakeLists.txt:11 (clang_tablegen)
  418.  
  419.  
  420. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  421. add_custom_target cannot create target "ClangAttrSpellingListIndex" because
  422. another target with the same name already exists. The existing target is a
  423. custom target created in source directory
  424. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Sema". See
  425. documentation for policy CMP0002 for more details.
  426. Call Stack (most recent call first):
  427. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  428. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Sema/CMakeLists.txt:16 (clang_tablegen)
  429.  
  430.  
  431. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  432. add_custom_target cannot create target "ClangAttrParsedAttrImpl" because
  433. another target with the same name already exists. The existing target is a
  434. custom target created in source directory
  435. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Sema". See
  436. documentation for policy CMP0002 for more details.
  437. Call Stack (most recent call first):
  438. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  439. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Sema/CMakeLists.txt:21 (clang_tablegen)
  440.  
  441.  
  442. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  443. add_custom_target cannot create target "ClangAttrPCHRead" because another
  444. target with the same name already exists. The existing target is a custom
  445. target created in source directory
  446. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Serialization".
  447. See documentation for policy CMP0002 for more details.
  448. Call Stack (most recent call first):
  449. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  450. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Serialization/CMakeLists.txt:1 (clang_tablegen)
  451.  
  452.  
  453. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  454. add_custom_target cannot create target "ClangAttrPCHWrite" because another
  455. target with the same name already exists. The existing target is a custom
  456. target created in source directory
  457. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/include/clang/Serialization".
  458. See documentation for policy CMP0002 for more details.
  459. Call Stack (most recent call first):
  460. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  461. /home/rudi/pyston_deps/llvm-trunk/tools/c/include/clang/Serialization/CMakeLists.txt:6 (clang_tablegen)
  462.  
  463.  
  464. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Headers/CMakeLists.txt:90 (add_custom_target):
  465. add_custom_target cannot create target "clang-headers" because another
  466. target with the same name already exists. The existing target is a custom
  467. target created in source directory
  468. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/Headers". See
  469. documentation for policy CMP0002 for more details.
  470.  
  471.  
  472. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  473. add_library cannot create target "clangBasic" because another target with
  474. the same name already exists. The existing target is a static library
  475. created in source directory
  476. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/Basic". See
  477. documentation for policy CMP0002 for more details.
  478. Call Stack (most recent call first):
  479. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  480. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Basic/CMakeLists.txt:58 (add_clang_library)
  481.  
  482.  
  483. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  484. install TARGETS given target "clangBasic" which does not exist in this
  485. directory.
  486. Call Stack (most recent call first):
  487. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Basic/CMakeLists.txt:58 (add_clang_library)
  488.  
  489.  
  490. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  491. add_library cannot create target "clangLex" because another target with the
  492. same name already exists. The existing target is a static library created
  493. in source directory
  494. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/Lex". See documentation
  495. for policy CMP0002 for more details.
  496. Call Stack (most recent call first):
  497. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  498. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Lex/CMakeLists.txt:5 (add_clang_library)
  499.  
  500.  
  501. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  502. install TARGETS given target "clangLex" which does not exist in this
  503. directory.
  504. Call Stack (most recent call first):
  505. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Lex/CMakeLists.txt:5 (add_clang_library)
  506.  
  507.  
  508. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  509. add_library cannot create target "clangParse" because another target with
  510. the same name already exists. The existing target is a static library
  511. created in source directory
  512. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/Parse". See
  513. documentation for policy CMP0002 for more details.
  514. Call Stack (most recent call first):
  515. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  516. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Parse/CMakeLists.txt:7 (add_clang_library)
  517.  
  518.  
  519. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  520. install TARGETS given target "clangParse" which does not exist in this
  521. directory.
  522. Call Stack (most recent call first):
  523. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Parse/CMakeLists.txt:7 (add_clang_library)
  524.  
  525.  
  526. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  527. add_library cannot create target "clangAST" because another target with the
  528. same name already exists. The existing target is a static library created
  529. in source directory
  530. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/AST". See documentation
  531. for policy CMP0002 for more details.
  532. Call Stack (most recent call first):
  533. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  534. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/AST/CMakeLists.txt:3 (add_clang_library)
  535.  
  536.  
  537. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  538. install TARGETS given target "clangAST" which does not exist in this
  539. directory.
  540. Call Stack (most recent call first):
  541. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/AST/CMakeLists.txt:3 (add_clang_library)
  542.  
  543.  
  544. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  545. add_library cannot create target "clangDynamicASTMatchers" because another
  546. target with the same name already exists. The existing target is a static
  547. library created in source directory
  548. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/ASTMatchers/Dynamic".
  549. See documentation for policy CMP0002 for more details.
  550. Call Stack (most recent call first):
  551. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  552. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/ASTMatchers/Dynamic/CMakeLists.txt:3 (add_clang_library)
  553.  
  554.  
  555. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  556. install TARGETS given target "clangDynamicASTMatchers" which does not exist
  557. in this directory.
  558. Call Stack (most recent call first):
  559. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/ASTMatchers/Dynamic/CMakeLists.txt:3 (add_clang_library)
  560.  
  561.  
  562. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  563. add_library cannot create target "clangASTMatchers" because another target
  564. with the same name already exists. The existing target is a static library
  565. created in source directory
  566. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/ASTMatchers". See
  567. documentation for policy CMP0002 for more details.
  568. Call Stack (most recent call first):
  569. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  570. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/ASTMatchers/CMakeLists.txt:5 (add_clang_library)
  571.  
  572.  
  573. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  574. install TARGETS given target "clangASTMatchers" which does not exist in
  575. this directory.
  576. Call Stack (most recent call first):
  577. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/ASTMatchers/CMakeLists.txt:5 (add_clang_library)
  578.  
  579.  
  580. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  581. add_library cannot create target "clangSema" because another target with
  582. the same name already exists. The existing target is a static library
  583. created in source directory
  584. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/Sema". See
  585. documentation for policy CMP0002 for more details.
  586. Call Stack (most recent call first):
  587. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  588. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Sema/CMakeLists.txt:5 (add_clang_library)
  589.  
  590.  
  591. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  592. install TARGETS given target "clangSema" which does not exist in this
  593. directory.
  594. Call Stack (most recent call first):
  595. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Sema/CMakeLists.txt:5 (add_clang_library)
  596.  
  597.  
  598. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  599. add_library cannot create target "clangCodeGen" because another target with
  600. the same name already exists. The existing target is a static library
  601. created in source directory
  602. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/CodeGen". See
  603. documentation for policy CMP0002 for more details.
  604. Call Stack (most recent call first):
  605. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  606. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/CodeGen/CMakeLists.txt:29 (add_clang_library)
  607.  
  608.  
  609. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  610. install TARGETS given target "clangCodeGen" which does not exist in this
  611. directory.
  612. Call Stack (most recent call first):
  613. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/CodeGen/CMakeLists.txt:29 (add_clang_library)
  614.  
  615.  
  616. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  617. add_library cannot create target "clangAnalysis" because another target
  618. with the same name already exists. The existing target is a static library
  619. created in source directory
  620. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/Analysis". See
  621. documentation for policy CMP0002 for more details.
  622. Call Stack (most recent call first):
  623. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  624. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Analysis/CMakeLists.txt:5 (add_clang_library)
  625.  
  626.  
  627. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  628. install TARGETS given target "clangAnalysis" which does not exist in this
  629. directory.
  630. Call Stack (most recent call first):
  631. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Analysis/CMakeLists.txt:5 (add_clang_library)
  632.  
  633.  
  634. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  635. add_library cannot create target "clangEdit" because another target with
  636. the same name already exists. The existing target is a static library
  637. created in source directory
  638. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/Edit". See
  639. documentation for policy CMP0002 for more details.
  640. Call Stack (most recent call first):
  641. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  642. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Edit/CMakeLists.txt:5 (add_clang_library)
  643.  
  644.  
  645. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  646. install TARGETS given target "clangEdit" which does not exist in this
  647. directory.
  648. Call Stack (most recent call first):
  649. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Edit/CMakeLists.txt:5 (add_clang_library)
  650.  
  651.  
  652. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  653. add_library cannot create target "clangRewrite" because another target with
  654. the same name already exists. The existing target is a static library
  655. created in source directory
  656. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/Rewrite". See
  657. documentation for policy CMP0002 for more details.
  658. Call Stack (most recent call first):
  659. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  660. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Rewrite/CMakeLists.txt:5 (add_clang_library)
  661.  
  662.  
  663. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  664. install TARGETS given target "clangRewrite" which does not exist in this
  665. directory.
  666. Call Stack (most recent call first):
  667. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Rewrite/CMakeLists.txt:5 (add_clang_library)
  668.  
  669.  
  670. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  671. add_library cannot create target "clangARCMigrate" because another target
  672. with the same name already exists. The existing target is a static library
  673. created in source directory
  674. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/ARCMigrate". See
  675. documentation for policy CMP0002 for more details.
  676. Call Stack (most recent call first):
  677. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  678. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/ARCMigrate/CMakeLists.txt:5 (add_clang_library)
  679.  
  680.  
  681. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  682. install TARGETS given target "clangARCMigrate" which does not exist in this
  683. directory.
  684. Call Stack (most recent call first):
  685. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/ARCMigrate/CMakeLists.txt:5 (add_clang_library)
  686.  
  687.  
  688. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  689. add_library cannot create target "clangDriver" because another target with
  690. the same name already exists. The existing target is a static library
  691. created in source directory
  692. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/Driver". See
  693. documentation for policy CMP0002 for more details.
  694. Call Stack (most recent call first):
  695. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  696. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Driver/CMakeLists.txt:6 (add_clang_library)
  697.  
  698.  
  699. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  700. install TARGETS given target "clangDriver" which does not exist in this
  701. directory.
  702. Call Stack (most recent call first):
  703. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Driver/CMakeLists.txt:6 (add_clang_library)
  704.  
  705.  
  706. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  707. add_library cannot create target "clangSerialization" because another
  708. target with the same name already exists. The existing target is a static
  709. library created in source directory
  710. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/Serialization". See
  711. documentation for policy CMP0002 for more details.
  712. Call Stack (most recent call first):
  713. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  714. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Serialization/CMakeLists.txt:7 (add_clang_library)
  715.  
  716.  
  717. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  718. install TARGETS given target "clangSerialization" which does not exist in
  719. this directory.
  720. Call Stack (most recent call first):
  721. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Serialization/CMakeLists.txt:7 (add_clang_library)
  722.  
  723.  
  724. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  725. add_library cannot create target "clangRewriteFrontend" because another
  726. target with the same name already exists. The existing target is a static
  727. library created in source directory
  728. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/Frontend/Rewrite". See
  729. documentation for policy CMP0002 for more details.
  730. Call Stack (most recent call first):
  731. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  732. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Frontend/Rewrite/CMakeLists.txt:5 (add_clang_library)
  733.  
  734.  
  735. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  736. install TARGETS given target "clangRewriteFrontend" which does not exist in
  737. this directory.
  738. Call Stack (most recent call first):
  739. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Frontend/Rewrite/CMakeLists.txt:5 (add_clang_library)
  740.  
  741.  
  742. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  743. add_library cannot create target "clangFrontend" because another target
  744. with the same name already exists. The existing target is a static library
  745. created in source directory
  746. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/Frontend". See
  747. documentation for policy CMP0002 for more details.
  748. Call Stack (most recent call first):
  749. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  750. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Frontend/CMakeLists.txt:9 (add_clang_library)
  751.  
  752.  
  753. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  754. install TARGETS given target "clangFrontend" which does not exist in this
  755. directory.
  756. Call Stack (most recent call first):
  757. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Frontend/CMakeLists.txt:9 (add_clang_library)
  758.  
  759.  
  760. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  761. add_library cannot create target "clangFrontendTool" because another target
  762. with the same name already exists. The existing target is a static library
  763. created in source directory
  764. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/FrontendTool". See
  765. documentation for policy CMP0002 for more details.
  766. Call Stack (most recent call first):
  767. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  768. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/FrontendTool/CMakeLists.txt:26 (add_clang_library)
  769.  
  770.  
  771. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  772. install TARGETS given target "clangFrontendTool" which does not exist in
  773. this directory.
  774. Call Stack (most recent call first):
  775. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/FrontendTool/CMakeLists.txt:26 (add_clang_library)
  776.  
  777.  
  778. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  779. add_library cannot create target "clangToolingCore" because another target
  780. with the same name already exists. The existing target is a static library
  781. created in source directory
  782. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/Tooling/Core". See
  783. documentation for policy CMP0002 for more details.
  784. Call Stack (most recent call first):
  785. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  786. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Tooling/Core/CMakeLists.txt:3 (add_clang_library)
  787.  
  788.  
  789. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  790. install TARGETS given target "clangToolingCore" which does not exist in
  791. this directory.
  792. Call Stack (most recent call first):
  793. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Tooling/Core/CMakeLists.txt:3 (add_clang_library)
  794.  
  795.  
  796. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  797. add_library cannot create target "clangTooling" because another target with
  798. the same name already exists. The existing target is a static library
  799. created in source directory
  800. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/Tooling". See
  801. documentation for policy CMP0002 for more details.
  802. Call Stack (most recent call first):
  803. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  804. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Tooling/CMakeLists.txt:5 (add_clang_library)
  805.  
  806.  
  807. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  808. install TARGETS given target "clangTooling" which does not exist in this
  809. directory.
  810. Call Stack (most recent call first):
  811. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Tooling/CMakeLists.txt:5 (add_clang_library)
  812.  
  813.  
  814. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  815. add_library cannot create target "clangIndex" because another target with
  816. the same name already exists. The existing target is a static library
  817. created in source directory
  818. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/Index". See
  819. documentation for policy CMP0002 for more details.
  820. Call Stack (most recent call first):
  821. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  822. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Index/CMakeLists.txt:5 (add_clang_library)
  823.  
  824.  
  825. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  826. install TARGETS given target "clangIndex" which does not exist in this
  827. directory.
  828. Call Stack (most recent call first):
  829. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Index/CMakeLists.txt:5 (add_clang_library)
  830.  
  831.  
  832. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  833. add_library cannot create target "clangStaticAnalyzerCore" because another
  834. target with the same name already exists. The existing target is a static
  835. library created in source directory
  836. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/StaticAnalyzer/Core".
  837. See documentation for policy CMP0002 for more details.
  838. Call Stack (most recent call first):
  839. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  840. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/StaticAnalyzer/Core/CMakeLists.txt:3 (add_clang_library)
  841.  
  842.  
  843. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  844. install TARGETS given target "clangStaticAnalyzerCore" which does not exist
  845. in this directory.
  846. Call Stack (most recent call first):
  847. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/StaticAnalyzer/Core/CMakeLists.txt:3 (add_clang_library)
  848.  
  849.  
  850. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/TableGen.cmake:64 (add_custom_target):
  851. add_custom_target cannot create target "ClangSACheckers" because another
  852. target with the same name already exists. The existing target is a custom
  853. target created in source directory
  854. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/StaticAnalyzer/Checkers".
  855. See documentation for policy CMP0002 for more details.
  856. Call Stack (most recent call first):
  857. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:317 (add_public_tablegen_target)
  858. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/StaticAnalyzer/Checkers/CMakeLists.txt:1 (clang_tablegen)
  859.  
  860.  
  861. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  862. add_library cannot create target "clangStaticAnalyzerCheckers" because
  863. another target with the same name already exists. The existing target is a
  864. static library created in source directory
  865. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/StaticAnalyzer/Checkers".
  866. See documentation for policy CMP0002 for more details.
  867. Call Stack (most recent call first):
  868. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  869. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/StaticAnalyzer/Checkers/CMakeLists.txt:10 (add_clang_library)
  870.  
  871.  
  872. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  873. install TARGETS given target "clangStaticAnalyzerCheckers" which does not
  874. exist in this directory.
  875. Call Stack (most recent call first):
  876. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/StaticAnalyzer/Checkers/CMakeLists.txt:10 (add_clang_library)
  877.  
  878.  
  879. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  880. add_library cannot create target "clangStaticAnalyzerFrontend" because
  881. another target with the same name already exists. The existing target is a
  882. static library created in source directory
  883. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/StaticAnalyzer/Frontend".
  884. See documentation for policy CMP0002 for more details.
  885. Call Stack (most recent call first):
  886. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  887. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/StaticAnalyzer/Frontend/CMakeLists.txt:7 (add_clang_library)
  888.  
  889.  
  890. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  891. install TARGETS given target "clangStaticAnalyzerFrontend" which does not
  892. exist in this directory.
  893. Call Stack (most recent call first):
  894. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/StaticAnalyzer/Frontend/CMakeLists.txt:7 (add_clang_library)
  895.  
  896.  
  897. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:312 (add_library):
  898. add_library cannot create target "clangFormat" because another target with
  899. the same name already exists. The existing target is a static library
  900. created in source directory
  901. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/lib/Format". See
  902. documentation for policy CMP0002 for more details.
  903. Call Stack (most recent call first):
  904. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:361 (llvm_add_library)
  905. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Format/CMakeLists.txt:3 (add_clang_library)
  906.  
  907.  
  908. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:367 (install):
  909. install TARGETS given target "clangFormat" which does not exist in this
  910. directory.
  911. Call Stack (most recent call first):
  912. /home/rudi/pyston_deps/llvm-trunk/tools/c/lib/Format/CMakeLists.txt:3 (add_clang_library)
  913.  
  914.  
  915. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:466 (add_executable):
  916. add_executable cannot create target "diagtool" because another target with
  917. the same name already exists. The existing target is an executable created
  918. in source directory
  919. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/tools/diagtool". See
  920. documentation for policy CMP0002 for more details.
  921. Call Stack (most recent call first):
  922. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  923. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/diagtool/CMakeLists.txt:5 (add_clang_executable)
  924.  
  925.  
  926. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  927. Attempt to add link library "LLVMSupport" to target "diagtool" which is not
  928. built in this directory.
  929. Call Stack (most recent call first):
  930. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  931. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  932. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  933. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/diagtool/CMakeLists.txt:5 (add_clang_executable)
  934.  
  935.  
  936. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/diagtool/CMakeLists.txt:14 (target_link_libraries):
  937. Attempt to add link library "clangBasic" to target "diagtool" which is not
  938. built in this directory.
  939.  
  940.  
  941. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/diagtool/CMakeLists.txt:14 (target_link_libraries):
  942. Attempt to add link library "clangFrontend" to target "diagtool" which is
  943. not built in this directory.
  944.  
  945.  
  946. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:466 (add_executable):
  947. add_executable cannot create target "clang" because another target with the
  948. same name already exists. The existing target is an executable created in
  949. source directory
  950. "/home/rudi/pyston_deps/llvm-trunk/tools/clang/tools/driver". See
  951. documentation for policy CMP0002 for more details.
  952. Call Stack (most recent call first):
  953. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  954. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:28 (add_clang_executable)
  955.  
  956.  
  957. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  958. Attempt to add link library "LLVMX86CodeGen" to target "clang" which is not
  959. built in this directory.
  960. Call Stack (most recent call first):
  961. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  962. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  963. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  964. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:28 (add_clang_executable)
  965.  
  966.  
  967. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  968. Attempt to add link library "LLVMX86AsmPrinter" to target "clang" which is
  969. not built in this directory.
  970. Call Stack (most recent call first):
  971. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  972. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  973. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  974. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:28 (add_clang_executable)
  975.  
  976.  
  977. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  978. Attempt to add link library "LLVMX86AsmParser" to target "clang" which is
  979. not built in this directory.
  980. Call Stack (most recent call first):
  981. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  982. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  983. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  984. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:28 (add_clang_executable)
  985.  
  986.  
  987. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  988. Attempt to add link library "LLVMX86Desc" to target "clang" which is not
  989. built in this directory.
  990. Call Stack (most recent call first):
  991. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  992. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  993. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  994. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:28 (add_clang_executable)
  995.  
  996.  
  997. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  998. Attempt to add link library "LLVMX86Info" to target "clang" which is not
  999. built in this directory.
  1000. Call Stack (most recent call first):
  1001. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  1002. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  1003. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  1004. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:28 (add_clang_executable)
  1005.  
  1006.  
  1007. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  1008. Attempt to add link library "LLVMX86Disassembler" to target "clang" which
  1009. is not built in this directory.
  1010. Call Stack (most recent call first):
  1011. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  1012. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  1013. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  1014. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:28 (add_clang_executable)
  1015.  
  1016.  
  1017. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  1018. Attempt to add link library "LLVMAnalysis" to target "clang" which is not
  1019. built in this directory.
  1020. Call Stack (most recent call first):
  1021. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  1022. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  1023. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  1024. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:28 (add_clang_executable)
  1025.  
  1026.  
  1027. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  1028. Attempt to add link library "LLVMCodeGen" to target "clang" which is not
  1029. built in this directory.
  1030. Call Stack (most recent call first):
  1031. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  1032. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  1033. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  1034. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:28 (add_clang_executable)
  1035.  
  1036.  
  1037. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  1038. Attempt to add link library "LLVMCore" to target "clang" which is not built
  1039. in this directory.
  1040. Call Stack (most recent call first):
  1041. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  1042. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  1043. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  1044. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:28 (add_clang_executable)
  1045.  
  1046.  
  1047. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  1048. Attempt to add link library "LLVMipa" to target "clang" which is not built
  1049. in this directory.
  1050. Call Stack (most recent call first):
  1051. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  1052. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  1053. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  1054. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:28 (add_clang_executable)
  1055.  
  1056.  
  1057. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  1058. Attempt to add link library "LLVMipo" to target "clang" which is not built
  1059. in this directory.
  1060. Call Stack (most recent call first):
  1061. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  1062. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  1063. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  1064. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:28 (add_clang_executable)
  1065.  
  1066.  
  1067. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  1068. Attempt to add link library "LLVMInstCombine" to target "clang" which is
  1069. not built in this directory.
  1070. Call Stack (most recent call first):
  1071. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  1072. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  1073. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  1074. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:28 (add_clang_executable)
  1075.  
  1076.  
  1077. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  1078. Attempt to add link library "LLVMInstrumentation" to target "clang" which
  1079. is not built in this directory.
  1080. Call Stack (most recent call first):
  1081. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  1082. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  1083. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  1084. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:28 (add_clang_executable)
  1085.  
  1086.  
  1087. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  1088. Attempt to add link library "LLVMMC" to target "clang" which is not built
  1089. in this directory.
  1090. Call Stack (most recent call first):
  1091. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  1092. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  1093. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  1094. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:28 (add_clang_executable)
  1095.  
  1096.  
  1097. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  1098. Attempt to add link library "LLVMMCParser" to target "clang" which is not
  1099. built in this directory.
  1100. Call Stack (most recent call first):
  1101. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  1102. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  1103. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  1104. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:28 (add_clang_executable)
  1105.  
  1106.  
  1107. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  1108. Attempt to add link library "LLVMObjCARCOpts" to target "clang" which is
  1109. not built in this directory.
  1110. Call Stack (most recent call first):
  1111. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  1112. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  1113. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  1114. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:28 (add_clang_executable)
  1115.  
  1116.  
  1117. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  1118. Attempt to add link library "LLVMOption" to target "clang" which is not
  1119. built in this directory.
  1120. Call Stack (most recent call first):
  1121. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  1122. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  1123. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  1124. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:28 (add_clang_executable)
  1125.  
  1126.  
  1127. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  1128. Attempt to add link library "LLVMScalarOpts" to target "clang" which is not
  1129. built in this directory.
  1130. Call Stack (most recent call first):
  1131. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  1132. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  1133. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  1134. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:28 (add_clang_executable)
  1135.  
  1136.  
  1137. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  1138. Attempt to add link library "LLVMSupport" to target "clang" which is not
  1139. built in this directory.
  1140. Call Stack (most recent call first):
  1141. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  1142. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  1143. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  1144. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:28 (add_clang_executable)
  1145.  
  1146.  
  1147. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  1148. Attempt to add link library "LLVMTransformUtils" to target "clang" which is
  1149. not built in this directory.
  1150. Call Stack (most recent call first):
  1151. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  1152. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  1153. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  1154. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:28 (add_clang_executable)
  1155.  
  1156.  
  1157. CMake Error at /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:49 (target_link_libraries):
  1158. Attempt to add link library "LLVMVectorize" to target "clang" which is not
  1159. built in this directory.
  1160. Call Stack (most recent call first):
  1161. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/LLVM-Config.cmake:34 (explicit_llvm_config)
  1162. /home/rudi/pyston_deps/llvm-trunk/cmake/modules/AddLLVM.cmake:483 (llvm_config)
  1163. /home/rudi/pyston_deps/llvm-trunk/tools/c/CMakeLists.txt:383 (add_llvm_executable)
  1164. /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:28 (add_clang_executable)
  1165.  
  1166.  
  1167. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:34 (target_link_libraries):
  1168. Attempt to add link library "clangBasic" to target "clang" which is not
  1169. built in this directory.
  1170.  
  1171.  
  1172. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:34 (target_link_libraries):
  1173. Attempt to add link library "clangDriver" to target "clang" which is not
  1174. built in this directory.
  1175.  
  1176.  
  1177. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:34 (target_link_libraries):
  1178. Attempt to add link library "clangFrontend" to target "clang" which is not
  1179. built in this directory.
  1180.  
  1181.  
  1182. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:34 (target_link_libraries):
  1183. Attempt to add link library "clangFrontendTool" to target "clang" which is
  1184. not built in this directory.
  1185.  
  1186.  
  1187. CMake Error at /home/rudi/pyston_deps/llvm-trunk/tools/c/tools/driver/CMakeLists.txt:45 (export_executable_symbols):
  1188. Unknown CMake command "export_executable_symbols".
  1189.  
  1190.  
  1191. -- Configuring incomplete, errors occurred!
  1192. See also "/home/rudi/pyston-build-dbg/CMakeFiles/CMakeOutput.log".
  1193. See also "/home/rudi/pyston-build-dbg/CMakeFiles/CMakeError.log".
  1194. make: *** [/home/rudi/pyston-build-dbg/build.ninja] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement