Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. = note: /usr/bin/ld: /home/james/git/rust/kata-rust-agent/target/x86_64-unknown-linux-musl/release/deps/libgrpcio_sys-6f542b61e76fa7a5.rlib(call_combiner.cc.o): in function `__static_initia
  2. lization_and_destruction_0(int, int)':
  3. call_combiner.cc:(.text+0x892): undefined reference to `__dso_handle'
  4. /usr/bin/ld: /home/james/git/rust/kata-rust-agent/target/x86_64-unknown-linux-musl/release/deps/libgrpcio_sys-6f542b61e76fa7a5.rlib(error.cc.o): in function `__static_initialization
  5. _and_destruction_0(int, int)':
  6. error.cc:(.text+0x257c): undefined reference to `__dso_handle'
  7. /usr/bin/ld: error.cc:(.text+0x25b7): undefined reference to `__dso_handle'
  8. /usr/bin/ld: /home/james/git/rust/kata-rust-agent/target/x86_64-unknown-linux-musl/release/deps/libgrpcio_sys-6f542b61e76fa7a5.rlib(executor.cc.o): in function `__static_initializat
  9. ion_and_destruction_0(int, int)':
  10. executor.cc:(.text+0x1515): undefined reference to `__dso_handle'
  11. /usr/bin/ld: /home/james/git/rust/kata-rust-agent/target/x86_64-unknown-linux-musl/release/deps/libgrpcio_sys-6f542b61e76fa7a5.rlib(timer_generic.cc.o): in function `__static_initia
  12. lization_and_destruction_0(int, int)':
  13. timer_generic.cc:(.text+0x1b66): undefined reference to `__dso_handle'
  14. /usr/bin/ld: /home/james/git/rust/kata-rust-agent/target/x86_64-unknown-linux-musl/release/deps/libgrpcio_sys-6f542b61e76fa7a5.rlib(timer_generic.cc.o):timer_generic.cc:(.text+0x1ba
  15. 1): more undefined references to `__dso_handle' follow
  16. /usr/bin/ld: /home/james/git/rust/kata-rust-agent/target/x86_64-unknown-linux-musl/release/deps/kata_agent-ed2f3589d57a4039: hidden symbol `__dso_handle' isn't defined
  17. /usr/bin/ld: final link failed: bad value
  18. collect2: error: ld returned 1 exit status
  19.  
  20.  
  21. error: aborting due to previous error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement