=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for spegla-1.1p4nb1 cc -O2 -march=i586 -Wall -Werror -c jftp.c jftp.c:553:61: warning: passing 'int *' to parameter of type '__socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] if (getsockname(c->ftp_listen, (struct sockaddr *) &sin2, &len) < 0) { ^~~~ /usr/include/sys/socket.h:625:74: note: passing argument to parameter here int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict); ^ 1 warning generated. cc -O2 -march=i586 -Wall -Werror -c parserow.c In file included from parserow.c:55: In file included from ./parserow.h:31: ./spegla.h:119:1: warning: passing 'size_t *' (aka 'unsigned int *') to parameter of type 'ssize_t *' (aka 'int *') converts between pointers to integer types with different sign [-Wpointer-sign] FIFO_TYPE(spf, struct sp_file) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./container.h:547:40: note: expanded from macro 'FIFO_TYPE' FIFO_TYPEDEF_DEFS(NAME,TYPE) \ ^ ./container.h:527:26: note: expanded from macro '\ FIFO_FUN_DEFS' ((struct fifo_list *)f, pos, (void **)data) ) \ ^~~ ./container.h:354:34: note: expanded from macro 'DEF_F_DECL' return (ret_t)CC_3(PRE,_,f_name)arg2; \ ^ ./container.h:167:44: note: passing argument to parameter 'pos' here int fifo_walk(struct fifo_list *, ssize_t *pos, TYPE **data); ^ In file included from parserow.c:55: In file included from ./parserow.h:31: ./spegla.h:119:1: warning: passing 'size_t *' (aka 'unsigned int *') to parameter of type 'ssize_t *' (aka 'int *') converts between pointers to integer types with different sign [-Wpointer-sign] FIFO_TYPE(spf, struct sp_file) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./container.h:547:40: note: expanded from macro 'FIFO_TYPE' FIFO_TYPEDEF_DEFS(NAME,TYPE) \ ^ ./container.h:531:26: note: expanded from macro '\ FIFO_FUN_DEFS' ((struct fifo_list *)f, pos, (void **)data) ) \ ^~~ ./container.h:354:34: note: expanded from macro 'DEF_F_DECL' return (ret_t)CC_3(PRE,_,f_name)arg2; \ ^ ./container.h:168:49: note: passing argument to parameter 'pos' here int fifo_walk_back(struct fifo_list *, ssize_t *pos, TYPE **data); ^ 2 warnings generated. cc -O2 -march=i586 -Wall -Werror -c spegla.c In file included from spegla.c:70: ./spegla.h:119:1: warning: passing 'size_t *' (aka 'unsigned int *') to parameter of type 'ssize_t *' (aka 'int *') converts between pointers to integer types with different sign [-Wpointer-sign] FIFO_TYPE(spf, struct sp_file) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./container.h:547:40: note: expanded from macro 'FIFO_TYPE' FIFO_TYPEDEF_DEFS(NAME,TYPE) \ ^ ./container.h:527:26: note: expanded from macro '\ FIFO_FUN_DEFS' ((struct fifo_list *)f, pos, (void **)data) ) \ ^~~ ./container.h:354:34: note: expanded from macro 'DEF_F_DECL' return (ret_t)CC_3(PRE,_,f_name)arg2; \ ^ ./container.h:167:44: note: passing argument to parameter 'pos' here int fifo_walk(struct fifo_list *, ssize_t *pos, TYPE **data); ^ In file included from spegla.c:70: ./spegla.h:119:1: warning: passing 'size_t *' (aka 'unsigned int *') to parameter of type 'ssize_t *' (aka 'int *') converts between pointers to integer types with different sign [-Wpointer-sign] FIFO_TYPE(spf, struct sp_file) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./container.h:547:40: note: expanded from macro 'FIFO_TYPE' FIFO_TYPEDEF_DEFS(NAME,TYPE) \ ^ ./container.h:531:26: note: expanded from macro '\ FIFO_FUN_DEFS' ((struct fifo_list *)f, pos, (void **)data) ) \ ^~~ ./container.h:354:34: note: expanded from macro 'DEF_F_DECL' return (ret_t)CC_3(PRE,_,f_name)arg2; \ ^ ./container.h:168:49: note: passing argument to parameter 'pos' here int fifo_walk_back(struct fifo_list *, ssize_t *pos, TYPE **data); ^ spegla.c:246:4: warning: explicitly assigning a variable of type 'int' to itself [-Wself-assign] n = n; /* silent gcc */ ~ ^ ~ spegla.c:714:16: error: variable has incomplete type 'struct statfs' struct statfs f; ^ spegla.c:714:9: note: forward declaration of 'struct statfs' struct statfs f; ^ spegla.c:725:6: warning: implicit declaration of function 'statfs' is invalid in C99 [-Wimplicit-function-declaration] if (statfs(path, &f) < 0) ^ spegla.c:1073:15: warning: format string is not a string literal (potentially insecure) [-Wformat-security] e_errx(1, tgetopt_strerror(gos_file)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ spegla.c:1078:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] e_errx(1, tgetopt_strerror(gos_argv)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ 6 warnings and 1 error generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/net/spegla/work/spegla-1.1p4 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/spegla *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/spegla