On Mon, Jun 27, 2022 at 07:27:39AM -0600, Claudio Jeker wrote:
> CVSROOT:      /cvs
> Module name:  src
> Changes by:   clau...@cvs.openbsd.org 2022/06/27 07:27:38
> 
> Modified files:
>       usr.sbin/bgpctl: bgpctl.c output.c output_json.c 
> 
> Log message:
> bgpctl bits for RFC 9234 support.
> OK tb@

This broke the tree over here, looks like the log_policy()
implementation is missing.

cc  -static -pie -o bgpctl bgpctl.o output.o output_json.o parser.o mrtparser.o 
util.o json.o -lutil -lm
ld: error: undefined symbol: log_policy
>>> referenced by output.c
>>>               output.o:(show_neighbor)
>>> referenced by output.c
>>>               output.o:(show_neighbor)
>>> referenced by output.c
>>>               output.o:(show_neighbor)
>>> referenced 2 more times
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error 1 in usr.bin/bgplg/bgpctl (<bsd.prog.mk>:126 'bgpctl')
*** Error 2 in usr.bin/bgplg (<bsd.subdir.mk>:48 'all')
*** Error 2 in usr.bin (<bsd.subdir.mk>:48 'all')
*** Error 2 in . (<bsd.subdir.mk>:48 'all')
*** Error 2 in . (Makefile:97 'do-build')
*** Error 2 in /home/src2 (Makefile:74 'build')
robsd-exec: process group exited 2

Reply via email to