=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for bcollect-0.6.0 /opt/pkg/bin/bmake all-recursive Making all in include Making all in confparser clang -DHAVE_CONFIG_H -I. -I.. -I/opt/pkg/include -I../include -pipe -Os -I/opt/pkg/include -MT conffuncs.o -MD -MP -MF .deps/conffuncs.Tpo -c -o conffuncs.o conffuncs.c In file included from conffuncs.c:32: In file included from ../include/bcollect.h:93: /Users/pbulk/build/sysutils/bcollect/work/.buildlink/include/clib/clib.h:36:51: warning: declaration of 'struct sockaddr_storage' will not be visible outside of this function [-Wvisibility] extern int c_str2sockaddr(const char *str, struct sockaddr_storage **res); ^ /Users/pbulk/build/sysutils/bcollect/work/.buildlink/include/clib/clib.h:37:51: warning: declaration of 'struct addrinfo' will not be visible outside of this function [-Wvisibility] extern int c_str2addrinfo(const char *str, struct addrinfo **addr); ^ /Users/pbulk/build/sysutils/bcollect/work/.buildlink/include/clib/clib.h:38:42: warning: declaration of 'struct sockaddr_storage' will not be visible outside of this function [-Wvisibility] extern char *c_sockaddr2str(const struct sockaddr_storage *); ^ /Users/pbulk/build/sysutils/bcollect/work/.buildlink/include/clib/clib.h:39:53: warning: declaration of 'struct addrinfo' will not be visible outside of this function [-Wvisibility] extern int c_bind2addrinfo(int sockfd, const struct addrinfo *addr); ^ /Users/pbulk/build/sysutils/bcollect/work/.buildlink/include/clib/clib.h:40:56: warning: declaration of 'struct addrinfo' will not be visible outside of this function [-Wvisibility] extern int c_connect2addrinfo(int sockfd, const struct addrinfo *addr); ^ 5 warnings generated. mv -f .deps/conffuncs.Tpo .deps/conffuncs.Po /opt/pkg/bin/mksh ../ylwrap confparser.y y.tab.c confparser.c y.tab.h confparser.h y.output confparser.output -- /opt/pkg/bin/bison -y -d updating confparser.h clang -DHAVE_CONFIG_H -I. -I.. -I/opt/pkg/include -I../include -pipe -Os -I/opt/pkg/include -MT confparser.o -MD -MP -MF .deps/confparser.Tpo -c -o confparser.o confparser.c In file included from confparser.y:35: In file included from ../include/bcollect.h:93: /Users/pbulk/build/sysutils/bcollect/work/.buildlink/include/clib/clib.h:36:51: warning: declaration of 'struct sockaddr_storage' will not be visible outside of this function [-Wvisibility] extern int c_str2sockaddr(const char *str, struct sockaddr_storage **res); ^ /Users/pbulk/build/sysutils/bcollect/work/.buildlink/include/clib/clib.h:37:51: warning: declaration of 'struct addrinfo' will not be visible outside of this function [-Wvisibility] extern int c_str2addrinfo(const char *str, struct addrinfo **addr); ^ /Users/pbulk/build/sysutils/bcollect/work/.buildlink/include/clib/clib.h:38:42: warning: declaration of 'struct sockaddr_storage' will not be visible outside of this function [-Wvisibility] extern char *c_sockaddr2str(const struct sockaddr_storage *); ^ /Users/pbulk/build/sysutils/bcollect/work/.buildlink/include/clib/clib.h:39:53: warning: declaration of 'struct addrinfo' will not be visible outside of this function [-Wvisibility] extern int c_bind2addrinfo(int sockfd, const struct addrinfo *addr); ^ /Users/pbulk/build/sysutils/bcollect/work/.buildlink/include/clib/clib.h:40:56: warning: declaration of 'struct addrinfo' will not be visible outside of this function [-Wvisibility] extern int c_connect2addrinfo(int sockfd, const struct addrinfo *addr); ^ confparser.c:1154:16: warning: call to undeclared function 'yylex'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] yychar = yylex (); ^ confparser.y:62:28: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] { declare_interval((yyvsp[-1].strval), (yyvsp[0].lval)); } ^~~~~~~~~~~~~~~~~~ ../include/bcollect.h:148:36: note: passing argument to parameter here extern void declare_interval(char *, int); ^ confparser.y:86:47: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] { backup_name((yyvsp[0].strval)); } ^~~~~~~~~~~~~~~~~ ../include/bcollect.h:151:31: note: passing argument to parameter here extern void backup_name(char *); ^ confparser.y:88:35: warning: call to undeclared function 'backup_source'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] { backup_source((yyvsp[0].strval)); } ^ confparser.y:90:35: warning: call to undeclared function 'backup_dest'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] { backup_dest((yyvsp[0].strval)); } ^ confparser.y:92:35: warning: call to undeclared function 'backup_summary'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] { backup_summary((yyvsp[0].lval)); } ^ confparser.y:94:36: warning: call to undeclared function 'backup_fromcc'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] { backup_fromcc((yyvsp[0].lval)); } ^ confparser.y:96:34: warning: call to undeclared function 'backup_manual'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] { backup_manual((yyvsp[0].lval)); } ^ confparser.y:98:36: warning: call to undeclared function 'backup_exclude'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] { backup_exclude((yyvsp[0].strval)); } ^ confparser.y:100:35: warning: call to undeclared function 'backup_preexec'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] { backup_preexec((yyvsp[0].strval)); } ^ confparser.y:102:35: warning: call to undeclared function 'backup_postexec'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] { backup_postexec((yyvsp[0].strval)); } ^ 16 warnings generated. mv -f .deps/confparser.Tpo .deps/confparser.Po /opt/pkg/bin/mksh ../ylwrap conflexer.l lex.yy.c conflexer.c -- /usr/bin/lex *** Error code 1 Stop. bmake[2]: stopped in /Users/pbulk/build/sysutils/bcollect/work/bcollect-0.6.0/confparser *** Error code 1 Stop. bmake[1]: stopped in /Users/pbulk/build/sysutils/bcollect/work/bcollect-0.6.0 *** Error code 1 Stop. bmake: stopped in /Users/pbulk/build/sysutils/bcollect/work/bcollect-0.6.0 *** Error code 1 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/sysutils/bcollect *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/sysutils/bcollect