=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Installing for mrt-2.2.2a.20000811nb1
=> Generating pre-install file lists
=> Creating installation directories
Making lib
cd bgp_attr; /usr/bin/make
cd bgp_proto; /usr/bin/make
cd config; /usr/bin/make
cd filter; /usr/bin/make
cd io; /usr/bin/make
cd kernel; /usr/bin/make
gcc -c -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Wall -DHAVE_CONFIG_H  -DINET6 -DFUNCPROTO -I../../include bsd.c
In file included from ../../include/mrt_thread.h:11:0,
                 from ../../include/trace.h:14,
                 from ../../include/assert.h:10,
                 from ../../include/mrt.h:82,
                 from bsd.c:5:
../../include/pthread_fake.h:40:0: warning: "pthread_sigmask" redefined
 #define pthread_sigmask(a,b,c)   sigprocmask(a,b,c)
 
In file included from ../../include/trace.h:9:0,
                 from ../../include/assert.h:10,
                 from ../../include/mrt.h:82,
                 from bsd.c:5:
/usr/include/signal.h:80:0: note: this is the location of the previous definition
 #define pthread_sigmask  __libc_thr_sigsetmask
 
distcc[23856] ERROR: compile bsd.c on 10.0.20.122:3640 failed
distcc[23856] (dcc_build_somewhere) Warning: remote compilation of 'bsd.c' failed, retrying locally
distcc[23856] Warning: failed to distribute bsd.c to 10.0.20.122:3640, running locally instead
In file included from ../../include/mrt_thread.h:11:0,
                 from ../../include/trace.h:14,
                 from ../../include/assert.h:10,
                 from ../../include/mrt.h:82,
                 from bsd.c:5:
../../include/pthread_fake.h:40:0: warning: "pthread_sigmask" redefined
 #define pthread_sigmask(a,b,c)   sigprocmask(a,b,c)
 
In file included from ../../include/trace.h:9:0,
                 from ../../include/assert.h:10,
                 from ../../include/mrt.h:82,
                 from bsd.c:5:
/usr/include/signal.h:80:0: note: this is the location of the previous definition
 #define pthread_sigmask  __libc_thr_sigsetmask
 
bsd.c: In function 'sys_kernel_rt_msg':
bsd.c:526:17: warning: implicit declaration of function 'ioctl'; did you mean 'sysctl'? [-Wimplicit-function-declaration]
             if (ioctl (route_sockfd, SIOCGIFFLAGS, &ifr) < 0) {
                 ^~~~~
                 sysctl
bsd.c:521:18: warning: unused variable 'tmpx' [-Wunused-variable]
             char tmpx[MAXLINE];
                  ^~~~
bsd.c:590:5: error: 'RTF_CLONING' undeclared (first use in this function); did you mean 'RTM_LOSING'?
    |RTF_CLONING /* direct if */
     ^~~~~~~~~~~
     RTM_LOSING
bsd.c:590:5: note: each undeclared identifier is reported only once for each function it appears in
bsd.c:591:5: error: 'RTF_XRESOLVE' undeclared (first use in this function); did you mean 'MRTMSG_RESOLVE'?
    |RTF_XRESOLVE /* direct if for IPv6 */
     ^~~~~~~~~~~~
     MRTMSG_RESOLVE
bsd.c:404:43: warning: unused variable 'src' [-Wunused-variable]
  u_char *addr = NULL, *broadcast = NULL, *src = NULL;
                                           ^~~
bsd.c:395:23: warning: unused variable 'so_src' [-Wunused-variable]
       so_ifa, so_ifp, so_src;
                       ^~~~~~
distcc[23856] ERROR: compile bsd.c on localhost failed
*** Error code 1

Stop.
make[2]: stopped in /tmp/pkgbuild/net/mrt/work.aarch64/mrt/src/lib/kernel
cd mrt; /usr/bin/make
gcc -c -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Wall -DHAVE_CONFIG_H  -DINET6 -DFUNCPROTO -I../../include buffer.c
In file included from ../../include/mrt_thread.h:11:0,
                 from ../../include/trace.h:14,
                 from ../../include/assert.h:10,
                 from ../../include/mrt.h:82,
                 from buffer.c:5:
../../include/pthread_fake.h:40:0: warning: "pthread_sigmask" redefined
 #define pthread_sigmask(a,b,c)   sigprocmask(a,b,c)
 
In file included from ../../include/trace.h:9:0,
                 from ../../include/assert.h:10,
                 from ../../include/mrt.h:82,
                 from buffer.c:5:
/usr/include/signal.h:80:0: note: this is the location of the previous definition
 #define pthread_sigmask  __libc_thr_sigsetmask
 
distcc[19740] ERROR: compile buffer.c on 10.0.20.122:3640 failed
distcc[19740] (dcc_build_somewhere) Warning: remote compilation of 'buffer.c' failed, retrying locally
distcc[19740] Warning: failed to distribute buffer.c to 10.0.20.122:3640, running locally instead
In file included from ../../include/mrt_thread.h:11:0,
                 from ../../include/trace.h:14,
                 from ../../include/assert.h:10,
                 from ../../include/mrt.h:82,
                 from buffer.c:5:
../../include/pthread_fake.h:40:0: warning: "pthread_sigmask" redefined
 #define pthread_sigmask(a,b,c)   sigprocmask(a,b,c)
 
In file included from ../../include/trace.h:9:0,
                 from ../../include/assert.h:10,
                 from ../../include/mrt.h:82,
                 from buffer.c:5:
/usr/include/signal.h:80:0: note: this is the location of the previous definition
 #define pthread_sigmask  __libc_thr_sigsetmask
 
In file included from /usr/include/stdio.h:597:0,
                 from ../../include/mrt.h:17,
                 from buffer.c:5:
buffer.c:232:1: error: expected declaration specifiers or '...' before numeric constant
 snprintf (char *str, size_t size, const char *format, ...)
 ^
In file included from /usr/include/ssp/stdio.h:34:0,
                 from /usr/include/stdio.h:597,
                 from ../../include/mrt.h:17,
                 from buffer.c:5:
buffer.c:232:1: error: expected declaration specifiers or '...' before '__builtin_object_size'
 snprintf (char *str, size_t size, const char *format, ...)
 ^
distcc[19740] ERROR: compile buffer.c on localhost failed
*** Error code 1

Stop.
make[2]: stopped in /tmp/pkgbuild/net/mrt/work.aarch64/mrt/src/lib/mrt
cd pim; /usr/bin/make
cd portserver; /usr/bin/make
cd radix; /usr/bin/make
cd rib; /usr/bin/make
cd rip; /usr/bin/make
cd struct; /usr/bin/make
cd timer; /usr/bin/make
Installing programs
cd bgpsim; /usr/bin/make
gcc -Wl,-R/usr/pkg/lib -L/usr/local/lib bgpsim.o simulate.o ../../lib/libcfg.a ../../lib/libbgp.a ../../lib/librib.a ../../lib/libmrt.a -o bgpsim -lresolv
ld: ../../lib/libcfg.a(commconf.o): in function `re_evaluate_static_routes':
commconf.c:(.text+0x278): undefined reference to `find_interface'
ld: commconf.c:(.text+0x278): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `find_interface'
ld: commconf.c:(.text+0x290): undefined reference to `find_interface_local'
ld: commconf.c:(.text+0x290): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `find_interface_local'
ld: ../../lib/libcfg.a(commconf.o): in function `config_interface':
commconf.c:(.text+0x5d8): undefined reference to `find_interface_byname'
ld: commconf.c:(.text+0x5d8): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `find_interface_byname'
ld: ../../lib/libcfg.a(commconf.o): in function `config_ip_route':
commconf.c:(.text+0x81c): undefined reference to `find_interface_byname'
ld: commconf.c:(.text+0x81c): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `find_interface_byname'
ld: commconf.c:(.text+0x9c4): undefined reference to `find_interface'
ld: commconf.c:(.text+0x9c4): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `find_interface'
ld: commconf.c:(.text+0x9e0): undefined reference to `find_interface_local'
ld: commconf.c:(.text+0x9e0): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `find_interface_local'
ld: ../../lib/libcfg.a(commconf.o): in function `config_gateway':
commconf.c:(.text+0xf0c): undefined reference to `find_interface_byname'
ld: commconf.c:(.text+0xf0c): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `find_interface_byname'
ld: ../../lib/libcfg.a(commconf.o): in function `init_mrtd_config':
commconf.c:(.text+0x103c): undefined reference to `ip_hash_fn'
ld: commconf.c:(.text+0x103c): relocation truncated to fit: R_AARCH64_ADR_PREL_PG_HI21 against undefined symbol `ip_hash_fn'
ld: commconf.c:(.text+0x105c): undefined reference to `ip_hash_fn'
ld: commconf.c:(.text+0x1074): undefined reference to `ip_lookup_fn'
ld: commconf.c:(.text+0x1074): relocation truncated to fit: R_AARCH64_ADR_PREL_PG_HI21 against undefined symbol `ip_lookup_fn'
ld: commconf.c:(.text+0x107c): undefined reference to `ip_lookup_fn'
ld: commconf.c:(.text+0x1250): undefined reference to `show_interfaces'
ld: commconf.c:(.text+0x1250): relocation truncated to fit: R_AARCH64_ADR_PREL_PG_HI21 against undefined symbol `show_interfaces'
ld: commconf.c:(.text+0x1258): undefined reference to `show_interfaces'
ld: ../../lib/libcfg.a(config_file.o): in function `config_add_output':
config_file.c:(.text+0xa8): undefined reference to `buffer_vprintf'
ld: config_file.c:(.text+0xa8): additional relocation overflows omitted from the output
ld: config_file.c:(.text+0xc0): undefined reference to `New_Buffer'
ld: ../../lib/libcfg.a(config_file.o): in function `show_config':
config_file.c:(.text+0x628): undefined reference to `buffer_adjust'
ld: ../../lib/libcfg.a(config_file.o): in function `config_write':
config_file.c:(.text+0x166c): undefined reference to `buffer_adjust'
ld: ../../lib/libcfg.a(config_file.o): in function `config_from_file2':
config_file.c:(.text+0x2164): undefined reference to `New_Buffer_Stream'
ld: config_file.c:(.text+0x217c): undefined reference to `buffer_gets'
ld: config_file.c:(.text+0x21a4): undefined reference to `buffer_gets'
ld: config_file.c:(.text+0x21c4): undefined reference to `Delete_Buffer'
ld: ../../lib/libbgp.a(bgp_util.o): in function `bgp_make_tail.isra.2':
bgp_util.c:(.text+0xaa8): undefined reference to `buffer_putc'
ld: bgp_util.c:(.text+0xab4): undefined reference to `buffer_putc'
ld: bgp_util.c:(.text+0xae0): undefined reference to `buffer_printf'
ld: bgp_util.c:(.text+0xb08): undefined reference to `buffer_putc'
ld: ../../lib/libbgp.a(bgp_util.o): in function `bgp_put_a_line':
bgp_util.c:(.text+0xb38): undefined reference to `New_Buffer'
ld: bgp_util.c:(.text+0xc08): undefined reference to `Delete_Buffer'
ld: ../../lib/libbgp.a(bgp_util.o): in function `bgp_dump_rtin':
bgp_util.c:(.text+0xdbc): undefined reference to `New_Buffer'
ld: bgp_util.c:(.text+0xe20): undefined reference to `Delete_Buffer'
ld: ../../lib/libbgp.a(bgp_util.o): in function `peer_set_gateway':
bgp_util.c:(.text+0x1860): undefined reference to `get_socket_addr'
ld: bgp_util.c:(.text+0x1874): undefined reference to `get_socket_addr'
ld: bgp_util.c:(.text+0x1898): undefined reference to `find_interface_local'
ld: bgp_util.c:(.text+0x19b8): undefined reference to `find_interface_local'
ld: bgp_util.c:(.text+0x19ec): undefined reference to `find_interface'
ld: bgp_util.c:(.text+0x1a08): undefined reference to `find_interface_local'
ld: ../../lib/libbgp.a(bgp_util.o): in function `bgp_start_transport_connection':
bgp_util.c:(.text+0x1b08): undefined reference to `socket_reuse'
ld: ../../lib/libbgp.a(bgp_util.o): in function `init_BGP_listen':
bgp_util.c:(.text+0x23b8): undefined reference to `socket_reuse'
ld: ../../lib/libbgp.a(bgp_util.o): in function `bgp_in_recv_open':
bgp_util.c:(.text+0x4354): undefined reference to `get_socket_addr'
ld: ../../lib/libbgp.a(view.o): in function `bgp_policy':
view.c:(.text+0x254): undefined reference to `find_interface_local'
ld: view.c:(.text+0x570): undefined reference to `find_interface_local'
ld: ../../lib/libbgp.a(view.o): in function `bgp_resolve_nexthop':
view.c:(.text+0x1730): undefined reference to `find_interface'
ld: view.c:(.text+0x1748): undefined reference to `find_interface_local'
ld: view.c:(.text+0x17a0): undefined reference to `ip_hash_fn'
ld: view.c:(.text+0x17a4): undefined reference to `ip_lookup_fn'
ld: view.c:(.text+0x17ac): undefined reference to `ip_hash_fn'
ld: view.c:(.text+0x17b4): undefined reference to `ip_lookup_fn'
ld: ../../lib/libbgp.a(view.o): in function `view_set_nexthop_self':
view.c:(.text+0x34e4): undefined reference to `find_interface'
ld: ../../lib/libbgp.a(view.o): in function `view_add_aggregate':
view.c:(.text+0x5714): undefined reference to `find_interface'
ld: view.c:(.text+0x573c): undefined reference to `find_interface'
ld: view.c:(.text+0x5788): undefined reference to `find_interface'
ld: ../../lib/libbgp.a(bgp_dump.o): in function `dump_view_bgp_routes':
bgp_dump.c:(.text+0x624): undefined reference to `Delete_Buffer'
ld: bgp_dump.c:(.text+0x6bc): undefined reference to `Delete_Buffer'
ld: ../../lib/libbgp.a(bgp_msg.o): in function `bgp_attr_buffer':
bgp_msg.c:(.text+0x1504): undefined reference to `buffer_printf'
ld: ../../lib/libbgp.a(bgp_msg.o): in function `bgp_print_attr_buffer':
bgp_msg.c:(.text+0x159c): undefined reference to `buffer_printf'
ld: bgp_msg.c:(.text+0x15bc): undefined reference to `buffer_printf'
ld: bgp_msg.c:(.text+0x15dc): undefined reference to `buffer_printf'
ld: bgp_msg.c:(.text+0x162c): undefined reference to `buffer_printf'
ld: ../../lib/libbgp.a(bgp_msg.o):bgp_msg.c:(.text+0x1658): more undefined references to `buffer_printf' follow
ld: ../../lib/libbgp.a(bgp_msg.o): in function `bgp_uii_attr':
bgp_msg.c:(.text+0x1824): undefined reference to `New_Buffer'
ld: ../../lib/librib.a(rib.o): in function `route_toa_buffer':
rib.c:(.text+0x100): undefined reference to `buffer_printf'
ld: rib.c:(.text+0x13c): undefined reference to `buffer_printf'
ld: rib.c:(.text+0x15c): undefined reference to `buffer_printf'
ld: rib.c:(.text+0x174): undefined reference to `buffer_printf'
ld: rib.c:(.text+0x1a0): undefined reference to `buffer_printf'
ld: rib.c:(.text+0x1ac): undefined reference to `New_Buffer'
ld: ../../lib/librib.a(rib.o): in function `rib_replace_active':
rib.c:(.text+0x88c): undefined reference to `New_Buffer'
ld: rib.c:(.text+0x8c8): undefined reference to `Delete_Buffer'
ld: ../../lib/librib.a(rib.o): in function `rib_delete_route_node':
rib.c:(.text+0xcb8): undefined reference to `New_Buffer'
ld: rib.c:(.text+0xcf4): undefined reference to `Delete_Buffer'
ld: ../../lib/librib.a(rib.o): in function `rib_add_route':
rib.c:(.text+0x1430): undefined reference to `New_Buffer'
ld: rib.c:(.text+0x1470): undefined reference to `Delete_Buffer'
ld: rib.c:(.text+0x15d4): undefined reference to `New_Buffer'
ld: rib.c:(.text+0x1610): undefined reference to `Delete_Buffer'
ld: rib.c:(.text+0x1620): undefined reference to `New_Buffer'
ld: rib.c:(.text+0x165c): undefined reference to `Delete_Buffer'
ld: ../../lib/libmrt.a(prefix.o): in function `print_prefix_list_buffer':
prefix.c:(.text+0xab0): undefined reference to `buffer_printf'
ld: ../../lib/libmrt.a(prefix.o): in function `print_pref_prefix_list_buffer':
prefix.c:(.text+0xb98): undefined reference to `buffer_printf'
ld: ../../lib/libmrt.a(user.o): in function `uii_accept_connection':
user.c:(.text+0x6d0): undefined reference to `New_Buffer'
ld: ../../lib/libmrt.a(user.o): in function `uii_yes_no':
user.c:(.text+0xb9c): undefined reference to `buffer_adjust'
ld: ../../lib/libmrt.a(user.o): in function `uii_destroy_connection':
user.c:(.text+0x106c): undefined reference to `Delete_Buffer'
ld: user.c:(.text+0x1078): undefined reference to `Delete_Buffer'
ld: ../../lib/libmrt.a(user.o): in function `uii_add_bulk_output':
user.c:(.text+0x18d4): undefined reference to `buffer_vprintf'
ld: user.c:(.text+0x18ec): undefined reference to `New_Buffer'
ld: ../../lib/libmrt.a(user.o): in function `uii_send_bulk_data':
user.c:(.text+0x20bc): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x21bc): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x220c): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x2318): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x2354): undefined reference to `buffer_adjust'
ld: ../../lib/libmrt.a(user.o): in function `uii_proccess_command':
user.c:(.text+0x3c24): undefined reference to `New_Buffer'
ld: user.c:(.text+0x3c34): undefined reference to `buffer_puts'
ld: user.c:(.text+0x3c58): undefined reference to `buffer_puts'
ld: user.c:(.text+0x3c64): undefined reference to `buffer_puts'
ld: user.c:(.text+0x3d6c): undefined reference to `Delete_Buffer'
ld: ../../lib/libmrt.a(user.o): in function `uii_command_tab_complete':
user.c:(.text+0x48ac): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x48c4): undefined reference to `buffer_printf'
ld: ../../lib/libmrt.a(user.o): in function `uii_read_command.part.1':
user.c:(.text+0x4b44): undefined reference to `buffer_insert'
ld: user.c:(.text+0x4d8c): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x4d98): undefined reference to `buffer_puts'
ld: user.c:(.text+0x4f50): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x4fc8): undefined reference to `buffer_delete'
ld: user.c:(.text+0x5078): undefined reference to `buffer_delete'
ld: user.c:(.text+0x50f0): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x51b8): undefined reference to `buffer_peek'
ld: user.c:(.text+0x51f0): undefined reference to `buffer_peek'
ld: user.c:(.text+0x5888): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x5988): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x5a3c): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x5a9c): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x5af8): undefined reference to `buffer_adjust'
ld: ../../lib/libmrt.a(trace.o):trace.c:(.text+0x3d0): more undefined references to `buffer_adjust' follow
ld: ../../lib/libmrt.a(trace.o): in function `trace':
trace.c:(.text+0x41c): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x45c): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x480): undefined reference to `buffer_vprintf'
ld: trace.c:(.text+0x678): undefined reference to `New_Buffer'
ld: trace.c:(.text+0x6c8): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x6e0): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x7d8): undefined reference to `buffer_printf'
ld: ../../lib/libmrt.a(trace.o): in function `Destroy_Trace':
trace.c:(.text+0xe60): undefined reference to `Delete_Buffer'
ld: ../../lib/libmrt.a(user_util.o): in function `uii_send_buffer':
user_util.c:(.text+0xf60): undefined reference to `New_Buffer'
ld: user_util.c:(.text+0xf70): undefined reference to `buffer_puts'
ld: ../../lib/libmrt.a(user_util.o): in function `uii_send_buffer_del':
user_util.c:(.text+0x1248): undefined reference to `Delete_Buffer'
ld: ../../lib/libmrt.a(user_util.o): in function `uii_send_data':
user_util.c:(.text+0x12b4): undefined reference to `New_Buffer'
ld: user_util.c:(.text+0x12f4): undefined reference to `buffer_vprintf'
ld: user_util.c:(.text+0x130c): undefined reference to `Delete_Buffer'
ld: ../../lib/libmrt.a(user_util.o): in function `user_vnotice':
user_util.c:(.text+0x13a0): undefined reference to `New_Buffer'
ld: user_util.c:(.text+0x13c0): undefined reference to `buffer_vprintf'
ld: user_util.c:(.text+0x14c4): undefined reference to `Delete_Buffer'
distcc[25779] ERROR: compile (null) on localhost failed
*** Error code 1

Stop.
make[2]: stopped in /tmp/pkgbuild/net/mrt/work.aarch64/mrt/src/programs/bgpsim
cd mrtd; /usr/bin/make
gcc -Wl,-R/usr/pkg/lib -L/usr/local/lib mrtd.o ../../lib/libcfg.a ../../lib/libbgp.a ../../lib/librip.a ../../lib/libpim.a ../../lib/librib.a ../../lib/libmrt.a -o mrtd -lresolv
ld: mrtd.o: in function `main':
mrtd.c:(.text.startup+0x2cc): undefined reference to `init_interfaces'
ld: mrtd.c:(.text.startup+0x2cc): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `init_interfaces'
ld: mrtd.c:(.text.startup+0x2e8): undefined reference to `igmp_init'
ld: mrtd.c:(.text.startup+0x2e8): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `igmp_init'
ld: mrtd.c:(.text.startup+0x2f8): undefined reference to `igmp_init'
ld: mrtd.c:(.text.startup+0x2f8): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `igmp_init'
ld: mrtd.c:(.text.startup+0x378): undefined reference to `kernel_init'
ld: mrtd.c:(.text.startup+0x378): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `kernel_init'
ld: mrtd.c:(.text.startup+0x394): undefined reference to `kernel_update_route'
ld: mrtd.c:(.text.startup+0x394): relocation truncated to fit: R_AARCH64_ADR_PREL_PG_HI21 against undefined symbol `kernel_update_route'
ld: mrtd.c:(.text.startup+0x398): undefined reference to `kernel_update_route'
ld: mrtd.c:(.text.startup+0x3b4): undefined reference to `add_interfaces_to_rib'
ld: mrtd.c:(.text.startup+0x3b4): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `add_interfaces_to_rib'
ld: mrtd.c:(.text.startup+0x414): undefined reference to `kernel_read_rt_table'
ld: mrtd.c:(.text.startup+0x414): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `kernel_read_rt_table'
ld: ../../lib/libcfg.a(config_file.o): in function `config_add_output':
config_file.c:(.text+0xa8): undefined reference to `buffer_vprintf'
ld: config_file.c:(.text+0xa8): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_vprintf'
ld: config_file.c:(.text+0xc0): undefined reference to `New_Buffer'
ld: config_file.c:(.text+0xc0): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `New_Buffer'
ld: ../../lib/libcfg.a(config_file.o): in function `show_config':
config_file.c:(.text+0x628): undefined reference to `buffer_adjust'
ld: config_file.c:(.text+0x628): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_adjust'
ld: ../../lib/libcfg.a(config_file.o): in function `config_write':
config_file.c:(.text+0x166c): undefined reference to `buffer_adjust'
ld: config_file.c:(.text+0x166c): additional relocation overflows omitted from the output
ld: ../../lib/libcfg.a(config_file.o): in function `config_from_file2':
config_file.c:(.text+0x2164): undefined reference to `New_Buffer_Stream'
ld: config_file.c:(.text+0x217c): undefined reference to `buffer_gets'
ld: config_file.c:(.text+0x21a4): undefined reference to `buffer_gets'
ld: config_file.c:(.text+0x21c4): undefined reference to `Delete_Buffer'
ld: ../../lib/libcfg.a(commconf.o): in function `re_evaluate_static_routes':
commconf.c:(.text+0x278): undefined reference to `find_interface'
ld: commconf.c:(.text+0x290): undefined reference to `find_interface_local'
ld: ../../lib/libcfg.a(commconf.o): in function `config_interface':
commconf.c:(.text+0x5d8): undefined reference to `find_interface_byname'
ld: ../../lib/libcfg.a(commconf.o): in function `config_ip_route':
commconf.c:(.text+0x81c): undefined reference to `find_interface_byname'
ld: commconf.c:(.text+0x9c4): undefined reference to `find_interface'
ld: commconf.c:(.text+0x9e0): undefined reference to `find_interface_local'
ld: ../../lib/libcfg.a(commconf.o): in function `config_gateway':
commconf.c:(.text+0xf0c): undefined reference to `find_interface_byname'
ld: ../../lib/libcfg.a(commconf.o): in function `init_mrtd_config':
commconf.c:(.text+0x103c): undefined reference to `ip_hash_fn'
ld: commconf.c:(.text+0x105c): undefined reference to `ip_hash_fn'
ld: commconf.c:(.text+0x1074): undefined reference to `ip_lookup_fn'
ld: commconf.c:(.text+0x107c): undefined reference to `ip_lookup_fn'
ld: commconf.c:(.text+0x1250): undefined reference to `show_interfaces'
ld: commconf.c:(.text+0x1258): undefined reference to `show_interfaces'
ld: ../../lib/libcfg.a(bgpconf.o): in function `config_router_neighbor_n_peer':
bgpconf.c:(.text+0x4e08): undefined reference to `find_interface_byname'
ld: ../../lib/libcfg.a(bgpconf.o): in function `config_router_neighbor_update_source':
bgpconf.c:(.text+0x67e0): undefined reference to `find_interface_local'
ld: bgpconf.c:(.text+0x688c): undefined reference to `find_interface_byname'
ld: ../../lib/libcfg.a(ripconf.o): in function `config_distribute_list':
ripconf.c:(.text+0xa8): undefined reference to `find_interface_byname'
ld: ../../lib/libcfg.a(multiconf.o): in function `config_interface_tunnel':
multiconf.c:(.text+0x248): undefined reference to `new_interface'
ld: ../../lib/libcfg.a(multiconf.o): in function `config_multicast_init':
multiconf.c:(.text+0x4b4): undefined reference to `IGMP'
ld: multiconf.c:(.text+0x4c0): undefined reference to `IGMP'
ld: multiconf.c:(.text+0x4dc): undefined reference to `IGMPv6'
ld: multiconf.c:(.text+0x4e8): undefined reference to `IGMP'
ld: multiconf.c:(.text+0x5f4): undefined reference to `IGMP'
ld: multiconf.c:(.text+0x600): undefined reference to `igmp_show_group'
ld: multiconf.c:(.text+0x608): undefined reference to `igmp_show_group'
ld: multiconf.c:(.text+0x660): undefined reference to `IGMPv6'
ld: multiconf.c:(.text+0x66c): undefined reference to `igmp6_show_group'
ld: multiconf.c:(.text+0x674): undefined reference to `igmp6_show_group'
ld: multiconf.c:(.text+0x6d4): undefined reference to `IGMPv6'
ld: multiconf.c:(.text+0x700): undefined reference to `IGMPv6'
ld: ../../lib/libcfg.a(dvmrpconf.o): in function `config_dvmrp_distribute_list':
dvmrpconf.c:(.text+0x794): undefined reference to `find_interface_byname'
ld: ../../lib/libbgp.a(bgp_util.o): in function `bgp_make_tail.isra.2':
bgp_util.c:(.text+0xaa8): undefined reference to `buffer_putc'
ld: bgp_util.c:(.text+0xab4): undefined reference to `buffer_putc'
ld: bgp_util.c:(.text+0xae0): undefined reference to `buffer_printf'
ld: bgp_util.c:(.text+0xb08): undefined reference to `buffer_putc'
ld: ../../lib/libbgp.a(bgp_util.o): in function `bgp_put_a_line':
bgp_util.c:(.text+0xb38): undefined reference to `New_Buffer'
ld: bgp_util.c:(.text+0xc08): undefined reference to `Delete_Buffer'
ld: ../../lib/libbgp.a(bgp_util.o): in function `bgp_dump_rtin':
bgp_util.c:(.text+0xdbc): undefined reference to `New_Buffer'
ld: bgp_util.c:(.text+0xe20): undefined reference to `Delete_Buffer'
ld: ../../lib/libbgp.a(bgp_util.o): in function `peer_set_gateway':
bgp_util.c:(.text+0x1860): undefined reference to `get_socket_addr'
ld: bgp_util.c:(.text+0x1874): undefined reference to `get_socket_addr'
ld: bgp_util.c:(.text+0x1898): undefined reference to `find_interface_local'
ld: bgp_util.c:(.text+0x19b8): undefined reference to `find_interface_local'
ld: bgp_util.c:(.text+0x19ec): undefined reference to `find_interface'
ld: bgp_util.c:(.text+0x1a08): undefined reference to `find_interface_local'
ld: ../../lib/libbgp.a(bgp_util.o): in function `bgp_start_transport_connection':
bgp_util.c:(.text+0x1b08): undefined reference to `socket_reuse'
ld: ../../lib/libbgp.a(bgp_util.o): in function `init_BGP_listen':
bgp_util.c:(.text+0x23b8): undefined reference to `socket_reuse'
ld: ../../lib/libbgp.a(bgp_util.o): in function `bgp_in_recv_open':
bgp_util.c:(.text+0x4354): undefined reference to `get_socket_addr'
ld: ../../lib/libbgp.a(view.o): in function `bgp_policy':
view.c:(.text+0x254): undefined reference to `find_interface_local'
ld: view.c:(.text+0x570): undefined reference to `find_interface_local'
ld: ../../lib/libbgp.a(view.o): in function `bgp_resolve_nexthop':
view.c:(.text+0x1730): undefined reference to `find_interface'
ld: view.c:(.text+0x1748): undefined reference to `find_interface_local'
ld: view.c:(.text+0x17a0): undefined reference to `ip_hash_fn'
ld: view.c:(.text+0x17a4): undefined reference to `ip_lookup_fn'
ld: view.c:(.text+0x17ac): undefined reference to `ip_hash_fn'
ld: view.c:(.text+0x17b4): undefined reference to `ip_lookup_fn'
ld: ../../lib/libbgp.a(view.o): in function `view_set_nexthop_self':
view.c:(.text+0x34e4): undefined reference to `find_interface'
ld: ../../lib/libbgp.a(view.o): in function `view_add_aggregate':
view.c:(.text+0x5714): undefined reference to `find_interface'
ld: view.c:(.text+0x573c): undefined reference to `find_interface'
ld: view.c:(.text+0x5788): undefined reference to `find_interface'
ld: ../../lib/libbgp.a(bgp_dump.o): in function `dump_view_bgp_routes':
bgp_dump.c:(.text+0x624): undefined reference to `Delete_Buffer'
ld: bgp_dump.c:(.text+0x6bc): undefined reference to `Delete_Buffer'
ld: ../../lib/libbgp.a(bgp_msg.o): in function `bgp_attr_buffer':
bgp_msg.c:(.text+0x1504): undefined reference to `buffer_printf'
ld: ../../lib/libbgp.a(bgp_msg.o): in function `bgp_print_attr_buffer':
bgp_msg.c:(.text+0x159c): undefined reference to `buffer_printf'
ld: bgp_msg.c:(.text+0x15bc): undefined reference to `buffer_printf'
ld: bgp_msg.c:(.text+0x15dc): undefined reference to `buffer_printf'
ld: bgp_msg.c:(.text+0x162c): undefined reference to `buffer_printf'
ld: ../../lib/libbgp.a(bgp_msg.o):bgp_msg.c:(.text+0x1658): more undefined references to `buffer_printf' follow
ld: ../../lib/libbgp.a(bgp_msg.o): in function `bgp_uii_attr':
bgp_msg.c:(.text+0x1824): undefined reference to `New_Buffer'
ld: ../../lib/librip.a(rip_proto.o): in function `rip_show_routing_table':
rip_proto.c:(.text+0x2bac): undefined reference to `find_interface_byname'
ld: ../../lib/librip.a(rip_proto.o): in function `rip_interface_recheck':
rip_proto.c:(.text+0x3030): undefined reference to `find_network'
ld: rip_proto.c:(.text+0x30f8): undefined reference to `find_interface_byname_all'
ld: ../../lib/librip.a(rip_proto.o): in function `rip_init':
rip_proto.c:(.text+0x39f0): undefined reference to `ip_hash_fn'
ld: rip_proto.c:(.text+0x39f4): undefined reference to `ip_lookup_fn'
ld: rip_proto.c:(.text+0x39f8): undefined reference to `ip_hash_fn'
ld: rip_proto.c:(.text+0x39fc): undefined reference to `ip_lookup_fn'
ld: ../../lib/librip.a(rip2.o): in function `rip2_sendmsgto.isra.0':
rip2.c:(.text+0xb8): undefined reference to `send_packet'
ld: ../../lib/librip.a(rip2.o): in function `rip2_send_update':
rip2.c:(.text+0x1b0): undefined reference to `len2mask'
ld: ../../lib/librip.a(rip2.o): in function `rip2_process_packet_response':
rip2.c:(.text+0x544): undefined reference to `mask2len'
ld: ../../lib/librip.a(rip2.o): in function `rip2_process_packet_request':
rip2.c:(.text+0x778): undefined reference to `mask2len'
ld: ../../lib/librip.a(rip2.o): in function `rip2_receive_update':
rip2.c:(.text+0x8e8): undefined reference to `recvmsgfrom'
ld: rip2.c:(.text+0xc48): undefined reference to `find_interface_local'
ld: rip2.c:(.text+0xcf8): undefined reference to `find_interface_local'
ld: ../../lib/librip.a(rip2.o): in function `rip2_init_listen':
rip2.c:(.text+0xe98): undefined reference to `socket_open'
ld: rip2.c:(.text+0xeac): undefined reference to `socket_reuse'
ld: rip2.c:(.text+0xeb8): undefined reference to `socket_broadcast'
ld: rip2.c:(.text+0xec8): undefined reference to `ip_multicast_loop'
ld: rip2.c:(.text+0xed4): undefined reference to `ip_recvttl'
ld: rip2.c:(.text+0xee0): undefined reference to `ip_pktinfo'
ld: ../../lib/librip.a(rip2.o): in function `rip2_interface':
rip2.c:(.text+0x1274): undefined reference to `join_leave_group'
ld: ../../lib/librip.a(ripng.o): in function `ripng_sendmsgto.isra.0':
ripng.c:(.text+0xb8): undefined reference to `send_packet'
ld: ../../lib/librip.a(ripng.o): in function `ripng_receive_update':
ripng.c:(.text+0xa78): undefined reference to `recvmsgfrom'
ld: ripng.c:(.text+0xf00): undefined reference to `find_interface_local'
ld: ripng.c:(.text+0x1068): undefined reference to `find_interface_local'
ld: ../../lib/librip.a(ripng.o): in function `ripng_init_listen':
ripng.c:(.text+0x1308): undefined reference to `socket_open'
ld: ripng.c:(.text+0x131c): undefined reference to `socket_reuse'
ld: ripng.c:(.text+0x1340): undefined reference to `socket_rcvbuf'
ld: ripng.c:(.text+0x134c): undefined reference to `ipv6_multicast_loop'
ld: ripng.c:(.text+0x1358): undefined reference to `ipv6_pktinfo'
ld: ripng.c:(.text+0x1364): undefined reference to `ipv6_recvhops'
ld: ripng.c:(.text+0x1370): undefined reference to `ipv6_multicast_hops'
ld: ripng.c:(.text+0x137c): undefined reference to `ipv6_unicast_hops'
ld: ../../lib/librip.a(ripng.o): in function `ripng_interface':
ripng.c:(.text+0x16cc): undefined reference to `join_leave_group'
ld: ../../lib/libpim.a(dvmrp.o): in function `dvmrp_send':
dvmrp.c:(.text+0x214): undefined reference to `IGMP'
ld: dvmrp.c:(.text+0x248): undefined reference to `IGMP'
ld: dvmrp.c:(.text+0x2d4): undefined reference to `igmp_send'
ld: ../../lib/libpim.a(dvmrp.o): in function `dvmrp_update_call_fn':
dvmrp.c:(.text+0xfb4): undefined reference to `igmp_test_membership'
ld: ../../lib/libpim.a(dvmrp.o): in function `dvmrp_activate_interface':
dvmrp.c:(.text+0x1104): undefined reference to `IGMP'
ld: dvmrp.c:(.text+0x1108): undefined reference to `IGMP'
ld: dvmrp.c:(.text+0x11a0): undefined reference to `igmp_interface'
ld: dvmrp.c:(.text+0x12f4): undefined reference to `igmp_interface'
ld: dvmrp.c:(.text+0x1348): undefined reference to `IGMP'
ld: dvmrp.c:(.text+0x135c): undefined reference to `join_leave_group'
ld: ../../lib/libpim.a(dvmrp.o): in function `recv_dvmrp':
dvmrp.c:(.text+0x16cc): undefined reference to `mask2len'
ld: dvmrp.c:(.text+0x1ce0): undefined reference to `IGMP'
ld: dvmrp.c:(.text+0x1cec): undefined reference to `IGMP'
ld: dvmrp.c:(.text+0x1cf4): undefined reference to `igmp_is_querier'
ld: dvmrp.c:(.text+0x223c): undefined reference to `find_interface_local'
ld: ../../lib/libpim.a(dvmrp.o): in function `dvmrp_advertise_route':
dvmrp.c:(.text+0x33c4): undefined reference to `len2mask'
ld: ../../lib/libpim.a(dvmrp.o): in function `dvmrp_init':
dvmrp.c:(.text+0x3988): undefined reference to `IGMP'
ld: dvmrp.c:(.text+0x3998): undefined reference to `IGMP'
ld: ../../lib/libpim.a(dvmrp.o): in function `dvmrp_start':
dvmrp.c:(.text+0x3aa4): undefined reference to `IGMP'
ld: dvmrp.c:(.text+0x3ab4): undefined reference to `IGMP'
ld: ../../lib/libpim.a(dvmrp.o): in function `dvmrp_interface_recheck':
dvmrp.c:(.text+0x3cc0): undefined reference to `find_network'
ld: dvmrp.c:(.text+0x3d8c): undefined reference to `find_interface_byname_all'
ld: dvmrp.c:(.text+0x3e5c): undefined reference to `find_interface_byname_all'
ld: ../../lib/libpim.a(dvmrp.o): in function `dvmrp_stop':
dvmrp.c:(.text+0x45b0): undefined reference to `IGMP'
ld: dvmrp.c:(.text+0x45b4): undefined reference to `IGMP'
ld: ../../lib/libpim.a(dvmrp.o): in function `dvmrp_show_routing_table':
dvmrp.c:(.text+0x48d0): undefined reference to `find_interface_byname'
ld: ../../lib/libpim.a(dvmrp.o): in function `dvmrp_show_neighbors':
dvmrp.c:(.text+0x494c): undefined reference to `find_interface_byname'
ld: ../../lib/libpim.a(pim.o): in function `pim_register_neighbor':
pim.c:(.text+0xc8): undefined reference to `find_interface_local'
ld: pim.c:(.text+0x17c): undefined reference to `find_interface_local'
ld: ../../lib/libpim.a(pim.o): in function `pim_find_parent.isra.2':
pim.c:(.text+0x674): undefined reference to `find_interface_local'
ld: ../../lib/libpim.a(pim.o): in function `pim_send':
pim.c:(.text+0xaa0): undefined reference to `inet6_cksum'
ld: pim.c:(.text+0xae0): undefined reference to `send_packet'
ld: pim.c:(.text+0xbc8): undefined reference to `inet_cksum'
ld: pim.c:(.text+0xe54): undefined reference to `inet_cksum'
ld: pim.c:(.text+0xe68): undefined reference to `inet_cksum'
ld: ../../lib/libpim.a(pim.o): in function `pim_receive':
pim.c:(.text+0x1424): undefined reference to `recvmsgfrom'
ld: pim.c:(.text+0x148c): undefined reference to `find_interface_local'
ld: pim.c:(.text+0x14f4): undefined reference to `find_interface_local'
ld: pim.c:(.text+0x15cc): undefined reference to `recvmsgfrom'
ld: pim.c:(.text+0x1660): undefined reference to `inet_cksum'
ld: ../../lib/libpim.a(pim.o): in function `pim_update_call_fn':
pim.c:(.text+0x39e8): undefined reference to `igmp_test_membership'
ld: pim.c:(.text+0x3b6c): undefined reference to `igmp_test_membership'
ld: ../../lib/libpim.a(pim.o): in function `pim_init':
pim.c:(.text+0x3f70): undefined reference to `IGMPv6'
ld: pim.c:(.text+0x3f80): undefined reference to `IGMPv6'
ld: pim.c:(.text+0x4138): undefined reference to `IGMP'
ld: pim.c:(.text+0x4148): undefined reference to `IGMP'
ld: ../../lib/libpim.a(pim.o): in function `pim_activate_interface':
pim.c:(.text+0x4244): undefined reference to `igmp_interface'
ld: pim.c:(.text+0x4380): undefined reference to `join_leave_group'
ld: pim.c:(.text+0x43c0): undefined reference to `igmp_interface'
ld: pim.c:(.text+0x4648): undefined reference to `igmp_interface'
ld: pim.c:(.text+0x46dc): undefined reference to `socket_open'
ld: pim.c:(.text+0x46ec): undefined reference to `socket_reuse'
ld: pim.c:(.text+0x46f8): undefined reference to `socket_rcvbuf'
ld: pim.c:(.text+0x4704): undefined reference to `ipv6_multicast_loop'
ld: pim.c:(.text+0x4710): undefined reference to `ipv6_pktinfo'
ld: pim.c:(.text+0x471c): undefined reference to `ipv6_recvhops'
ld: pim.c:(.text+0x4728): undefined reference to `ipv6_multicast_hops'
ld: pim.c:(.text+0x4824): undefined reference to `join_leave_group'
ld: pim.c:(.text+0x48e4): undefined reference to `socket_open'
ld: pim.c:(.text+0x48f4): undefined reference to `socket_reuse'
ld: pim.c:(.text+0x4900): undefined reference to `socket_rcvbuf'
ld: pim.c:(.text+0x490c): undefined reference to `ip_hdrincl'
ld: pim.c:(.text+0x4918): undefined reference to `ip_multicast_loop'
ld: pim.c:(.text+0x4924): undefined reference to `ip_pktinfo'
ld: pim.c:(.text+0x4930): undefined reference to `ip_recvttl'
ld: ../../lib/libpim.a(cache.o): in function `cache_timer_expire':
cache.c:(.text+0x160): undefined reference to `mc_del_mfc'
ld: cache.c:(.text+0x174): undefined reference to `mc6_del_mfc'
ld: cache.c:(.text+0x1f4): undefined reference to `mc6_req_mfc'
ld: cache.c:(.text+0x21c): undefined reference to `mc_req_mfc'
ld: ../../lib/libpim.a(cache.o): in function `cache_update_mfc':
cache.c:(.text+0x5a0): undefined reference to `mc_add_mfc'
ld: cache.c:(.text+0x634): undefined reference to `mc6_add_mfc'
ld: ../../lib/libpim.a(cache.o): in function `cache_control_from_kernel':
cache.c:(.text+0x958): undefined reference to `mc6_del_mfc'
ld: cache.c:(.text+0xbd8): undefined reference to `mc_del_mfc'
ld: ../../lib/libpim.a(cache.o): in function `cache_init':
cache.c:(.text+0x1308): undefined reference to `ip_pair_hash_fn'
ld: cache.c:(.text+0x1310): undefined reference to `ip_pair_hash_fn'
ld: cache.c:(.text+0x1330): undefined reference to `ip_pair_lookup_fn'
ld: cache.c:(.text+0x1338): undefined reference to `ip_pair_lookup_fn'
ld: cache.c:(.text+0x13d0): undefined reference to `IGMPv6'
ld: cache.c:(.text+0x13e0): undefined reference to `IGMPv6'
ld: cache.c:(.text+0x140c): undefined reference to `ip_pair_hash_fn'
ld: cache.c:(.text+0x1414): undefined reference to `ip_pair_hash_fn'
ld: cache.c:(.text+0x1438): undefined reference to `ip_pair_lookup_fn'
ld: cache.c:(.text+0x1440): undefined reference to `ip_pair_lookup_fn'
ld: cache.c:(.text+0x14b4): undefined reference to `mc6_kernel_read_rt_table'
ld: cache.c:(.text+0x14c0): undefined reference to `IGMP'
ld: cache.c:(.text+0x14d0): undefined reference to `IGMP'
ld: ../../lib/libpim.a(cache.o): in function `show_cache_entries':
cache.c:(.text+0x1574): undefined reference to `find_interface_byname'
ld: cache.c:(.text+0x174c): undefined reference to `find_interface_byindex'
ld: ../../lib/librib.a(rib.o): in function `route_toa_buffer':
rib.c:(.text+0x100): undefined reference to `buffer_printf'
ld: rib.c:(.text+0x13c): undefined reference to `buffer_printf'
ld: rib.c:(.text+0x15c): undefined reference to `buffer_printf'
ld: rib.c:(.text+0x174): undefined reference to `buffer_printf'
ld: rib.c:(.text+0x1a0): undefined reference to `buffer_printf'
ld: rib.c:(.text+0x1ac): undefined reference to `New_Buffer'
ld: ../../lib/librib.a(rib.o): in function `rib_replace_active':
rib.c:(.text+0x88c): undefined reference to `New_Buffer'
ld: rib.c:(.text+0x8c8): undefined reference to `Delete_Buffer'
ld: ../../lib/librib.a(rib.o): in function `rib_delete_route_node':
rib.c:(.text+0xcb8): undefined reference to `New_Buffer'
ld: rib.c:(.text+0xcf4): undefined reference to `Delete_Buffer'
ld: ../../lib/librib.a(rib.o): in function `rib_add_route':
rib.c:(.text+0x1430): undefined reference to `New_Buffer'
ld: rib.c:(.text+0x1470): undefined reference to `Delete_Buffer'
ld: rib.c:(.text+0x15d4): undefined reference to `New_Buffer'
ld: rib.c:(.text+0x1610): undefined reference to `Delete_Buffer'
ld: rib.c:(.text+0x1620): undefined reference to `New_Buffer'
ld: rib.c:(.text+0x165c): undefined reference to `Delete_Buffer'
ld: ../../lib/libmrt.a(prefix.o): in function `print_prefix_list_buffer':
prefix.c:(.text+0xab0): undefined reference to `buffer_printf'
ld: ../../lib/libmrt.a(prefix.o): in function `print_pref_prefix_list_buffer':
prefix.c:(.text+0xb98): undefined reference to `buffer_printf'
ld: ../../lib/libmrt.a(user.o): in function `uii_accept_connection':
user.c:(.text+0x6d0): undefined reference to `New_Buffer'
ld: ../../lib/libmrt.a(user.o): in function `uii_yes_no':
user.c:(.text+0xb9c): undefined reference to `buffer_adjust'
ld: ../../lib/libmrt.a(user.o): in function `uii_destroy_connection':
user.c:(.text+0x106c): undefined reference to `Delete_Buffer'
ld: user.c:(.text+0x1078): undefined reference to `Delete_Buffer'
ld: ../../lib/libmrt.a(user.o): in function `uii_add_bulk_output':
user.c:(.text+0x18d4): undefined reference to `buffer_vprintf'
ld: user.c:(.text+0x18ec): undefined reference to `New_Buffer'
ld: ../../lib/libmrt.a(user.o): in function `uii_send_bulk_data':
user.c:(.text+0x20bc): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x21bc): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x220c): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x2318): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x2354): undefined reference to `buffer_adjust'
ld: ../../lib/libmrt.a(user.o): in function `uii_proccess_command':
user.c:(.text+0x3c24): undefined reference to `New_Buffer'
ld: user.c:(.text+0x3c34): undefined reference to `buffer_puts'
ld: user.c:(.text+0x3c58): undefined reference to `buffer_puts'
ld: user.c:(.text+0x3c64): undefined reference to `buffer_puts'
ld: user.c:(.text+0x3d6c): undefined reference to `Delete_Buffer'
ld: ../../lib/libmrt.a(user.o): in function `uii_command_tab_complete':
user.c:(.text+0x48ac): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x48c4): undefined reference to `buffer_printf'
ld: ../../lib/libmrt.a(user.o): in function `uii_read_command.part.1':
user.c:(.text+0x4b44): undefined reference to `buffer_insert'
ld: user.c:(.text+0x4d8c): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x4d98): undefined reference to `buffer_puts'
ld: user.c:(.text+0x4f50): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x4fc8): undefined reference to `buffer_delete'
ld: user.c:(.text+0x5078): undefined reference to `buffer_delete'
ld: user.c:(.text+0x50f0): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x51b8): undefined reference to `buffer_peek'
ld: user.c:(.text+0x51f0): undefined reference to `buffer_peek'
ld: user.c:(.text+0x5888): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x5988): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x5a3c): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x5a9c): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x5af8): undefined reference to `buffer_adjust'
ld: ../../lib/libmrt.a(trace.o):trace.c:(.text+0x3d0): more undefined references to `buffer_adjust' follow
ld: ../../lib/libmrt.a(trace.o): in function `trace':
trace.c:(.text+0x41c): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x45c): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x480): undefined reference to `buffer_vprintf'
ld: trace.c:(.text+0x678): undefined reference to `New_Buffer'
ld: trace.c:(.text+0x6c8): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x6e0): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x7d8): undefined reference to `buffer_printf'
ld: ../../lib/libmrt.a(trace.o): in function `Destroy_Trace':
trace.c:(.text+0xe60): undefined reference to `Delete_Buffer'
ld: ../../lib/libmrt.a(user_util.o): in function `uii_send_buffer':
user_util.c:(.text+0xf60): undefined reference to `New_Buffer'
ld: user_util.c:(.text+0xf70): undefined reference to `buffer_puts'
ld: ../../lib/libmrt.a(user_util.o): in function `uii_send_buffer_del':
user_util.c:(.text+0x1248): undefined reference to `Delete_Buffer'
ld: ../../lib/libmrt.a(user_util.o): in function `uii_send_data':
user_util.c:(.text+0x12b4): undefined reference to `New_Buffer'
ld: user_util.c:(.text+0x12f4): undefined reference to `buffer_vprintf'
ld: user_util.c:(.text+0x130c): undefined reference to `Delete_Buffer'
ld: ../../lib/libmrt.a(user_util.o): in function `user_vnotice':
user_util.c:(.text+0x13a0): undefined reference to `New_Buffer'
ld: user_util.c:(.text+0x13c0): undefined reference to `buffer_vprintf'
ld: user_util.c:(.text+0x14c4): undefined reference to `Delete_Buffer'
distcc[20090] ERROR: compile (null) on localhost failed
*** Error code 1

Stop.
make[2]: stopped in /tmp/pkgbuild/net/mrt/work.aarch64/mrt/src/programs/mrtd
cd ricd; /usr/bin/make
gcc -Wl,-R/usr/pkg/lib -L/usr/local/lib ricd.o hqlip.o ricdconf.o area.o  srsvp.o qif.o  ../../lib/libcfg.a ../../lib/librib.a ../../lib/libmrt.a -o ricd -lresolv
ld: hqlip.o: in function `hqlip_vif_udp_init':
hqlip.c:(.text+0x458): undefined reference to `socket_open'
ld: hqlip.c:(.text+0x458): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `socket_open'
ld: hqlip.c:(.text+0x468): undefined reference to `socket_reuse'
ld: hqlip.c:(.text+0x468): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `socket_reuse'
ld: hqlip.c:(.text+0x47c): undefined reference to `join_leave_group'
ld: hqlip.c:(.text+0x47c): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `join_leave_group'
ld: hqlip.c:(.text+0x490): undefined reference to `socket_bind_port'
ld: hqlip.c:(.text+0x490): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `socket_bind_port'
ld: hqlip.c:(.text+0x4a8): undefined reference to `ip_multicast_loop'
ld: hqlip.c:(.text+0x4a8): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `ip_multicast_loop'
ld: hqlip.c:(.text+0x4b4): undefined reference to `ip_multicast_hops'
ld: hqlip.c:(.text+0x4b4): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `ip_multicast_hops'
ld: hqlip.c:(.text+0x4c0): undefined reference to `ip_pktinfo'
ld: hqlip.c:(.text+0x4c0): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `ip_pktinfo'
ld: hqlip.c:(.text+0x4cc): undefined reference to `ip_recvttl'
ld: hqlip.c:(.text+0x4cc): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `ip_recvttl'
ld: hqlip.c:(.text+0x528): undefined reference to `socket_open'
ld: hqlip.c:(.text+0x528): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `socket_open'
ld: hqlip.c:(.text+0x538): undefined reference to `socket_reuse'
ld: hqlip.c:(.text+0x538): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `socket_reuse'
ld: hqlip.c:(.text+0x54c): undefined reference to `socket_bind_port'
ld: hqlip.c:(.text+0x54c): additional relocation overflows omitted from the output
ld: hqlip.c:(.text+0x564): undefined reference to `ip_pktinfo'
ld: hqlip.c:(.text+0x570): undefined reference to `ip_recvttl'
ld: hqlip.c:(.text+0x5b8): undefined reference to `ipv6_multicast_loop'
ld: hqlip.c:(.text+0x5c4): undefined reference to `ipv6_multicast_hops'
ld: hqlip.c:(.text+0x5d0): undefined reference to `ipv6_pktinfo'
ld: hqlip.c:(.text+0x5dc): undefined reference to `ipv6_recvhops'
ld: hqlip.c:(.text+0x5e8): undefined reference to `ipv6_pktinfo'
ld: hqlip.c:(.text+0x5f4): undefined reference to `ipv6_recvhops'
ld: hqlip.o: in function `hqlip_vif_tcp_init':
hqlip.c:(.text+0x8b0): undefined reference to `socket_open'
ld: hqlip.c:(.text+0x8c0): undefined reference to `socket_reuse'
ld: hqlip.c:(.text+0x8d4): undefined reference to `socket_bind_port'
ld: hqlip.o: in function `hqlip_send_hello.part.29':
hqlip.c:(.text+0x5a68): undefined reference to `send_packet'
ld: hqlip.o: in function `hqlip_register_neighbor':
hqlip.c:(.text+0x6b24): undefined reference to `socket_bind_port'
ld: hqlip.o: in function `hqlip_recv_hello':
hqlip.c:(.text+0x6d10): undefined reference to `recvmsgfrom'
ld: hqlip.o: in function `hqlip_open_accept':
hqlip.c:(.text+0x712c): undefined reference to `get_socket_addr'
ld: hqlip.o: in function `hqlip_activate_interface':
hqlip.c:(.text+0x8888): undefined reference to `join_leave_group'
ld: hqlip.o: in function `hqlip_show_neighbors':
hqlip.c:(.text+0x8d24): undefined reference to `find_interface_byname'
ld: ricdconf.o: in function `config_ric_network_if_qos_prefix':
ricdconf.c:(.text+0x40e4): undefined reference to `find_interface_byname'
ld: area.o: in function `area_hash_fn':
area.c:(.text+0x14): undefined reference to `ip_hash_fn'
ld: srsvp.o: in function `srsvp_flow_hash_fn':
srsvp.c:(.text+0x2ec): undefined reference to `ip_hash_fn'
ld: srsvp.c:(.text+0x304): undefined reference to `ip_hash_fn'
ld: srsvp.o: in function `srsvp_vif_tcp_init':
srsvp.c:(.text+0x370): undefined reference to `socket_open'
ld: srsvp.c:(.text+0x380): undefined reference to `socket_reuse'
ld: srsvp.c:(.text+0x394): undefined reference to `socket_bind_port'
ld: srsvp.o: in function `srsvp_tcp_connect':
srsvp.c:(.text+0xae0): undefined reference to `socket_bind_port'
ld: srsvp.o: in function `srsvp_open_accept':
srsvp.c:(.text+0x1284): undefined reference to `get_socket_addr'
ld: srsvp.o: in function `srsvp_keep_alive':
srsvp.c:(.text+0x1654): undefined reference to `get_socket_addr'
ld: srsvp.o: in function `srsvp_show_neighbors':
srsvp.c:(.text+0x4d40): undefined reference to `find_interface_byname'
ld: ../../lib/libcfg.a(config_file.o): in function `config_add_output':
config_file.c:(.text+0xa8): undefined reference to `buffer_vprintf'
ld: config_file.c:(.text+0xc0): undefined reference to `New_Buffer'
ld: ../../lib/libcfg.a(config_file.o): in function `show_config':
config_file.c:(.text+0x628): undefined reference to `buffer_adjust'
ld: ../../lib/libcfg.a(config_file.o): in function `config_write':
config_file.c:(.text+0x166c): undefined reference to `buffer_adjust'
ld: ../../lib/libcfg.a(config_file.o): in function `config_from_file2':
config_file.c:(.text+0x2164): undefined reference to `New_Buffer_Stream'
ld: config_file.c:(.text+0x217c): undefined reference to `buffer_gets'
ld: config_file.c:(.text+0x21a4): undefined reference to `buffer_gets'
ld: config_file.c:(.text+0x21c4): undefined reference to `Delete_Buffer'
ld: ../../lib/libmrt.a(prefix.o): in function `print_prefix_list_buffer':
prefix.c:(.text+0xab0): undefined reference to `buffer_printf'
ld: ../../lib/libmrt.a(prefix.o): in function `print_pref_prefix_list_buffer':
prefix.c:(.text+0xb98): undefined reference to `buffer_printf'
ld: ../../lib/libmrt.a(user.o): in function `uii_accept_connection':
user.c:(.text+0x6d0): undefined reference to `New_Buffer'
ld: ../../lib/libmrt.a(user.o): in function `uii_yes_no':
user.c:(.text+0xb9c): undefined reference to `buffer_adjust'
ld: ../../lib/libmrt.a(user.o): in function `uii_destroy_connection':
user.c:(.text+0x106c): undefined reference to `Delete_Buffer'
ld: user.c:(.text+0x1078): undefined reference to `Delete_Buffer'
ld: ../../lib/libmrt.a(user.o): in function `uii_add_bulk_output':
user.c:(.text+0x18d4): undefined reference to `buffer_vprintf'
ld: user.c:(.text+0x18ec): undefined reference to `New_Buffer'
ld: ../../lib/libmrt.a(user.o): in function `uii_send_bulk_data':
user.c:(.text+0x20bc): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x21bc): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x220c): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x2318): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x2354): undefined reference to `buffer_adjust'
ld: ../../lib/libmrt.a(user.o): in function `uii_proccess_command':
user.c:(.text+0x3c24): undefined reference to `New_Buffer'
ld: user.c:(.text+0x3c34): undefined reference to `buffer_puts'
ld: user.c:(.text+0x3c58): undefined reference to `buffer_puts'
ld: user.c:(.text+0x3c64): undefined reference to `buffer_puts'
ld: user.c:(.text+0x3d6c): undefined reference to `Delete_Buffer'
ld: ../../lib/libmrt.a(user.o): in function `uii_command_tab_complete':
user.c:(.text+0x48ac): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x48c4): undefined reference to `buffer_printf'
ld: ../../lib/libmrt.a(user.o): in function `uii_read_command.part.1':
user.c:(.text+0x4b44): undefined reference to `buffer_insert'
ld: user.c:(.text+0x4d8c): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x4d98): undefined reference to `buffer_puts'
ld: user.c:(.text+0x4f50): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x4fc8): undefined reference to `buffer_delete'
ld: user.c:(.text+0x5078): undefined reference to `buffer_delete'
ld: user.c:(.text+0x50f0): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x51b8): undefined reference to `buffer_peek'
ld: user.c:(.text+0x51f0): undefined reference to `buffer_peek'
ld: user.c:(.text+0x5888): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x5988): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x5a3c): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x5a9c): undefined reference to `buffer_adjust'
ld: user.c:(.text+0x5af8): undefined reference to `buffer_adjust'
ld: ../../lib/libmrt.a(trace.o):trace.c:(.text+0x3d0): more undefined references to `buffer_adjust' follow
ld: ../../lib/libmrt.a(trace.o): in function `trace':
trace.c:(.text+0x41c): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x45c): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x480): undefined reference to `buffer_vprintf'
ld: trace.c:(.text+0x678): undefined reference to `New_Buffer'
ld: trace.c:(.text+0x6c8): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x6e0): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x7d8): undefined reference to `buffer_printf'
ld: ../../lib/libmrt.a(trace.o): in function `Destroy_Trace':
trace.c:(.text+0xe60): undefined reference to `Delete_Buffer'
ld: ../../lib/libmrt.a(user_util.o): in function `uii_send_buffer':
user_util.c:(.text+0xf60): undefined reference to `New_Buffer'
ld: user_util.c:(.text+0xf70): undefined reference to `buffer_puts'
ld: ../../lib/libmrt.a(user_util.o): in function `uii_send_buffer_del':
user_util.c:(.text+0x1248): undefined reference to `Delete_Buffer'
ld: ../../lib/libmrt.a(user_util.o): in function `uii_send_data':
user_util.c:(.text+0x12b4): undefined reference to `New_Buffer'
ld: user_util.c:(.text+0x12f4): undefined reference to `buffer_vprintf'
ld: user_util.c:(.text+0x130c): undefined reference to `Delete_Buffer'
ld: ../../lib/libmrt.a(user_util.o): in function `user_vnotice':
user_util.c:(.text+0x13a0): undefined reference to `New_Buffer'
ld: user_util.c:(.text+0x13c0): undefined reference to `buffer_vprintf'
ld: user_util.c:(.text+0x14c4): undefined reference to `Delete_Buffer'
distcc[26787] ERROR: compile (null) on localhost failed
*** Error code 1

Stop.
make[2]: stopped in /tmp/pkgbuild/net/mrt/work.aarch64/mrt/src/programs/ricd
cd route_atob; /usr/bin/make
gcc -Wl,-R/usr/pkg/lib -L/usr/local/lib route_atob.o ../../lib/libbgp.a ../../lib/libmrt.a -o route_atob -lresolv
ld: route_atob.o: in function `read_ascii':
route_atob.c:(.text+0x2ec): undefined reference to `New_Buffer_Stream'
ld: route_atob.c:(.text+0x2ec): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `New_Buffer_Stream'
ld: route_atob.c:(.text+0x360): undefined reference to `buffer_gets'
ld: route_atob.c:(.text+0x360): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_gets'
ld: route_atob.c:(.text+0x4f0): undefined reference to `buffer_gets'
ld: route_atob.c:(.text+0x4f0): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_gets'
ld: route_atob.c:(.text+0x568): undefined reference to `Delete_Buffer'
ld: route_atob.c:(.text+0x568): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `Delete_Buffer'
ld: ../../lib/libbgp.a(bgp_msg.o): in function `bgp_attr_buffer':
bgp_msg.c:(.text+0x1504): undefined reference to `buffer_printf'
ld: bgp_msg.c:(.text+0x1504): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_printf'
ld: ../../lib/libbgp.a(bgp_msg.o): in function `bgp_print_attr_buffer':
bgp_msg.c:(.text+0x159c): undefined reference to `buffer_printf'
ld: bgp_msg.c:(.text+0x159c): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_printf'
ld: bgp_msg.c:(.text+0x15bc): undefined reference to `buffer_printf'
ld: bgp_msg.c:(.text+0x15bc): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_printf'
ld: bgp_msg.c:(.text+0x15dc): undefined reference to `buffer_printf'
ld: bgp_msg.c:(.text+0x15dc): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_printf'
ld: bgp_msg.c:(.text+0x162c): undefined reference to `buffer_printf'
ld: bgp_msg.c:(.text+0x162c): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_printf'
ld: ../../lib/libbgp.a(bgp_msg.o):bgp_msg.c:(.text+0x1658): more undefined references to `buffer_printf' follow
ld: ../../lib/libbgp.a(bgp_msg.o): in function `bgp_print_attr_buffer':
bgp_msg.c:(.text+0x1658): relocation truncated to fit: R_AARCH64_JUMP26 against undefined symbol `buffer_printf'
ld: bgp_msg.c:(.text+0x167c): additional relocation overflows omitted from the output
ld: ../../lib/libbgp.a(bgp_msg.o): in function `bgp_uii_attr':
bgp_msg.c:(.text+0x1824): undefined reference to `New_Buffer'
ld: ../../lib/libmrt.a(prefix.o): in function `print_prefix_list_buffer':
prefix.c:(.text+0xab0): undefined reference to `buffer_printf'
ld: ../../lib/libmrt.a(prefix.o): in function `print_pref_prefix_list_buffer':
prefix.c:(.text+0xb98): undefined reference to `buffer_printf'
ld: ../../lib/libmrt.a(trace.o): in function `trace':
trace.c:(.text+0x3d0): undefined reference to `buffer_adjust'
ld: trace.c:(.text+0x41c): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x45c): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x480): undefined reference to `buffer_vprintf'
ld: trace.c:(.text+0x678): undefined reference to `New_Buffer'
ld: trace.c:(.text+0x6c8): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x6e0): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x7d8): undefined reference to `buffer_printf'
ld: ../../lib/libmrt.a(trace.o): in function `Destroy_Trace':
trace.c:(.text+0xe60): undefined reference to `Delete_Buffer'
distcc[19419] ERROR: compile (null) on localhost failed
*** Error code 1

Stop.
make[2]: stopped in /tmp/pkgbuild/net/mrt/work.aarch64/mrt/src/programs/route_atob
cd route_btoa; /usr/bin/make
gcc -Wl,-R/usr/pkg/lib -L/usr/local/lib route_btoa.o ../../lib/libbgp.a ../../lib/libmrt.a -o route_btoa -lresolv
ld: route_btoa.o: in function `print_bgp_msg':
route_btoa.c:(.text+0x14c): undefined reference to `buffer_printf'
ld: route_btoa.c:(.text+0x14c): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_printf'
ld: route_btoa.c:(.text+0x248): undefined reference to `buffer_printf'
ld: route_btoa.c:(.text+0x248): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_printf'
ld: route_btoa.c:(.text+0x25c): undefined reference to `buffer_printf'
ld: route_btoa.c:(.text+0x25c): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_printf'
ld: route_btoa.c:(.text+0x2a8): undefined reference to `buffer_printf'
ld: route_btoa.c:(.text+0x2a8): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_printf'
ld: route_btoa.c:(.text+0x2d0): undefined reference to `buffer_printf'
ld: route_btoa.c:(.text+0x2d0): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_printf'
ld: route_btoa.o:route_btoa.c:(.text+0x388): more undefined references to `buffer_printf' follow
ld: route_btoa.o: in function `print_bgp_msg':
route_btoa.c:(.text+0x388): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_printf'
ld: route_btoa.c:(.text+0x408): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_printf'
ld: route_btoa.c:(.text+0x424): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_printf'
ld: route_btoa.c:(.text+0x4cc): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_printf'
ld: route_btoa.c:(.text+0x514): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_printf'
ld: route_btoa.c:(.text+0x59c): additional relocation overflows omitted from the output
ld: route_btoa.o: in function `main':
route_btoa.c:(.text.startup+0x234): undefined reference to `New_Buffer_Stream'
ld: ../../lib/libbgp.a(bgp_msg.o): in function `bgp_attr_buffer':
bgp_msg.c:(.text+0x1504): undefined reference to `buffer_printf'
ld: ../../lib/libbgp.a(bgp_msg.o): in function `bgp_print_attr_buffer':
bgp_msg.c:(.text+0x159c): undefined reference to `buffer_printf'
ld: bgp_msg.c:(.text+0x15bc): undefined reference to `buffer_printf'
ld: bgp_msg.c:(.text+0x15dc): undefined reference to `buffer_printf'
ld: bgp_msg.c:(.text+0x162c): undefined reference to `buffer_printf'
ld: ../../lib/libbgp.a(bgp_msg.o):bgp_msg.c:(.text+0x1658): more undefined references to `buffer_printf' follow
ld: ../../lib/libbgp.a(bgp_msg.o): in function `bgp_uii_attr':
bgp_msg.c:(.text+0x1824): undefined reference to `New_Buffer'
ld: ../../lib/libmrt.a(prefix.o): in function `print_prefix_list_buffer':
prefix.c:(.text+0xab0): undefined reference to `buffer_printf'
ld: ../../lib/libmrt.a(prefix.o): in function `print_pref_prefix_list_buffer':
prefix.c:(.text+0xb98): undefined reference to `buffer_printf'
ld: ../../lib/libmrt.a(trace.o): in function `trace':
trace.c:(.text+0x3d0): undefined reference to `buffer_adjust'
ld: trace.c:(.text+0x41c): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x45c): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x480): undefined reference to `buffer_vprintf'
ld: trace.c:(.text+0x678): undefined reference to `New_Buffer'
ld: trace.c:(.text+0x6c8): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x6e0): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x7d8): undefined reference to `buffer_printf'
ld: ../../lib/libmrt.a(trace.o): in function `Destroy_Trace':
trace.c:(.text+0xe60): undefined reference to `Delete_Buffer'
distcc[26063] ERROR: compile (null) on localhost failed
*** Error code 1

Stop.
make[2]: stopped in /tmp/pkgbuild/net/mrt/work.aarch64/mrt/src/programs/route_btoa
cd sbgp; /usr/bin/make
gcc -Wl,-R/usr/pkg/lib -L/usr/local/lib simple_bgp.o ../../lib/libbgp.a ../../lib/libcfg.a ../../lib/librib.a ../../lib/libmrt.a ../../lib/libbgp.a -o sbgp -lresolv
ld: ../../lib/libmrt.a(prefix.o): in function `print_prefix_list_buffer':
prefix.c:(.text+0xab0): undefined reference to `buffer_printf'
ld: prefix.c:(.text+0xab0): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_printf'
ld: ../../lib/libmrt.a(prefix.o): in function `print_pref_prefix_list_buffer':
prefix.c:(.text+0xb98): undefined reference to `buffer_printf'
ld: prefix.c:(.text+0xb98): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_printf'
ld: ../../lib/libmrt.a(trace.o): in function `trace':
trace.c:(.text+0x3d0): undefined reference to `buffer_adjust'
ld: trace.c:(.text+0x3d0): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_adjust'
ld: trace.c:(.text+0x41c): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x41c): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_printf'
ld: trace.c:(.text+0x45c): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x45c): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_printf'
ld: trace.c:(.text+0x480): undefined reference to `buffer_vprintf'
ld: trace.c:(.text+0x480): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_vprintf'
ld: trace.c:(.text+0x678): undefined reference to `New_Buffer'
ld: trace.c:(.text+0x678): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `New_Buffer'
ld: trace.c:(.text+0x6c8): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x6c8): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_printf'
ld: trace.c:(.text+0x6e0): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x6e0): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_printf'
ld: trace.c:(.text+0x7d8): undefined reference to `buffer_printf'
ld: trace.c:(.text+0x7d8): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `buffer_printf'
ld: ../../lib/libmrt.a(trace.o): in function `Destroy_Trace':
trace.c:(.text+0xe60): undefined reference to `Delete_Buffer'
ld: trace.c:(.text+0xe60): additional relocation overflows omitted from the output
distcc[25863] ERROR: compile (null) on localhost failed
*** Error code 1

Stop.
make[2]: stopped in /tmp/pkgbuild/net/mrt/work.aarch64/mrt/src/programs/sbgp
/bin/cat /usr/pkgsrc/net/mrt/PLIST.pre >/tmp/pkgbuild/net/mrt/work.aarch64/mrt/src/.PLIST_SRC
/usr/bin/install -c -o pbulk -g users -m 644 /tmp/pkgbuild/net/mrt/work.aarch64/mrt/src/programs/*/*.conf  /tmp/pkgbuild/net/mrt/work.aarch64/.destdir/usr/pkg/share/examples/mrt
(cd /tmp/pkgbuild/net/mrt/work.aarch64/.destdir/usr/pkg; /usr/bin/find share/examples/mrt -type f -print  >> /tmp/pkgbuild/net/mrt/work.aarch64/mrt/src/.PLIST_SRC)
=> Automatic manual page handling
=> Generating post-install file lists
pkg_create: can't stat `/tmp/pkgbuild/net/mrt/work.aarch64/.destdir/usr/pkg/man/man8/mrtd.8'
pkg_create: can't stat `/tmp/pkgbuild/net/mrt/work.aarch64/.destdir/usr/pkg/man/man8/ricd.8'
pkg_create: can't stat `/tmp/pkgbuild/net/mrt/work.aarch64/.destdir/usr/pkg/sbin/bgpsim'
pkg_create: can't stat `/tmp/pkgbuild/net/mrt/work.aarch64/.destdir/usr/pkg/sbin/mrtd'
pkg_create: can't stat `/tmp/pkgbuild/net/mrt/work.aarch64/.destdir/usr/pkg/sbin/ricd'
pkg_create: can't stat `/tmp/pkgbuild/net/mrt/work.aarch64/.destdir/usr/pkg/sbin/route_atob'
pkg_create: can't stat `/tmp/pkgbuild/net/mrt/work.aarch64/.destdir/usr/pkg/sbin/route_btoa'
pkg_create: can't stat `/tmp/pkgbuild/net/mrt/work.aarch64/.destdir/usr/pkg/sbin/sbgp'
=> Checking file-check results for mrt-2.2.2a.20000811nb1
ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in /tmp/pkgbuild/net/mrt/work.aarch64/.destdir/usr/pkg:
ERROR:         /tmp/pkgbuild/net/mrt/work.aarch64/.destdir/usr/pkg/man/man8/mrtd.8
ERROR:         /tmp/pkgbuild/net/mrt/work.aarch64/.destdir/usr/pkg/man/man8/ricd.8
ERROR:         /tmp/pkgbuild/net/mrt/work.aarch64/.destdir/usr/pkg/sbin/bgpsim
ERROR:         /tmp/pkgbuild/net/mrt/work.aarch64/.destdir/usr/pkg/sbin/mrtd
ERROR:         /tmp/pkgbuild/net/mrt/work.aarch64/.destdir/usr/pkg/sbin/ricd
ERROR:         /tmp/pkgbuild/net/mrt/work.aarch64/.destdir/usr/pkg/sbin/route_atob
ERROR:         /tmp/pkgbuild/net/mrt/work.aarch64/.destdir/usr/pkg/sbin/route_btoa
ERROR:         /tmp/pkgbuild/net/mrt/work.aarch64/.destdir/usr/pkg/sbin/sbgp
*** Error code 1

Stop.
make[1]: stopped in /usr/pkgsrc/net/mrt
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/net/mrt