Guest User

Untitled

a guest
Apr 19th, 2022
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.75 KB | None | 0 0
  1. -- CMake version: 3.22.4
  2. -- Running cmake hook: AFTER_LOAD_CONF
  3. -- No hooks registered for AFTER_LOAD_CONF
  4. -- Enabled ะก++20 standard
  5. -- Detected 64-bit platform
  6. -- UNIX: Using jemalloc
  7. -- UNIX: Using default configuration directory
  8. -- UNIX: Using default library directory
  9. -- UNIX: Configuring uninstall target
  10. -- UNIX: Created uninstall target
  11. -- UNIX: Detected compiler: /usr/bin/clang-14
  12. -- Clang: Minimum version required is 10.0.0, found 14.0.1 - ok!
  13. -- Clang: All warnings enabled
  14. -- Running cmake hook: AFTER_LOAD_CMAKE_MODULES
  15. -- No hooks registered for AFTER_LOAD_CMAKE_MODULES
  16. -- Using mysql-config: /usr/bin/mysql_config
  17. -- Found MySQL library: /usr/lib/x86_64-linux-gnu/libmariadb.so
  18. -- Found MySQL headers: /usr/include/mariadb
  19. -- Found MySQL executable: /usr/bin/mysql
  20. -- Found git binary : /usr/bin/git
  21.  
  22. * AzerothCore revision : 03a641308075 2022-04-18 17:40:31 +0000 (master branch)
  23. * AzerothCore buildtype : RelWithDebInfo
  24.  
  25. * Install core to : /mnt/server
  26. * Install libraries to : /mnt/server/lib
  27. * Install configs to : /mnt/server/etc
  28.  
  29. * Build world/auth : Yes (default)
  30. * Build with scripts : Yes (static)
  31. * Build with modules : Yes (static)
  32. * Build map/vmap tools : No (default)
  33. * Build unit tests : No (default)
  34. * Build core w/PCH : Yes (default)
  35. * Build scripts w/PCH : Yes (default)
  36. * Show all warnings : Yes
  37. * Use coreside debug : No (default)
  38. * Use unix gperftools : No (default)
  39. * Use GIT revision hash : Yes (default)
  40. * Enable vmap DisableMgr checks : Yes (default)
  41. * Show source tree : No (For UNIX default)
  42.  
  43. -- Found Readline library: /usr/lib/x86_64-linux-gnu/libreadline.so
  44. -- Include dir is: /usr/include
  45. -- Running cmake hook: BEFORE_SRC_LOAD
  46. -- No hooks registered for BEFORE_SRC_LOAD
  47. -- Running cmake hook: AFTER_AUTHSERVER_CMAKE
  48. -- No hooks registered for AFTER_AUTHSERVER_CMAKE
  49. -- Running cmake hook: BEFORE_GAME_LIBRARY
  50. -- No hooks registered for BEFORE_GAME_LIBRARY
  51. -- Running cmake hook: AFTER_GAME_LIBRARY
  52. -- No hooks registered for AFTER_GAME_LIBRARY
  53. -- Running cmake hook: BEFORE_SCRIPTS_LIBRARY
  54. -- No hooks registered for BEFORE_SCRIPTS_LIBRARY
  55.  
  56. * Script configuration (static):
  57. |
  58. +- worldserver
  59. | +- Commands
  60. | +- Custom
  61. | +- EasternKingdoms
  62. | +- Events
  63. | +- Kalimdor
  64. | +- Northrend
  65. | +- OutdoorPvP
  66. | +- Outland
  67. | +- Pet
  68. | +- Spells
  69. | +- World
  70. |
  71.  
  72.  
  73. -- Running cmake hook: AFTER_WORLDSERVER_CMAKE
  74. -- No hooks registered for AFTER_WORLDSERVER_CMAKE
  75.  
  76. * Modules configuration (static):
  77. |
  78.  
  79. -- * Modules config list:
  80. |
  81.  
  82. -- Running cmake hook: AFTER_SRC_LOAD
  83. -- No hooks registered for AFTER_SRC_LOAD
  84. -- Configuring done
  85. -- Generating done
  86. -- Build files have been written to: /mnt/server/azerothcore/build
  87. Consolidate compiler generated dependencies of target fmt
  88. Consolidate compiler generated dependencies of target Detour
  89. Consolidate compiler generated dependencies of target sfmt
  90. Consolidate compiler generated dependencies of target Recast
  91. Consolidate compiler generated dependencies of target gsoap
  92. Consolidate compiler generated dependencies of target argon2
  93. [ 0%] Built target sfmt
  94. [ 0%] Built target Detour
  95. [ 0%] Built target fmt
  96. [ 1%] Built target argon2
  97. Consolidate compiler generated dependencies of target jemalloc
  98. [ 2%] Built target gsoap
  99. [ 3%] Built target Recast
  100. Consolidate compiler generated dependencies of target g3dlib
  101. [ 3%] Built target revision.h
  102. [ 6%] Built target jemalloc
  103. [ 10%] Built target g3dlib
  104. Consolidate compiler generated dependencies of target common
  105. [ 10%] Building CXX object src/common/CMakeFiles/common.dir/Collision/DynamicTree.cpp.o
  106. [ 10%] Building CXX object src/common/CMakeFiles/common.dir/Collision/Maps/MapTree.cpp.o
  107. [ 10%] Building CXX object src/common/CMakeFiles/common.dir/Collision/Models/GameObjectModel.cpp.o
  108. [ 10%] Building CXX object src/common/CMakeFiles/common.dir/Configuration/BuiltInConfig.cpp.o
  109. [ 10%] Building CXX object src/common/CMakeFiles/common.dir/Collision/Models/WorldModel.cpp.o
  110. [ 10%] Building CXX object src/common/CMakeFiles/common.dir/Configuration/Config.cpp.o
  111. [ 10%] Building CXX object src/common/CMakeFiles/common.dir/Cryptography/AES.cpp.o
  112. [ 10%] Building CXX object src/common/CMakeFiles/common.dir/Cryptography/ARC4.cpp.o
  113. In file included from /mnt/server/azerothcore/src/common/Configuration/Config.cpp:20:
  114. In file included from /mnt/server/azerothcore/src/common/Utilities/StringConvert.h:25:
  115. In file included from /mnt/server/azerothcore/src/common/Utilities/Util.h:21:
  116. In file included from /mnt/server/azerothcore/src/common/Utilities/Containers.h:22:
  117. In file included from /mnt/server/azerothcore/src/common/Utilities/Random.h:22:
  118. /mnt/server/azerothcore/src/common/Utilities/Duration.h:55:27: fatal error: no type named 'days' in namespace 'std::chrono'
  119. using Days = std::chrono::days;
  120. ~~~~~~~~~~~~~^
  121. In file included from /mnt/server/azerothcore/src/common/Collision/Models/GameObjectModel.cpp:18:
  122. In file included from /mnt/server/azerothcore/src/common/Collision/Models/GameObjectModel.h:22:
  123. In file included from /mnt/server/azerothcore/deps/g3dlite/include/G3D/AABox.h:21:
  124. In file included from /mnt/server/azerothcore/deps/g3dlite/include/G3D/Plane.h:16:
  125. /mnt/server/azerothcore/deps/g3dlite/include/G3D/Vector3.h:131:14: warning: definition of implicit copy constructor for 'Vector3' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
  126. Vector3& operator=(const Vector3& rkVector) = default;
  127. ^
  128. /mnt/server/azerothcore/deps/g3dlite/include/G3D/Vector3.h:240:20: note: in implicit copy constructor for 'G3D::Vector3' first required here
  129. return Vector3::zero();
  130. ^
  131. In file included from /mnt/server/azerothcore/src/common/Collision/Models/WorldModel.cpp:18:
  132. In file included from /mnt/server/azerothcore/src/common/Collision/Models/WorldModel.h:21:
  133. In file included from /mnt/server/azerothcore/src/common/Collision/BoundingIntervalHierarchy.h:21:
  134. In file included from /mnt/server/azerothcore/deps/g3dlite/include/G3D/AABox.h:21:
  135. In file included from /mnt/server/azerothcore/deps/g3dlite/include/G3D/Plane.h:16:
  136. /mnt/server/azerothcore/deps/g3dlite/include/G3D/Vector3.h:131:14: warning: definition of implicit copy constructor for 'Vector3' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
  137. Vector3& operator=(const Vector3& rkVector) = default;
  138. ^
  139. /mnt/server/azerothcore/deps/g3dlite/include/G3D/Vector3.h:240:20: note: in implicit copy constructor for 'G3D::Vector3' first required here
  140. return Vector3::zero();
  141. ^
  142. In file included from /mnt/server/azerothcore/src/common/Collision/Maps/MapTree.cpp:18:
  143. In file included from /mnt/server/azerothcore/src/common/Collision/Maps/MapTree.h:21:
  144. In file included from /mnt/server/azerothcore/src/common/Collision/BoundingIntervalHierarchy.h:21:
  145. In file included from /mnt/server/azerothcore/deps/g3dlite/include/G3D/AABox.h:21:
  146. In file included from /mnt/server/azerothcore/deps/g3dlite/include/G3D/Plane.h:16:
  147. /mnt/server/azerothcore/deps/g3dlite/include/G3D/Vector3.h:131:14: warning: definition of implicit copy constructor for 'Vector3' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
  148. Vector3& operator=(const Vector3& rkVector) = default;
  149. ^
  150. /mnt/server/azerothcore/deps/g3dlite/include/G3D/Vector3.h:240:20: note: in implicit copy constructor for 'G3D::Vector3' first required here
  151. return Vector3::zero();
  152. ^
  153. In file included from /mnt/server/azerothcore/src/common/Collision/DynamicTree.cpp:19:
  154. In file included from /mnt/server/azerothcore/src/common/Collision/BoundingIntervalHierarchyWrapper.h:21:
  155. In file included from /mnt/server/azerothcore/src/common/Collision/BoundingIntervalHierarchy.h:21:
  156. In file included from /mnt/server/azerothcore/deps/g3dlite/include/G3D/AABox.h:21:
  157. In file included from /mnt/server/azerothcore/deps/g3dlite/include/G3D/Plane.h:16:
  158. /mnt/server/azerothcore/deps/g3dlite/include/G3D/Vector3.h:131:14: warning: definition of implicit copy constructor for 'Vector3' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
  159. Vector3& operator=(const Vector3& rkVector) = default;
  160. ^
  161. /mnt/server/azerothcore/deps/g3dlite/include/G3D/Vector3.h:240:20: note: in implicit copy constructor for 'G3D::Vector3' first required here
  162. return Vector3::zero();
  163. ^
  164. [ 10%] Building CXX object src/common/CMakeFiles/common.dir/Cryptography/Argon2.cpp.o
  165. [ 10%] Building CXX object src/common/CMakeFiles/common.dir/Cryptography/BigNumber.cpp.o
  166. [ 11%] Building CXX object src/common/CMakeFiles/common.dir/Cryptography/CryptoRandom.cpp.o
  167. 1 error generated.
  168. make[2]: *** [src/common/CMakeFiles/common.dir/build.make:333: src/common/CMakeFiles/common.dir/Configuration/Config.cpp.o] Error 1
  169. make[2]: *** Waiting for unfinished jobs....
  170. In file included from In file included from /mnt/server/azerothcore/src/common/Collision/Maps/MapTree.cpp/mnt/server/azerothcore/src/common/Collision/Models/GameObjectModel.cpp::2122:
  171. :
  172. In file included from In file included from /mnt/server/azerothcore/src/common/Metric/Metric.h/mnt/server/azerothcore/src/common/Utilities/Timer.h::2222:
  173. :
  174. /mnt/server/azerothcore/src/common/Utilities/Duration.h/mnt/server/azerothcore/src/common/Utilities/Duration.h::5555::2727:: fatal error: fatal error: no type named 'days' in namespace 'std::chrono'no type named 'days' in namespace 'std::chrono'
  175. using Days = std::chrono::days;
  176. ~~~~~~~~~~~~~^
  177. using Days = std::chrono::days;
  178. ~~~~~~~~~~~~~^
  179. In file included from /mnt/server/azerothcore/src/common/Collision/DynamicTree.cpp:25:
  180. In file included from /mnt/server/azerothcore/src/common/Utilities/Timer.h:22:
  181. /mnt/server/azerothcore/src/common/Utilities/Duration.h:55:27: fatal error: no type named 'days' in namespace 'std::chrono'
  182. using Days = std::chrono::days;
  183. ~~~~~~~~~~~~~^
  184. 1 warning and 1 error generated.
  185. make[2]: *** [src/common/CMakeFiles/common.dir/build.make:269: src/common/CMakeFiles/common.dir/Collision/Models/GameObjectModel.cpp.o] Error 1
  186. 1 warning and 1 error generated.
  187. make[2]: *** [src/common/CMakeFiles/common.dir/build.make:157: src/common/CMakeFiles/common.dir/Collision/DynamicTree.cpp.o] Error 1
  188. 1 warning and 1 error generated.
  189. make[2]: *** [src/common/CMakeFiles/common.dir/build.make:237: src/common/CMakeFiles/common.dir/Collision/Maps/MapTree.cpp.o] Error 1
  190. 1 warning generated.
  191. make[1]: *** [CMakeFiles/Makefile2:848: src/common/CMakeFiles/common.dir/all] Error 2
  192. make: *** [Makefile:136: all] Error 2
  193. [ 4%] Built target g3dlib
  194. [ 4%] Built target Detour
  195. [ 5%] Built target Recast
  196. [ 5%] Built target fmt
  197. [ 5%] Built target sfmt
  198. [ 6%] Built target argon2
  199. [ 9%] Built target jemalloc
  200. [ 10%] Built target gsoap
  201. Consolidate compiler generated dependencies of target common
  202. [ 10%] Building CXX object src/common/CMakeFiles/common.dir/Collision/DynamicTree.cpp.o
  203. In file included from /mnt/server/azerothcore/src/common/Collision/DynamicTree.cpp:19:
  204. In file included from /mnt/server/azerothcore/src/common/Collision/BoundingIntervalHierarchyWrapper.h:21:
  205. In file included from /mnt/server/azerothcore/src/common/Collision/BoundingIntervalHierarchy.h:21:
  206. In file included from /mnt/server/azerothcore/deps/g3dlite/include/G3D/AABox.h:21:
  207. In file included from /mnt/server/azerothcore/deps/g3dlite/include/G3D/Plane.h:16:
  208. /mnt/server/azerothcore/deps/g3dlite/include/G3D/Vector3.h:131:14: warning: definition of implicit copy constructor for 'Vector3' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
  209. Vector3& operator=(const Vector3& rkVector) = default;
  210. ^
  211. /mnt/server/azerothcore/deps/g3dlite/include/G3D/Vector3.h:240:20: note: in implicit copy constructor for 'G3D::Vector3' first required here
  212. return Vector3::zero();
  213. ^
  214. In file included from /mnt/server/azerothcore/src/common/Collision/DynamicTree.cpp:25:
  215. In file included from /mnt/server/azerothcore/src/common/Utilities/Timer.h:22:
  216. /mnt/server/azerothcore/src/common/Utilities/Duration.h:55:27: fatal error: no type named 'days' in namespace 'std::chrono'
  217. using Days = std::chrono::days;
  218. ~~~~~~~~~~~~~^
  219. 1 warning and 1 error generated.
  220. make[2]: *** [src/common/CMakeFiles/common.dir/build.make:157: src/common/CMakeFiles/common.dir/Collision/DynamicTree.cpp.o] Error 1
  221. make[1]: *** [CMakeFiles/Makefile2:848: src/common/CMakeFiles/common.dir/all] Error 2
  222. make: *** [Makefile:136: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment