Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.57 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.17763.437]
  2. (c) 2018 Microsoft Corporation. Wszelkie prawa zastrzeżone.
  3.  
  4. C:\WINDOWS\system32>cd\
  5.  
  6. C:\>cd users
  7.  
  8. C:\Users>cd bulawow1
  9.  
  10. C:\Users\BulawOw1>git clone https://github.com/Microsoft/vcpkg
  11. Cloning into 'vcpkg'...
  12. remote: Enumerating objects: 13, done.
  13. remote: Counting objects: 100% (13/13), done.
  14. remote: Compressing objects: 100% (10/10), done.
  15. remote: Total 58443 (delta 3), reused 7 (delta 3), pack-reused 58430
  16. Receiving objects: 100% (58443/58443), 14.08 MiB | 642.00 KiB/s, done.
  17. Resolving deltas: 100% (37598/37598), done.
  18. Checking out files: 100% (3230/3230), done.
  19.  
  20. C:\Users\BulawOw1>cd vcpkg
  21.  
  22. C:\Users\BulawOw1\vcpkg>.\bootstrap-vcpkg.bat
  23.  
  24. Building vcpkg.exe ...
  25.  
  26. pch.cpp
  27. archives.cpp
  28. checks.cpp
  29. chrono.cpp
  30. cofffilereader.cpp
  31. downloads.cpp
  32. enums.cpp
  33. files.cpp
  34. hash.cpp
  35. machinetype.cpp
  36. strings.cpp
  37. stringview.cpp
  38. system.cpp
  39. system.print.cpp
  40. binaryparagraph.cpp
  41. build.cpp
  42. commands.autocomplete.cpp
  43. commands.buildexternal.cpp
  44. commands.cache.cpp
  45. commands.ci.cpp
  46. commands.contact.cpp
  47. commands.cpp
  48. commands.create.cpp
  49. commands.dependinfo.cpp
  50. commands.edit.cpp
  51. commands.env.cpp
  52. commands.exportifw.cpp
  53. commands.import.cpp
  54. commands.integrate.cpp
  55. commands.list.cpp
  56. commands.owns.cpp
  57. commands.portsdiff.cpp
  58. commands.search.cpp
  59. commands.upgrade.cpp
  60. commands.version.cpp
  61. commands.xvsinstances.cpp
  62. dependencies.cpp
  63. export.cpp
  64. globalstate.cpp
  65. help.cpp
  66. input.cpp
  67. install.cpp
  68. metrics.cpp
  69. packagespec.cpp
  70. packagespecparseresult.cpp
  71. paragraphparseresult.cpp
  72. paragraphs.cpp
  73. parse.cpp
  74. postbuildlint.buildtype.cpp
  75. postbuildlint.cpp
  76. remove.cpp
  77. sourceparagraph.cpp
  78. statusparagraph.cpp
  79. statusparagraphs.cpp
  80. tools.cpp
  81. triplet.cpp
  82. update.cpp
  83. userconfig.cpp
  84. vcpkgcmdarguments.cpp
  85. vcpkglib.cpp
  86. vcpkgpaths.cpp
  87. versiont.cpp
  88. visualstudio.cpp
  89. vcpkglib.vcxproj -> C:\Users\BulawOw1\vcpkg\toolsrc\msbuild.x86.release\vcpkglib.lib
  90. vcpkg.cpp
  91. Trwa generowanie kodu
  92. All 16443 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
  93. Zako˝czono generowanie kodu
  94. vcpkg.vcxproj -> C:\Users\BulawOw1\vcpkg\toolsrc\msbuild.x86.release\vcpkg.exe
  95. vcpkgmetricsuploader.cpp
  96. Trwa generowanie kodu
  97. All 5501 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
  98. Zako˝czono generowanie kodu
  99. vcpkgmetricsuploader.vcxproj -> C:\Users\BulawOw1\vcpkg\toolsrc\msbuild.x86.release\vcpkgmetricsuploader.exe
  100.  
  101. Building vcpkg.exe... done.
  102.  
  103.  
  104. C:\Users\BulawOw1\vcpkg>.\vcpkg integrate install
  105. Applied user-wide integration for this vcpkg root.
  106.  
  107. All MSBuild C++ projects can now #include any installed libraries.
  108. Linking will be handled automatically.
  109. Installing new libraries will make them instantly available.
  110.  
  111. CMake projects should use: "-DCMAKE_TOOLCHAIN_FILE=C:/Users/BulawOw1/vcpkg/scripts/buildsystems/vcpkg.cmake"
  112.  
  113. C:\Users\BulawOw1\vcpkg>git clone --recursive https://github.com/otland/forgottenserver.git
  114. Cloning into 'forgottenserver'...
  115. remote: Enumerating objects: 28, done.
  116. remote: Counting objects: 100% (28/28), done.
  117. remote: Compressing objects: 100% (24/24), done.
  118. remote: Total 28307 (delta 4), reused 8 (delta 3), pack-reused 28279
  119. Receiving objects: 100% (28307/28307), 17.18 MiB | 323.00 KiB/s, done.
  120. Resolving deltas: 100% (21768/21768), done.
  121.  
  122. C:\Users\BulawOw1\vcpkg>vcpkg install boost-iostreams:x64-windows boost-asio:x64-windows boost-system:x64-windows boost-variant:x64-windows boost-lockfree:x64-windows luajit:x64-windows libmariadb:x64-windows pugixml:x64-windows mpir:x64-windows cryptopp:x64-windows
  123. The following packages will be built and installed:
  124. * boost-algorithm[core]:x64-windows
  125. * boost-align[core]:x64-windows
  126. * boost-array[core]:x64-windows
  127. boost-asio[core]:x64-windows
  128. * boost-assert[core]:x64-windows
  129. * boost-atomic[core]:x64-windows
  130. * boost-bind[core]:x64-windows
  131. * boost-build[core]:x64-windows
  132. * boost-chrono[core]:x64-windows
  133. * boost-compatibility[core]:x64-windows
  134. * boost-concept-check[core]:x64-windows
  135. * boost-config[core]:x64-windows
  136. * boost-container[core]:x64-windows
  137. * boost-container-hash[core]:x64-windows
  138. * boost-context[core]:x64-windows
  139. * boost-conversion[core]:x64-windows
  140. * boost-core[core]:x64-windows
  141. * boost-coroutine[core]:x64-windows
  142. * boost-date-time[core]:x64-windows
  143. * boost-detail[core]:x64-windows
  144. * boost-exception[core]:x64-windows
  145. * boost-function[core]:x64-windows
  146. * boost-function-types[core]:x64-windows
  147. * boost-functional[core]:x64-windows
  148. * boost-fusion[core]:x64-windows
  149. * boost-integer[core]:x64-windows
  150. * boost-intrusive[core]:x64-windows
  151. * boost-io[core]:x64-windows
  152. boost-iostreams[core]:x64-windows
  153. * boost-iterator[core]:x64-windows
  154. * boost-lambda[core]:x64-windows
  155. * boost-lexical-cast[core]:x64-windows
  156. boost-lockfree[core]:x64-windows
  157. * boost-math[core]:x64-windows
  158. * boost-modular-build-helper[core]:x64-windows
  159. * boost-move[core]:x64-windows
  160. * boost-mpl[core]:x64-windows
  161. * boost-numeric-conversion[core]:x64-windows
  162. * boost-optional[core]:x64-windows
  163. * boost-parameter[core]:x64-windows
  164. * boost-pool[core]:x64-windows
  165. * boost-predef[core]:x64-windows
  166. * boost-preprocessor[core]:x64-windows
  167. * boost-range[core]:x64-windows
  168. * boost-ratio[core]:x64-windows
  169. * boost-rational[core]:x64-windows
  170. * boost-regex[core]:x64-windows
  171. * boost-smart-ptr[core]:x64-windows
  172. * boost-static-assert[core]:x64-windows
  173. boost-system[core]:x64-windows
  174. * boost-thread[core]:x64-windows
  175. * boost-throw-exception[core]:x64-windows
  176. * boost-tokenizer[core]:x64-windows
  177. * boost-tuple[core]:x64-windows
  178. * boost-type-index[core]:x64-windows
  179. * boost-type-traits[core]:x64-windows
  180. * boost-typeof[core]:x64-windows
  181. * boost-unordered[core]:x64-windows
  182. * boost-utility[core]:x64-windows
  183. boost-variant[core]:x64-windows
  184. * boost-vcpkg-helpers[core]:x64-windows
  185. * boost-winapi[core]:x64-windows
  186. * bzip2[core]:x64-windows
  187. cryptopp[core]:x64-windows
  188. * liblzma[core]:x64-windows
  189. libmariadb[core]:x64-windows
  190. luajit[core]:x64-windows
  191. mpir[core]:x64-windows
  192. * openssl[core]:x64-windows
  193. * openssl-windows[core]:x64-windows
  194. pugixml[core]:x64-windows
  195. * zlib[core]:x64-windows
  196. * zstd[core]:x64-windows
  197. Additional packages (*) will be modified to complete this operation.
  198. Starting package 1/73: boost-vcpkg-helpers:x64-windows
  199. Building package boost-vcpkg-helpers[core]:x64-windows...
  200. -- Performing post-build validation
  201. -- Performing post-build validation done
  202. Building package boost-vcpkg-helpers[core]:x64-windows... done
  203. Installing package boost-vcpkg-helpers[core]:x64-windows...
  204. Installing package boost-vcpkg-helpers[core]:x64-windows... done
  205. Elapsed time for package boost-vcpkg-helpers:x64-windows: 3.069 s
  206. Starting package 2/73: boost-compatibility:x64-windows
  207. Building package boost-compatibility[core]:x64-windows...
  208. -- Downloading https://github.com/boostorg/compatibility/archive/boost-1.69.0.tar.gz...
  209. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-compatibility-boost-1.69.0.tar.gz
  210. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-compatibility/src/ost-1.69.0-b809a8cf93
  211. -- Packaging headers
  212. -- Packaging headers done
  213. -- Downloading https://raw.githubusercontent.com/boostorg/boost/boost-1.65.1/LICENSE_1_0.txt...
  214. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-compatibility_x64-windows/share/boost-compatibility/copyright
  215. -- Performing post-build validation
  216. -- Performing post-build validation done
  217. Building package boost-compatibility[core]:x64-windows... done
  218. Installing package boost-compatibility[core]:x64-windows...
  219. Installing package boost-compatibility[core]:x64-windows... done
  220. Elapsed time for package boost-compatibility:x64-windows: 3.96 s
  221. Starting package 3/73: boost-config:x64-windows
  222. Building package boost-config[core]:x64-windows...
  223. -- Downloading https://github.com/boostorg/config/archive/boost-1.69.0.tar.gz...
  224. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-config-boost-1.69.0.tar.gz
  225. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-config/src/ost-1.69.0-89bfb246de
  226. -- Packaging headers
  227. -- Packaging headers done
  228. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  229. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-config_x64-windows/share/boost-config/copyright
  230. -- Performing post-build validation
  231. -- Performing post-build validation done
  232. Building package boost-config[core]:x64-windows... done
  233. Installing package boost-config[core]:x64-windows...
  234. Installing package boost-config[core]:x64-windows... done
  235. Elapsed time for package boost-config:x64-windows: 4.082 s
  236. Starting package 4/73: boost-assert:x64-windows
  237. Building package boost-assert[core]:x64-windows...
  238. -- Downloading https://github.com/boostorg/assert/archive/boost-1.69.0.tar.gz...
  239. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-assert-boost-1.69.0.tar.gz
  240. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-assert/src/ost-1.69.0-08c52545eb
  241. -- Packaging headers
  242. -- Packaging headers done
  243. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  244. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-assert_x64-windows/share/boost-assert/copyright
  245. -- Performing post-build validation
  246. -- Performing post-build validation done
  247. Building package boost-assert[core]:x64-windows... done
  248. Installing package boost-assert[core]:x64-windows...
  249. Installing package boost-assert[core]:x64-windows... done
  250. Elapsed time for package boost-assert:x64-windows: 2.849 s
  251. Starting package 5/73: boost-core:x64-windows
  252. Building package boost-core[core]:x64-windows...
  253. -- Downloading https://github.com/boostorg/core/archive/boost-1.69.0.tar.gz...
  254. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-core-boost-1.69.0.tar.gz
  255. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-core/src/ost-1.69.0-af8c37b85e
  256. -- Packaging headers
  257. -- Packaging headers done
  258. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  259. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-core_x64-windows/share/boost-core/copyright
  260. -- Performing post-build validation
  261. -- Performing post-build validation done
  262. Building package boost-core[core]:x64-windows... done
  263. Installing package boost-core[core]:x64-windows...
  264. Installing package boost-core[core]:x64-windows... done
  265. Elapsed time for package boost-core:x64-windows: 3.777 s
  266. Starting package 6/73: boost-preprocessor:x64-windows
  267. Building package boost-preprocessor[core]:x64-windows...
  268. -- Downloading https://github.com/boostorg/preprocessor/archive/boost-1.69.0.tar.gz...
  269. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-preprocessor-boost-1.69.0.tar.gz
  270. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-preprocessor/src/ost-1.69.0-bcf23f78cc
  271. -- Packaging headers
  272. -- Packaging headers done
  273. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  274. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-preprocessor_x64-windows/share/boost-preprocessor/copyright
  275. -- Performing post-build validation
  276. -- Performing post-build validation done
  277. Building package boost-preprocessor[core]:x64-windows... done
  278. Installing package boost-preprocessor[core]:x64-windows...
  279. Installing package boost-preprocessor[core]:x64-windows... done
  280. Elapsed time for package boost-preprocessor:x64-windows: 5.041 s
  281. Starting package 7/73: boost-detail:x64-windows
  282. Building package boost-detail[core]:x64-windows...
  283. -- Downloading https://github.com/boostorg/detail/archive/boost-1.69.0.tar.gz...
  284. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-detail-boost-1.69.0.tar.gz
  285. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-detail/src/ost-1.69.0-d5ef7077df
  286. -- Packaging headers
  287. -- Packaging headers done
  288. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  289. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-detail_x64-windows/share/boost-detail/copyright
  290. -- Performing post-build validation
  291. -- Performing post-build validation done
  292. Building package boost-detail[core]:x64-windows... done
  293. Installing package boost-detail[core]:x64-windows...
  294. Installing package boost-detail[core]:x64-windows... done
  295. Elapsed time for package boost-detail:x64-windows: 3.202 s
  296. Starting package 8/73: boost-static-assert:x64-windows
  297. Building package boost-static-assert[core]:x64-windows...
  298. -- Downloading https://github.com/boostorg/static_assert/archive/boost-1.69.0.tar.gz...
  299. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-static_assert-boost-1.69.0.tar.gz
  300. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-static-assert/src/ost-1.69.0-ed1accba2d
  301. -- Packaging headers
  302. -- Packaging headers done
  303. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  304. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-static-assert_x64-windows/share/boost-static-assert/copyright
  305. -- Performing post-build validation
  306. -- Performing post-build validation done
  307. Building package boost-static-assert[core]:x64-windows... done
  308. Installing package boost-static-assert[core]:x64-windows...
  309. Installing package boost-static-assert[core]:x64-windows... done
  310. Elapsed time for package boost-static-assert:x64-windows: 3.126 s
  311. Starting package 9/73: boost-integer:x64-windows
  312. Building package boost-integer[core]:x64-windows...
  313. -- Downloading https://github.com/boostorg/integer/archive/boost-1.69.0.tar.gz...
  314. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-integer-boost-1.69.0.tar.gz
  315. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-integer/src/ost-1.69.0-0016500641
  316. -- Packaging headers
  317. -- Packaging headers done
  318. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  319. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-integer_x64-windows/share/boost-integer/copyright
  320. -- Performing post-build validation
  321. -- Performing post-build validation done
  322. Building package boost-integer[core]:x64-windows... done
  323. Installing package boost-integer[core]:x64-windows...
  324. Installing package boost-integer[core]:x64-windows... done
  325. Elapsed time for package boost-integer:x64-windows: 3.76 s
  326. Starting package 10/73: boost-type-traits:x64-windows
  327. Building package boost-type-traits[core]:x64-windows...
  328. -- Downloading https://github.com/boostorg/type_traits/archive/boost-1.69.0.tar.gz...
  329. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-type_traits-boost-1.69.0.tar.gz
  330. -- Applying patch msvc-arm.patch
  331. -- Applying patch msvc-arm-2.patch
  332. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-type-traits/src/ost-1.69.0-06f3432888
  333. -- Packaging headers
  334. -- Packaging headers done
  335. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  336. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-type-traits_x64-windows/share/boost-type-traits/copyright
  337. -- Performing post-build validation
  338. -- Performing post-build validation done
  339. Building package boost-type-traits[core]:x64-windows... done
  340. Installing package boost-type-traits[core]:x64-windows...
  341. Installing package boost-type-traits[core]:x64-windows... done
  342. Elapsed time for package boost-type-traits:x64-windows: 5.406 s
  343. Starting package 11/73: boost-container-hash:x64-windows
  344. Building package boost-container-hash[core]:x64-windows...
  345. -- Downloading https://github.com/boostorg/container_hash/archive/boost-1.69.0.tar.gz...
  346. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-container_hash-boost-1.69.0.tar.gz
  347. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-container-hash/src/ost-1.69.0-d700a8d0b5
  348. -- Packaging headers
  349. -- Packaging headers done
  350. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  351. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-container-hash_x64-windows/share/boost-container-hash/copyright
  352. -- Performing post-build validation
  353. -- Performing post-build validation done
  354. Building package boost-container-hash[core]:x64-windows... done
  355. Installing package boost-container-hash[core]:x64-windows...
  356. Installing package boost-container-hash[core]:x64-windows... done
  357. Elapsed time for package boost-container-hash:x64-windows: 3.194 s
  358. Starting package 12/73: boost-move:x64-windows
  359. Building package boost-move[core]:x64-windows...
  360. -- Downloading https://github.com/boostorg/move/archive/boost-1.69.0.tar.gz...
  361. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-move-boost-1.69.0.tar.gz
  362. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-move/src/ost-1.69.0-bdec62e3ec
  363. -- Packaging headers
  364. -- Packaging headers done
  365. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  366. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-move_x64-windows/share/boost-move/copyright
  367. -- Performing post-build validation
  368. -- Performing post-build validation done
  369. Building package boost-move[core]:x64-windows... done
  370. Installing package boost-move[core]:x64-windows...
  371. Installing package boost-move[core]:x64-windows... done
  372. Elapsed time for package boost-move:x64-windows: 4.709 s
  373. Starting package 13/73: boost-intrusive:x64-windows
  374. Building package boost-intrusive[core]:x64-windows...
  375. -- Downloading https://github.com/boostorg/intrusive/archive/boost-1.69.0.tar.gz...
  376. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-intrusive-boost-1.69.0.tar.gz
  377. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-intrusive/src/ost-1.69.0-441cf72b9a
  378. -- Packaging headers
  379. -- Packaging headers done
  380. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  381. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-intrusive_x64-windows/share/boost-intrusive/copyright
  382. -- Performing post-build validation
  383. -- Performing post-build validation done
  384. Building package boost-intrusive[core]:x64-windows... done
  385. Installing package boost-intrusive[core]:x64-windows...
  386. Installing package boost-intrusive[core]:x64-windows... done
  387. Elapsed time for package boost-intrusive:x64-windows: 4.359 s
  388. Starting package 14/73: boost-modular-build-helper:x64-windows
  389. Building package boost-modular-build-helper[core]:x64-windows...
  390. -- Performing post-build validation
  391. -- Performing post-build validation done
  392. Building package boost-modular-build-helper[core]:x64-windows... done
  393. Installing package boost-modular-build-helper[core]:x64-windows...
  394. Installing package boost-modular-build-helper[core]:x64-windows... done
  395. Elapsed time for package boost-modular-build-helper:x64-windows: 1.36 s
  396. Starting package 15/73: boost-predef:x64-windows
  397. Building package boost-predef[core]:x64-windows...
  398. -- Downloading https://github.com/boostorg/predef/archive/boost-1.69.0.tar.gz...
  399. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-predef-boost-1.69.0.tar.gz
  400. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-predef/src/ost-1.69.0-8f2cd404c9
  401. -- Packaging headers
  402. -- Packaging headers done
  403. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  404. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-predef_x64-windows/share/boost-predef/copyright
  405. -- Performing post-build validation
  406. -- Performing post-build validation done
  407. Building package boost-predef[core]:x64-windows... done
  408. Installing package boost-predef[core]:x64-windows...
  409. Installing package boost-predef[core]:x64-windows... done
  410. Elapsed time for package boost-predef:x64-windows: 4.518 s
  411. Starting package 16/73: boost-winapi:x64-windows
  412. Building package boost-winapi[core]:x64-windows...
  413. -- Downloading https://github.com/boostorg/winapi/archive/boost-1.69.0.tar.gz...
  414. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-winapi-boost-1.69.0.tar.gz
  415. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-winapi/src/ost-1.69.0-6c1d425716
  416. -- Packaging headers
  417. -- Packaging headers done
  418. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  419. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-winapi_x64-windows/share/boost-winapi/copyright
  420. -- Performing post-build validation
  421. -- Performing post-build validation done
  422. Building package boost-winapi[core]:x64-windows... done
  423. Installing package boost-winapi[core]:x64-windows...
  424. Installing package boost-winapi[core]:x64-windows... done
  425. Elapsed time for package boost-winapi:x64-windows: 3.684 s
  426. Starting package 17/73: boost-throw-exception:x64-windows
  427. Building package boost-throw-exception[core]:x64-windows...
  428. -- Downloading https://github.com/boostorg/throw_exception/archive/boost-1.69.0.tar.gz...
  429. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-throw_exception-boost-1.69.0.tar.gz
  430. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-throw-exception/src/ost-1.69.0-a86b5dd870
  431. -- Packaging headers
  432. -- Packaging headers done
  433. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  434. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-throw-exception_x64-windows/share/boost-throw-exception/copyright
  435. -- Performing post-build validation
  436. -- Performing post-build validation done
  437. Building package boost-throw-exception[core]:x64-windows... done
  438. Installing package boost-throw-exception[core]:x64-windows...
  439. Installing package boost-throw-exception[core]:x64-windows... done
  440. Elapsed time for package boost-throw-exception:x64-windows: 2.971 s
  441. Starting package 18/73: boost-build:x64-windows
  442. Building package boost-build[core]:x64-windows...
  443. -- Downloading https://github.com/boostorg/build/archive/boost-1.69.0.tar.gz...
  444. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-build-boost-1.69.0.tar.gz
  445. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-build/src/ost-1.69.0-1d1e4d577d
  446. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  447. -- Downloading https://raw.githubusercontent.com/boostorg/boost/boost-1.69.0/boostcpp.jam...
  448. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-build_x64-windows/share/boost-build/copyright
  449. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-build_x64-windows/tools/boost-build/boostcpp.jam
  450. -- Bootstrapping...
  451. -- Performing post-build validation
  452. -- Performing post-build validation done
  453. Building package boost-build[core]:x64-windows... done
  454. Installing package boost-build[core]:x64-windows...
  455. Installing package boost-build[core]:x64-windows... done
  456. Elapsed time for package boost-build:x64-windows: 36.15 s
  457. Starting package 19/73: boost-system:x64-windows
  458. Building package boost-system[core]:x64-windows...
  459. -- Downloading https://github.com/boostorg/system/archive/boost-1.69.0.tar.gz...
  460. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-system-boost-1.69.0.tar.gz
  461. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-system/src/ost-1.69.0-9d1d01900c
  462. -- Building x64-windows-rel
  463. -- Building x64-windows-rel done
  464. -- Building x64-windows-dbg
  465. -- Building x64-windows-dbg done
  466. -- Packaging x64-windows-rel
  467. -- Packaging x64-windows-rel done
  468. -- Packaging x64-windows-dbg
  469. -- Packaging x64-windows-dbg done
  470. -- Packaging headers
  471. -- Packaging headers done
  472. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  473. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-system_x64-windows/share/boost-system/copyright
  474. -- Performing post-build validation
  475. -- Performing post-build validation done
  476. Building package boost-system[core]:x64-windows... done
  477. Installing package boost-system[core]:x64-windows...
  478. Installing package boost-system[core]:x64-windows... done
  479. Elapsed time for package boost-system:x64-windows: 10.81 s
  480. Starting package 20/73: boost-mpl:x64-windows
  481. Building package boost-mpl[core]:x64-windows...
  482. -- Downloading https://github.com/boostorg/mpl/archive/boost-1.69.0.tar.gz...
  483. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-mpl-boost-1.69.0.tar.gz
  484. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-mpl/src/ost-1.69.0-c1a1c9b8dc
  485. -- Packaging headers
  486. -- Packaging headers done
  487. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  488. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-mpl_x64-windows/share/boost-mpl/copyright
  489. -- Performing post-build validation
  490. -- Performing post-build validation done
  491. Building package boost-mpl[core]:x64-windows... done
  492. Installing package boost-mpl[core]:x64-windows...
  493. Installing package boost-mpl[core]:x64-windows... done
  494. Elapsed time for package boost-mpl:x64-windows: 10.4 s
  495. Starting package 21/73: boost-utility:x64-windows
  496. Building package boost-utility[core]:x64-windows...
  497. -- Downloading https://github.com/boostorg/utility/archive/boost-1.69.0.tar.gz...
  498. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-utility-boost-1.69.0.tar.gz
  499. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-utility/src/ost-1.69.0-f8ef980ec8
  500. -- Packaging headers
  501. -- Packaging headers done
  502. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  503. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-utility_x64-windows/share/boost-utility/copyright
  504. -- Performing post-build validation
  505. -- Performing post-build validation done
  506. Building package boost-utility[core]:x64-windows... done
  507. Installing package boost-utility[core]:x64-windows...
  508. Installing package boost-utility[core]:x64-windows... done
  509. Elapsed time for package boost-utility:x64-windows: 3.521 s
  510. Starting package 22/73: boost-rational:x64-windows
  511. Building package boost-rational[core]:x64-windows...
  512. -- Downloading https://github.com/boostorg/rational/archive/boost-1.69.0.tar.gz...
  513. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-rational-boost-1.69.0.tar.gz
  514. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-rational/src/ost-1.69.0-e89f2468a4
  515. -- Packaging headers
  516. -- Packaging headers done
  517. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  518. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-rational_x64-windows/share/boost-rational/copyright
  519. -- Performing post-build validation
  520. -- Performing post-build validation done
  521. Building package boost-rational[core]:x64-windows... done
  522. Installing package boost-rational[core]:x64-windows...
  523. Installing package boost-rational[core]:x64-windows... done
  524. Elapsed time for package boost-rational:x64-windows: 3.136 s
  525. Starting package 23/73: boost-ratio:x64-windows
  526. Building package boost-ratio[core]:x64-windows...
  527. -- Downloading https://github.com/boostorg/ratio/archive/boost-1.69.0.tar.gz...
  528. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-ratio-boost-1.69.0.tar.gz
  529. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-ratio/src/ost-1.69.0-a59f7119fd
  530. -- Packaging headers
  531. -- Packaging headers done
  532. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  533. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-ratio_x64-windows/share/boost-ratio/copyright
  534. -- Performing post-build validation
  535. -- Performing post-build validation done
  536. Building package boost-ratio[core]:x64-windows... done
  537. Installing package boost-ratio[core]:x64-windows...
  538. Installing package boost-ratio[core]:x64-windows... done
  539. Elapsed time for package boost-ratio:x64-windows: 3.163 s
  540. Starting package 24/73: boost-typeof:x64-windows
  541. Building package boost-typeof[core]:x64-windows...
  542. -- Downloading https://github.com/boostorg/typeof/archive/boost-1.69.0.tar.gz...
  543. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-typeof-boost-1.69.0.tar.gz
  544. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-typeof/src/ost-1.69.0-57c3a8ce3e
  545. -- Packaging headers
  546. -- Packaging headers done
  547. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  548. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-typeof_x64-windows/share/boost-typeof/copyright
  549. -- Performing post-build validation
  550. -- Performing post-build validation done
  551. Building package boost-typeof[core]:x64-windows... done
  552. Installing package boost-typeof[core]:x64-windows...
  553. Installing package boost-typeof[core]:x64-windows... done
  554. Elapsed time for package boost-typeof:x64-windows: 3.533 s
  555. Starting package 25/73: boost-chrono:x64-windows
  556. Building package boost-chrono[core]:x64-windows...
  557. -- Downloading https://github.com/boostorg/chrono/archive/boost-1.69.0.tar.gz...
  558. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-chrono-boost-1.69.0.tar.gz
  559. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-chrono/src/ost-1.69.0-452a9f4662
  560. -- Building x64-windows-rel
  561. -- Building x64-windows-rel done
  562. -- Building x64-windows-dbg
  563. -- Building x64-windows-dbg done
  564. -- Packaging x64-windows-rel
  565. -- Packaging x64-windows-rel done
  566. -- Packaging x64-windows-dbg
  567. -- Packaging x64-windows-dbg done
  568. -- Packaging headers
  569. -- Packaging headers done
  570. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  571. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-chrono_x64-windows/share/boost-chrono/copyright
  572. -- Performing post-build validation
  573. -- Performing post-build validation done
  574. Building package boost-chrono[core]:x64-windows... done
  575. Installing package boost-chrono[core]:x64-windows...
  576. Installing package boost-chrono[core]:x64-windows... done
  577. Elapsed time for package boost-chrono:x64-windows: 13.94 s
  578. Starting package 26/73: boost-bind:x64-windows
  579. Building package boost-bind[core]:x64-windows...
  580. -- Downloading https://github.com/boostorg/bind/archive/boost-1.69.0.tar.gz...
  581. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-bind-boost-1.69.0.tar.gz
  582. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-bind/src/ost-1.69.0-4979b4cb3f
  583. -- Packaging headers
  584. -- Packaging headers done
  585. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  586. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-bind_x64-windows/share/boost-bind/copyright
  587. -- Performing post-build validation
  588. -- Performing post-build validation done
  589. Building package boost-bind[core]:x64-windows... done
  590. Installing package boost-bind[core]:x64-windows...
  591. Installing package boost-bind[core]:x64-windows... done
  592. Elapsed time for package boost-bind:x64-windows: 3.876 s
  593. Starting package 27/73: boost-concept-check:x64-windows
  594. Building package boost-concept-check[core]:x64-windows...
  595. -- Downloading https://github.com/boostorg/concept_check/archive/boost-1.69.0.tar.gz...
  596. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-concept_check-boost-1.69.0.tar.gz
  597. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-concept-check/src/ost-1.69.0-60785168ff
  598. -- Packaging headers
  599. -- Packaging headers done
  600. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  601. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-concept-check_x64-windows/share/boost-concept-check/copyright
  602. -- Performing post-build validation
  603. -- Performing post-build validation done
  604. Building package boost-concept-check[core]:x64-windows... done
  605. Installing package boost-concept-check[core]:x64-windows...
  606. Installing package boost-concept-check[core]:x64-windows... done
  607. Elapsed time for package boost-concept-check:x64-windows: 3.094 s
  608. Starting package 28/73: boost-conversion:x64-windows
  609. Building package boost-conversion[core]:x64-windows...
  610. -- Downloading https://github.com/boostorg/conversion/archive/boost-1.69.0.tar.gz...
  611. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-conversion-boost-1.69.0.tar.gz
  612. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-conversion/src/ost-1.69.0-ffd495d224
  613. -- Packaging headers
  614. -- Packaging headers done
  615. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  616. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-conversion_x64-windows/share/boost-conversion/copyright
  617. -- Performing post-build validation
  618. -- Performing post-build validation done
  619. Building package boost-conversion[core]:x64-windows... done
  620. Installing package boost-conversion[core]:x64-windows...
  621. Installing package boost-conversion[core]:x64-windows... done
  622. Elapsed time for package boost-conversion:x64-windows: 2.938 s
  623. Starting package 29/73: boost-tuple:x64-windows
  624. Building package boost-tuple[core]:x64-windows...
  625. -- Downloading https://github.com/boostorg/tuple/archive/boost-1.69.0.tar.gz...
  626. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-tuple-boost-1.69.0.tar.gz
  627. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-tuple/src/ost-1.69.0-ba9a550d56
  628. -- Packaging headers
  629. -- Packaging headers done
  630. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  631. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-tuple_x64-windows/share/boost-tuple/copyright
  632. -- Performing post-build validation
  633. -- Performing post-build validation done
  634. Building package boost-tuple[core]:x64-windows... done
  635. Installing package boost-tuple[core]:x64-windows...
  636. Installing package boost-tuple[core]:x64-windows... done
  637. Elapsed time for package boost-tuple:x64-windows: 2.927 s
  638. Starting package 30/73: boost-function-types:x64-windows
  639. Building package boost-function-types[core]:x64-windows...
  640. -- Downloading https://github.com/boostorg/function_types/archive/boost-1.69.0.tar.gz...
  641. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-function_types-boost-1.69.0.tar.gz
  642. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-function-types/src/ost-1.69.0-4b6d28d35d
  643. -- Packaging headers
  644. -- Packaging headers done
  645. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  646. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-function-types_x64-windows/share/boost-function-types/copyright
  647. -- Performing post-build validation
  648. -- Performing post-build validation done
  649. Building package boost-function-types[core]:x64-windows... done
  650. Installing package boost-function-types[core]:x64-windows...
  651. Installing package boost-function-types[core]:x64-windows... done
  652. Elapsed time for package boost-function-types:x64-windows: 3.496 s
  653. Starting package 31/73: boost-fusion:x64-windows
  654. Building package boost-fusion[core]:x64-windows...
  655. -- Downloading https://github.com/boostorg/fusion/archive/boost-1.69.0.tar.gz...
  656. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-fusion-boost-1.69.0.tar.gz
  657. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-fusion/src/ost-1.69.0-6e19dae207
  658. -- Packaging headers
  659. -- Packaging headers done
  660. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  661. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-fusion_x64-windows/share/boost-fusion/copyright
  662. -- Performing post-build validation
  663. -- Performing post-build validation done
  664. Building package boost-fusion[core]:x64-windows... done
  665. Installing package boost-fusion[core]:x64-windows...
  666. Installing package boost-fusion[core]:x64-windows... done
  667. Elapsed time for package boost-fusion:x64-windows: 9.697 s
  668. Starting package 32/73: boost-optional:x64-windows
  669. Building package boost-optional[core]:x64-windows...
  670. -- Downloading https://github.com/boostorg/optional/archive/boost-1.69.0.tar.gz...
  671. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-optional-boost-1.69.0.tar.gz
  672. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-optional/src/ost-1.69.0-7c3ad3c070
  673. -- Packaging headers
  674. -- Packaging headers done
  675. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  676. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-optional_x64-windows/share/boost-optional/copyright
  677. -- Performing post-build validation
  678. -- Performing post-build validation done
  679. Building package boost-optional[core]:x64-windows... done
  680. Installing package boost-optional[core]:x64-windows...
  681. Installing package boost-optional[core]:x64-windows... done
  682. Elapsed time for package boost-optional:x64-windows: 3.519 s
  683. Starting package 33/73: boost-smart-ptr:x64-windows
  684. Building package boost-smart-ptr[core]:x64-windows...
  685. -- Downloading https://github.com/boostorg/smart_ptr/archive/boost-1.69.0.tar.gz...
  686. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-smart_ptr-boost-1.69.0.tar.gz
  687. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-smart-ptr/src/ost-1.69.0-dc1004f8d8
  688. -- Packaging headers
  689. -- Packaging headers done
  690. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  691. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-smart-ptr_x64-windows/share/boost-smart-ptr/copyright
  692. -- Performing post-build validation
  693. -- Performing post-build validation done
  694. Building package boost-smart-ptr[core]:x64-windows... done
  695. Installing package boost-smart-ptr[core]:x64-windows...
  696. Installing package boost-smart-ptr[core]:x64-windows... done
  697. Elapsed time for package boost-smart-ptr:x64-windows: 3.742 s
  698. Starting package 34/73: boost-iterator:x64-windows
  699. Building package boost-iterator[core]:x64-windows...
  700. -- Downloading https://github.com/boostorg/iterator/archive/boost-1.69.0.tar.gz...
  701. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-iterator-boost-1.69.0.tar.gz
  702. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-iterator/src/ost-1.69.0-a2ae7644c6
  703. -- Packaging headers
  704. -- Packaging headers done
  705. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  706. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-iterator_x64-windows/share/boost-iterator/copyright
  707. -- Performing post-build validation
  708. -- Performing post-build validation done
  709. Building package boost-iterator[core]:x64-windows... done
  710. Installing package boost-iterator[core]:x64-windows...
  711. Installing package boost-iterator[core]:x64-windows... done
  712. Elapsed time for package boost-iterator:x64-windows: 6.542 s
  713. Starting package 35/73: boost-numeric-conversion:x64-windows
  714. Building package boost-numeric-conversion[core]:x64-windows...
  715. -- Downloading https://github.com/boostorg/numeric_conversion/archive/boost-1.69.0.tar.gz...
  716. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-numeric_conversion-boost-1.69.0.tar.gz
  717. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-numeric-conversion/src/ost-1.69.0-301a04c0ba
  718. -- Packaging headers
  719. -- Packaging headers done
  720. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  721. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-numeric-conversion_x64-windows/share/boost-numeric-conversion/copyright
  722. -- Performing post-build validation
  723. -- Performing post-build validation done
  724. Building package boost-numeric-conversion[core]:x64-windows... done
  725. Installing package boost-numeric-conversion[core]:x64-windows...
  726. Installing package boost-numeric-conversion[core]:x64-windows... done
  727. Elapsed time for package boost-numeric-conversion:x64-windows: 3.575 s
  728. Starting package 36/73: boost-type-index:x64-windows
  729. Building package boost-type-index[core]:x64-windows...
  730. -- Downloading https://github.com/boostorg/type_index/archive/boost-1.69.0.tar.gz...
  731. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-type_index-boost-1.69.0.tar.gz
  732. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-type-index/src/ost-1.69.0-8ad480b572
  733. -- Packaging headers
  734. -- Packaging headers done
  735. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  736. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-type-index_x64-windows/share/boost-type-index/copyright
  737. -- Performing post-build validation
  738. -- Performing post-build validation done
  739. Building package boost-type-index[core]:x64-windows... done
  740. Installing package boost-type-index[core]:x64-windows...
  741. Installing package boost-type-index[core]:x64-windows... done
  742. Elapsed time for package boost-type-index:x64-windows: 3.15 s
  743. Starting package 37/73: boost-function:x64-windows
  744. Building package boost-function[core]:x64-windows...
  745. -- Downloading https://github.com/boostorg/function/archive/boost-1.69.0.tar.gz...
  746. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-function-boost-1.69.0.tar.gz
  747. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-function/src/ost-1.69.0-dd4c322208
  748. -- Packaging headers
  749. -- Packaging headers done
  750. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  751. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-function_x64-windows/share/boost-function/copyright
  752. -- Performing post-build validation
  753. -- Performing post-build validation done
  754. Building package boost-function[core]:x64-windows... done
  755. Installing package boost-function[core]:x64-windows...
  756. Installing package boost-function[core]:x64-windows... done
  757. Elapsed time for package boost-function:x64-windows: 3.33 s
  758. Starting package 38/73: liblzma:x64-windows
  759. Building package liblzma[core]:x64-windows...
  760. -- Downloading https://github.com/xz-mirror/xz/archive/v5.2.4.tar.gz...
  761. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/xz-mirror-xz-v5.2.4.tar.gz
  762. -- Applying patch enable-uwp-builds.patch
  763. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/liblzma/src/v5.2.4-66bfe33102
  764. -- Configuring x64-windows
  765. -- Building x64-windows-dbg
  766. -- Building x64-windows-rel
  767. -- Performing post-build validation
  768. -- Performing post-build validation done
  769. Building package liblzma[core]:x64-windows... done
  770. Installing package liblzma[core]:x64-windows...
  771. Installing package liblzma[core]:x64-windows... done
  772. Elapsed time for package liblzma:x64-windows: 23.74 s
  773. Starting package 39/73: boost-array:x64-windows
  774. Building package boost-array[core]:x64-windows...
  775. -- Downloading https://github.com/boostorg/array/archive/boost-1.69.0.tar.gz...
  776. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-array-boost-1.69.0.tar.gz
  777. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-array/src/ost-1.69.0-b0d6f22f4d
  778. -- Packaging headers
  779. -- Packaging headers done
  780. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  781. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-array_x64-windows/share/boost-array/copyright
  782. -- Performing post-build validation
  783. -- Performing post-build validation done
  784. Building package boost-array[core]:x64-windows... done
  785. Installing package boost-array[core]:x64-windows...
  786. Installing package boost-array[core]:x64-windows... done
  787. Elapsed time for package boost-array:x64-windows: 2.867 s
  788. Starting package 40/73: boost-regex:x64-windows
  789. Building package boost-regex[core]:x64-windows...
  790. -- Downloading https://github.com/boostorg/regex/archive/boost-1.69.0.tar.gz...
  791. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-regex-boost-1.69.0.tar.gz
  792. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-regex/src/ost-1.69.0-80bf9a4997
  793. -- Building x64-windows-rel
  794. -- Building x64-windows-rel done
  795. -- Building x64-windows-dbg
  796. -- Building x64-windows-dbg done
  797. -- Packaging x64-windows-rel
  798. -- Packaging x64-windows-rel done
  799. -- Packaging x64-windows-dbg
  800. -- Packaging x64-windows-dbg done
  801. -- Packaging headers
  802. -- Packaging headers done
  803. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  804. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-regex_x64-windows/share/boost-regex/copyright
  805. -- Performing post-build validation
  806. -- Performing post-build validation done
  807. Building package boost-regex[core]:x64-windows... done
  808. Installing package boost-regex[core]:x64-windows...
  809. Installing package boost-regex[core]:x64-windows... done
  810. Elapsed time for package boost-regex:x64-windows: 27.29 s
  811. Starting package 41/73: boost-range:x64-windows
  812. Building package boost-range[core]:x64-windows...
  813. -- Downloading https://github.com/boostorg/range/archive/boost-1.69.0.tar.gz...
  814. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-range-boost-1.69.0.tar.gz
  815. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-range/src/ost-1.69.0-c5aaa97768
  816. -- Packaging headers
  817. -- Packaging headers done
  818. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  819. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-range_x64-windows/share/boost-range/copyright
  820. -- Performing post-build validation
  821. -- Performing post-build validation done
  822. Building package boost-range[core]:x64-windows... done
  823. Installing package boost-range[core]:x64-windows...
  824. Installing package boost-range[core]:x64-windows... done
  825. Elapsed time for package boost-range:x64-windows: 5.888 s
  826. Starting package 42/73: bzip2:x64-windows
  827. Building package bzip2[core]:x64-windows...
  828. -- Downloading https://github.com/past-due/bzip2-mirror/releases/download/v1.0.6/bzip2-1.0.6.tar.gz...
  829. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/bzip2-1.0.6.tar.gz
  830. -- Applying patch fix-import-export-macros.patch
  831. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/bzip2/src/1.0.6-8d81d2ad2b
  832. -- Configuring x64-windows
  833. -- Building x64-windows-dbg
  834. -- Building x64-windows-rel
  835. -- Performing post-build validation
  836. -- Performing post-build validation done
  837. Building package bzip2[core]:x64-windows... done
  838. Installing package bzip2[core]:x64-windows...
  839. Installing package bzip2[core]:x64-windows... done
  840. Elapsed time for package bzip2:x64-windows: 15.02 s
  841. Starting package 43/73: zlib:x64-windows
  842. Building package zlib[core]:x64-windows...
  843. -- Downloading http://www.zlib.net/zlib-1.2.11.tar.gz...
  844. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/zlib1211.tar.gz
  845. -- Applying patch cmake_dont_build_more_than_needed.patch
  846. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/zlib/src/1.2.11-f690224aeb
  847. -- Configuring x64-windows
  848. -- Building x64-windows-dbg
  849. -- Building x64-windows-rel
  850. -- Installing: C:/Users/BulawOw1/vcpkg/packages/zlib_x64-windows/share/zlib/copyright
  851. -- Performing post-build validation
  852. -- Performing post-build validation done
  853. Building package zlib[core]:x64-windows... done
  854. Installing package zlib[core]:x64-windows...
  855. Installing package zlib[core]:x64-windows... done
  856. Elapsed time for package zlib:x64-windows: 17.39 s
  857. Starting package 44/73: zstd:x64-windows
  858. Building package zstd[core]:x64-windows...
  859. -- Downloading https://github.com/facebook/zstd/archive/v1.3.7.tar.gz...
  860. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/facebook-zstd-v1.3.7.tar.gz
  861. -- Applying patch enable-debug-mode.patch
  862. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/zstd/src/v1.3.7-4bca702f61
  863. -- Configuring x64-windows
  864. -- Building x64-windows-dbg
  865. -- Building x64-windows-rel
  866. -- Performing post-build validation
  867. -- Performing post-build validation done
  868. Building package zstd[core]:x64-windows... done
  869. Installing package zstd[core]:x64-windows...
  870. Installing package zstd[core]:x64-windows... done
  871. Elapsed time for package zstd:x64-windows: 51.39 s
  872. Starting package 45/73: boost-iostreams:x64-windows
  873. Building package boost-iostreams[core]:x64-windows...
  874. -- Downloading https://github.com/boostorg/iostreams/archive/boost-1.69.0.tar.gz...
  875. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-iostreams-boost-1.69.0.tar.gz
  876. -- Applying patch Removeseekpos.patch
  877. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-iostreams/src/ost-1.69.0-d55146db23
  878. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  879. -- Configuring x64-windows
  880. -- Building x64-windows-dbg
  881. -- Building x64-windows-rel
  882. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-iostreams_x64-windows/share/boost-iostreams/copyright
  883. -- Performing post-build validation
  884. -- Performing post-build validation done
  885. Building package boost-iostreams[core]:x64-windows... done
  886. Installing package boost-iostreams[core]:x64-windows...
  887. Installing package boost-iostreams[core]:x64-windows... done
  888. Elapsed time for package boost-iostreams:x64-windows: 25.87 s
  889. Starting package 46/73: boost-atomic:x64-windows
  890. Building package boost-atomic[core]:x64-windows...
  891. -- Downloading https://github.com/boostorg/atomic/archive/boost-1.69.0.tar.gz...
  892. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-atomic-boost-1.69.0.tar.gz
  893. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-atomic/src/ost-1.69.0-47fd4a0e9b
  894. -- Building x64-windows-rel
  895. -- Building x64-windows-rel done
  896. -- Building x64-windows-dbg
  897. -- Building x64-windows-dbg done
  898. -- Packaging x64-windows-rel
  899. -- Packaging x64-windows-rel done
  900. -- Packaging x64-windows-dbg
  901. -- Packaging x64-windows-dbg done
  902. -- Packaging headers
  903. -- Packaging headers done
  904. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  905. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-atomic_x64-windows/share/boost-atomic/copyright
  906. -- Performing post-build validation
  907. -- Performing post-build validation done
  908. Building package boost-atomic[core]:x64-windows... done
  909. Installing package boost-atomic[core]:x64-windows...
  910. Installing package boost-atomic[core]:x64-windows... done
  911. Elapsed time for package boost-atomic:x64-windows: 11.25 s
  912. Starting package 47/73: boost-lambda:x64-windows
  913. Building package boost-lambda[core]:x64-windows...
  914. -- Downloading https://github.com/boostorg/lambda/archive/boost-1.69.0.tar.gz...
  915. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-lambda-boost-1.69.0.tar.gz
  916. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-lambda/src/ost-1.69.0-cc8c320a64
  917. -- Packaging headers
  918. -- Packaging headers done
  919. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  920. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-lambda_x64-windows/share/boost-lambda/copyright
  921. -- Performing post-build validation
  922. -- Performing post-build validation done
  923. Building package boost-lambda[core]:x64-windows... done
  924. Installing package boost-lambda[core]:x64-windows...
  925. Installing package boost-lambda[core]:x64-windows... done
  926. Elapsed time for package boost-lambda:x64-windows: 5.596 s
  927. Starting package 48/73: boost-container:x64-windows
  928. Building package boost-container[core]:x64-windows...
  929. -- Downloading https://github.com/boostorg/container/archive/boost-1.69.0.tar.gz...
  930. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-container-boost-1.69.0.tar.gz
  931. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-container/src/ost-1.69.0-4d1d511a97
  932. -- Building x64-windows-rel
  933. -- Building x64-windows-rel done
  934. -- Building x64-windows-dbg
  935. -- Building x64-windows-dbg done
  936. -- Packaging x64-windows-rel
  937. -- Packaging x64-windows-rel done
  938. -- Packaging x64-windows-dbg
  939. -- Packaging x64-windows-dbg done
  940. -- Packaging headers
  941. -- Packaging headers done
  942. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  943. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-container_x64-windows/share/boost-container/copyright
  944. -- Performing post-build validation
  945. -- Performing post-build validation done
  946. Building package boost-container[core]:x64-windows... done
  947. Installing package boost-container[core]:x64-windows...
  948. Installing package boost-container[core]:x64-windows... done
  949. Elapsed time for package boost-container:x64-windows: 13.69 s
  950. Starting package 49/73: boost-lexical-cast:x64-windows
  951. Building package boost-lexical-cast[core]:x64-windows...
  952. -- Downloading https://github.com/boostorg/lexical_cast/archive/boost-1.69.0.tar.gz...
  953. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-lexical_cast-boost-1.69.0.tar.gz
  954. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-lexical-cast/src/ost-1.69.0-e7f5864afd
  955. -- Packaging headers
  956. -- Packaging headers done
  957. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  958. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-lexical-cast_x64-windows/share/boost-lexical-cast/copyright
  959. -- Performing post-build validation
  960. -- Performing post-build validation done
  961. Building package boost-lexical-cast[core]:x64-windows... done
  962. Installing package boost-lexical-cast[core]:x64-windows...
  963. Installing package boost-lexical-cast[core]:x64-windows... done
  964. Elapsed time for package boost-lexical-cast:x64-windows: 3.975 s
  965. Starting package 50/73: boost-math:x64-windows
  966. Building package boost-math[core]:x64-windows...
  967. -- Downloading https://github.com/boostorg/math/archive/boost-1.69.0.tar.gz...
  968. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-math-boost-1.69.0.tar.gz
  969. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-math/src/ost-1.69.0-caad044203
  970. -- Building x64-windows-rel
  971. -- Building x64-windows-rel done
  972. -- Building x64-windows-dbg
  973. -- Building x64-windows-dbg done
  974. -- Packaging x64-windows-rel
  975. -- Packaging x64-windows-rel done
  976. -- Packaging x64-windows-dbg
  977. -- Packaging x64-windows-dbg done
  978. -- Packaging headers
  979. -- Packaging headers done
  980. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  981. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-math_x64-windows/share/boost-math/copyright
  982. -- Performing post-build validation
  983. -- Performing post-build validation done
  984. Building package boost-math[core]:x64-windows... done
  985. Installing package boost-math[core]:x64-windows...
  986. Installing package boost-math[core]:x64-windows... done
  987. Elapsed time for package boost-math:x64-windows: 2.607 min
  988. Starting package 51/73: boost-pool:x64-windows
  989. Building package boost-pool[core]:x64-windows...
  990. -- Downloading https://github.com/boostorg/pool/archive/boost-1.69.0.tar.gz...
  991. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-pool-boost-1.69.0.tar.gz
  992. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-pool/src/ost-1.69.0-c835a2ca43
  993. -- Packaging headers
  994. -- Packaging headers done
  995. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  996. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-pool_x64-windows/share/boost-pool/copyright
  997. -- Performing post-build validation
  998. -- Performing post-build validation done
  999. Building package boost-pool[core]:x64-windows... done
  1000. Installing package boost-pool[core]:x64-windows...
  1001. Installing package boost-pool[core]:x64-windows... done
  1002. Elapsed time for package boost-pool:x64-windows: 30.6 s
  1003. Starting package 52/73: boost-exception:x64-windows
  1004. Building package boost-exception[core]:x64-windows...
  1005. -- Downloading https://github.com/boostorg/exception/archive/boost-1.69.0.tar.gz...
  1006. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-exception-boost-1.69.0.tar.gz
  1007. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-exception/src/ost-1.69.0-2efe4bac04
  1008. -- Building x64-windows-rel
  1009. -- Building x64-windows-rel done
  1010. -- Building x64-windows-dbg
  1011. -- Building x64-windows-dbg done
  1012. -- Packaging x64-windows-rel
  1013. -- Packaging x64-windows-rel done
  1014. -- Packaging x64-windows-dbg
  1015. -- Packaging x64-windows-dbg done
  1016. -- Packaging headers
  1017. -- Packaging headers done
  1018. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  1019. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-exception_x64-windows/share/boost-exception/copyright
  1020. -- Performing post-build validation
  1021. -- Performing post-build validation done
  1022. Building package boost-exception[core]:x64-windows... done
  1023. Installing package boost-exception[core]:x64-windows...
  1024. Installing package boost-exception[core]:x64-windows... done
  1025. Elapsed time for package boost-exception:x64-windows: 34.4 s
  1026. Starting package 53/73: boost-functional:x64-windows
  1027. Building package boost-functional[core]:x64-windows...
  1028. -- Downloading https://github.com/boostorg/functional/archive/boost-1.69.0.tar.gz...
  1029. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-functional-boost-1.69.0.tar.gz
  1030. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-functional/src/ost-1.69.0-e97f8bedbf
  1031. -- Packaging headers
  1032. -- Packaging headers done
  1033. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  1034. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-functional_x64-windows/share/boost-functional/copyright
  1035. -- Performing post-build validation
  1036. -- Performing post-build validation done
  1037. Building package boost-functional[core]:x64-windows... done
  1038. Installing package boost-functional[core]:x64-windows...
  1039. Installing package boost-functional[core]:x64-windows... done
  1040. Elapsed time for package boost-functional:x64-windows: 19.09 s
  1041. Starting package 54/73: boost-unordered:x64-windows
  1042. Building package boost-unordered[core]:x64-windows...
  1043. -- Downloading https://github.com/boostorg/unordered/archive/boost-1.69.0.tar.gz...
  1044. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-unordered-boost-1.69.0.tar.gz
  1045. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-unordered/src/ost-1.69.0-b6f1fb4fe6
  1046. -- Packaging headers
  1047. -- Packaging headers done
  1048. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  1049. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-unordered_x64-windows/share/boost-unordered/copyright
  1050. -- Performing post-build validation
  1051. -- Performing post-build validation done
  1052. Building package boost-unordered[core]:x64-windows... done
  1053. Installing package boost-unordered[core]:x64-windows...
  1054. Installing package boost-unordered[core]:x64-windows... done
  1055. Elapsed time for package boost-unordered:x64-windows: 18.71 s
  1056. Starting package 55/73: boost-algorithm:x64-windows
  1057. Building package boost-algorithm[core]:x64-windows...
  1058. -- Downloading https://github.com/boostorg/algorithm/archive/boost-1.69.0.tar.gz...
  1059. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-algorithm-boost-1.69.0.tar.gz
  1060. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-algorithm/src/ost-1.69.0-5b517f6e62
  1061. -- Packaging headers
  1062. -- Packaging headers done
  1063. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  1064. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-algorithm_x64-windows/share/boost-algorithm/copyright
  1065. -- Performing post-build validation
  1066. -- Performing post-build validation done
  1067. Building package boost-algorithm[core]:x64-windows... done
  1068. Installing package boost-algorithm[core]:x64-windows...
  1069. Installing package boost-algorithm[core]:x64-windows... done
  1070. Elapsed time for package boost-algorithm:x64-windows: 19.29 s
  1071. Starting package 56/73: boost-io:x64-windows
  1072. Building package boost-io[core]:x64-windows...
  1073. -- Downloading https://github.com/boostorg/io/archive/boost-1.69.0.tar.gz...
  1074. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-io-boost-1.69.0.tar.gz
  1075. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-io/src/ost-1.69.0-f17133acda
  1076. -- Packaging headers
  1077. -- Packaging headers done
  1078. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  1079. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-io_x64-windows/share/boost-io/copyright
  1080. -- Performing post-build validation
  1081. -- Performing post-build validation done
  1082. Building package boost-io[core]:x64-windows... done
  1083. Installing package boost-io[core]:x64-windows...
  1084. Installing package boost-io[core]:x64-windows... done
  1085. Elapsed time for package boost-io:x64-windows: 2.945 s
  1086. Starting package 57/73: boost-tokenizer:x64-windows
  1087. Building package boost-tokenizer[core]:x64-windows...
  1088. -- Downloading https://github.com/boostorg/tokenizer/archive/boost-1.69.0.tar.gz...
  1089. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-tokenizer-boost-1.69.0.tar.gz
  1090. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-tokenizer/src/ost-1.69.0-85d8b7e3c0
  1091. -- Packaging headers
  1092. -- Packaging headers done
  1093. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  1094. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-tokenizer_x64-windows/share/boost-tokenizer/copyright
  1095. -- Performing post-build validation
  1096. -- Performing post-build validation done
  1097. Building package boost-tokenizer[core]:x64-windows... done
  1098. Installing package boost-tokenizer[core]:x64-windows...
  1099. Installing package boost-tokenizer[core]:x64-windows... done
  1100. Elapsed time for package boost-tokenizer:x64-windows: 2.963 s
  1101. Starting package 58/73: boost-date-time:x64-windows
  1102. Building package boost-date-time[core]:x64-windows...
  1103. -- Downloading https://github.com/boostorg/date_time/archive/boost-1.69.0.tar.gz...
  1104. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-date_time-boost-1.69.0.tar.gz
  1105. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-date-time/src/ost-1.69.0-0520dcc0e2
  1106. -- Building x64-windows-rel
  1107. -- Building x64-windows-rel done
  1108. -- Building x64-windows-dbg
  1109. -- Building x64-windows-dbg done
  1110. -- Packaging x64-windows-rel
  1111. -- Packaging x64-windows-rel done
  1112. -- Packaging x64-windows-dbg
  1113. -- Packaging x64-windows-dbg done
  1114. -- Packaging headers
  1115. -- Packaging headers done
  1116. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  1117. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-date-time_x64-windows/share/boost-date-time/copyright
  1118. -- Performing post-build validation
  1119. -- Performing post-build validation done
  1120. Building package boost-date-time[core]:x64-windows... done
  1121. Installing package boost-date-time[core]:x64-windows...
  1122. Installing package boost-date-time[core]:x64-windows... done
  1123. Elapsed time for package boost-date-time:x64-windows: 15.18 s
  1124. Starting package 59/73: boost-thread:x64-windows
  1125. Building package boost-thread[core]:x64-windows...
  1126. -- Downloading https://github.com/boostorg/thread/archive/boost-1.69.0.tar.gz...
  1127. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-thread-boost-1.69.0.tar.gz
  1128. -- Applying patch avoid-winapi.patch
  1129. -- Applying patch failed. This is expected if this patch was previously applied.
  1130. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-thread/src/ost-1.69.0-8a6e6de56c
  1131. -- Building x64-windows-rel
  1132. -- Building x64-windows-rel done
  1133. -- Building x64-windows-dbg
  1134. -- Building x64-windows-dbg done
  1135. -- Packaging x64-windows-rel
  1136. -- Packaging x64-windows-rel done
  1137. -- Packaging x64-windows-dbg
  1138. -- Packaging x64-windows-dbg done
  1139. -- Packaging headers
  1140. -- Packaging headers done
  1141. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  1142. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-thread_x64-windows/share/boost-thread/copyright
  1143. -- Performing post-build validation
  1144. -- Performing post-build validation done
  1145. Building package boost-thread[core]:x64-windows... done
  1146. Installing package boost-thread[core]:x64-windows...
  1147. Installing package boost-thread[core]:x64-windows... done
  1148. Elapsed time for package boost-thread:x64-windows: 18.09 s
  1149. Starting package 60/73: boost-context:x64-windows
  1150. Building package boost-context[core]:x64-windows...
  1151. -- Downloading https://github.com/boostorg/context/archive/boost-1.69.0.tar.gz...
  1152. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-context-boost-1.69.0.tar.gz
  1153. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-context/src/ost-1.69.0-71f20f3dc9
  1154. -- Building x64-windows-rel
  1155. -- Building x64-windows-rel done
  1156. -- Building x64-windows-dbg
  1157. -- Building x64-windows-dbg done
  1158. -- Packaging x64-windows-rel
  1159. -- Packaging x64-windows-rel done
  1160. -- Packaging x64-windows-dbg
  1161. -- Packaging x64-windows-dbg done
  1162. -- Packaging headers
  1163. -- Packaging headers done
  1164. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  1165. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-context_x64-windows/share/boost-context/copyright
  1166. -- Performing post-build validation
  1167. -- Performing post-build validation done
  1168. Building package boost-context[core]:x64-windows... done
  1169. Installing package boost-context[core]:x64-windows...
  1170. Installing package boost-context[core]:x64-windows... done
  1171. Elapsed time for package boost-context:x64-windows: 13.83 s
  1172. Starting package 61/73: boost-coroutine:x64-windows
  1173. Building package boost-coroutine[core]:x64-windows...
  1174. -- Downloading https://github.com/boostorg/coroutine/archive/boost-1.69.0.tar.gz...
  1175. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-coroutine-boost-1.69.0.tar.gz
  1176. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-coroutine/src/ost-1.69.0-849576528d
  1177. -- Building x64-windows-rel
  1178. -- Building x64-windows-rel done
  1179. -- Building x64-windows-dbg
  1180. -- Building x64-windows-dbg done
  1181. -- Packaging x64-windows-rel
  1182. -- Packaging x64-windows-rel done
  1183. -- Packaging x64-windows-dbg
  1184. -- Packaging x64-windows-dbg done
  1185. -- Packaging headers
  1186. -- Packaging headers done
  1187. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  1188. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-coroutine_x64-windows/share/boost-coroutine/copyright
  1189. -- Performing post-build validation
  1190. -- Performing post-build validation done
  1191. Building package boost-coroutine[core]:x64-windows... done
  1192. Installing package boost-coroutine[core]:x64-windows...
  1193. Installing package boost-coroutine[core]:x64-windows... done
  1194. Elapsed time for package boost-coroutine:x64-windows: 16.34 s
  1195. Starting package 62/73: boost-variant:x64-windows
  1196. Building package boost-variant[core]:x64-windows...
  1197. -- Downloading https://github.com/boostorg/variant/archive/boost-1.69.0.tar.gz...
  1198. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-variant-boost-1.69.0.tar.gz
  1199. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-variant/src/ost-1.69.0-1e60a54f5e
  1200. -- Packaging headers
  1201. -- Packaging headers done
  1202. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  1203. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-variant_x64-windows/share/boost-variant/copyright
  1204. -- Performing post-build validation
  1205. -- Performing post-build validation done
  1206. Building package boost-variant[core]:x64-windows... done
  1207. Installing package boost-variant[core]:x64-windows...
  1208. Installing package boost-variant[core]:x64-windows... done
  1209. Elapsed time for package boost-variant:x64-windows: 4.369 s
  1210. Starting package 63/73: openssl-windows:x64-windows
  1211. Building package openssl-windows[core]:x64-windows...
  1212. -- Downloading http://strawberryperl.com/download/5.24.1.1/strawberry-perl-5.24.1.1-32bit-portable.zip...
  1213. -- Downloading https://www.openssl.org/source/openssl-1.0.2q.tar.gz...
  1214. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/openssl-1.0.2q.tar.gz
  1215. -- Applying patch ConfigureIncludeQuotesFix.patch
  1216. -- Applying patch STRINGIFYPatch.patch
  1217. -- Applying patch EnableWinARM32.patch
  1218. -- Applying patch EmbedSymbolsInStaticLibsZ7.patch
  1219. -- Applying patch EnableWinARM64.patch
  1220. -- Downloading http://www.nasm.us/pub/nasm/releasebuilds/2.14/win32/nasm-2.14-win32.zip...
  1221. -- Downloading http://download.qt.io/official_releases/jom/jom_1_1_2.zip...
  1222. -- Configure x64-windows-rel
  1223. -- Configure x64-windows-rel done
  1224. -- Build x64-windows-rel
  1225. -- Build x64-windows-rel done
  1226. -- Configure x64-windows-dbg
  1227. -- Configure x64-windows-dbg done
  1228. -- Build x64-windows-dbg
  1229. -- Build x64-windows-dbg done
  1230. -- Installing: C:/Users/BulawOw1/vcpkg/packages/openssl-windows_x64-windows/share/openssl-windows/copyright
  1231. -- Performing post-build validation
  1232. -- Performing post-build validation done
  1233. Building package openssl-windows[core]:x64-windows... done
  1234. Installing package openssl-windows[core]:x64-windows...
  1235. Installing package openssl-windows[core]:x64-windows... done
  1236. Elapsed time for package openssl-windows:x64-windows: 10.03 min
  1237. Starting package 64/73: openssl:x64-windows
  1238. Building package openssl[core]:x64-windows...
  1239. -- Installing: C:/Users/BulawOw1/vcpkg/packages/openssl_x64-windows/share/openssl//usage
  1240. -- Performing post-build validation
  1241. -- Performing post-build validation done
  1242. Building package openssl[core]:x64-windows... done
  1243. Installing package openssl[core]:x64-windows...
  1244. Installing package openssl[core]:x64-windows... done
  1245. Elapsed time for package openssl:x64-windows: 1.876 s
  1246. Starting package 65/73: boost-asio:x64-windows
  1247. Building package boost-asio[core]:x64-windows...
  1248. -- Downloading https://github.com/boostorg/asio/archive/boost-1.69.0.tar.gz...
  1249. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-asio-boost-1.69.0.tar.gz
  1250. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-asio/src/ost-1.69.0-b288466bcf
  1251. -- Packaging headers
  1252. -- Packaging headers done
  1253. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  1254. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-asio_x64-windows/share/boost-asio/copyright
  1255. -- Performing post-build validation
  1256. -- Performing post-build validation done
  1257. Building package boost-asio[core]:x64-windows... done
  1258. Installing package boost-asio[core]:x64-windows...
  1259. Installing package boost-asio[core]:x64-windows... done
  1260. Elapsed time for package boost-asio:x64-windows: 8.35 s
  1261. Starting package 66/73: boost-align:x64-windows
  1262. Building package boost-align[core]:x64-windows...
  1263. -- Downloading https://github.com/boostorg/align/archive/boost-1.69.0.tar.gz...
  1264. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-align-boost-1.69.0.tar.gz
  1265. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-align/src/ost-1.69.0-dbaa9d7425
  1266. -- Packaging headers
  1267. -- Packaging headers done
  1268. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  1269. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-align_x64-windows/share/boost-align/copyright
  1270. -- Performing post-build validation
  1271. -- Performing post-build validation done
  1272. Building package boost-align[core]:x64-windows... done
  1273. Installing package boost-align[core]:x64-windows...
  1274. Installing package boost-align[core]:x64-windows... done
  1275. Elapsed time for package boost-align:x64-windows: 3.076 s
  1276. Starting package 67/73: boost-parameter:x64-windows
  1277. Building package boost-parameter[core]:x64-windows...
  1278. -- Downloading https://github.com/boostorg/parameter/archive/boost-1.69.0.tar.gz...
  1279. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-parameter-boost-1.69.0.tar.gz
  1280. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-parameter/src/ost-1.69.0-dbc857ef0b
  1281. -- Packaging headers
  1282. -- Packaging headers done
  1283. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  1284. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-parameter_x64-windows/share/boost-parameter/copyright
  1285. -- Performing post-build validation
  1286. -- Performing post-build validation done
  1287. Building package boost-parameter[core]:x64-windows... done
  1288. Installing package boost-parameter[core]:x64-windows...
  1289. Installing package boost-parameter[core]:x64-windows... done
  1290. Elapsed time for package boost-parameter:x64-windows: 3.943 s
  1291. Starting package 68/73: boost-lockfree:x64-windows
  1292. Building package boost-lockfree[core]:x64-windows...
  1293. -- Downloading https://github.com/boostorg/lockfree/archive/boost-1.69.0.tar.gz...
  1294. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/boostorg-lockfree-boost-1.69.0.tar.gz
  1295. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/boost-lockfree/src/ost-1.69.0-0efd64eb3d
  1296. -- Packaging headers
  1297. -- Packaging headers done
  1298. -- Using cached C:/Users/BulawOw1/vcpkg/downloads/boost_LICENSE_1_0.txt
  1299. -- Installing: C:/Users/BulawOw1/vcpkg/packages/boost-lockfree_x64-windows/share/boost-lockfree/copyright
  1300. -- Performing post-build validation
  1301. -- Performing post-build validation done
  1302. Building package boost-lockfree[core]:x64-windows... done
  1303. Installing package boost-lockfree[core]:x64-windows...
  1304. Installing package boost-lockfree[core]:x64-windows... done
  1305. Elapsed time for package boost-lockfree:x64-windows: 3.098 s
  1306. Starting package 69/73: luajit:x64-windows
  1307. Building package luajit[core]:x64-windows...
  1308. -- Downloading https://github.com/LuaJIT/LuaJIT/archive/v2.0.5.tar.gz...
  1309. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/LuaJIT-LuaJIT-v2.0.5.tar.gz
  1310. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/luajit/src/v2.0.5-c87550d73d
  1311. -- Applying patch C:/Users/BulawOw1/vcpkg/ports/luajit/001-fixStaticBuild.patch
  1312. -- Building x64-windows-dbg
  1313. -- Installing: C:/Users/BulawOw1/vcpkg/packages/luajit_x64-windows/debug/tools/luajit.exe
  1314. -- Installing: C:/Users/BulawOw1/vcpkg/packages/luajit_x64-windows/debug/lib/lua51.lib
  1315. -- Installing: C:/Users/BulawOw1/vcpkg/packages/luajit_x64-windows/debug/bin/lua51.dll
  1316. -- Building x64-windows-rel
  1317. -- Installing: C:/Users/BulawOw1/vcpkg/packages/luajit_x64-windows/tools/luajit.exe
  1318. -- Installing: C:/Users/BulawOw1/vcpkg/packages/luajit_x64-windows/lib/lua51.lib
  1319. -- Installing: C:/Users/BulawOw1/vcpkg/packages/luajit_x64-windows/bin/lua51.dll
  1320. -- Warning: Could not find a matching pdb file for:
  1321. C:/Users/BulawOw1/vcpkg/packages/luajit_x64-windows/bin/lua51.dll
  1322.  
  1323. -- Installing: C:/Users/BulawOw1/vcpkg/packages/luajit_x64-windows/include/luajit/lua.h
  1324. -- Installing: C:/Users/BulawOw1/vcpkg/packages/luajit_x64-windows/include/luajit/luajit.h
  1325. -- Installing: C:/Users/BulawOw1/vcpkg/packages/luajit_x64-windows/include/luajit/luaconf.h
  1326. -- Installing: C:/Users/BulawOw1/vcpkg/packages/luajit_x64-windows/include/luajit/lualib.h
  1327. -- Installing: C:/Users/BulawOw1/vcpkg/packages/luajit_x64-windows/include/luajit/lauxlib.h
  1328. -- Installing: C:/Users/BulawOw1/vcpkg/packages/luajit_x64-windows/include/luajit/lua.hpp
  1329. -- Performing post-build validation
  1330. -- Performing post-build validation done
  1331. Building package luajit[core]:x64-windows... done
  1332. Installing package luajit[core]:x64-windows...
  1333. Installing package luajit[core]:x64-windows... done
  1334. Elapsed time for package luajit:x64-windows: 35.98 s
  1335. Starting package 70/73: libmariadb:x64-windows
  1336. Building package libmariadb[core]:x64-windows...
  1337. -- Downloading https://github.com/MariaDB/mariadb-connector-c/archive/v3.0.2.tar.gz...
  1338. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/MariaDB-mariadb-connector-c-v3.0.2.tar.gz
  1339. -- Applying patch md.patch
  1340. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/libmariadb/src/v3.0.2-6fca7915f6
  1341. -- Configuring x64-windows
  1342. -- Building x64-windows-dbg
  1343. -- Building x64-windows-rel
  1344. -- Performing post-build validation
  1345. -- Performing post-build validation done
  1346. Building package libmariadb[core]:x64-windows... done
  1347. Installing package libmariadb[core]:x64-windows...
  1348. Installing package libmariadb[core]:x64-windows... done
  1349. Elapsed time for package libmariadb:x64-windows: 34.74 s
  1350. Starting package 71/73: pugixml:x64-windows
  1351. Building package pugixml[core]:x64-windows...
  1352. -- Downloading https://github.com/zeux/pugixml/archive/v1.9.tar.gz...
  1353. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/zeux-pugixml-v1.9.tar.gz
  1354. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/pugixml/src/v1.9-b1b3e70dc2
  1355. -- Configuring x64-windows
  1356. -- Building x64-windows-dbg
  1357. -- Building x64-windows-rel
  1358. -- Installing: C:/Users/BulawOw1/vcpkg/packages/pugixml_x64-windows/share/pugixml/copyright
  1359. -- Performing post-build validation
  1360. -- Performing post-build validation done
  1361. Building package pugixml[core]:x64-windows... done
  1362. Installing package pugixml[core]:x64-windows...
  1363. Installing package pugixml[core]:x64-windows... done
  1364. Elapsed time for package pugixml:x64-windows: 26.61 s
  1365. Starting package 72/73: mpir:x64-windows
  1366. Building package mpir[core]:x64-windows...
  1367. -- Downloading https://github.com/wbhart/mpir/archive/mpir-3.0.0.tar.gz...
  1368. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/wbhart-mpir-mpir-3.0.0.tar.gz
  1369. -- Applying patch enable-runtimelibrary-toggle.patch
  1370. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/mpir/src/mpir-3.0.0-c9f63a8302
  1371. -- Building C:/Users/BulawOw1/vcpkg/buildtrees/mpir/x64-windows/build.vc15/dll_mpir_gc/dll_mpir_gc.vcxproj for Release
  1372. -- Building C:/Users/BulawOw1/vcpkg/buildtrees/mpir/x64-windows/build.vc15/dll_mpir_gc/dll_mpir_gc.vcxproj for Debug
  1373. -- Performing post-build validation
  1374. -- Performing post-build validation done
  1375. Building package mpir[core]:x64-windows... done
  1376. Installing package mpir[core]:x64-windows...
  1377. Installing package mpir[core]:x64-windows... done
  1378. Elapsed time for package mpir:x64-windows: 1.347 min
  1379. Starting package 73/73: cryptopp:x64-windows
  1380. Building package cryptopp[core]:x64-windows...
  1381. -- Note: cryptopp only supports static library linkage. Building static library.
  1382. -- Downloading https://github.com/noloader/cryptopp-cmake/archive/b97d72f083fefa249e46ae3c15a2c294e615fca2.tar.gz...
  1383. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/noloader-cryptopp-cmake-b97d72f083fefa249e46ae3c15a2c294e615fca2.tar.gz
  1384. -- Applying patch cmake.patch
  1385. -- Applying patch simon-speck.patch
  1386. -- Applying patch failed. This is expected if this patch was previously applied.
  1387. -- Applying patch missing-flags.patch
  1388. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/cryptopp/src/94e615fca2-2cfc9d5270
  1389. -- Downloading https://github.com/weidai11/cryptopp/archive/CRYPTOPP_8_1_0.tar.gz...
  1390. -- Extracting source C:/Users/BulawOw1/vcpkg/downloads/weidai11-cryptopp-CRYPTOPP_8_1_0.tar.gz
  1391. -- Applying patch patch.patch
  1392. -- Using source at C:/Users/BulawOw1/vcpkg/buildtrees/cryptopp/src/TOPP_8_1_0-c32771ef62
  1393. -- Configuring x64-windows
  1394. -- Building x64-windows-dbg
  1395. -- Building x64-windows-rel
  1396. -- Performing post-build validation
  1397. -- Performing post-build validation done
  1398. Building package cryptopp[core]:x64-windows... done
  1399. Installing package cryptopp[core]:x64-windows...
  1400. Installing package cryptopp[core]:x64-windows... done
  1401. Elapsed time for package cryptopp:x64-windows: 2.251 min
  1402.  
  1403. Total elapsed time: 28.15 min
  1404.  
  1405. The package pugixml:x64-windows provides CMake targets:
  1406.  
  1407. find_package(pugixml CONFIG REQUIRED)
  1408. target_link_libraries(main PRIVATE pugixml)
  1409.  
  1410. The package cryptopp:x64-windows provides CMake targets:
  1411.  
  1412. find_package(cryptopp CONFIG REQUIRED)
  1413. target_link_libraries(main PRIVATE cryptopp-static)
  1414.  
  1415.  
  1416. C:\Users\BulawOw1\vcpkg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement