Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.72 KB | None | 0 0
  1. ====================[ Build | api-server | Debug ]==============================
  2. /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake --build /Users/aam/backend/cmake-build-debug --target api-server -- -j 2
  3. [ 6%] Performing update step for 'PISTACHE'
  4. [ 6%] Performing download step (git clone) for 'NLOHMANN'
  5. Cloning into 'NLOHMANN'...
  6. Current branch master is up to date.
  7. [ 10%] Performing configure step for 'PISTACHE'
  8. -- Cppcheck not found
  9. -- Configuring done
  10. -- Generating done
  11. -- Build files have been written to: /Users/aam/backend/cmake-build-debug/PISTACHE-prefix/src/PISTACHE-build
  12. [ 13%] Performing build step for 'PISTACHE'
  13. [ 4%] Building CXX object src/CMakeFiles/pistache.dir/common/cookie.cc.o
  14. In file included from /Users/aam/backend/cmake-build-debug/PISTACHE-prefix/src/PISTACHE/src/common/cookie.cc:9:
  15. In file included from /Users/aam/backend/cmake-build-debug/PISTACHE-prefix/src/PISTACHE/include/pistache/stream.h:9:
  16. /Users/aam/backend/cmake-build-debug/PISTACHE-prefix/src/PISTACHE/include/pistache/os.h:48:5: error: unknown type name 'cpu_set_t'
  17. cpu_set_t toPosix() const;
  18. ^
  19. 1 error generated.
  20. make[6]: *** [src/CMakeFiles/pistache.dir/common/cookie.cc.o] Error 1
  21. make[5]: *** [src/CMakeFiles/pistache.dir/all] Error 2
  22. make[4]: *** [all] Error 2
  23. make[3]: *** [PISTACHE-prefix/src/PISTACHE-stamp/PISTACHE-build] Error 2
  24. make[2]: *** [CMakeFiles/PISTACHE.dir/all] Error 2
  25. make[2]: *** Waiting for unfinished jobs....
  26. Checking out files: 100% (1879/1879), done.
  27. Branch master set up to track remote branch master from origin.
  28. Switched to a new branch 'master'
  29. [ 17%] Performing update step for 'NLOHMANN'
  30. [ 20%] No patch step for 'NLOHMANN'
  31. Current branch master is up to date.
  32. [ 24%] Performing configure step for 'NLOHMANN'
  33. -- The CXX compiler identification is AppleClang 9.0.0.9000039
  34. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
  35. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works
  36. -- Detecting CXX compiler ABI info
  37. -- Detecting CXX compiler ABI info - done
  38. -- Detecting CXX compile features
  39. -- Detecting CXX compile features - done
  40. -- Using the single-header code from /Users/aam/backend/cmake-build-debug/NLOHMANN-prefix/src/NLOHMANN/single_include/
  41. -- Configuring done
  42. -- Generating done
  43. -- Build files have been written to: /Users/aam/backend/cmake-build-debug/NLOHMANN-prefix/src/NLOHMANN-build
  44. [ 27%] Performing build step for 'NLOHMANN'
  45. Scanning dependencies of target catch_main
  46. [ 1%] Building CXX object test/CMakeFiles/catch_main.dir/src/unit.cpp.o
  47. [ 1%] Built target catch_main
  48. Scanning dependencies of target test-cbor
  49. Scanning dependencies of target test-items
  50. [ 3%] Building CXX object test/CMakeFiles/test-cbor.dir/src/unit-cbor.cpp.o
  51. [ 3%] Building CXX object test/CMakeFiles/test-items.dir/src/unit-items.cpp.o
  52. [ 4%] Linking CXX executable test-items
  53. [ 4%] Built target test-items
  54. Scanning dependencies of target test-unicode
  55. [ 6%] Building CXX object test/CMakeFiles/test-unicode.dir/src/unit-unicode.cpp.o
  56. [ 7%] Linking CXX executable test-unicode
  57. [ 7%] Built target test-unicode
  58. Scanning dependencies of target test-reference_access
  59. [ 8%] Building CXX object test/CMakeFiles/test-reference_access.dir/src/unit-reference_access.cpp.o
  60. [ 9%] Linking CXX executable test-cbor
  61. [ 9%] Built target test-cbor
  62. Scanning dependencies of target test-udt
  63. [ 10%] Building CXX object test/CMakeFiles/test-udt.dir/src/unit-udt.cpp.o
  64. [ 12%] Linking CXX executable test-reference_access
  65. [ 12%] Built target test-reference_access
  66. Scanning dependencies of target test-pointer_access
  67. [ 13%] Building CXX object test/CMakeFiles/test-pointer_access.dir/src/unit-pointer_access.cpp.o
  68. [ 14%] Linking CXX executable test-pointer_access
  69. [ 14%] Built target test-pointer_access
  70. Scanning dependencies of target test-modifiers
  71. [ 15%] Building CXX object test/CMakeFiles/test-modifiers.dir/src/unit-modifiers.cpp.o
  72. [ 16%] Linking CXX executable test-udt
  73. [ 16%] Built target test-udt
  74. Scanning dependencies of target test-readme
  75. [ 18%] Building CXX object test/CMakeFiles/test-readme.dir/src/unit-readme.cpp.o
  76. [ 19%] Linking CXX executable test-readme
  77. [ 19%] Built target test-readme
  78. Scanning dependencies of target test-meta
  79. [ 20%] Building CXX object test/CMakeFiles/test-meta.dir/src/unit-meta.cpp.o
  80. [ 21%] Linking CXX executable test-modifiers
  81. [ 21%] Built target test-modifiers
  82. Scanning dependencies of target test-merge_patch
  83. [ 22%] Building CXX object test/CMakeFiles/test-merge_patch.dir/src/unit-merge_patch.cpp.o
  84. [ 24%] Linking CXX executable test-meta
  85. [ 24%] Built target test-meta
  86. Scanning dependencies of target test-json_pointer
  87. [ 25%] Building CXX object test/CMakeFiles/test-json_pointer.dir/src/unit-json_pointer.cpp.o
  88. [ 26%] Linking CXX executable test-merge_patch
  89. [ 26%] Built target test-merge_patch
  90. Scanning dependencies of target test-concepts
  91. [ 27%] Building CXX object test/CMakeFiles/test-concepts.dir/src/unit-concepts.cpp.o
  92. [ 28%] Linking CXX executable test-concepts
  93. [ 28%] Built target test-concepts
  94. Scanning dependencies of target test-json_patch
  95. [ 30%] Building CXX object test/CMakeFiles/test-json_patch.dir/src/unit-json_patch.cpp.o
  96. [ 31%] Linking CXX executable test-json_pointer
  97. [ 31%] Built target test-json_pointer
  98. Scanning dependencies of target test-to_chars
  99. [ 32%] Building CXX object test/CMakeFiles/test-to_chars.dir/src/unit-to_chars.cpp.o
  100. [ 33%] Linking CXX executable test-to_chars
  101. [ 33%] Built target test-to_chars
  102. Scanning dependencies of target test-iterators2
  103. [ 34%] Building CXX object test/CMakeFiles/test-iterators2.dir/src/unit-iterators2.cpp.o
  104. [ 36%] Linking CXX executable test-json_patch
  105. [ 36%] Built target test-json_patch
  106. Scanning dependencies of target test-iterators1
  107. [ 37%] Building CXX object test/CMakeFiles/test-iterators1.dir/src/unit-iterators1.cpp.o
  108. [ 38%] Linking CXX executable test-iterators2
  109. [ 38%] Built target test-iterators2
  110. Scanning dependencies of target test-wstring
  111. [ 39%] Building CXX object test/CMakeFiles/test-wstring.dir/src/unit-wstring.cpp.o
  112. [ 40%] Linking CXX executable test-wstring
  113. [ 40%] Built target test-wstring
  114. Scanning dependencies of target test-testsuites
  115. [ 42%] Building CXX object test/CMakeFiles/test-testsuites.dir/src/unit-testsuites.cpp.o
  116. [ 43%] Linking CXX executable test-testsuites
  117. [ 43%] Built target test-testsuites
  118. Scanning dependencies of target test-constructor2
  119. [ 44%] Building CXX object test/CMakeFiles/test-constructor2.dir/src/unit-constructor2.cpp.o
  120. [ 45%] Linking CXX executable test-iterators1
  121. [ 45%] Built target test-iterators1
  122. Scanning dependencies of target test-deserialization
  123. [ 46%] Building CXX object test/CMakeFiles/test-deserialization.dir/src/unit-deserialization.cpp.o
  124. [ 48%] Linking CXX executable test-constructor2
  125. [ 48%] Built target test-constructor2
  126. Scanning dependencies of target test-inspection
  127. [ 49%] Building CXX object test/CMakeFiles/test-inspection.dir/src/unit-inspection.cpp.o
  128. [ 50%] Linking CXX executable test-deserialization
  129. [ 50%] Built target test-deserialization
  130. Scanning dependencies of target test-conversions
  131. [ 51%] Building CXX object test/CMakeFiles/test-conversions.dir/src/unit-conversions.cpp.o
  132. [ 53%] Linking CXX executable test-inspection
  133. [ 53%] Built target test-inspection
  134. Scanning dependencies of target test-alt-string
  135. [ 54%] Building CXX object test/CMakeFiles/test-alt-string.dir/src/unit-alt-string.cpp.o
  136. [ 55%] Linking CXX executable test-alt-string
  137. [ 55%] Built target test-alt-string
  138. Scanning dependencies of target test-comparison
  139. [ 56%] Building CXX object test/CMakeFiles/test-comparison.dir/src/unit-comparison.cpp.o
  140. [ 57%] Linking CXX executable test-comparison
  141. [ 57%] Built target test-comparison
  142. Scanning dependencies of target test-class_const_iterator
  143. [ 59%] Building CXX object test/CMakeFiles/test-class_const_iterator.dir/src/unit-class_const_iterator.cpp.o
  144. [ 60%] Linking CXX executable test-class_const_iterator
  145. [ 60%] Built target test-class_const_iterator
  146. Scanning dependencies of target test-bson
  147. [ 61%] Building CXX object test/CMakeFiles/test-bson.dir/src/unit-bson.cpp.o
  148. [ 62%] Linking CXX executable test-conversions
  149. [ 62%] Built target test-conversions
  150. Scanning dependencies of target test-class_parser
  151. [ 63%] Building CXX object test/CMakeFiles/test-class_parser.dir/src/unit-class_parser.cpp.o
  152. [ 65%] Linking CXX executable test-bson
  153. [ 65%] Built target test-bson
  154. Scanning dependencies of target test-element_access1
  155. [ 66%] Building CXX object test/CMakeFiles/test-element_access1.dir/src/unit-element_access1.cpp.o
  156. [ 67%] Linking CXX executable test-class_parser
  157. [ 67%] Built target test-class_parser
  158. Scanning dependencies of target test-class_lexer
  159. [ 68%] Building CXX object test/CMakeFiles/test-class_lexer.dir/src/unit-class_lexer.cpp.o
  160. [ 69%] Linking CXX executable test-element_access1
  161. [ 69%] Built target test-element_access1
  162. Scanning dependencies of target test-allocator
  163. [ 71%] Building CXX object test/CMakeFiles/test-allocator.dir/src/unit-allocator.cpp.o
  164. [ 72%] Linking CXX executable test-class_lexer
  165. [ 72%] Built target test-class_lexer
  166. Scanning dependencies of target test-ubjson
  167. [ 73%] Building CXX object test/CMakeFiles/test-ubjson.dir/src/unit-ubjson.cpp.o
  168. [ 74%] Linking CXX executable test-allocator
  169. [ 74%] Built target test-allocator
  170. Scanning dependencies of target test-noexcept
  171. [ 75%] Building CXX object test/CMakeFiles/test-noexcept.dir/src/unit-noexcept.cpp.o
  172. [ 77%] Linking CXX executable test-noexcept
  173. [ 77%] Built target test-noexcept
  174. Scanning dependencies of target test-serialization
  175. [ 78%] Building CXX object test/CMakeFiles/test-serialization.dir/src/unit-serialization.cpp.o
  176. [ 79%] Linking CXX executable test-serialization
  177. [ 79%] Built target test-serialization
  178. Scanning dependencies of target test-element_access2
  179. [ 80%] Building CXX object test/CMakeFiles/test-element_access2.dir/src/unit-element_access2.cpp.o
  180. [ 81%] Linking CXX executable test-ubjson
  181. [ 81%] Built target test-ubjson
  182. Scanning dependencies of target test-class_iterator
  183. [ 83%] Building CXX object test/CMakeFiles/test-class_iterator.dir/src/unit-class_iterator.cpp.o
  184. [ 84%] Linking CXX executable test-element_access2
  185. [ 84%] Built target test-element_access2
  186. Scanning dependencies of target test-regression
  187. [ 85%] Building CXX object test/CMakeFiles/test-regression.dir/src/unit-regression.cpp.o
  188. [ 86%] Linking CXX executable test-class_iterator
  189. [ 86%] Built target test-class_iterator
  190. Scanning dependencies of target test-constructor1
  191. [ 87%] Building CXX object test/CMakeFiles/test-constructor1.dir/src/unit-constructor1.cpp.o
  192. [ 89%] Linking CXX executable test-constructor1
  193. [ 89%] Built target test-constructor1
  194. Scanning dependencies of target test-capacity
  195. [ 90%] Building CXX object test/CMakeFiles/test-capacity.dir/src/unit-capacity.cpp.o
  196. [ 91%] Linking CXX executable test-capacity
  197. [ 91%] Built target test-capacity
  198. Scanning dependencies of target test-convenience
  199. [ 92%] Building CXX object test/CMakeFiles/test-convenience.dir/src/unit-convenience.cpp.o
  200. [ 93%] Linking CXX executable test-regression
  201. [ 93%] Built target test-regression
  202. Scanning dependencies of target test-algorithms
  203. [ 95%] Building CXX object test/CMakeFiles/test-algorithms.dir/src/unit-algorithms.cpp.o
  204. [ 96%] Linking CXX executable test-convenience
  205. [ 96%] Built target test-convenience
  206. Scanning dependencies of target test-msgpack
  207. [ 97%] Building CXX object test/CMakeFiles/test-msgpack.dir/src/unit-msgpack.cpp.o
  208. [ 98%] Linking CXX executable test-algorithms
  209. [ 98%] Built target test-algorithms
  210. [100%] Linking CXX executable test-msgpack
  211. [100%] Built target test-msgpack
  212. [ 31%] Performing install step for 'NLOHMANN'
  213. [ 1%] Built target catch_main
  214. [ 3%] Built target test-items
  215. [ 6%] Built target test-cbor
  216. [ 8%] Built target test-unicode
  217. [ 10%] Built target test-reference_access
  218. [ 13%] Built target test-udt
  219. [ 15%] Built target test-pointer_access
  220. [ 18%] Built target test-modifiers
  221. [ 20%] Built target test-readme
  222. [ 22%] Built target test-meta
  223. [ 25%] Built target test-merge_patch
  224. [ 27%] Built target test-json_pointer
  225. [ 30%] Built target test-concepts
  226. [ 32%] Built target test-json_patch
  227. [ 34%] Built target test-to_chars
  228. [ 37%] Built target test-iterators2
  229. [ 39%] Built target test-iterators1
  230. [ 42%] Built target test-wstring
  231. [ 44%] Built target test-testsuites
  232. [ 46%] Built target test-constructor2
  233. [ 49%] Built target test-deserialization
  234. [ 51%] Built target test-inspection
  235. [ 54%] Built target test-conversions
  236. [ 56%] Built target test-alt-string
  237. [ 59%] Built target test-comparison
  238. [ 61%] Built target test-class_const_iterator
  239. [ 63%] Built target test-bson
  240. [ 66%] Built target test-class_parser
  241. [ 68%] Built target test-element_access1
  242. [ 71%] Built target test-class_lexer
  243. [ 73%] Built target test-allocator
  244. [ 75%] Built target test-ubjson
  245. [ 78%] Built target test-noexcept
  246. [ 80%] Built target test-serialization
  247. [ 83%] Built target test-element_access2
  248. [ 85%] Built target test-class_iterator
  249. [ 87%] Built target test-regression
  250. [ 90%] Built target test-constructor1
  251. [ 92%] Built target test-capacity
  252. [ 95%] Built target test-convenience
  253. [ 97%] Built target test-algorithms
  254. [100%] Built target test-msgpack
  255. Install the project...
  256. -- Install configuration: ""
  257. -- Installing: /Users/aam/backend/external/include
  258. -- Installing: /Users/aam/backend/external/include/nlohmann
  259. -- Installing: /Users/aam/backend/external/include/nlohmann/json.hpp
  260. -- Installing: /Users/aam/backend/external/lib/cmake/nlohmann_json/nlohmann_jsonConfig.cmake
  261. -- Installing: /Users/aam/backend/external/lib/cmake/nlohmann_json/nlohmann_jsonConfigVersion.cmake
  262. -- Installing: /Users/aam/backend/external/lib/cmake/nlohmann_json/nlohmann_jsonTargets.cmake
  263. [ 34%] Completed 'NLOHMANN'
  264. [ 37%] Built target NLOHMANN
  265. make[1]: *** [CMakeFiles/api-server.dir/rule] Error 2
  266. make: *** [api-server] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement