Advertisement
gatorback

OnlyOffice make.sh errors

Jan 4th, 2020
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.42 KB | None | 0 0
  1. make.sh errors: ONLYOFFICE COMPILE ON rPI3 Ubuntu 19.10
  2. https://helpcenter.onlyoffice.com/server/linux/document/compile-source-code.aspx
  3. ================================================================================
  4.  
  5. ubuntu@ubuntu:~/DocumentServer$ cd core/Common/3dParty && ./make.sh
  6. boost/
  7. --2020-01-04 21:00:09-- https://downloads.sourceforge.net/project/boost/boost/1.58.0/boost_1_58_0.7z
  8. Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.105.38.13
  9. Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.105.38.13|:443... connected.
  10. HTTP request sent, awaiting response... 302 Found
  11. Location: https://managedway.dl.sourceforge.net/project/boost/boost/1.58.0/boost_1_58_0.7z [following]
  12. --2020-01-04 21:00:10-- https://managedway.dl.sourceforge.net/project/boost/boost/1.58.0/boost_1_58_0.7z
  13. Resolving managedway.dl.sourceforge.net (managedway.dl.sourceforge.net)... 208.79.213.6
  14. Connecting to managedway.dl.sourceforge.net (managedway.dl.sourceforge.net)|208.79.213.6|:443... connected.
  15. HTTP request sent, awaiting response... 200 OK
  16. Length: 65223518 (62M) [application/x-7z-compressed]
  17. Saving to: ‘boost_1_58_0.7z’
  18.  
  19. boost_1_58_0.7z 100%[=======================================================>] 62.20M 12.7MB/s in 5.0s
  20.  
  21. 2020-01-04 21:00:15 (12.5 MB/s) - ‘boost_1_58_0.7z’ saved [65223518/65223518]
  22.  
  23.  
  24. 7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
  25. p7zip Version 16.02 (locale=C.UTF-8,Utf16=on,HugeFiles=on,64 bits,4 CPUs LE)
  26.  
  27. Scanning the drive for archives:
  28. 1 file, 65223518 bytes (63 MiB)
  29.  
  30. Extracting archive: /home/ubuntu/DocumentServer/core/Common/3dParty/boost/boost_1_58_0.7z
  31. --
  32. Path = /home/ubuntu/DocumentServer/core/Common/3dParty/boost/boost_1_58_0.7z
  33. Type = 7z
  34. Physical Size = 65223518
  35. Headers Size = 555802
  36. Method = LZMA:24 BCJ
  37. Solid = +
  38. Blocks = 2
  39.  
  40. Everything is Ok
  41.  
  42. Folders: 4207
  43. Files: 45929
  44. Size: 430625019
  45. Compressed: 65223518
  46. /home/ubuntu/DocumentServer/core/Common/3dParty/boost/boost_1_58_0/build/linux_32
  47. Building Boost.Build engine with toolset gcc... tools/build/src/engine/bin.linuxarm/b2
  48. Unicode/ICU support for Boost.Regex?... /usr
  49. Generating Boost.Build configuration in project-config.jam...
  50.  
  51. Bootstrapping is done. To build, run:
  52.  
  53. ./b2
  54.  
  55. To adjust configuration, edit 'project-config.jam'.
  56. Further information:
  57.  
  58. - Command line help:
  59. ./b2 --help
  60.  
  61. - Getting started guide:
  62. http://www.boost.org/more/getting_started/unix-variants.html
  63.  
  64. - Boost.Build documentation:
  65. http://www.boost.org/build/doc/html/index.html
  66.  
  67. Performing configuration checks
  68.  
  69. - 32-bit : no
  70. - 64-bit : yes
  71. - arm : no
  72. - mips1 : no
  73. - power : no
  74. - sparc : no
  75. - x86 : no
  76. - combined : no
  77.  
  78. Building the Boost C++ Libraries.
  79.  
  80.  
  81. - has_icu builds : no
  82. ...found 1 target...
  83. ...updating 1 target...
  84. ...updated 1 target...
  85. Performing configuration checks
  86.  
  87. - 32-bit : no (cached)
  88. - 64-bit : yes (cached)
  89. - arm : no (cached)
  90. - mips1 : no (cached)
  91. - power : no (cached)
  92. - sparc : no (cached)
  93. - x86 : no (cached)
  94. - combined : no (cached)
  95.  
  96. Building the Boost C++ Libraries.
  97.  
  98.  
  99. - has_icu builds : no (cached)
  100.  
  101. Component configuration:
  102.  
  103. - atomic : not building
  104. - chrono : not building
  105. - container : not building
  106. - context : not building
  107. - coroutine : not building
  108. - date_time : building
  109. - exception : not building
  110. - filesystem : building
  111. - graph : not building
  112. - graph_parallel : not building
  113. - iostreams : not building
  114. - locale : not building
  115. - log : not building
  116. - math : not building
  117. - mpi : not building
  118. - program_options : not building
  119. - python : not building
  120. - random : not building
  121. - regex : building
  122. - serialization : not building
  123. - signals : not building
  124. - system : building
  125. - test : not building
  126. - thread : not building
  127. - timer : not building
  128. - wave : not building
  129.  
  130. ...patience...
  131. ...found 1152 targets...
  132. ...updating 65 targets...
  133. common.mkdir stage
  134. common.mkdir stage/lib
  135. common.mkdir bin.v2/libs/date_time
  136. common.mkdir bin.v2/libs/date_time/build
  137. common.mkdir bin.v2/libs/date_time/build/gcc-9
  138. common.mkdir bin.v2/libs/date_time/build/gcc-9/release
  139. common.mkdir bin.v2/libs/date_time/build/gcc-9/release/link-static
  140. common.mkdir bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi
  141. common.mkdir bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian
  142. gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_month.o
  143. g++: error: unrecognized command line option ‘-m64’
  144.  
  145. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE -DNDEBUG -I"." -c -o "bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_month.o" "libs/date_time/src/gregorian/greg_month.cpp"
  146.  
  147. ...failed gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_month.o...
  148. gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_weekday.o
  149. g++: error: unrecognized command line option ‘-m64’
  150.  
  151. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE -DNDEBUG -I"." -c -o "bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_weekday.o" "libs/date_time/src/gregorian/greg_weekday.cpp"
  152.  
  153. ...failed gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_weekday.o...
  154. gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/date_generators.o
  155. g++: error: unrecognized command line option ‘-m64’
  156.  
  157. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE -DNDEBUG -I"." -c -o "bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/date_generators.o" "libs/date_time/src/gregorian/date_generators.cpp"
  158.  
  159. ...failed gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/date_generators.o...
  160. ...skipped <pbin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi>libboost_date_time.a(clean) for lack of <pbin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi>gregorian/greg_month.o...
  161. ...skipped <pbin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi>libboost_date_time.a for lack of <pbin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi>gregorian/greg_month.o...
  162. ...skipped <pstage/lib>libboost_date_time.a for lack of <pbin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi>libboost_date_time.a...
  163. common.mkdir bin.v2/libs/system
  164. common.mkdir bin.v2/libs/system/build
  165. common.mkdir bin.v2/libs/system/build/gcc-9
  166. common.mkdir bin.v2/libs/system/build/gcc-9/release
  167. common.mkdir bin.v2/libs/system/build/gcc-9/release/link-static
  168. common.mkdir bin.v2/libs/system/build/gcc-9/release/link-static/threading-multi
  169. gcc.compile.c++ bin.v2/libs/system/build/gcc-9/release/link-static/threading-multi/error_code.o
  170. g++: error: unrecognized command line option ‘-m64’
  171.  
  172. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/system/build/gcc-9/release/link-static/threading-multi/error_code.o" "libs/system/src/error_code.cpp"
  173.  
  174. ...failed gcc.compile.c++ bin.v2/libs/system/build/gcc-9/release/link-static/threading-multi/error_code.o...
  175. ...skipped <pbin.v2/libs/system/build/gcc-9/release/link-static/threading-multi>libboost_system.a(clean) for lack of <pbin.v2/libs/system/build/gcc-9/release/link-static/threading-multi>error_code.o...
  176. ...skipped <pbin.v2/libs/system/build/gcc-9/release/link-static/threading-multi>libboost_system.a for lack of <pbin.v2/libs/system/build/gcc-9/release/link-static/threading-multi>error_code.o...
  177. ...skipped <pstage/lib>libboost_system.a for lack of <pbin.v2/libs/system/build/gcc-9/release/link-static/threading-multi>libboost_system.a...
  178. common.mkdir bin.v2/libs/filesystem
  179. common.mkdir bin.v2/libs/filesystem/build
  180. common.mkdir bin.v2/libs/filesystem/build/gcc-9
  181. common.mkdir bin.v2/libs/filesystem/build/gcc-9/release
  182. common.mkdir bin.v2/libs/filesystem/build/gcc-9/release/link-static
  183. common.mkdir bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi
  184. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/codecvt_error_category.o
  185. g++: error: unrecognized command line option ‘-m64’
  186.  
  187. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/codecvt_error_category.o" "libs/filesystem/src/codecvt_error_category.cpp"
  188.  
  189. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/codecvt_error_category.o...
  190. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/operations.o
  191. g++: error: unrecognized command line option ‘-m64’
  192.  
  193. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/operations.o" "libs/filesystem/src/operations.cpp"
  194.  
  195. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/operations.o...
  196. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path.o
  197. g++: error: unrecognized command line option ‘-m64’
  198.  
  199. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path.o" "libs/filesystem/src/path.cpp"
  200.  
  201. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path.o...
  202. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path_traits.o
  203. g++: error: unrecognized command line option ‘-m64’
  204.  
  205. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path_traits.o" "libs/filesystem/src/path_traits.cpp"
  206.  
  207. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path_traits.o...
  208. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/portability.o
  209. g++: error: unrecognized command line option ‘-m64’
  210.  
  211. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/portability.o" "libs/filesystem/src/portability.cpp"
  212.  
  213. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/portability.o...
  214. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/unique_path.o
  215. g++: error: unrecognized command line option ‘-m64’
  216.  
  217. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/unique_path.o" "libs/filesystem/src/unique_path.cpp"
  218.  
  219. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/unique_path.o...
  220. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/utf8_codecvt_facet.o
  221. g++: error: unrecognized command line option ‘-m64’
  222.  
  223. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/utf8_codecvt_facet.o" "libs/filesystem/src/utf8_codecvt_facet.cpp"
  224.  
  225. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/utf8_codecvt_facet.o...
  226. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/windows_file_codecvt.o
  227. g++: error: unrecognized command line option ‘-m64’
  228.  
  229. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/windows_file_codecvt.o" "libs/filesystem/src/windows_file_codecvt.cpp"
  230.  
  231. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/windows_file_codecvt.o...
  232. ...skipped <pbin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi>libboost_filesystem.a(clean) for lack of <pbin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi>codecvt_error_category.o...
  233. ...skipped <pbin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi>libboost_filesystem.a for lack of <pbin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi>codecvt_error_category.o...
  234. ...skipped <pstage/lib>libboost_filesystem.a for lack of <pbin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi>libboost_filesystem.a...
  235. common.mkdir bin.v2/libs/regex/build/gcc-9/release
  236. common.mkdir bin.v2/libs/regex/build/gcc-9/release/link-static
  237. common.mkdir bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi
  238. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/c_regex_traits.o
  239. g++: error: unrecognized command line option ‘-m64’
  240.  
  241. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/c_regex_traits.o" "libs/regex/build/../src/c_regex_traits.cpp"
  242.  
  243. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/c_regex_traits.o...
  244. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cpp_regex_traits.o
  245. g++: error: unrecognized command line option ‘-m64’
  246.  
  247. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cpp_regex_traits.o" "libs/regex/build/../src/cpp_regex_traits.cpp"
  248.  
  249. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cpp_regex_traits.o...
  250. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cregex.o
  251. g++: error: unrecognized command line option ‘-m64’
  252.  
  253. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cregex.o" "libs/regex/build/../src/cregex.cpp"
  254.  
  255. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cregex.o...
  256. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/fileiter.o
  257. g++: error: unrecognized command line option ‘-m64’
  258.  
  259. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/fileiter.o" "libs/regex/build/../src/fileiter.cpp"
  260.  
  261. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/fileiter.o...
  262. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/icu.o
  263. g++: error: unrecognized command line option ‘-m64’
  264.  
  265. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/icu.o" "libs/regex/build/../src/icu.cpp"
  266.  
  267. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/icu.o...
  268. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/instances.o
  269. g++: error: unrecognized command line option ‘-m64’
  270.  
  271. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/instances.o" "libs/regex/build/../src/instances.cpp"
  272.  
  273. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/instances.o...
  274. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/posix_api.o
  275. g++: error: unrecognized command line option ‘-m64’
  276.  
  277. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/posix_api.o" "libs/regex/build/../src/posix_api.cpp"
  278.  
  279. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/posix_api.o...
  280. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex.o
  281. g++: error: unrecognized command line option ‘-m64’
  282.  
  283. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex.o" "libs/regex/build/../src/regex.cpp"
  284.  
  285. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex.o...
  286. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_debug.o
  287. g++: error: unrecognized command line option ‘-m64’
  288.  
  289. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_debug.o" "libs/regex/build/../src/regex_debug.cpp"
  290.  
  291. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_debug.o...
  292. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_raw_buffer.o
  293. g++: error: unrecognized command line option ‘-m64’
  294.  
  295. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_raw_buffer.o" "libs/regex/build/../src/regex_raw_buffer.cpp"
  296.  
  297. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_raw_buffer.o...
  298. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_traits_defaults.o
  299. g++: error: unrecognized command line option ‘-m64’
  300.  
  301. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_traits_defaults.o" "libs/regex/build/../src/regex_traits_defaults.cpp"
  302.  
  303. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_traits_defaults.o...
  304. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/static_mutex.o
  305. g++: error: unrecognized command line option ‘-m64’
  306.  
  307. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/static_mutex.o" "libs/regex/build/../src/static_mutex.cpp"
  308.  
  309. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/static_mutex.o...
  310. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/w32_regex_traits.o
  311. g++: error: unrecognized command line option ‘-m64’
  312.  
  313. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/w32_regex_traits.o" "libs/regex/build/../src/w32_regex_traits.cpp"
  314.  
  315. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/w32_regex_traits.o...
  316. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wc_regex_traits.o
  317. g++: error: unrecognized command line option ‘-m64’
  318.  
  319. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wc_regex_traits.o" "libs/regex/build/../src/wc_regex_traits.cpp"
  320.  
  321. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wc_regex_traits.o...
  322. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wide_posix_api.o
  323. g++: error: unrecognized command line option ‘-m64’
  324.  
  325. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wide_posix_api.o" "libs/regex/build/../src/wide_posix_api.cpp"
  326.  
  327. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wide_posix_api.o...
  328. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/winstances.o
  329. g++: error: unrecognized command line option ‘-m64’
  330.  
  331. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/winstances.o" "libs/regex/build/../src/winstances.cpp"
  332.  
  333. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/winstances.o...
  334. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/usinstances.o
  335. g++: error: unrecognized command line option ‘-m64’
  336.  
  337. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/usinstances.o" "libs/regex/build/../src/usinstances.cpp"
  338.  
  339. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/usinstances.o...
  340. ...skipped <pbin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi>libboost_regex.a(clean) for lack of <pbin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi>c_regex_traits.o...
  341. ...skipped <pbin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi>libboost_regex.a for lack of <pbin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi>c_regex_traits.o...
  342. ...skipped <pstage/lib>libboost_regex.a for lack of <pbin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi>libboost_regex.a...
  343. ...failed updating 29 targets...
  344. ...skipped 12 targets...
  345. ...updated 24 targets...
  346. cp: cannot stat 'stage/lib/*': No such file or directory
  347. Performing configuration checks
  348.  
  349. - 32-bit : no (cached)
  350. - 64-bit : yes (cached)
  351. - arm : no (cached)
  352. - mips1 : no (cached)
  353. - power : no (cached)
  354. - sparc : no (cached)
  355. - x86 : no (cached)
  356. - combined : no (cached)
  357.  
  358. Building the Boost C++ Libraries.
  359.  
  360.  
  361. - has_icu builds : no (cached)
  362. ...found 1 target...
  363. ...updating 1 target...
  364. ...updated 1 target...
  365. Performing configuration checks
  366.  
  367. - 32-bit : no (cached)
  368. - 64-bit : yes (cached)
  369. - arm : no (cached)
  370. - mips1 : no (cached)
  371. - power : no (cached)
  372. - sparc : no (cached)
  373. - x86 : no (cached)
  374. - combined : no (cached)
  375.  
  376. Building the Boost C++ Libraries.
  377.  
  378.  
  379. - has_icu builds : no (cached)
  380.  
  381. Component configuration:
  382.  
  383. - atomic : not building
  384. - chrono : not building
  385. - container : not building
  386. - context : not building
  387. - coroutine : not building
  388. - date_time : building
  389. - exception : not building
  390. - filesystem : building
  391. - graph : not building
  392. - graph_parallel : not building
  393. - iostreams : not building
  394. - locale : not building
  395. - log : not building
  396. - math : not building
  397. - mpi : not building
  398. - program_options : not building
  399. - python : not building
  400. - random : not building
  401. - regex : building
  402. - serialization : not building
  403. - signals : not building
  404. - system : building
  405. - test : not building
  406. - thread : not building
  407. - timer : not building
  408. - wave : not building
  409.  
  410. ...patience...
  411. ...found 1152 targets...
  412. ...updating 41 targets...
  413. gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_month.o
  414. g++: error: unrecognized command line option ‘-m64’
  415.  
  416. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE -DNDEBUG -I"." -c -o "bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_month.o" "libs/date_time/src/gregorian/greg_month.cpp"
  417.  
  418. ...failed gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_month.o...
  419. gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_weekday.o
  420. g++: error: unrecognized command line option ‘-m64’
  421.  
  422. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE -DNDEBUG -I"." -c -o "bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_weekday.o" "libs/date_time/src/gregorian/greg_weekday.cpp"
  423.  
  424. ...failed gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/greg_weekday.o...
  425. gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/date_generators.o
  426. g++: error: unrecognized command line option ‘-m64’
  427.  
  428. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE -DNDEBUG -I"." -c -o "bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/date_generators.o" "libs/date_time/src/gregorian/date_generators.cpp"
  429.  
  430. ...failed gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi/gregorian/date_generators.o...
  431. ...skipped <pbin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi>libboost_date_time.a(clean) for lack of <pbin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi>gregorian/greg_month.o...
  432. ...skipped <pbin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi>libboost_date_time.a for lack of <pbin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi>gregorian/greg_month.o...
  433. ...skipped <pstage/lib>libboost_date_time.a for lack of <pbin.v2/libs/date_time/build/gcc-9/release/link-static/threading-multi>libboost_date_time.a...
  434. gcc.compile.c++ bin.v2/libs/system/build/gcc-9/release/link-static/threading-multi/error_code.o
  435. g++: error: unrecognized command line option ‘-m64’
  436.  
  437. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/system/build/gcc-9/release/link-static/threading-multi/error_code.o" "libs/system/src/error_code.cpp"
  438.  
  439. ...failed gcc.compile.c++ bin.v2/libs/system/build/gcc-9/release/link-static/threading-multi/error_code.o...
  440. ...skipped <pbin.v2/libs/system/build/gcc-9/release/link-static/threading-multi>libboost_system.a(clean) for lack of <pbin.v2/libs/system/build/gcc-9/release/link-static/threading-multi>error_code.o...
  441. ...skipped <pbin.v2/libs/system/build/gcc-9/release/link-static/threading-multi>libboost_system.a for lack of <pbin.v2/libs/system/build/gcc-9/release/link-static/threading-multi>error_code.o...
  442. ...skipped <pstage/lib>libboost_system.a for lack of <pbin.v2/libs/system/build/gcc-9/release/link-static/threading-multi>libboost_system.a...
  443. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/codecvt_error_category.o
  444. g++: error: unrecognized command line option ‘-m64’
  445.  
  446. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/codecvt_error_category.o" "libs/filesystem/src/codecvt_error_category.cpp"
  447.  
  448. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/codecvt_error_category.o...
  449. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/operations.o
  450. g++: error: unrecognized command line option ‘-m64’
  451.  
  452. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/operations.o" "libs/filesystem/src/operations.cpp"
  453.  
  454. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/operations.o...
  455. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path.o
  456. g++: error: unrecognized command line option ‘-m64’
  457.  
  458. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path.o" "libs/filesystem/src/path.cpp"
  459.  
  460. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path.o...
  461. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path_traits.o
  462. g++: error: unrecognized command line option ‘-m64’
  463.  
  464. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path_traits.o" "libs/filesystem/src/path_traits.cpp"
  465.  
  466. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/path_traits.o...
  467. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/portability.o
  468. g++: error: unrecognized command line option ‘-m64’
  469.  
  470. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/portability.o" "libs/filesystem/src/portability.cpp"
  471.  
  472. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/portability.o...
  473. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/unique_path.o
  474. g++: error: unrecognized command line option ‘-m64’
  475.  
  476. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/unique_path.o" "libs/filesystem/src/unique_path.cpp"
  477.  
  478. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/unique_path.o...
  479. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/utf8_codecvt_facet.o
  480. g++: error: unrecognized command line option ‘-m64’
  481.  
  482. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/utf8_codecvt_facet.o" "libs/filesystem/src/utf8_codecvt_facet.cpp"
  483.  
  484. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/utf8_codecvt_facet.o...
  485. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/windows_file_codecvt.o
  486. g++: error: unrecognized command line option ‘-m64’
  487.  
  488. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/windows_file_codecvt.o" "libs/filesystem/src/windows_file_codecvt.cpp"
  489.  
  490. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi/windows_file_codecvt.o...
  491. ...skipped <pbin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi>libboost_filesystem.a(clean) for lack of <pbin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi>codecvt_error_category.o...
  492. ...skipped <pbin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi>libboost_filesystem.a for lack of <pbin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi>codecvt_error_category.o...
  493. ...skipped <pstage/lib>libboost_filesystem.a for lack of <pbin.v2/libs/filesystem/build/gcc-9/release/link-static/threading-multi>libboost_filesystem.a...
  494. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/c_regex_traits.o
  495. g++: error: unrecognized command line option ‘-m64’
  496.  
  497. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/c_regex_traits.o" "libs/regex/build/../src/c_regex_traits.cpp"
  498.  
  499. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/c_regex_traits.o...
  500. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cpp_regex_traits.o
  501. g++: error: unrecognized command line option ‘-m64’
  502.  
  503. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cpp_regex_traits.o" "libs/regex/build/../src/cpp_regex_traits.cpp"
  504.  
  505. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cpp_regex_traits.o...
  506. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cregex.o
  507. g++: error: unrecognized command line option ‘-m64’
  508.  
  509. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cregex.o" "libs/regex/build/../src/cregex.cpp"
  510.  
  511. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/cregex.o...
  512. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/fileiter.o
  513. g++: error: unrecognized command line option ‘-m64’
  514.  
  515. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/fileiter.o" "libs/regex/build/../src/fileiter.cpp"
  516.  
  517. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/fileiter.o...
  518. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/icu.o
  519. g++: error: unrecognized command line option ‘-m64’
  520.  
  521. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/icu.o" "libs/regex/build/../src/icu.cpp"
  522.  
  523. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/icu.o...
  524. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/instances.o
  525. g++: error: unrecognized command line option ‘-m64’
  526.  
  527. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/instances.o" "libs/regex/build/../src/instances.cpp"
  528.  
  529. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/instances.o...
  530. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/posix_api.o
  531. g++: error: unrecognized command line option ‘-m64’
  532.  
  533. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/posix_api.o" "libs/regex/build/../src/posix_api.cpp"
  534.  
  535. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/posix_api.o...
  536. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex.o
  537. g++: error: unrecognized command line option ‘-m64’
  538.  
  539. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex.o" "libs/regex/build/../src/regex.cpp"
  540.  
  541. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex.o...
  542. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_debug.o
  543. g++: error: unrecognized command line option ‘-m64’
  544.  
  545. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_debug.o" "libs/regex/build/../src/regex_debug.cpp"
  546.  
  547. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_debug.o...
  548. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_raw_buffer.o
  549. g++: error: unrecognized command line option ‘-m64’
  550.  
  551. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_raw_buffer.o" "libs/regex/build/../src/regex_raw_buffer.cpp"
  552.  
  553. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_raw_buffer.o...
  554. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_traits_defaults.o
  555. g++: error: unrecognized command line option ‘-m64’
  556.  
  557. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_traits_defaults.o" "libs/regex/build/../src/regex_traits_defaults.cpp"
  558.  
  559. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/regex_traits_defaults.o...
  560. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/static_mutex.o
  561. g++: error: unrecognized command line option ‘-m64’
  562.  
  563. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/static_mutex.o" "libs/regex/build/../src/static_mutex.cpp"
  564.  
  565. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/static_mutex.o...
  566. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/w32_regex_traits.o
  567. g++: error: unrecognized command line option ‘-m64’
  568.  
  569. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/w32_regex_traits.o" "libs/regex/build/../src/w32_regex_traits.cpp"
  570.  
  571. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/w32_regex_traits.o...
  572. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wc_regex_traits.o
  573. g++: error: unrecognized command line option ‘-m64’
  574.  
  575. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wc_regex_traits.o" "libs/regex/build/../src/wc_regex_traits.cpp"
  576.  
  577. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wc_regex_traits.o...
  578. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wide_posix_api.o
  579. g++: error: unrecognized command line option ‘-m64’
  580.  
  581. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wide_posix_api.o" "libs/regex/build/../src/wide_posix_api.cpp"
  582.  
  583. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/wide_posix_api.o...
  584. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/winstances.o
  585. g++: error: unrecognized command line option ‘-m64’
  586.  
  587. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/winstances.o" "libs/regex/build/../src/winstances.cpp"
  588.  
  589. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/winstances.o...
  590. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/usinstances.o
  591. g++: error: unrecognized command line option ‘-m64’
  592.  
  593. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -m64 -fPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/usinstances.o" "libs/regex/build/../src/usinstances.cpp"
  594.  
  595. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi/usinstances.o...
  596. ...skipped <pbin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi>libboost_regex.a(clean) for lack of <pbin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi>c_regex_traits.o...
  597. ...skipped <pbin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi>libboost_regex.a for lack of <pbin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi>c_regex_traits.o...
  598. ...skipped <pstage/lib>libboost_regex.a for lack of <pbin.v2/libs/regex/build/gcc-9/release/link-static/threading-multi>libboost_regex.a...
  599. ...failed updating 29 targets...
  600. ...skipped 12 targets...
  601. cp: cannot stat 'stage/lib/*': No such file or directory
  602. Performing configuration checks
  603.  
  604. - 32-bit : no (cached)
  605. - 64-bit : yes (cached)
  606. - arm : no (cached)
  607. - mips1 : no (cached)
  608. - power : no (cached)
  609. - sparc : no (cached)
  610. - x86 : no (cached)
  611. - combined : no (cached)
  612.  
  613. Building the Boost C++ Libraries.
  614.  
  615.  
  616. - has_icu builds : no (cached)
  617. ...found 1 target...
  618. ...updating 1 target...
  619. ...updated 1 target...
  620. Performing configuration checks
  621.  
  622. - 32-bit : no (cached)
  623. - 64-bit : yes (cached)
  624. - arm : no (cached)
  625. - mips1 : no (cached)
  626. - power : no (cached)
  627. - sparc : no (cached)
  628. - x86 : no (cached)
  629. - combined : no (cached)
  630.  
  631. Building the Boost C++ Libraries.
  632.  
  633.  
  634. - has_icu builds : no (cached)
  635.  
  636. Component configuration:
  637.  
  638. - atomic : not building
  639. - chrono : not building
  640. - container : not building
  641. - context : not building
  642. - coroutine : not building
  643. - date_time : building
  644. - exception : not building
  645. - filesystem : building
  646. - graph : not building
  647. - graph_parallel : not building
  648. - iostreams : not building
  649. - locale : not building
  650. - log : not building
  651. - math : not building
  652. - mpi : not building
  653. - program_options : not building
  654. - python : not building
  655. - random : not building
  656. - regex : building
  657. - serialization : not building
  658. - signals : not building
  659. - system : building
  660. - test : not building
  661. - thread : not building
  662. - timer : not building
  663. - wave : not building
  664.  
  665. ...patience...
  666. ...found 1148 targets...
  667. ...updating 46 targets...
  668. common.mkdir bin.v2/libs/date_time/build/gcc-9/release/threading-multi
  669. common.mkdir bin.v2/libs/date_time/build/gcc-9/release/threading-multi/gregorian
  670. gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/threading-multi/gregorian/greg_month.o
  671. g++: error: unrecognized command line option ‘-m64’
  672.  
  673. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DDATE_TIME_INLINE -DNDEBUG -I"." -c -o "bin.v2/libs/date_time/build/gcc-9/release/threading-multi/gregorian/greg_month.o" "libs/date_time/src/gregorian/greg_month.cpp"
  674.  
  675. ...failed gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/threading-multi/gregorian/greg_month.o...
  676. gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/threading-multi/gregorian/greg_weekday.o
  677. g++: error: unrecognized command line option ‘-m64’
  678.  
  679. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DDATE_TIME_INLINE -DNDEBUG -I"." -c -o "bin.v2/libs/date_time/build/gcc-9/release/threading-multi/gregorian/greg_weekday.o" "libs/date_time/src/gregorian/greg_weekday.cpp"
  680.  
  681. ...failed gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/threading-multi/gregorian/greg_weekday.o...
  682. gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/threading-multi/gregorian/date_generators.o
  683. g++: error: unrecognized command line option ‘-m64’
  684.  
  685. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DDATE_TIME_INLINE -DNDEBUG -I"." -c -o "bin.v2/libs/date_time/build/gcc-9/release/threading-multi/gregorian/date_generators.o" "libs/date_time/src/gregorian/date_generators.cpp"
  686.  
  687. ...failed gcc.compile.c++ bin.v2/libs/date_time/build/gcc-9/release/threading-multi/gregorian/date_generators.o...
  688. ...skipped <pbin.v2/libs/date_time/build/gcc-9/release/threading-multi>libboost_date_time.so.1.58.0 for lack of <pbin.v2/libs/date_time/build/gcc-9/release/threading-multi>gregorian/greg_month.o...
  689. ...skipped <pstage/lib>libboost_date_time.so.1.58.0 for lack of <pbin.v2/libs/date_time/build/gcc-9/release/threading-multi>libboost_date_time.so.1.58.0...
  690. ...skipped <pstage/lib>libboost_date_time.so for lack of <pstage/lib>libboost_date_time.so.1.58.0...
  691. common.mkdir bin.v2/libs/system/build/gcc-9/release/threading-multi
  692. gcc.compile.c++ bin.v2/libs/system/build/gcc-9/release/threading-multi/error_code.o
  693. g++: error: unrecognized command line option ‘-m64’
  694.  
  695. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/system/build/gcc-9/release/threading-multi/error_code.o" "libs/system/src/error_code.cpp"
  696.  
  697. ...failed gcc.compile.c++ bin.v2/libs/system/build/gcc-9/release/threading-multi/error_code.o...
  698. ...skipped <pbin.v2/libs/system/build/gcc-9/release/threading-multi>libboost_system.so.1.58.0 for lack of <pbin.v2/libs/system/build/gcc-9/release/threading-multi>error_code.o...
  699. ...skipped <pstage/lib>libboost_system.so.1.58.0 for lack of <pbin.v2/libs/system/build/gcc-9/release/threading-multi>libboost_system.so.1.58.0...
  700. ...skipped <pstage/lib>libboost_system.so for lack of <pstage/lib>libboost_system.so.1.58.0...
  701. common.mkdir bin.v2/libs/filesystem/build/gcc-9/release/threading-multi
  702. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/codecvt_error_category.o
  703. g++: error: unrecognized command line option ‘-m64’
  704.  
  705. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/codecvt_error_category.o" "libs/filesystem/src/codecvt_error_category.cpp"
  706.  
  707. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/codecvt_error_category.o...
  708. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/operations.o
  709. g++: error: unrecognized command line option ‘-m64’
  710.  
  711. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/operations.o" "libs/filesystem/src/operations.cpp"
  712.  
  713. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/operations.o...
  714. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/path.o
  715. g++: error: unrecognized command line option ‘-m64’
  716.  
  717. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/path.o" "libs/filesystem/src/path.cpp"
  718.  
  719. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/path.o...
  720. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/path_traits.o
  721. g++: error: unrecognized command line option ‘-m64’
  722.  
  723. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/path_traits.o" "libs/filesystem/src/path_traits.cpp"
  724.  
  725. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/path_traits.o...
  726. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/portability.o
  727. g++: error: unrecognized command line option ‘-m64’
  728.  
  729. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/portability.o" "libs/filesystem/src/portability.cpp"
  730.  
  731. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/portability.o...
  732. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/unique_path.o
  733. g++: error: unrecognized command line option ‘-m64’
  734.  
  735. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/unique_path.o" "libs/filesystem/src/unique_path.cpp"
  736.  
  737. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/unique_path.o...
  738. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/utf8_codecvt_facet.o
  739. g++: error: unrecognized command line option ‘-m64’
  740.  
  741. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/utf8_codecvt_facet.o" "libs/filesystem/src/utf8_codecvt_facet.cpp"
  742.  
  743. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/utf8_codecvt_facet.o...
  744. gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/windows_file_codecvt.o
  745. g++: error: unrecognized command line option ‘-m64’
  746.  
  747. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/windows_file_codecvt.o" "libs/filesystem/src/windows_file_codecvt.cpp"
  748.  
  749. ...failed gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-9/release/threading-multi/windows_file_codecvt.o...
  750. ...skipped <pbin.v2/libs/filesystem/build/gcc-9/release/threading-multi>libboost_filesystem.so.1.58.0 for lack of <pbin.v2/libs/filesystem/build/gcc-9/release/threading-multi>codecvt_error_category.o...
  751. ...skipped <pstage/lib>libboost_filesystem.so.1.58.0 for lack of <pbin.v2/libs/filesystem/build/gcc-9/release/threading-multi>libboost_filesystem.so.1.58.0...
  752. ...skipped <pstage/lib>libboost_filesystem.so for lack of <pstage/lib>libboost_filesystem.so.1.58.0...
  753. common.mkdir bin.v2/libs/regex/build/gcc-9/release/threading-multi
  754. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/c_regex_traits.o
  755. g++: error: unrecognized command line option ‘-m64’
  756.  
  757. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/c_regex_traits.o" "libs/regex/build/../src/c_regex_traits.cpp"
  758.  
  759. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/c_regex_traits.o...
  760. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/cpp_regex_traits.o
  761. g++: error: unrecognized command line option ‘-m64’
  762.  
  763. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/cpp_regex_traits.o" "libs/regex/build/../src/cpp_regex_traits.cpp"
  764.  
  765. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/cpp_regex_traits.o...
  766. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/cregex.o
  767. g++: error: unrecognized command line option ‘-m64’
  768.  
  769. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/cregex.o" "libs/regex/build/../src/cregex.cpp"
  770.  
  771. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/cregex.o...
  772. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/fileiter.o
  773. g++: error: unrecognized command line option ‘-m64’
  774.  
  775. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/fileiter.o" "libs/regex/build/../src/fileiter.cpp"
  776.  
  777. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/fileiter.o...
  778. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/icu.o
  779. g++: error: unrecognized command line option ‘-m64’
  780.  
  781. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/icu.o" "libs/regex/build/../src/icu.cpp"
  782.  
  783. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/icu.o...
  784. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/instances.o
  785. g++: error: unrecognized command line option ‘-m64’
  786.  
  787. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/instances.o" "libs/regex/build/../src/instances.cpp"
  788.  
  789. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/instances.o...
  790. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/posix_api.o
  791. g++: error: unrecognized command line option ‘-m64’
  792.  
  793. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/posix_api.o" "libs/regex/build/../src/posix_api.cpp"
  794.  
  795. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/posix_api.o...
  796. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex.o
  797. g++: error: unrecognized command line option ‘-m64’
  798.  
  799. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex.o" "libs/regex/build/../src/regex.cpp"
  800.  
  801. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex.o...
  802. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex_debug.o
  803. g++: error: unrecognized command line option ‘-m64’
  804.  
  805. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex_debug.o" "libs/regex/build/../src/regex_debug.cpp"
  806.  
  807. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex_debug.o...
  808. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex_raw_buffer.o
  809. g++: error: unrecognized command line option ‘-m64’
  810.  
  811. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex_raw_buffer.o" "libs/regex/build/../src/regex_raw_buffer.cpp"
  812.  
  813. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex_raw_buffer.o...
  814. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex_traits_defaults.o
  815. g++: error: unrecognized command line option ‘-m64’
  816.  
  817. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex_traits_defaults.o" "libs/regex/build/../src/regex_traits_defaults.cpp"
  818.  
  819. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/regex_traits_defaults.o...
  820. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/static_mutex.o
  821. g++: error: unrecognized command line option ‘-m64’
  822.  
  823. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/static_mutex.o" "libs/regex/build/../src/static_mutex.cpp"
  824.  
  825. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/static_mutex.o...
  826. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/w32_regex_traits.o
  827. g++: error: unrecognized command line option ‘-m64’
  828.  
  829. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/w32_regex_traits.o" "libs/regex/build/../src/w32_regex_traits.cpp"
  830.  
  831. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/w32_regex_traits.o...
  832. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/wc_regex_traits.o
  833. g++: error: unrecognized command line option ‘-m64’
  834.  
  835. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/wc_regex_traits.o" "libs/regex/build/../src/wc_regex_traits.cpp"
  836.  
  837. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/wc_regex_traits.o...
  838. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/wide_posix_api.o
  839. g++: error: unrecognized command line option ‘-m64’
  840.  
  841. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/wide_posix_api.o" "libs/regex/build/../src/wide_posix_api.cpp"
  842.  
  843. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/wide_posix_api.o...
  844. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/winstances.o
  845. g++: error: unrecognized command line option ‘-m64’
  846.  
  847. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/winstances.o" "libs/regex/build/../src/winstances.cpp"
  848.  
  849. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/winstances.o...
  850. gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/usinstances.o
  851. g++: error: unrecognized command line option ‘-m64’
  852.  
  853. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/regex/build/gcc-9/release/threading-multi/usinstances.o" "libs/regex/build/../src/usinstances.cpp"
  854.  
  855. ...failed gcc.compile.c++ bin.v2/libs/regex/build/gcc-9/release/threading-multi/usinstances.o...
  856. ...skipped <pbin.v2/libs/regex/build/gcc-9/release/threading-multi>libboost_regex.so.1.58.0 for lack of <pbin.v2/libs/regex/build/gcc-9/release/threading-multi>c_regex_traits.o...
  857. ...skipped <pstage/lib>libboost_regex.so.1.58.0 for lack of <pbin.v2/libs/regex/build/gcc-9/release/threading-multi>libboost_regex.so.1.58.0...
  858. ...skipped <pstage/lib>libboost_regex.so for lack of <pstage/lib>libboost_regex.so.1.58.0...
  859. ...failed updating 29 targets...
  860. ...skipped 12 targets...
  861. ...updated 5 targets...
  862. cp: cannot stat 'stage/lib/*': No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement