Advertisement
Guest User

Untitled

a guest
Feb 11th, 2019
534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. [ 99%] Linking CXX executable worldserver
  2. /usr/bin/ld: ../../../deps/jemalloc/libjemalloc.a(jemalloc.c.o): relocation R_X86_64_32S against symbol `sz_size2index_tab' can not be used when making a PIE object; recompile with -fPIC
  3. /usr/bin/ld: ../../../deps/jemalloc/libjemalloc.a(large.c.o): relocation R_X86_64_32S against symbol `sz_size2index_tab' can not be used when making a PIE object; recompile with -fPIC
  4. /usr/bin/ld: ../../../deps/jemalloc/libjemalloc.a(malloc_io.c.o): relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIC
  5. /usr/bin/ld: ../../../deps/jemalloc/libjemalloc.a(mutex.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  6. /usr/bin/ld: ../../../deps/jemalloc/libjemalloc.a(pages.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  7. /usr/bin/ld: ../../../deps/jemalloc/libjemalloc.a(prof.c.o): relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIC
  8. /usr/bin/ld: ../../../deps/jemalloc/libjemalloc.a(rtree.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  9. /usr/bin/ld: ../../../deps/jemalloc/libjemalloc.a(stats.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  10. /usr/bin/ld: ../../../deps/jemalloc/libjemalloc.a(tcache.c.o): relocation R_X86_64_32S against symbol `sz_index2size_tab' can not be used when making a PIE object; recompile with -fPIC
  11. /usr/bin/ld: ../../../deps/jemalloc/libjemalloc.a(tsd.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  12. /usr/bin/ld: ../../../deps/jemalloc/libjemalloc.a(witness.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  13. /usr/bin/ld: ../../../deps/jemalloc/libjemalloc.a(arena.c.o): relocation R_X86_64_32S against symbol `je_dss_prec_names' can not be used when making a PIE object; recompile with -fPIC
  14. /usr/bin/ld: ../../../deps/jemalloc/libjemalloc.a(background_thread.c.o): relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIC
  15. /usr/bin/ld: ../../../deps/jemalloc/libjemalloc.a(base.c.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
  16. /usr/bin/ld: ../../../deps/jemalloc/libjemalloc.a(ckh.c.o): relocation R_X86_64_32S against symbol `sz_size2index_tab' can not be used when making a PIE object; recompile with -fPIC
  17. /usr/bin/ld: ../../../deps/jemalloc/libjemalloc.a(ctl.c.o): relocation R_X86_64_32 against `.bss' can not be used when making a PIE object; recompile with -fPIC
  18. /usr/bin/ld: ../../../deps/jemalloc/libjemalloc.a(extent.c.o): relocation R_X86_64_32S against undefined symbol `je_arenas' can not be used when making a PIE object; recompile with -fPIC
  19. /usr/bin/ld: final link failed: Nonrepresentable section on output
  20. collect2: error: ld returned 1 exit status
  21. src/server/worldserver/CMakeFiles/worldserver.dir/build.make:293: recipe for target 'src/server/worldserver/worldserver' failed
  22. make[2]: *** [src/server/worldserver/worldserver] Error 1
  23. CMakeFiles/Makefile2:1347: recipe for target 'src/server/worldserver/CMakeFiles/worldserver.dir/all' failed
  24. make[1]: *** [src/server/worldserver/CMakeFiles/worldserver.dir/all] Error 2
  25. Makefile:129: recipe for target 'all' failed
  26. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement