Advertisement
Guest User

monero build error

a guest
Jan 4th, 2023
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.10 KB | None | 0 0
  1. [ 92%] Building CXX object src/wallet/CMakeFiles/wallet_rpc_server.dir/wallet_rpc_server.cpp.o
  2. [ 93%] Linking CXX executable ../../bin/monero-wallet-rpc
  3. ld: error: undefined symbol: event_base_new
  4. >>> referenced by ub_event_pluggable.c:375 (/usr/obj/ports/libunbound-1.16.3/unbound-1.16.3/util/ub_event_pluggable.c:375)
  5. >>> ub_event_pluggable.o:(ub_default_event_base) in archive /usr/local/lib/libunbound.a
  6.  
  7. ld: error: undefined symbol: event_get_version
  8. >>> referenced by ub_event_pluggable.c:458 (/usr/obj/ports/libunbound-1.16.3/unbound-1.16.3/util/ub_event_pluggable.c:458)
  9. >>> ub_event_pluggable.o:(ub_get_event_sys) in archive /usr/local/lib/libunbound.a
  10.  
  11. ld: error: undefined symbol: event_base_get_method
  12. >>> referenced by ub_event_pluggable.c:468 (/usr/obj/ports/libunbound-1.16.3/unbound-1.16.3/util/ub_event_pluggable.c:468)
  13. >>> ub_event_pluggable.o:(ub_get_event_sys) in archive /usr/local/lib/libunbound.a
  14.  
  15. ld: error: undefined symbol: event_base_free
  16. >>> referenced by ub_event_pluggable.c:258 (/usr/obj/ports/libunbound-1.16.3/unbound-1.16.3/util/ub_event_pluggable.c:258)
  17. >>> ub_event_pluggable.o:(my_event_base_free) in archive /usr/local/lib/libunbound.a
  18.  
  19. ld: error: undefined symbol: event_base_dispatch
  20. >>> referenced by ub_event_pluggable.c:266 (/usr/obj/ports/libunbound-1.16.3/unbound-1.16.3/util/ub_event_pluggable.c:266)
  21. >>> ub_event_pluggable.o:(my_event_base_dispatch) in archive /usr/local/lib/libunbound.a
  22.  
  23. ld: error: undefined symbol: event_base_loopexit
  24. >>> referenced by ub_event_pluggable.c:272 (/usr/obj/ports/libunbound-1.16.3/unbound-1.16.3/util/ub_event_pluggable.c:272)
  25. >>> ub_event_pluggable.o:(my_event_base_loopexit) in archive /usr/local/lib/libunbound.a
  26.  
  27. ld: error: undefined symbol: event_set
  28. >>> referenced by ub_event_pluggable.c:285 (/usr/obj/ports/libunbound-1.16.3/unbound-1.16.3/util/ub_event_pluggable.c:285)
  29. >>> ub_event_pluggable.o:(my_event_new) in archive /usr/local/lib/libunbound.a
  30. >>> referenced by ub_event_pluggable.c:305 (/usr/obj/ports/libunbound-1.16.3/unbound-1.16.3/util/ub_event_pluggable.c:305)
  31. >>> ub_event_pluggable.o:(my_signal_new) in archive /usr/local/lib/libunbound.a
  32. >>> referenced by ub_event_pluggable.c:195 (/usr/obj/ports/libunbound-1.16.3/unbound-1.16.3/util/ub_event_pluggable.c:195)
  33. >>> ub_event_pluggable.o:(my_timer_add) in archive /usr/local/lib/libunbound.a
  34.  
  35. ld: error: undefined symbol: event_base_set
  36. >>> referenced by ub_event_pluggable.c:286 (/usr/obj/ports/libunbound-1.16.3/unbound-1.16.3/util/ub_event_pluggable.c:286)
  37. >>> ub_event_pluggable.o:(my_event_new) in archive /usr/local/lib/libunbound.a
  38. >>> referenced by ub_event_pluggable.c:306 (/usr/obj/ports/libunbound-1.16.3/unbound-1.16.3/util/ub_event_pluggable.c:306)
  39. >>> ub_event_pluggable.o:(my_signal_new) in archive /usr/local/lib/libunbound.a
  40. >>> referenced by ub_event_pluggable.c:196 (/usr/obj/ports/libunbound-1.16.3/unbound-1.16.3/util/ub_event_pluggable.c:196)
  41. >>> ub_event_pluggable.o:(my_timer_add) in archive /usr/local/lib/libunbound.a
  42.  
  43. ld: error: undefined symbol: event_add
  44. >>> referenced by ub_event_pluggable.c:182 (/usr/obj/ports/libunbound-1.16.3/unbound-1.16.3/util/ub_event_pluggable.c:182)
  45. >>> ub_event_pluggable.o:(my_event_add) in archive /usr/local/lib/libunbound.a
  46. >>> referenced by ub_event_pluggable.c:199 (/usr/obj/ports/libunbound-1.16.3/unbound-1.16.3/util/ub_event_pluggable.c:199)
  47. >>> ub_event_pluggable.o:(my_timer_add) in archive /usr/local/lib/libunbound.a
  48. >>> referenced by ub_event_pluggable.c:211 (/usr/obj/ports/libunbound-1.16.3/unbound-1.16.3/util/ub_event_pluggable.c:211)
  49. >>> ub_event_pluggable.o:(my_signal_add) in archive /usr/local/lib/libunbound.a
  50.  
  51. ld: error: undefined symbol: event_del
  52. >>> referenced by ub_event_pluggable.c:188 (/usr/obj/ports/libunbound-1.16.3/unbound-1.16.3/util/ub_event_pluggable.c:188)
  53. >>> ub_event_pluggable.o:(my_event_del) in archive /usr/local/lib/libunbound.a
  54. >>> referenced by ub_event_pluggable.c:205 (/usr/obj/ports/libunbound-1.16.3/unbound-1.16.3/util/ub_event_pluggable.c:205)
  55. >>> ub_event_pluggable.o:(my_timer_del) in archive /usr/local/lib/libunbound.a
  56. >>> referenced by ub_event_pluggable.c:217 (/usr/obj/ports/libunbound-1.16.3/unbound-1.16.3/util/ub_event_pluggable.c:217)
  57. >>> ub_event_pluggable.o:(my_signal_del) in archive /usr/local/lib/libunbound.a
  58. c++: error: linker command failed with exit code 1 (use -v to see invocation)
  59. gmake[3]: *** [src/wallet/CMakeFiles/wallet_rpc_server.dir/build.make:144: bin/monero-wallet-rpc] Error 1
  60. gmake[3]: Leaving directory '/home/monerod/monero/build/OpenBSD/master/release'
  61. gmake[2]: *** [CMakeFiles/Makefile2:3025: src/wallet/CMakeFiles/wallet_rpc_server.dir/all] Error 2
  62. gmake[2]: Leaving directory '/home/monerod/monero/build/OpenBSD/master/release'
  63. gmake[1]: *** [Makefile:146: all] Error 2
  64. gmake[1]: Leaving directory '/home/monerod/monero/build/OpenBSD/master/release'
  65. gmake: *** [Makefile:107: release-static] Error 2
  66.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement