Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make 0.4.x release #16

Closed
cretz opened this issue Jan 22, 2019 · 6 comments · Fixed by #36
Closed

Make 0.4.x release #16

cretz opened this issue Jan 22, 2019 · 6 comments · Fixed by #36

Comments

@cretz
Copy link
Owner

cretz commented Jan 22, 2019

Need new branch to work with it

@cretz cretz changed the title Prepare for 0.4.0.x release Make 0.4.0.x release May 3, 2019
@lu4p
Copy link
Contributor

lu4p commented Jun 6, 2020

@cretz what would need to be done to supoort v.0.4.x?

@cretz
Copy link
Owner Author

cretz commented Jun 6, 2020

Basically update all the submodules, then make sure build.go builds a static library that can be run with build_test.go (i.e. confirming bine support). I have admittedly let this project bitrot due to no longer needing it in my projects.

@lu4p
Copy link
Contributor

lu4p commented Jun 7, 2020

I get it to build, when using --disable-zstd but the test fails

# github.com/cretz/bine/process/embedded/tor-0.3.5
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(connection_or.o): in function `connection_or_process_inbuf':
/home/luap/tor-static/tor/src/core/or/connection_or.c:646: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/connection_or.c:647: undefined reference to `buf_datalen'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(main.o): in function `dumpstats':
/home/luap/tor-static/tor/src/app/main/main.c:339: undefined reference to `buf_allocation'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/main/main.c:345: undefined reference to `buf_allocation'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(main.o): in function `tor_init':
/home/luap/tor-static/tor/src/app/main/main.c:526: undefined reference to `get_version'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/main/main.c:554: undefined reference to `get_version'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(main.o): in function `pubsub_install':
/home/luap/tor-static/tor/src/app/main/main.c:1197: undefined reference to `pubsub_builder_new'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(subsysmgr.o): in function `subsystems_add_pubsub_upto':
/home/luap/tor-static/tor/src/app/main/subsysmgr.c:173: undefined reference to `get_subsys_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/main/subsysmgr.c:176: undefined reference to `pubsub_connector_for_subsystem'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/main/subsysmgr.c:178: undefined reference to `pubsub_connector_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(subsysmgr.o): in function `subsystems_register_options_formats':
/home/luap/tor-static/tor/src/app/main/subsysmgr.c:310: undefined reference to `config_mgr_add_format'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(subsysmgr.o): in function `subsystems_register_state_formats':
/home/luap/tor-static/tor/src/app/main/subsysmgr.c:333: undefined reference to `config_mgr_add_format'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(subsysmgr.o): in function `subsystems_set_options':
/home/luap/tor-static/tor/src/app/main/subsysmgr.c:404: undefined reference to `config_mgr_get_obj_mutable'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(subsysmgr.o): in function `subsystems_set_state':
/home/luap/tor-static/tor/src/app/main/subsysmgr.c:428: undefined reference to `config_mgr_get_obj_mutable'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(subsysmgr.o): in function `subsystems_flush_state':
/home/luap/tor-static/tor/src/app/main/subsysmgr.c:453: undefined reference to `config_mgr_get_obj_mutable'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(connection.o): in function `connection_buf_add_buf':
/home/luap/tor-static/tor/src/core/mainloop/connection.c:4489: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/connection.c:4496: undefined reference to `buf_move_all'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(connection.o): in function `connection_init':
/home/luap/tor-static/tor/src/core/mainloop/connection.c:530: undefined reference to `buf_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/connection.c:531: undefined reference to `buf_new'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(connection.o): in function `connection_free_minimal':
/home/luap/tor-static/tor/src/core/mainloop/connection.c:629: undefined reference to `buf_free_'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/connection.c:630: undefined reference to `buf_free_'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/connection.c:689: undefined reference to `buf_free_'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/connection.c:692: undefined reference to `buf_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(connection.o): in function `connection_init':
/home/luap/tor-static/tor/src/core/mainloop/connection.c:530: undefined reference to `buf_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/connection.c:531: undefined reference to `buf_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/connection.c:530: undefined reference to `buf_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/connection.c:531: undefined reference to `buf_new'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(connection.o): in function `connection_dump_buffer_mem_stats':
/home/luap/tor-static/tor/src/core/mainloop/connection.c:5315: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/connection.c:5316: undefined reference to `buf_allocation'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/connection.c:5319: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/connection.c:5320: undefined reference to `buf_allocation'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(connection.o): in function `assert_connection_ok':
/home/luap/tor-static/tor/src/core/mainloop/connection.c:5405: undefined reference to `buf_assert_ok'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/connection.c:5407: undefined reference to `buf_assert_ok'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(connection.o): in function `connection_close_immediate':
/home/luap/tor-static/tor/src/core/mainloop/connection.c:869: undefined reference to `buf_clear'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(connection.o): in function `connection_write_to_buf_impl_':
/home/luap/tor-static/tor/src/core/mainloop/connection.c:4445: undefined reference to `buf_add'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/connection.c:4437: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/connection.c:4443: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/connection.c:4445: undefined reference to `buf_add'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(connection.o): in function `connection_handle_read_impl':
/home/luap/tor-static/tor/src/core/mainloop/connection.c:3698: undefined reference to `buf_datalen'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(connection.o): in function `connection_buf_read_from_socket':
/home/luap/tor-static/tor/src/core/mainloop/connection.c:3808: undefined reference to `buf_slack'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/connection.c:3963: undefined reference to `buf_slack'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/connection.c:3896: undefined reference to `buf_move_to_buf'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/connection.c:3910: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/connection.c:3834: undefined reference to `buf_datalen'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(connection.o): in function `connection_handle_read_impl':
/home/luap/tor-static/tor/src/core/mainloop/connection.c:3726: undefined reference to `buf_datalen'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(connection.o): in function `connection_buf_read_from_socket':
/home/luap/tor-static/tor/src/core/mainloop/connection.c:3890: undefined reference to `buf_datalen'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(connection.o): in function `connection_handle_read_impl':
/home/luap/tor-static/tor/src/core/mainloop/connection.c:3762: undefined reference to `buf_datalen'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(connection.o):/home/luap/tor-static/tor/src/core/mainloop/connection.c:3828: more undefined references to `buf_datalen' follow
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(connection.o): in function `connection_buf_get_bytes':
/home/luap/tor-static/tor/src/core/mainloop/connection.c:3982: undefined reference to `buf_get_bytes'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(connection.o): in function `connection_buf_get_line':
/home/luap/tor-static/tor/src/core/mainloop/connection.c:3990: undefined reference to `buf_get_line'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(mainloop.o): in function `connection_should_read_from_linked_conn':
/home/luap/tor-static/tor/src/core/mainloop/mainloop.c:721: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/mainloop.c:721: undefined reference to `buf_datalen'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(mainloop.o): in function `conn_close_if_marked':
/home/luap/tor-static/tor/src/core/mainloop/mainloop.c:994: undefined reference to `buf_move_to_buf'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(mainloop_pubsub.o): in function `tor_mainloop_connect_pubsub_events':
/home/luap/tor-static/tor/src/core/mainloop/mainloop_pubsub.c:89: undefined reference to `get_num_channel_ids'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(mainloop_pubsub.o): in function `tor_mainloop_set_delivery_strategy':
/home/luap/tor-static/tor/src/core/mainloop/mainloop_pubsub.c:143: undefined reference to `get_channel_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/mainloop_pubsub.c:153: undefined reference to `dispatch_set_alert_fn'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/mainloop_pubsub.c:150: undefined reference to `dispatch_set_alert_fn'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/mainloop_pubsub.c:157: undefined reference to `dispatch_set_alert_fn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(mainloop_pubsub.o): in function `tor_mainloop_disconnect_pubsub':
/home/luap/tor-static/tor/src/core/mainloop/mainloop_pubsub.c:170: undefined reference to `pubsub_items_clear_bindings'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/mainloop_pubsub.c:171: undefined reference to `pubsub_items_free_'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/mainloop/mainloop_pubsub.c:178: undefined reference to `dispatch_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(mainloop_pubsub.o): in function `tor_mainloop_connect_pubsub':
/home/luap/tor-static/tor/src/core/mainloop/mainloop_pubsub.c:65: undefined reference to `pubsub_builder_finalize'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(mainloop_pubsub.o): in function `flush_channel_event':
/home/luap/tor-static/tor/src/core/mainloop/mainloop_pubsub.c:53: undefined reference to `dispatch_flush'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(mainloop_pubsub.o): in function `alertfn_immediate':
/home/luap/tor-static/tor/src/core/mainloop/mainloop_pubsub.c:130: undefined reference to `dispatch_flush'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(circuitlist.o): in function `single_conn_free_bytes':
/home/luap/tor-static/tor/src/core/or/circuitlist.c:2416: undefined reference to `buf_allocation'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/circuitlist.c:2417: undefined reference to `buf_clear'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/circuitlist.c:2420: undefined reference to `buf_allocation'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/circuitlist.c:2421: undefined reference to `buf_clear'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(circuitlist.o): in function `conn_get_buffer_age':
/home/luap/tor-static/tor/src/core/or/circuitlist.c:2526: undefined reference to `buf_get_oldest_chunk_timestamp'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/circuitlist.c:2531: undefined reference to `buf_get_oldest_chunk_timestamp'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/circuitlist.c:2526: undefined reference to `buf_get_oldest_chunk_timestamp'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/circuitlist.c:2531: undefined reference to `buf_get_oldest_chunk_timestamp'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(circuitlist.o): in function `circuits_handle_oom':
/home/luap/tor-static/tor/src/core/or/circuitlist.c:2642: undefined reference to `buf_get_total_allocation'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(circuitlist.o): in function `conn_get_buffer_age':
/home/luap/tor-static/tor/src/core/or/circuitlist.c:2526: undefined reference to `buf_get_oldest_chunk_timestamp'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/circuitlist.c:2531: undefined reference to `buf_get_oldest_chunk_timestamp'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/circuitlist.c:2526: undefined reference to `buf_get_oldest_chunk_timestamp'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/circuitlist.c:2531: undefined reference to `buf_get_oldest_chunk_timestamp'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/circuitlist.c:2526: undefined reference to `buf_get_oldest_chunk_timestamp'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(circuitlist.o):/home/luap/tor-static/tor/src/core/or/circuitlist.c:2531: more undefined references to `buf_get_oldest_chunk_timestamp' follow
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(connection_edge.o): in function `connection_ap_detach_retriable':
/home/luap/tor-static/tor/src/core/or/connection_edge.c:1511: undefined reference to `buf_set_to_copy'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(connection_edge.o): in function `connection_ap_handshake_send_begin':
/home/luap/tor-static/tor/src/core/or/connection_edge.c:3262: undefined reference to `buf_datalen'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(ocirc_event.o): in function `ocirc_add_pubsub':
/home/luap/tor-static/tor/src/core/or/ocirc_event.c:90: undefined reference to `get_msg_type_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/ocirc_event.c:90: undefined reference to `pubsub_connector_register_type_'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/ocirc_event.c:92: undefined reference to `get_msg_type_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/ocirc_event.c:92: undefined reference to `pubsub_connector_register_type_'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/ocirc_event.c:94: undefined reference to `get_msg_type_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/ocirc_event.c:94: undefined reference to `pubsub_connector_register_type_'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/ocirc_event.c:96: undefined reference to `get_msg_type_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/ocirc_event.c:96: undefined reference to `get_message_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/ocirc_event.c:96: undefined reference to `get_channel_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/ocirc_event.c:96: undefined reference to `pubsub_add_pub_'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/ocirc_event.c:98: undefined reference to `get_msg_type_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/ocirc_event.c:98: undefined reference to `get_message_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/ocirc_event.c:98: undefined reference to `get_channel_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/ocirc_event.c:98: undefined reference to `pubsub_add_pub_'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/ocirc_event.c:100: undefined reference to `get_msg_type_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/ocirc_event.c:100: undefined reference to `get_message_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/ocirc_event.c:100: undefined reference to `get_channel_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/ocirc_event.c:100: undefined reference to `pubsub_add_pub_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(ocirc_event.o): in function `publish_fn__ocirc_state':
/home/luap/tor-static/tor/src/core/or/ocirc_event.c:29: undefined reference to `pubsub_pub_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(ocirc_event.o): in function `publish_fn__ocirc_chan':
/home/luap/tor-static/tor/src/core/or/ocirc_event.c:30: undefined reference to `pubsub_pub_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(ocirc_event.o): in function `publish_fn__ocirc_cevent':
/home/luap/tor-static/tor/src/core/or/ocirc_event.c:31: undefined reference to `pubsub_pub_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(orconn_event.o): in function `orconn_add_pubsub':
/home/luap/tor-static/tor/src/core/or/orconn_event.c:71: undefined reference to `get_msg_type_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/orconn_event.c:71: undefined reference to `pubsub_connector_register_type_'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/orconn_event.c:73: undefined reference to `get_msg_type_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/orconn_event.c:73: undefined reference to `pubsub_connector_register_type_'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/orconn_event.c:75: undefined reference to `get_msg_type_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/orconn_event.c:75: undefined reference to `get_message_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/orconn_event.c:75: undefined reference to `get_channel_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/orconn_event.c:75: undefined reference to `pubsub_add_pub_'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/orconn_event.c:77: undefined reference to `get_msg_type_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/orconn_event.c:77: undefined reference to `get_message_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/orconn_event.c:77: undefined reference to `get_channel_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/orconn_event.c:77: undefined reference to `pubsub_add_pub_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(orconn_event.o): in function `publish_fn__orconn_state':
/home/luap/tor-static/tor/src/core/or/orconn_event.c:27: undefined reference to `pubsub_pub_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(orconn_event.o): in function `publish_fn__orconn_status':
/home/luap/tor-static/tor/src/core/or/orconn_event.c:28: undefined reference to `pubsub_pub_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(relay.o): in function `cell_queues_check_size':
/home/luap/tor-static/tor/src/core/or/relay.c:2702: undefined reference to `buf_get_total_allocation'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(relay.o): in function `connection_edge_package_raw_inbuf':
/home/luap/tor-static/tor/src/core/or/relay.c:2194: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/relay.c:2237: undefined reference to `buf_add'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/relay.c:2219: undefined reference to `buf_get_bytes'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/relay.c:2220: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/relay.c:2236: undefined reference to `buf_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/relay.c:2221: undefined reference to `buf_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(relay.o): in function `connection_edge_process_relay_cell_not_open':
/home/luap/tor-static/tor/src/core/or/relay.c:1475: undefined reference to `buf_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(scheduler.o): in function `scheduler_bug_occurred':
/home/luap/tor-static/tor/src/core/or/scheduler.c:713: undefined reference to `buf_datalen'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(scheduler_kist.o): in function `channel_outbuf_length':
/home/luap/tor-static/tor/src/core/or/scheduler_kist.c:131: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/scheduler_kist.c:131: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/or/scheduler_kist.c:131: undefined reference to `buf_datalen'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(proto_cell.o): in function `fetch_var_cell_from_buf':
/home/luap/tor-static/tor/src/core/proto/proto_cell.c:67: undefined reference to `buf_datalen'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(proto_cell.o):/home/luap/tor-static/tor/src/core/proto/proto_cell.c:67: more undefined references to `buf_datalen' follow
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(proto_cell.o): in function `fetch_var_cell_from_buf':
/home/luap/tor-static/tor/src/core/proto/proto_cell.c:69: undefined reference to `buf_peek'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_cell.c:69: undefined reference to `buf_peek'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_cell.c:76: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_cell.c:86: undefined reference to `buf_drain'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_cell.c:87: undefined reference to `buf_peek'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_cell.c:88: undefined reference to `buf_drain'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(proto_http.o): in function `peek_buf_has_http_command':
/home/luap/tor-static/tor/src/core/proto/proto_http.c:21: undefined reference to `buf_peek_startswith'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_http.c:22: undefined reference to `buf_peek_startswith'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_http.c:23: undefined reference to `buf_peek_startswith'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_http.c:24: undefined reference to `buf_peek_startswith'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_http.c:25: undefined reference to `buf_peek_startswith'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(proto_http.o): in function `fetch_from_buf_http':
/home/luap/tor-static/tor/src/core/proto/proto_http.c:60: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_http.c:63: undefined reference to `buf_find_string_offset'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_http.c:76: undefined reference to `buf_pullup'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_http.c:78: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_http.c:118: undefined reference to `buf_get_bytes'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_http.c:125: undefined reference to `buf_get_bytes'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_http.c:65: undefined reference to `buf_datalen'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(proto_socks.o): in function `fetch_from_buf_socks':
/home/luap/tor-static/tor/src/core/proto/proto_socks.c:829: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_socks.c:835: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_socks.c:842: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_socks.c:843: undefined reference to `buf_pullup'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_socks.c:850: undefined reference to `buf_clear'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_socks.c:842: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_socks.c:869: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_socks.c:852: undefined reference to `buf_drain'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_socks.c:852: undefined reference to `buf_drain'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(proto_socks.o): in function `fetch_from_buf_socks_client':
/home/luap/tor-static/tor/src/core/proto/proto_socks.c:1008: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_socks.c:1011: undefined reference to `buf_pullup'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_socks.c:1019: undefined reference to `buf_clear'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_socks.c:1017: undefined reference to `buf_drain'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(control_getinfo.o): in function `getinfo_helper_misc':
/home/luap/tor-static/tor/src/feature/control/control_getinfo.c:89: undefined reference to `get_version'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dirauth_config.o):(.data.rel.ro+0x10): undefined reference to `MEMUNIT_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dirauth_config.o):(.data.rel.ro+0x40): undefined reference to `MEMUNIT_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dirauth_config.o):(.data.rel.ro+0x70): undefined reference to `BOOL_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dirauth_config.o):(.data.rel.ro+0xa0): undefined reference to `BOOL_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dirauth_config.o):(.data.rel.ro+0xd0): undefined reference to `POSINT_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dirauth_config.o):(.data.rel.ro+0x100): undefined reference to `BOOL_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dirauth_config.o):(.data.rel.ro+0x130): undefined reference to `BOOL_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dirauth_config.o):(.data.rel.ro+0x160): undefined reference to `BOOL_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dirauth_config.o):(.data.rel.ro+0x190): undefined reference to `STRING_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dirauth_config.o):(.data.rel.ro+0x1c0): undefined reference to `INT_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dirauth_config.o):(.data.rel.ro+0x1f0): undefined reference to `INTERVAL_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dirauth_config.o):(.data.rel.ro+0x220): undefined reference to `LINELIST_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dirauth_config.o):(.data.rel.ro+0x250): undefined reference to `LINELIST_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dirauth_config.o):(.data.rel.ro+0x280): undefined reference to `LINELIST_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dirauth_config.o):(.data.rel.ro+0x2b0): undefined reference to `INTERVAL_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dirauth_config.o):(.data.rel.ro+0x310): undefined reference to `BOOL_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dirauth_config.o):(.data.rel.ro+0x370): undefined reference to `BOOL_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dirauth_config.o):(.data.rel.ro+0x3d0): undefined reference to `BOOL_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dirauth_config.o):(.data.rel.ro+0x400): undefined reference to `MEMUNIT_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dirauth_config.o):(.data.rel.ro+0x430): undefined reference to `MEMUNIT_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dirauth_config.o):(.data.rel.ro+0x460): undefined reference to `BOOL_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dirauth_config.o):(.data.rel.ro+0x490): undefined reference to `BOOL_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(shared_random_state.o): in function `disk_state_new':
/home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:279: undefined reference to `config_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:282: undefined reference to `get_version'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:287: undefined reference to `config_init'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(shared_random_state.o): in function `get_srs_mgr':
/home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:105: undefined reference to `config_mgr_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:106: undefined reference to `config_mgr_freeze'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:105: undefined reference to `config_mgr_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:106: undefined reference to `config_mgr_freeze'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(shared_random_state.o): in function `disk_state_free_':
/home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:272: undefined reference to `config_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(shared_random_state.o): in function `get_srs_mgr':
/home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:105: undefined reference to `config_mgr_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:106: undefined reference to `config_mgr_freeze'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(shared_random_state.o): in function `disk_state_reset':
/home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:573: undefined reference to `get_version'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(shared_random_state.o): in function `disk_state_save_to_disk':
/home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:720: undefined reference to `config_dump'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(shared_random_state.o): in function `get_srs_mgr':
/home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:105: undefined reference to `config_mgr_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:106: undefined reference to `config_mgr_freeze'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(shared_random_state.o): in function `disk_state_free_':
/home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:272: undefined reference to `config_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(shared_random_state.o): in function `sr_state_free_all':
/home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:1263: undefined reference to `config_mgr_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(shared_random_state.o): in function `get_srs_mgr':
/home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:105: undefined reference to `config_mgr_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:106: undefined reference to `config_mgr_freeze'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(shared_random_state.o): in function `disk_state_load_from_disk_impl':
/home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:667: undefined reference to `config_assign'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(shared_random_state.o): in function `disk_state_free_':
/home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:272: undefined reference to `config_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(shared_random_state.o): in function `get_srs_mgr':
/home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:105: undefined reference to `config_mgr_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:106: undefined reference to `config_mgr_freeze'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:105: undefined reference to `config_mgr_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/dirauth/shared_random_state.c:106: undefined reference to `config_mgr_freeze'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(router.o): in function `get_platform_str':
/home/luap/tor-static/tor/src/feature/relay/router.c:2646: undefined reference to `get_short_version'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(geoip_stats.o): in function `geoip_get_dirreq_history':
/home/luap/tor-static/tor/src/feature/stats/geoip_stats.c:716: undefined reference to `buf_new_with_capacity'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/stats/geoip_stats.c:717: undefined reference to `buf_add_printf'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/stats/geoip_stats.c:758: undefined reference to `buf_extract'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/stats/geoip_stats.c:763: undefined reference to `buf_free_'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/stats/geoip_stats.c:739: undefined reference to `buf_add_printf'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `get_options_mgr':
/home/luap/tor-static/tor/src/app/config/config.c:903: undefined reference to `config_mgr_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:906: undefined reference to `config_mgr_freeze'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `options_check_transition_cb':
/home/luap/tor-static/tor/src/app/config/config.c:4291: undefined reference to `config_check_toplevel_magic'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:4292: undefined reference to `config_check_toplevel_magic'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `options_clear_cb':
/home/luap/tor-static/tor/src/app/config/config.c:1009: undefined reference to `config_check_toplevel_magic'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `get_options_mgr':
/home/luap/tor-static/tor/src/app/config/config.c:903: undefined reference to `config_mgr_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:906: undefined reference to `config_mgr_freeze'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `config_parse_commandline':
/home/luap/tor-static/tor/src/app/config/config.c:2585: undefined reference to `config_expand_abbrev'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `option_is_recognized':
/home/luap/tor-static/tor/src/app/config/config.c:2625: undefined reference to `config_find_option_name'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `get_options_mgr':
/home/luap/tor-static/tor/src/app/config/config.c:903: undefined reference to `config_mgr_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:906: undefined reference to `config_mgr_freeze'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:903: undefined reference to `config_mgr_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:906: undefined reference to `config_mgr_freeze'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:903: undefined reference to `config_mgr_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:906: undefined reference to `config_mgr_freeze'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `options_new':
/home/luap/tor-static/tor/src/app/config/config.c:3023: undefined reference to `config_new'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `get_options_mgr':
/home/luap/tor-static/tor/src/app/config/config.c:903: undefined reference to `config_mgr_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:906: undefined reference to `config_mgr_freeze'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `options_init':
/home/luap/tor-static/tor/src/app/config/config.c:3033: undefined reference to `config_init'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:3036: undefined reference to `config_assign'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `or_options_free_':
/home/luap/tor-static/tor/src/app/config/config.c:1040: undefined reference to `config_free_'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:1040: undefined reference to `config_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `config_free_all':
/home/luap/tor-static/tor/src/app/config/config.c:1069: undefined reference to `config_mgr_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `warn_client_dns_cache':
/home/luap/tor-static/tor/src/app/config/config.c:6035: undefined reference to `warn_deprecated_option'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:6035: undefined reference to `warn_deprecated_option'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:6035: undefined reference to `warn_deprecated_option'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:6035: undefined reference to `warn_deprecated_option'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:6035: undefined reference to `warn_deprecated_option'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o):/home/luap/tor-static/tor/src/app/config/config.c:6035: more undefined references to `warn_deprecated_option' follow
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `options_validate_cb':
/home/luap/tor-static/tor/src/app/config/config.c:3400: undefined reference to `config_check_toplevel_magic'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:3401: undefined reference to `config_check_toplevel_magic'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `warn_about_relative_paths':
/home/luap/tor-static/tor/src/app/config/config.c:3258: undefined reference to `config_mgr_list_vars'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:3264: undefined reference to `config_get_assigned_option'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `options_validate_cb':
/home/luap/tor-static/tor/src/app/config/config.c:4114: undefined reference to `config_is_same'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:4115: undefined reference to `config_is_same'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:4116: undefined reference to `config_is_same'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:4117: undefined reference to `config_is_same'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:4118: undefined reference to `config_is_same'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o):/home/luap/tor-static/tor/src/app/config/config.c:4119: more undefined references to `config_is_same' follow
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `set_options':
/home/luap/tor-static/tor/src/app/config/config.c:987: undefined reference to `config_get_changes'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `or_options_free_':
/home/luap/tor-static/tor/src/app/config/config.c:1040: undefined reference to `config_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `options_validate_and_set':
/home/luap/tor-static/tor/src/app/config/config.c:3169: undefined reference to `config_validate'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `or_options_free_':
/home/luap/tor-static/tor/src/app/config/config.c:1040: undefined reference to `config_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `options_trial_assign':
/home/luap/tor-static/tor/src/app/config/config.c:2657: undefined reference to `config_dup'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:2659: undefined reference to `config_assign'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `or_options_free_':
/home/luap/tor-static/tor/src/app/config/config.c:1040: undefined reference to `config_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `options_init_from_string':
/home/luap/tor-static/tor/src/app/config/config.c:4829: undefined reference to `config_assign'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `or_options_free_':
/home/luap/tor-static/tor/src/app/config/config.c:1040: undefined reference to `config_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `options_init_from_string':
/home/luap/tor-static/tor/src/app/config/config.c:4808: undefined reference to `config_assign'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:4816: undefined reference to `config_dup'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `or_options_free_':
/home/luap/tor-static/tor/src/app/config/config.c:1040: undefined reference to `config_free_'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:1040: undefined reference to `config_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `options_init_from_string':
/home/luap/tor-static/tor/src/app/config/config.c:4820: undefined reference to `config_dup'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `or_options_free_':
/home/luap/tor-static/tor/src/app/config/config.c:1040: undefined reference to `config_free_'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:1040: undefined reference to `config_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `list_torrc_options':
/home/luap/tor-static/tor/src/app/config/config.c:2686: undefined reference to `config_mgr_list_vars'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:2691: undefined reference to `config_var_is_settable'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `list_deprecated_options':
/home/luap/tor-static/tor/src/app/config/config.c:2704: undefined reference to `config_mgr_list_deprecated_vars'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `options_init_from_torrc':
/home/luap/tor-static/tor/src/app/config/config.c:4609: undefined reference to `get_version'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:4619: undefined reference to `get_version'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `getinfo_helper_config':
/home/luap/tor-static/tor/src/app/config/config.c:7225: undefined reference to `config_mgr_list_vars'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:7206: undefined reference to `config_mgr_list_vars'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:7209: undefined reference to `config_var_is_listable'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:7211: undefined reference to `struct_var_get_typename'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `or_options_free_':
/home/luap/tor-static/tor/src/app/config/config.c:1040: undefined reference to `config_free_'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:1040: undefined reference to `config_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `option_get_canonical_name':
/home/luap/tor-static/tor/src/app/config/config.c:2633: undefined reference to `config_find_option_name'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/config.c:2633: undefined reference to `config_find_option_name'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `option_get_assignment':
/home/luap/tor-static/tor/src/app/config/config.c:2641: undefined reference to `config_get_assigned_option'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(config.o): in function `options_dump':
/home/luap/tor-static/tor/src/app/config/config.c:3073: undefined reference to `config_dump'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(statefile.o): in function `get_state_mgr':
/home/luap/tor-static/tor/src/app/config/statefile.c:181: undefined reference to `config_mgr_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/statefile.c:184: undefined reference to `config_mgr_freeze'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(statefile.o): in function `or_state_validate_cb':
/home/luap/tor-static/tor/src/app/config/statefile.c:295: undefined reference to `config_check_toplevel_magic'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(statefile.o): in function `or_state_save':
/home/luap/tor-static/tor/src/app/config/statefile.c:533: undefined reference to `get_version'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/statefile.c:535: undefined reference to `config_dump'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(statefile.o): in function `or_state_new':
/home/luap/tor-static/tor/src/app/config/statefile.c:380: undefined reference to `config_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/statefile.c:381: undefined reference to `config_init'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(statefile.o): in function `or_state_load':
/home/luap/tor-static/tor/src/app/config/statefile.c:422: undefined reference to `config_assign'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(statefile.o): in function `or_state_validate':
/home/luap/tor-static/tor/src/app/config/statefile.c:282: undefined reference to `config_validate'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(statefile.o): in function `or_state_set':
/home/luap/tor-static/tor/src/app/config/statefile.c:315: undefined reference to `config_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(statefile.o): in function `or_state_new':
/home/luap/tor-static/tor/src/app/config/statefile.c:380: undefined reference to `config_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/statefile.c:381: undefined reference to `config_init'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(statefile.o): in function `or_state_load':
/home/luap/tor-static/tor/src/app/config/statefile.c:449: undefined reference to `config_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(statefile.o): in function `or_state_new':
/home/luap/tor-static/tor/src/app/config/statefile.c:380: undefined reference to `config_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/app/config/statefile.c:381: undefined reference to `config_init'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(statefile.o): in function `or_state_load':
/home/luap/tor-static/tor/src/app/config/statefile.c:482: undefined reference to `config_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(statefile.o): in function `or_state_free_':
/home/luap/tor-static/tor/src/app/config/statefile.c:745: undefined reference to `config_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(statefile.o): in function `or_state_free_all':
/home/luap/tor-static/tor/src/app/config/statefile.c:753: undefined reference to `config_mgr_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(mainloop_sys.o):(.data.rel.ro+0x10): undefined reference to `POSINT_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(mainloop_sys.o):(.data.rel.ro+0x40): undefined reference to `AUTOBOOL_type_defn'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(proto_control0.o): in function `peek_buf_has_control0_command':
/home/luap/tor-static/tor/src/core/proto/proto_control0.c:21: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_control0.c:24: undefined reference to `buf_peek'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(proto_ext_or.o): in function `fetch_ext_or_command_from_buf':
/home/luap/tor-static/tor/src/core/proto/proto_ext_or.c:32: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_ext_or.c:34: undefined reference to `buf_peek'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_ext_or.c:36: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_ext_or.c:41: undefined reference to `buf_drain'
/usr/bin/ld: /home/luap/tor-static/tor/src/core/proto/proto_ext_or.c:42: undefined reference to `buf_get_bytes'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(btrack_circuit.o): in function `btrack_circ_add_pubsub':
/home/luap/tor-static/tor/src/feature/control/btrack_circuit.c:153: undefined reference to `get_msg_type_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/control/btrack_circuit.c:153: undefined reference to `get_message_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/control/btrack_circuit.c:153: undefined reference to `get_channel_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/control/btrack_circuit.c:153: undefined reference to `pubsub_add_sub_'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/control/btrack_circuit.c:155: undefined reference to `get_msg_type_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/control/btrack_circuit.c:155: undefined reference to `get_message_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/control/btrack_circuit.c:155: undefined reference to `get_channel_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/control/btrack_circuit.c:155: undefined reference to `pubsub_add_sub_'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/control/btrack_circuit.c:157: undefined reference to `get_msg_type_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/control/btrack_circuit.c:157: undefined reference to `get_message_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/control/btrack_circuit.c:157: undefined reference to `get_channel_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/control/btrack_circuit.c:157: undefined reference to `pubsub_add_sub_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(btrack_orconn.o): in function `btrack_orconn_add_pubsub':
/home/luap/tor-static/tor/src/feature/control/btrack_orconn.c:190: undefined reference to `get_msg_type_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/control/btrack_orconn.c:190: undefined reference to `get_message_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/control/btrack_orconn.c:190: undefined reference to `get_channel_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/control/btrack_orconn.c:190: undefined reference to `pubsub_add_sub_'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/control/btrack_orconn.c:192: undefined reference to `get_msg_type_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/control/btrack_orconn.c:192: undefined reference to `get_message_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/control/btrack_orconn.c:192: undefined reference to `get_channel_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/control/btrack_orconn.c:192: undefined reference to `pubsub_add_sub_'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/control/btrack_orconn.c:194: undefined reference to `get_msg_type_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/control/btrack_orconn.c:194: undefined reference to `get_message_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/control/btrack_orconn.c:194: undefined reference to `get_channel_id'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/control/btrack_orconn.c:194: undefined reference to `pubsub_add_sub_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(dircache.o): in function `write_http_response_header_impl':
/home/luap/tor-static/tor/src/feature/dircache/dircache.c:134: undefined reference to `buf_new_with_capacity'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/dircache/dircache.c:140: undefined reference to `buf_add_printf'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/dircache/dircache.c:142: undefined reference to `buf_add_printf'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/dircache/dircache.c:151: undefined reference to `buf_add_printf'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/dircache/dircache.c:154: undefined reference to `buf_add_printf'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/dircache/dircache.c:168: undefined reference to `buf_add_string'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/dircache/dircache.c:170: undefined reference to `buf_add_string'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/dircache/dircache.c:173: undefined reference to `buf_free_'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/dircache/dircache.c:161: undefined reference to `buf_add_printf'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/dircache/dircache.c:148: undefined reference to `buf_add_printf'
/usr/bin/ld: /home/luap/tor-static/tor/src/feature/dircache/dircache.c:165: undefined reference to `buf_add_string'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/lib/libtor-compress.a(compress_buf.o): in function `buf_add_compress':
/home/luap/tor-static/tor/src/lib/compress/compress_buf.c:43: undefined reference to `buf_add_chunk_with_capacity'
/usr/bin/ld: /home/luap/tor-static/tor/src/lib/compress/compress_buf.c:77: undefined reference to `buf_add_chunk_with_capacity'
/usr/bin/ld: /home/luap/tor-static/tor/src/lib/compress/compress_buf.c:77: undefined reference to `buf_add_chunk_with_capacity'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/lib/libtor-tls.a(libtor_tls_a-buffers_tls.o): in function `buf_read_from_tls':
/home/luap/tor-static/tor/src/lib/tls/buffers_tls.c:80: undefined reference to `buf_add_chunk_with_capacity'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/lib/libtor-tls.a(libtor_tls_a-buffers_tls.o): in function `flush_chunk_tls':
/home/luap/tor-static/tor/src/lib/tls/buffers_tls.c:132: undefined reference to `buf_drain'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/lib/libtor-process.a(process.o): in function `process_new':
/home/luap/tor-static/tor/src/lib/process/process.c:198: undefined reference to `buf_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/lib/process/process.c:199: undefined reference to `buf_new'
/usr/bin/ld: /home/luap/tor-static/tor/src/lib/process/process.c:200: undefined reference to `buf_new'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/lib/libtor-process.a(process.o): in function `process_free_':
/home/luap/tor-static/tor/src/lib/process/process.c:233: undefined reference to `buf_free_'
/usr/bin/ld: /home/luap/tor-static/tor/src/lib/process/process.c:234: undefined reference to `buf_free_'
/usr/bin/ld: /home/luap/tor-static/tor/src/lib/process/process.c:235: undefined reference to `buf_free_'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/lib/libtor-process.a(process.o): in function `process_read_buffer':
/home/luap/tor-static/tor/src/lib/process/process.c:729: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/lib/process/process.c:734: undefined reference to `buf_get_bytes'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/lib/libtor-process.a(process.o): in function `process_read_lines':
/home/luap/tor-static/tor/src/lib/process/process.c:756: undefined reference to `buf_datalen'
/usr/bin/ld: /home/luap/tor-static/tor/src/lib/process/process.c:763: undefined reference to `buf_get_line'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/lib/libtor-process.a(process.o): in function `process_write':
/home/luap/tor-static/tor/src/lib/process/process.c:536: undefined reference to `buf_add'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/lib/libtor-process.a(process_unix.o): in function `process_unix_write':
/home/luap/tor-static/tor/src/lib/process/process_unix.c:398: undefined reference to `buf_datalen'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/lib/libtor-net.a(buffers_net.o): in function `flush_chunk':
/home/luap/tor-static/tor/src/lib/net/buffers_net.c:172: undefined reference to `buf_drain'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/lib/libtor-net.a(buffers_net.o): in function `buf_read_from_fd':
/home/luap/tor-static/tor/src/lib/net/buffers_net.c:115: undefined reference to `buf_add_chunk_with_capacity'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/lib/libtor-log.a(log.o): in function `format_msg':
/home/luap/tor-static/tor/src/lib/log/log.c:439: undefined reference to `tor_bug_suffix'
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/lib/libtor-err.a(torerr_sys.o): in function `subsys_torerr_initialize':
/home/luap/tor-static/tor/src/lib/err/torerr_sys.c:21: undefined reference to `get_version'
collect2: error: ld returned 1 exit status
FAIL    github.com/cretz/tor-static [build failed]

@ciehanski
Copy link
Contributor

I’m working on branch and I can get travis to build, but similarly the test fails.

@cretz cretz changed the title Make 0.4.0.x release Make 0.4.x release Jun 20, 2021
@4thel00z
Copy link

4thel00z commented Oct 4, 2021

Just ran into this too. How can I help ?

@KamilNon
Copy link

KamilNon commented Nov 8, 2021

I get it to build, when using --disable-zstd but the test fails

# github.com/cretz/bine/process/embedded/tor-0.3.5
/usr/bin/ld: ../go/pkg/mod/github.com/cretz/bine@v0.1.1-0.20200124154328-f9f678b84cca/process/embedded/tor-0.3.5/../../../../tor-static/tor/src/core/libtor-app.a(connection_or.o): in function `connection_or_process_inbuf':
/home/luap/tor-static/tor/src/core/or/connection_or.c:646: undefined reference to `buf_datalen'

....

I have the same problem using MINGW MINGW64_NT-10.0-19043
How can I use this static tor in windows ? I did all what is on github.com/cretz/bine and I need use static linked lib on windows, is this possible ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants