Advertisement
Guest User

Untitled

a guest
Oct 4th, 2015
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. root@server3wbb-teamorg:/opt/TrinityCore/Source/build# make install
  2. [ 2%] Built target jemalloc
  3. [ 7%] Built target g3dlib
  4. [ 7%] Built target Detour
  5. [ 8%] Built target Recast
  6. [ 8%] Built target format
  7. [ 8%] Built target gsoap
  8. [ 9%] Built target mpq
  9. --
  10. Could not find a proper repository signature (hash) - you may need to pull tags with git fetch -t
  11. Continuing anyway - note that the versionstring will be set to "unknown 1970-01-01 00:00:00 (Archived)"
  12. [ 9%] Built target revision_data.h
  13. [ 9%] Built target commonPCH.cpp_dephelp
  14. [ 9%] Built target generate_commonPCH.cpp
  15. [ 12%] Built target common
  16. [ 12%] Built target databasePCH.cpp_dephelp
  17. [ 12%] Built target generate_databasePCH.cpp
  18. [ 14%] Built target database
  19. [ 14%] Built target sharedPCH.cpp_dephelp
  20. [ 14%] Built target generate_sharedPCH.cpp
  21. [ 14%] Built target shared
  22. [ 14%] Built target gamePCH.cpp_dephelp
  23. [ 15%] Built target generate_gamePCH.cpp
  24. [ 34%] Built target game
  25. [ 34%] Built target authPCH.cpp_dephelp
  26. [ 34%] Built target generate_authPCH.cpp
  27. [ 35%] Built target authserver
  28. [ 35%] Built target ScriptPCH.cpp_dephelp
  29. [ 35%] Built target generate_ScriptPCH.cpp
  30. [ 97%] Built target scripts
  31. [ 97%] Built target worldPCH.cpp_dephelp
  32. [ 97%] Built target generate_worldPCH.cpp
  33. [ 98%] Built target worldserver
  34. [ 99%] Built target mapextractor
  35. [ 99%] Built target vmap4assembler
  36. [100%] Built target vmap4extractor
  37. [100%] Built target mmaps_generator
  38. Install the project...
  39. -- Install configuration: "Debug"
  40. -- Up-to-date: /opt/TrinityCore/Server/bin/authserver
  41. -- Up-to-date: /opt/TrinityCore/Server/etc/authserver.conf.dist
  42. -- Installing: /opt/TrinityCore/Server/bin/worldserver
  43. CMake Error at src/server/worldserver/cmake_install.cmake:45 (file):
  44. file RPATH_CHANGE could not write new RPATH:
  45.  
  46. /opt/TrinityCore/Server/lib
  47.  
  48. to the file:
  49.  
  50. /opt/TrinityCore/Server/bin/worldserver
  51.  
  52. No valid ELF RPATH or RUNPATH entry exists in the file; Error reading ELF
  53. identification.
  54. Call Stack (most recent call first):
  55. src/server/cmake_install.cmake:42 (include)
  56. src/cmake_install.cmake:39 (include)
  57. cmake_install.cmake:38 (include)
  58.  
  59.  
  60. Makefile:66: recipe for target 'install' failed
  61. make: *** [install] Error 1
  62. root@server3wbb-teamorg:/opt/TrinityCore/Source/build#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement