=> Bootstrap dependency digest>=20211023: found digest-20211023 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for openrrcp-0.2.1 --- all --- cd src && make --- rtl83xx --- --- rrcpcli --- gcc `/bin/sh Makefile-helper.sh` rrcp_cli.c rrcp_cli_cmd_show.c rrcp_cli_cmd_config.c rrcp_cli_cmd_config_int.c rrcp_cli_cmd_other.c rrcp_config.c rrcp_io.c rrcp_lib.c rrcp_switches.c ../lib/libcli.c -lcrypt -o ../bin/rrcpcli --- rtl83xx --- gcc `/bin/sh Makefile-helper.sh` rtl83xx.c rrcp_io.c rrcp_switches.c rrcp_config.c -o ../bin/rtl83xx rtl83xx.c: In function 'do_alt_config': rtl83xx.c:714:6: warning: type of 'mode' defaults to 'int' [-Wimplicit-int] void do_alt_config(mode){ ^~~~~~~~~~~~~ --- rrcpcli --- rrcp_cli.c: In function 'main': rrcp_cli.c:249:6: warning: variable 'n' set but not used [-Wunused-but-set-variable] int n; ^ --- rtl83xx --- rrcp_io.c: In function 'rrcp_io_probe_switch_for_facing_switch_port': rrcp_io.c:552:29: warning: typedef 'SW_REPLY' locally defined but not used [-Wunused-local-typedefs] typedef struct sw_reply SW_REPLY; ^~~~~~~~ --- rtl8316b --- --- rtl8324 --- --- rtl8326 --- --- rtl8316b --- ln -sf rtl83xx ../bin/rtl8316b --- rtl8324 --- ln -sf rtl83xx ../bin/rtl8324 --- rtl8326 --- ln -sf rtl83xx ../bin/rtl8326 --- rtl83xx_dlink_des1024d_b1 --- --- rtl83xx_dlink_des1024d_c1 --- ln -sf rtl83xx ../bin/rtl83xx_dlink_des1024d_c1 --- rtl83xx_dlink_des1016d --- --- rtl83xx_dlink_des1024d_b1 --- ln -sf rtl83xx ../bin/rtl83xx_dlink_des1024d_b1 --- rtl83xx_compex_ps2216 --- --- rtl83xx_dlink_des1016d --- ln -sf rtl83xx ../bin/rtl83xx_dlink_des1016d --- rtl83xx_compex_ps2216_6d --- --- rtl83xx_compex_ps2216 --- ln -sf rtl83xx ../bin/rtl83xx_compex_ps2216 --- rtl83xx_compex_ps2216_6d --- ln -sf rtl83xx ../bin/rtl83xx_compex_ps2216_6d --- rtl83xx_compex_ps2216_6dp --- --- rtl83xx_ovislink_fsh2402gt --- --- rtl83xx_zyxel_es116p --- --- rtl83xx_compex_ps2216_6dp --- ln -sf rtl83xx ../bin/rtl83xx_compex_ps2216_6dp --- rtl83xx_ovislink_fsh2402gt --- ln -sf rtl83xx ../bin/rtl83xx_ovislink_fsh2402gt --- rtl83xx_compex_sds1224 --- --- rtl83xx_zyxel_es116p --- ln -sf rtl83xx ../bin/rtl83xx_zyxel_es116p --- rtl83xx_asus_gigax_1024p --- --- rtl83xx_signamax_065-7531a --- --- rtl83xx_asus_gigax_1024p --- ln -sf rtl83xx ../bin/rtl83xx_asus_gigax_1024p --- rtl83xx_compex_sds1224 --- ln -sf rtl83xx ../bin/rtl83xx_compex_sds1224 --- rtl83xx_signamax_065-7531a --- ln -sf rtl83xx ../bin/rtl83xx_signamax_065-7531a --- rtl83xx_repotec_g3224x --- --- rtl83xx_edimax_es-3116p --- --- rtl83xx_repotec_g3224x --- ln -sf rtl83xx ../bin/rtl83xx_repotec_g3224x --- rtl83xx_edimax_es-3116p --- ln -sf rtl83xx ../bin/rtl83xx_edimax_es-3116p --- rrcpcli --- rrcp_io.c: In function 'rrcp_io_probe_switch_for_facing_switch_port': rrcp_io.c:552:29: warning: typedef 'SW_REPLY' locally defined but not used [-Wunused-local-typedefs] typedef struct sw_reply SW_REPLY; ^~~~~~~~ ../lib/libcli.c: In function 'cli_get_completions': ../lib/libcli.c:804:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((l=(unsigned int)strchr(sp,' '))==0) break; ^ ../lib/libcli.c:805:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] l-=(unsigned int)sp; ^ ../lib/libcli.c: In function 'cli_loop': ../lib/libcli.c:901:2: warning: 'memset' used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size] memset(cli->history, 0, MAX_HISTORY); ^~~~~~