Advertisement
DragonOsman

Dockerfile build output

Oct 17th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 32.25 KB | None | 0 0
  1. Step 6/16 : RUN git clone https://github.com/flexferrum/jinja2cpp     && cd jinja2cpp     && git submodule -q update --init     && mkdir build     && cd build     && cmake .. -DCMAKE_INSTALL_PREFIX=../install     && cmake --build . --target all     && cmake --build . --target install
  2.  ---> Running in ece09b1e1dd4
  3. Cloning into 'jinja2cpp'...
  4. -- The C compiler identification is GNU 7.3.0
  5. -- The CXX compiler identification is GNU 7.3.0
  6. -- Check for working C compiler: /usr/bin/cc
  7. -- Check for working C compiler: /usr/bin/cc -- works
  8. -- Detecting C compiler ABI info
  9. -- Detecting C compiler ABI info - done
  10. -- Detecting C compile features
  11. -- Detecting C compile features - done
  12. -- Check for working CXX compiler: /usr/bin/c++
  13. -- Check for working CXX compiler: /usr/bin/c++ -- works
  14. -- Detecting CXX compiler ABI info
  15. -- Detecting CXX compiler ABI info - done
  16. -- Detecting CXX compile features
  17. -- Detecting CXX compile features - done
  18. -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
  19. -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
  20. -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS)
  21. -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS)
  22. -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND)
  23. -- Configuring libraries filesystem;algorithm;variant;optional ...
  24. -- Checking filesystem library
  25. -- Parsing dependencies of library filesystem
  26. --  - found dependency core of filesystem
  27. --  - found dependency static_assert of filesystem
  28. --  - found dependency functional of filesystem
  29. --  - found dependency iterator of filesystem
  30. --  - found dependency system of filesystem
  31. --  - found dependency detail of filesystem
  32. --  - found dependency assert of filesystem
  33. --  - found dependency range of filesystem
  34. --  - found dependency type_traits of filesystem
  35. --  - found dependency smart_ptr of filesystem
  36. --  - found dependency io of filesystem
  37. --  - found dependency config of filesystem
  38. -- Checking core library
  39. -- Parsing dependencies of library core
  40. --  - found dependency assert of core
  41. --  - found dependency config of core
  42. -- Checking assert library
  43. -- Parsing dependencies of library assert
  44. --  - found dependency config of assert
  45. -- Checking config library
  46. -- Parsing dependencies of library config
  47. -- Configuring config library
  48. -- Configuring assert library
  49. -- Configuring core library
  50. -- Checking static_assert library
  51. -- Parsing dependencies of library static_assert
  52. --  - found dependency config of static_assert
  53. -- Configuring static_assert library
  54. -- Checking functional library
  55. -- Parsing dependencies of library functional
  56. --  - found dependency function of functional
  57. --  - found dependency core of functional
  58. --  - found dependency static_assert of functional
  59. --  - found dependency iterator of functional
  60. --  - found dependency typeof of functional
  61. --  - found dependency optional of functional
  62. --  - found dependency mpl of functional
  63. --  - found dependency function_types of functional
  64. --  - found dependency detail of functional
  65. --  - found dependency assert of functional
  66. --  - found dependency type_traits of functional
  67. --  - found dependency preprocessor of functional
  68. --  - found dependency integer of functional
  69. --  - found dependency config of functional
  70. --  - found dependency utility of functional
  71. -- Checking function library
  72. -- Parsing dependencies of library function
  73. --  - found dependency core of function
  74. --  - found dependency bind of function
  75. --  - found dependency mpl of function
  76. --  - found dependency move of function
  77. --  - found dependency type_traits of function
  78. --  - found dependency assert of function
  79. --  - found dependency type_index of function
  80. --  - found dependency preprocessor of function
  81. --  - found dependency integer of function
  82. --  - found dependency config of function
  83. --  - found dependency throw_exception of function
  84. --  - found dependency typeof of function
  85. -- Checking bind library
  86. -- Parsing dependencies of library bind
  87. --  - found dependency config of bind
  88. --  - found dependency core of bind
  89. -- Configuring bind library
  90. -- Checking mpl library
  91. -- Parsing dependencies of library mpl
  92. --  - found dependency core of mpl
  93. --  - found dependency static_assert of mpl
  94. --  - found dependency predef of mpl
  95. --  - found dependency type_traits of mpl
  96. --  - found dependency preprocessor of mpl
  97. --  - found dependency config of mpl
  98. --  - found dependency utility of mpl
  99. -- Checking predef library
  100. -- Parsing dependencies of library predef
  101. -- Configuring predef library
  102. -- Checking type_traits library
  103. -- Parsing dependencies of library type_traits
  104. --  - found dependency core of type_traits
  105. --  - found dependency static_assert of type_traits
  106. --  - found dependency config of type_traits
  107. -- Configuring type_traits library
  108. -- Checking preprocessor library
  109. -- Parsing dependencies of library preprocessor
  110. -- Configuring preprocessor library
  111. -- Checking utility library
  112. -- Parsing dependencies of library utility
  113. --  - found dependency core of utility
  114. --  - found dependency static_assert of utility
  115. --  - found dependency mpl of utility
  116. --  - found dependency type_traits of utility
  117. --  - found dependency preprocessor of utility
  118. --  - found dependency config of utility
  119. --  - found dependency throw_exception of utility
  120. -- Checking throw_exception library
  121. -- Parsing dependencies of library throw_exception
  122. --  - found dependency assert of throw_exception
  123. --  - found dependency config of throw_exception
  124. -- Configuring throw_exception library
  125. -- Configuring utility library
  126. -- Configuring mpl library
  127. -- Checking move library
  128. -- Parsing dependencies of library move
  129. --  - found dependency assert of move
  130. --  - found dependency core of move
  131. --  - found dependency static_assert of move
  132. --  - found dependency config of move
  133. -- Configuring move library
  134. -- Checking type_index library
  135. -- Parsing dependencies of library type_index
  136. --  - found dependency core of type_index
  137. --  - found dependency static_assert of type_index
  138. --  - found dependency mpl of type_index
  139. --  - found dependency smart_ptr of type_index
  140. --  - found dependency type_traits of type_index
  141. --  - found dependency config of type_index
  142. --  - found dependency throw_exception of type_index
  143. --  - found dependency preprocessor of type_index
  144. -- Checking smart_ptr library
  145. -- Parsing dependencies of library smart_ptr
  146. --  - found dependency core of smart_ptr
  147. --  - found dependency static_assert of smart_ptr
  148. --  - found dependency predef of smart_ptr
  149. --  - found dependency move of smart_ptr
  150. --  - found dependency assert of smart_ptr
  151. --  - found dependency type_traits of smart_ptr
  152. --  - found dependency config of smart_ptr
  153. --  - found dependency throw_exception of smart_ptr
  154. -- Configuring smart_ptr library
  155. -- Configuring type_index library
  156. -- Checking integer library
  157. -- Parsing dependencies of library integer
  158. --  - found dependency static_assert of integer
  159. --  - found dependency config of integer
  160. -- Configuring integer library
  161. -- Checking typeof library
  162. -- Parsing dependencies of library typeof
  163. --  - found dependency core of typeof
  164. --  - found dependency mpl of typeof
  165. --  - found dependency type_traits of typeof
  166. --  - found dependency preprocessor of typeof
  167. --  - found dependency config of typeof
  168. -- Configuring typeof library
  169. -- Configuring function library
  170. -- Checking iterator library
  171. -- Parsing dependencies of library iterator
  172. --  - found dependency function_types of iterator
  173. --  - found dependency core of iterator
  174. --  - found dependency static_assert of iterator
  175. --  - found dependency optional of iterator
  176. --  - found dependency mpl of iterator
  177. --  - found dependency detail of iterator
  178. --  - found dependency assert of iterator
  179. --  - found dependency fusion of iterator
  180. --  - found dependency type_traits of iterator
  181. --  - found dependency concept_check of iterator
  182. --  - found dependency smart_ptr of iterator
  183. --  - found dependency utility of iterator
  184. --  - found dependency config of iterator
  185. --  - found dependency conversion of iterator
  186. -- Checking function_types library
  187. -- Parsing dependencies of library function_types
  188. --  - found dependency core of function_types
  189. --  - found dependency mpl of function_types
  190. --  - found dependency detail of function_types
  191. --  - found dependency type_traits of function_types
  192. --  - found dependency preprocessor of function_types
  193. --  - found dependency config of function_types
  194. -- Checking detail library
  195. -- Parsing dependencies of library detail
  196. --  - found dependency core of detail
  197. --  - found dependency static_assert of detail
  198. --  - found dependency mpl of detail
  199. --  - found dependency type_traits of detail
  200. --  - found dependency preprocessor of detail
  201. --  - found dependency config of detail
  202. -- Configuring detail library
  203. -- Configuring function_types library
  204. -- Checking optional library
  205. -- Parsing dependencies of library optional
  206. --  - found dependency core of optional
  207. --  - found dependency static_assert of optional
  208. --  - found dependency config of optional
  209. --  - found dependency mpl of optional
  210. --  - found dependency move of optional
  211. --  - found dependency detail of optional
  212. --  - found dependency assert of optional
  213. --  - found dependency type_traits of optional
  214. --  - found dependency throw_exception of optional
  215. --  - found dependency utility of optional
  216. -- Configuring optional library
  217. -- Checking fusion library
  218. -- Parsing dependencies of library fusion
  219. --  - found dependency function_types of fusion
  220. --  - found dependency core of fusion
  221. --  - found dependency static_assert of fusion
  222. --  - found dependency typeof of fusion
  223. --  - found dependency mpl of fusion
  224. --  - found dependency tuple of fusion
  225. --  - found dependency functional of fusion
  226. --  - found dependency type_traits of fusion
  227. --  - found dependency preprocessor of fusion
  228. --  - found dependency config of fusion
  229. --  - found dependency utility of fusion
  230. -- Checking tuple library
  231. -- Parsing dependencies of library tuple
  232. --  - found dependency core of tuple
  233. --  - found dependency static_assert of tuple
  234. --  - found dependency type_traits of tuple
  235. --  - found dependency config of tuple
  236. -- Configuring tuple library
  237. -- Configuring fusion library
  238. -- Checking concept_check library
  239. -- Parsing dependencies of library concept_check
  240. --  - found dependency core of concept_check
  241. --  - found dependency mpl of concept_check
  242. --  - found dependency type_traits of concept_check
  243. --  - found dependency preprocessor of concept_check
  244. --  - found dependency config of concept_check
  245. -- Configuring concept_check library
  246. -- Checking conversion library
  247. -- Parsing dependencies of library conversion
  248. --  - found dependency assert of conversion
  249. --  - found dependency type_traits of conversion
  250. --  - found dependency typeof of conversion
  251. --  - found dependency config of conversion
  252. --  - found dependency throw_exception of conversion
  253. --  - found dependency smart_ptr of conversion
  254. -- Configuring conversion library
  255. -- Configuring iterator library
  256. -- Configuring functional library
  257. -- Checking system library
  258. -- Parsing dependencies of library system
  259. --  - found dependency assert of system
  260. --  - found dependency core of system
  261. --  - found dependency config of system
  262. --  - found dependency predef of system
  263. -- Configuring system library
  264. -- Checking range library
  265. -- Parsing dependencies of library range
  266. --  - found dependency regex of range
  267. --  - found dependency core of range
  268. --  - found dependency static_assert of range
  269. --  - found dependency iterator of range
  270. --  - found dependency tuple of range
  271. --  - found dependency optional of range
  272. --  - found dependency mpl of range
  273. --  - found dependency functional of range
  274. --  - found dependency detail of range
  275. --  - found dependency assert of range
  276. --  - found dependency type_traits of range
  277. --  - found dependency concept_check of range
  278. --  - found dependency preprocessor of range
  279. --  - found dependency array of range
  280. --  - found dependency config of range
  281. --  - found dependency numeric_conversion of range
  282. --  - found dependency utility of range
  283. -- Checking regex library
  284. -- Parsing dependencies of library regex
  285. --  - found dependency core of regex
  286. --  - found dependency static_assert of regex
  287. --  - found dependency iterator of regex
  288. --  - found dependency predef of regex
  289. --  - found dependency mpl of regex
  290. --  - found dependency functional of regex
  291. --  - found dependency assert of regex
  292. --  - found dependency type_traits of regex
  293. --  - found dependency concept_check of regex
  294. --  - found dependency smart_ptr of regex
  295. --  - found dependency integer of regex
  296. --  - found dependency config of regex
  297. --  - found dependency throw_exception of regex
  298. -- Configuring regex library
  299. -- Checking array library
  300. -- Parsing dependencies of library array
  301. --  - found dependency assert of array
  302. --  - found dependency core of array
  303. --  - found dependency static_assert of array
  304. --  - found dependency config of array
  305. --  - found dependency throw_exception of array
  306. -- Configuring array library
  307. -- Checking numeric_conversion library
  308. -- Parsing dependencies of library numeric_conversion
  309. --  - found dependency core of numeric_conversion
  310. --  - found dependency conversion of numeric_conversion
  311. --  - found dependency mpl of numeric_conversion
  312. --  - found dependency type_traits of numeric_conversion
  313. --  - found dependency preprocessor of numeric_conversion
  314. --  - found dependency config of numeric_conversion
  315. --  - found dependency throw_exception of numeric_conversion
  316. -- Configuring numeric_conversion library
  317. -- Configuring range library
  318. -- Checking io library
  319. -- Parsing dependencies of library io
  320. --  - found dependency config of io
  321. -- Configuring io library
  322. -- Configuring filesystem library
  323. -- Checking algorithm library
  324. -- Parsing dependencies of library algorithm
  325. --  - found dependency regex of algorithm
  326. --  - found dependency core of algorithm
  327. --  - found dependency exception of algorithm
  328. --  - found dependency iterator of algorithm
  329. --  - found dependency tuple of algorithm
  330. --  - found dependency function of algorithm
  331. --  - found dependency bind of algorithm
  332. --  - found dependency mpl of algorithm
  333. --  - found dependency static_assert of algorithm
  334. --  - found dependency unordered of algorithm
  335. --  - found dependency assert of algorithm
  336. --  - found dependency range of algorithm
  337. --  - found dependency type_traits of algorithm
  338. --  - found dependency concept_check of algorithm
  339. --  - found dependency array of algorithm
  340. --  - found dependency config of algorithm
  341. --  - found dependency throw_exception of algorithm
  342. -- Checking exception library
  343. -- Parsing dependencies of library exception
  344. --  - found dependency core of exception
  345. --  - found dependency tuple of exception
  346. --  - found dependency assert of exception
  347. --  - found dependency smart_ptr of exception
  348. --  - found dependency config of exception
  349. --  - found dependency throw_exception of exception
  350. -- Configuring exception library
  351. -- Checking unordered library
  352. -- Parsing dependencies of library unordered
  353. --  - found dependency core of unordered
  354. --  - found dependency container of unordered
  355. --  - found dependency iterator of unordered
  356. --  - found dependency tuple of unordered
  357. --  - found dependency move of unordered
  358. --  - found dependency functional of unordered
  359. --  - found dependency detail of unordered
  360. --  - found dependency assert of unordered
  361. --  - found dependency throw_exception of unordered
  362. --  - found dependency preprocessor of unordered
  363. --  - found dependency type_traits of unordered
  364. --  - found dependency config of unordered
  365. --  - found dependency smart_ptr of unordered
  366. -- Checking container library
  367. -- Parsing dependencies of library container
  368. --  - found dependency core of container
  369. --  - found dependency static_assert of container
  370. --  - found dependency move of container
  371. --  - found dependency functional of container
  372. --  - found dependency assert of container
  373. --  - found dependency type_traits of container
  374. --  - found dependency intrusive of container
  375. --  - found dependency config of container
  376. -- Checking intrusive library
  377. -- Parsing dependencies of library intrusive
  378. --  - found dependency core of intrusive
  379. --  - found dependency static_assert of intrusive
  380. --  - found dependency move of intrusive
  381. --  - found dependency functional of intrusive
  382. --  - found dependency assert of intrusive
  383. --  - found dependency config of intrusive
  384. -- Configuring intrusive library
  385. -- Configuring container library
  386. -- Configuring unordered library
  387. -- Configuring algorithm library
  388. -- Checking variant library
  389. -- Parsing dependencies of library variant
  390. --  - found dependency core of variant
  391. --  - found dependency static_assert of variant
  392. --  - found dependency bind of variant
  393. --  - found dependency mpl of variant
  394. --  - found dependency move of variant
  395. --  - found dependency detail of variant
  396. --  - found dependency functional of variant
  397. --  - found dependency assert of variant
  398. --  - found dependency type_traits of variant
  399. --  - found dependency type_index of variant
  400. --  - found dependency preprocessor of variant
  401. --  - found dependency config of variant
  402. --  - found dependency throw_exception of variant
  403. --  - found dependency math of variant
  404. --  - found dependency utility of variant
  405. -- Checking math library
  406. -- Parsing dependencies of library math
  407. --  - found dependency function of math
  408. --  - found dependency core of math
  409. --  - found dependency static_assert of math
  410. --  - found dependency predef of math
  411. --  - found dependency tuple of math
  412. --  - found dependency array of math
  413. --  - found dependency mpl of math
  414. --  - found dependency atomic of math
  415. --  - found dependency detail of math
  416. --  - found dependency fusion of math
  417. --  - found dependency assert of math
  418. --  - found dependency range of math
  419. --  - found dependency type_traits of math
  420. --  - found dependency concept_check of math
  421. --  - found dependency smart_ptr of math
  422. --  - found dependency lexical_cast of math
  423. --  - found dependency utility of math
  424. --  - found dependency config of math
  425. --  - found dependency throw_exception of math
  426. --  - found dependency lambda of math
  427. -- Checking atomic library
  428. -- Parsing dependencies of library atomic
  429. --  - found dependency assert of atomic
  430. --  - found dependency type_traits of atomic
  431. --  - found dependency config of atomic
  432. -- Configuring atomic library
  433. -- Checking lexical_cast library
  434. -- Parsing dependencies of library lexical_cast
  435. --  - found dependency core of lexical_cast
  436. --  - found dependency static_assert of lexical_cast
  437. --  - found dependency container of lexical_cast
  438. --  - found dependency mpl of lexical_cast
  439. --  - found dependency array of lexical_cast
  440. --  - found dependency assert of lexical_cast
  441. --  - found dependency range of lexical_cast
  442. --  - found dependency type_traits of lexical_cast
  443. --  - found dependency numeric_conversion of lexical_cast
  444. --  - found dependency integer of lexical_cast
  445. --  - found dependency config of lexical_cast
  446. --  - found dependency throw_exception of lexical_cast
  447. --  - found dependency math of lexical_cast
  448. -- Configuring lexical_cast library
  449. -- Checking lambda library
  450. -- Parsing dependencies of library lambda
  451. --  - found dependency core of lambda
  452. --  - found dependency iterator of lambda
  453. --  - found dependency tuple of lambda
  454. --  - found dependency bind of lambda
  455. --  - found dependency mpl of lambda
  456. --  - found dependency detail of lambda
  457. --  - found dependency type_traits of lambda
  458. --  - found dependency preprocessor of lambda
  459. --  - found dependency utility of lambda
  460. --  - found dependency config of lambda
  461. -- Configuring lambda library
  462. -- Configuring math library
  463. -- Looking for sys/types.h
  464. -- Looking for sys/types.h - found
  465. -- Looking for stdint.h
  466. -- Looking for stdint.h - found
  467. -- Looking for stddef.h
  468. -- Looking for stddef.h - found
  469. -- Check size of long double
  470. -- Check size of long double - done
  471. -- Configuring variant library
  472. -- Performing Test COMPILER_HAS_WNO_ERROR_PARENTHESES_FLAG
  473. -- Performing Test COMPILER_HAS_WNO_ERROR_PARENTHESES_FLAG - Success
  474. -- Performing Test COMPILER_HAS_WNO_ERROR_DEPRECATED_DECLARATIONS_FLAG
  475. -- Performing Test COMPILER_HAS_WNO_ERROR_DEPRECATED_DECLARATIONS_FLAG - Success
  476. -- Performing Test COMPILER_HAS_WNO_ERROR_MAYBE_UNINITIALIZED_FLAG
  477. -- Performing Test COMPILER_HAS_WNO_ERROR_MAYBE_UNINITIALIZED_FLAG - Success
  478. -- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)
  479. -- Looking for pthread.h
  480. -- Looking for pthread.h - found
  481. -- Looking for pthread_create
  482. -- Looking for pthread_create - not found
  483. -- Check if compiler accepts -pthread
  484. -- Check if compiler accepts -pthread - yes
  485. -- Found Threads: TRUE
  486. -- Configuring done
  487. -- Generating done
  488. -- Build files have been written to: /app/jinja2cpp/build
  489. Scanning dependencies of target gtest
  490. [  2%] Building CXX object thirdparty/gtest/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
  491. [  2%] Linking CXX static library libgtest.a
  492. [  2%] Built target gtest
  493. Scanning dependencies of target boost_atomic
  494. [  2%] Building CXX object thirdparty/boost/libs/atomic/CMakeFiles/boost_atomic.dir/src/lockpool.cpp.o
  495. [  5%] Linking CXX static library libboost_atomic.a
  496. [  5%] Built target boost_atomic
  497. Scanning dependencies of target boost_system
  498. [  8%] Building CXX object thirdparty/boost/libs/system/CMakeFiles/boost_system.dir/src/error_code.cpp.o
  499. [  8%] Linking CXX static library libboost_system.a
  500. [  8%] Built target boost_system
  501. Scanning dependencies of target boost_regex
  502. [  8%] Building CXX object thirdparty/boost/libs/regex/CMakeFiles/boost_regex.dir/src/w32_regex_traits.cpp.o
  503. [ 10%] Building CXX object thirdparty/boost/libs/regex/CMakeFiles/boost_regex.dir/src/wide_posix_api.cpp.o
  504. [ 10%] Building CXX object thirdparty/boost/libs/regex/CMakeFiles/boost_regex.dir/src/regex_debug.cpp.o
  505. [ 13%] Building CXX object thirdparty/boost/libs/regex/CMakeFiles/boost_regex.dir/src/winstances.cpp.o
  506. [ 13%] Building CXX object thirdparty/boost/libs/regex/CMakeFiles/boost_regex.dir/src/regex_raw_buffer.cpp.o
  507. [ 16%] Building CXX object thirdparty/boost/libs/regex/CMakeFiles/boost_regex.dir/src/cregex.cpp.o
  508. [ 16%] Building CXX object thirdparty/boost/libs/regex/CMakeFiles/boost_regex.dir/src/instances.cpp.o
  509. [ 18%] Building CXX object thirdparty/boost/libs/regex/CMakeFiles/boost_regex.dir/src/static_mutex.cpp.o
  510. [ 18%] Building CXX object thirdparty/boost/libs/regex/CMakeFiles/boost_regex.dir/src/wc_regex_traits.cpp.o
  511. [ 18%] Building CXX object thirdparty/boost/libs/regex/CMakeFiles/boost_regex.dir/src/icu.cpp.o
  512. [ 21%] Building CXX object thirdparty/boost/libs/regex/CMakeFiles/boost_regex.dir/src/posix_api.cpp.o
  513. [ 21%] Building CXX object thirdparty/boost/libs/regex/CMakeFiles/boost_regex.dir/src/fileiter.cpp.o
  514. [ 24%] Building CXX object thirdparty/boost/libs/regex/CMakeFiles/boost_regex.dir/src/regex_traits_defaults.cpp.o
  515. [ 24%] Building CXX object thirdparty/boost/libs/regex/CMakeFiles/boost_regex.dir/src/c_regex_traits.cpp.o
  516. [ 27%] Building CXX object thirdparty/boost/libs/regex/CMakeFiles/boost_regex.dir/src/regex.cpp.o
  517. [ 27%] Building CXX object thirdparty/boost/libs/regex/CMakeFiles/boost_regex.dir/src/usinstances.cpp.o
  518. [ 29%] Building CXX object thirdparty/boost/libs/regex/CMakeFiles/boost_regex.dir/src/cpp_regex_traits.cpp.o
  519. [ 29%] Linking CXX static library libboost_regex.a
  520. [ 29%] Built target boost_regex
  521. Scanning dependencies of target boost_filesystem
  522. [ 32%] Building CXX object thirdparty/boost/libs/filesystem/CMakeFiles/boost_filesystem.dir/src/path_traits.cpp.o
  523. [ 32%] Building CXX object thirdparty/boost/libs/filesystem/CMakeFiles/boost_filesystem.dir/src/portability.cpp.o
  524. [ 35%] Building CXX object thirdparty/boost/libs/filesystem/CMakeFiles/boost_filesystem.dir/src/unique_path.cpp.o
  525. [ 35%] Building CXX object thirdparty/boost/libs/filesystem/CMakeFiles/boost_filesystem.dir/src/path.cpp.o
  526. [ 37%] Building CXX object thirdparty/boost/libs/filesystem/CMakeFiles/boost_filesystem.dir/src/windows_file_codecvt.cpp.o
  527. [ 37%] Building CXX object thirdparty/boost/libs/filesystem/CMakeFiles/boost_filesystem.dir/src/operations.cpp.o
  528. /app/jinja2cpp/thirdparty/boost/libs/filesystem/src/operations.cpp: In function 'int {anonymous}::readdir_r_simulator(DIR*, dirent*, dirent**)':
  529. /app/jinja2cpp/thirdparty/boost/libs/filesystem/src/operations.cpp:2181:18: warning: 'int readdir_r(DIR*, dirent*, dirent**)' is deprecated [-Wdeprecated-declarations]
  530.        { return ::readdir_r(dirp, entry, result); }
  531.                   ^~~~~~~~~
  532. In file included from /usr/include/features.h:424:0,
  533.                  from /usr/include/x86_64-linux-gnu/c++/7/bits/os_defines.h:39,
  534.                  from /usr/include/x86_64-linux-gnu/c++/7/bits/c++config.h:533,
  535.                  from /usr/include/c++/7/cstddef:49,
  536.                  from /app/jinja2cpp/thirdparty/boost/libs/config/include/boost/config/compiler/gcc.hpp:165,
  537.                  from /app/jinja2cpp/thirdparty/boost/libs/config/include/boost/config.hpp:39,
  538.                  from /app/jinja2cpp/thirdparty/boost/libs/filesystem/include/boost/filesystem/operations.hpp:18,
  539.                  from /app/jinja2cpp/thirdparty/boost/libs/filesystem/src/operations.cpp:44:
  540. /usr/include/dirent.h:189:12: note: declared here
  541.  extern int __REDIRECT (readdir_r,
  542.             ^
  543. /app/jinja2cpp/thirdparty/boost/libs/filesystem/src/operations.cpp:2181:47: warning: 'int readdir_r(DIR*, dirent*, dirent**)' is deprecated [-Wdeprecated-declarations]
  544.        { return ::readdir_r(dirp, entry, result); }
  545.                                                ^
  546. In file included from /usr/include/features.h:424:0,
  547.                  from /usr/include/x86_64-linux-gnu/c++/7/bits/os_defines.h:39,
  548.                  from /usr/include/x86_64-linux-gnu/c++/7/bits/c++config.h:533,
  549.                  from /usr/include/c++/7/cstddef:49,
  550.                  from /app/jinja2cpp/thirdparty/boost/libs/config/include/boost/config/compiler/gcc.hpp:165,
  551.                  from /app/jinja2cpp/thirdparty/boost/libs/config/include/boost/config.hpp:39,
  552.                  from /app/jinja2cpp/thirdparty/boost/libs/filesystem/include/boost/filesystem/operations.hpp:18,
  553.                  from /app/jinja2cpp/thirdparty/boost/libs/filesystem/src/operations.cpp:44:
  554. /usr/include/dirent.h:189:12: note: declared here
  555.  extern int __REDIRECT (readdir_r,
  556.             ^
  557. [ 40%] Building CXX object thirdparty/boost/libs/filesystem/CMakeFiles/boost_filesystem.dir/src/codecvt_error_category.cpp.o
  558. [ 40%] Building CXX object thirdparty/boost/libs/filesystem/CMakeFiles/boost_filesystem.dir/src/utf8_codecvt_facet.cpp.o
  559. [ 43%] Linking CXX static library libboost_filesystem.a
  560. [ 43%] Built target boost_filesystem
  561. Scanning dependencies of target boost_exception
  562. [ 45%] Building CXX object thirdparty/boost/libs/exception/CMakeFiles/boost_exception.dir/src/clone_current_exception_non_intrusive.cpp.o
  563. [ 45%] Linking CXX static library libboost_exception.a
  564. [ 45%] Built target boost_exception
  565. Scanning dependencies of target boost_container
  566. [ 45%] Building CXX object thirdparty/boost/libs/container/CMakeFiles/boost_container.dir/src/unsynchronized_pool_resource.cpp.o
  567. [ 48%] Building CXX object thirdparty/boost/libs/container/CMakeFiles/boost_container.dir/src/monotonic_buffer_resource.cpp.o
  568. [ 48%] Building CXX object thirdparty/boost/libs/container/CMakeFiles/boost_container.dir/src/synchronized_pool_resource.cpp.o
  569. [ 51%] Building CXX object thirdparty/boost/libs/container/CMakeFiles/boost_container.dir/src/dlmalloc.cpp.o
  570. [ 51%] Building CXX object thirdparty/boost/libs/container/CMakeFiles/boost_container.dir/src/pool_resource.cpp.o
  571. [ 54%] Building CXX object thirdparty/boost/libs/container/CMakeFiles/boost_container.dir/src/global_resource.cpp.o
  572. [ 54%] Linking CXX static library libboost_container.a
  573. [ 54%] Built target boost_container
  574. Scanning dependencies of target jinja2cpp
  575. [ 56%] Building CXX object CMakeFiles/jinja2cpp.dir/src/error_info.cpp.o
  576. [ 56%] Building CXX object CMakeFiles/jinja2cpp.dir/src/expression_evaluator.cpp.o
  577. [ 59%] Building CXX object CMakeFiles/jinja2cpp.dir/src/expression_parser.cpp.o
  578. [ 59%] Building CXX object CMakeFiles/jinja2cpp.dir/src/filesystem_handler.cpp.o
  579. [ 59%] Building CXX object CMakeFiles/jinja2cpp.dir/src/filters.cpp.o
  580. [ 62%] Building CXX object CMakeFiles/jinja2cpp.dir/src/internal_value.cpp.o
  581. [ 62%] Building CXX object CMakeFiles/jinja2cpp.dir/src/lexer.cpp.o
  582. [ 64%] Building CXX object CMakeFiles/jinja2cpp.dir/src/statements.cpp.o
  583. [ 64%] Building CXX object CMakeFiles/jinja2cpp.dir/src/string_converter_filter.cpp.o
  584. [ 67%] Building CXX object CMakeFiles/jinja2cpp.dir/src/template.cpp.o
  585. [ 67%] Building CXX object CMakeFiles/jinja2cpp.dir/src/template_env.cpp.o
  586. [ 70%] Building CXX object CMakeFiles/jinja2cpp.dir/src/template_parser.cpp.o
  587. [ 70%] Building CXX object CMakeFiles/jinja2cpp.dir/src/testers.cpp.o
  588. [ 72%] Building CXX object CMakeFiles/jinja2cpp.dir/src/value.cpp.o
  589. [ 72%] Linking CXX static library libjinja2cpp.a
  590. [ 72%] Built target jinja2cpp
  591. Scanning dependencies of target gtest_main
  592. [ 75%] Building CXX object thirdparty/gtest/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
  593. [ 75%] Linking CXX static library libgtest_main.a
  594. [ 75%] Built target gtest_main
  595. Scanning dependencies of target jinja2cpp_tests
  596. [ 78%] Building CXX object CMakeFiles/jinja2cpp_tests.dir/test/basic_tests.cpp.o
  597. [ 78%] Building CXX object CMakeFiles/jinja2cpp_tests.dir/test/errors_test.cpp.o
  598. [ 81%] Building CXX object CMakeFiles/jinja2cpp_tests.dir/test/expressions_test.cpp.o
  599. [ 81%] Building CXX object CMakeFiles/jinja2cpp_tests.dir/test/extends_test.cpp.o
  600. [ 83%] Building CXX object CMakeFiles/jinja2cpp_tests.dir/test/filesystem_handler_test.cpp.o
  601. [ 83%] Building CXX object CMakeFiles/jinja2cpp_tests.dir/test/filters_test.cpp.o
  602. [ 86%] Building CXX object CMakeFiles/jinja2cpp_tests.dir/test/forloop_test.cpp.o
  603. [ 86%] Building CXX object CMakeFiles/jinja2cpp_tests.dir/test/if_test.cpp.o
  604. [ 89%] Building CXX object CMakeFiles/jinja2cpp_tests.dir/test/macro_test.cpp.o
  605. [ 89%] Building CXX object CMakeFiles/jinja2cpp_tests.dir/test/perf_test.cpp.o
  606. [ 91%] Building CXX object CMakeFiles/jinja2cpp_tests.dir/test/set_test.cpp.o
  607. [ 91%] Building CXX object CMakeFiles/jinja2cpp_tests.dir/test/testers_test.cpp.o
  608. [ 94%] Linking CXX executable jinja2cpp_tests
  609. [ 94%] Built target jinja2cpp_tests
  610. Scanning dependencies of target CopyTestData
  611. [ 94%] Copy test data to the destination dir
  612. [ 94%] Built target CopyTestData
  613. Scanning dependencies of target gmock
  614. [ 97%] Building CXX object thirdparty/gtest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o
  615. [ 97%] Linking CXX static library libgmock.a
  616. [ 97%] Built target gmock
  617. Scanning dependencies of target gmock_main
  618. [100%] Building CXX object thirdparty/gtest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
  619. [100%] Linking CXX static library libgmock_main.a
  620. [100%] Built target gmock_main
  621. [  2%] Built target gtest
  622. [  5%] Built target boost_atomic
  623. [  8%] Built target boost_system
  624. [ 29%] Built target boost_regex
  625. [ 43%] Built target boost_filesystem
  626. [ 45%] Built target boost_exception
  627. [ 54%] Built target boost_container
  628. [ 72%] Built target jinja2cpp
  629. [ 75%] Built target gtest_main
  630. [ 94%] Built target jinja2cpp_tests
  631. [ 94%] Built target CopyTestData
  632. [ 97%] Built target gmock
  633. [100%] Built target gmock_main
  634. Install the project...
  635. -- Install configuration: ""
  636. -- Installing: /app/jinja2cpp/install/lib/static/libjinja2cpp.a
  637. -- Installing: /app/jinja2cpp/install/include
  638. -- Installing: /app/jinja2cpp/install/include/jinja2cpp
  639. -- Installing: /app/jinja2cpp/install/include/jinja2cpp/error_info.h
  640. -- Installing: /app/jinja2cpp/install/include/jinja2cpp/reflected_value.h
  641. -- Installing: /app/jinja2cpp/install/include/jinja2cpp/error_handler.h
  642. -- Installing: /app/jinja2cpp/install/include/jinja2cpp/template_env.h
  643. -- Installing: /app/jinja2cpp/install/include/jinja2cpp/value.h
  644. -- Installing: /app/jinja2cpp/install/include/jinja2cpp/filesystem_handler.h
  645. -- Installing: /app/jinja2cpp/install/include/jinja2cpp/template.h
  646. -- Up-to-date: /app/jinja2cpp/install/include
  647. -- Installing: /app/jinja2cpp/install/include/nonstd
  648. -- Installing: /app/jinja2cpp/install/include/nonstd/expected.hpp
  649. -- Up-to-date: /app/jinja2cpp/install/include
  650. -- Up-to-date: /app/jinja2cpp/install/include/nonstd
  651. -- Installing: /app/jinja2cpp/install/include/nonstd/optional.hpp
  652. -- Installing: /app/jinja2cpp/install/include/nonstd/variant.hpp
  653. CMake Error at cmake_install.cmake:57 (file):
  654.   file INSTALL cannot find
  655.   "/app/jinja2cpp/thirdparty/nonstd/value-ptr-light/include".
  656.  
  657.  
  658. Makefile:73: recipe for target 'install' failed
  659. make: *** [install] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement