=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/www/screws", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent", "LUA_VERSION_REQD=54"] ===> Building for screws-0.56nb29 ETCPREFIX?=${PREFIX} CFGFILE?=${ETCPREFIX}/etc/screws.conf LOGFILE?=${PREFIX}/var/log/access.log ERRFILE?=${PREFIX}/var/log/error.log EXEC?=${PREFIX}/share/screws/exec/main.pl DIP?=${PREFIX}/share/screws/hsml-inc/ DEP?=/tmp EXEC_PATH=${PREFIX}/libexec/screws/ MODULE_PATH=${PREFIX}/lib/screws/ DEBUG?=1 POLL?=1 IPV6?=1 LOGS?=1 DLOPEN?=1 SSL?=1 INCORE_LUA?=0 DEFS+= -DPATH_PYTHON=\"${PYTHON}\" -DPATH_SH=\"${SH}\" DEFS+= -DPATH_LUA=\"${LUA}\" -DPATH_JAVA=\"${JAVA}\" DEFS+= -DPATH_CSHARP=\"${CSHARP}\" DEFS+= -DDIP=\"${DIP}\" -DDEP=\"${DEP}\" gmake[1]: Entering directory '/tmp/work/www/screws/work/screws-0.56/src/Server' [O] Options * USE_POLL * USE_DEBUG * USE_SSL [screwsd] Accept.c [screwsd] Args.c Accept.c: In function 'custom_memmem': Accept.c:18:1: warning: old-style function definition [-Wold-style-definition] 18 | custom_memmem(buf,len1,str,len2) | ^~~~~~~~~~~~~ Accept.c: In function 'Accept': Accept.c:40:1: warning: old-style function definition [-Wold-style-definition] 40 | Accept(n) | ^~~~~~ Args.c: In function 'freedup': Args.c:13:1: warning: old-style function definition [-Wold-style-definition] 13 | freedup(dst,src) | ^~~~~~~ Args.c:22:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 22 | return (int)dst; | ^ Args.c: In function 'showUsage': Args.c:27:1: warning: old-style function definition [-Wold-style-definition] 27 | showUsage(ret) | ^~~~~~~~~ Args.c: In function 'resetArgs': Args.c:74:1: warning: old-style function definition [-Wold-style-definition] 74 | resetArgs(progname) | ^~~~~~~~~ Args.c: In function 'haveOneArg': Args.c:87:1: warning: old-style function definition [-Wold-style-definition] 87 | haveOneArg(i,argc,opt) | ^~~~~~~~~~ Args.c: In function 'getArgs': Args.c:99:1: warning: old-style function definition [-Wold-style-definition] 99 | getArgs(argc,argv) | ^~~~~~~ Accept.c:67:17: error: implicit declaration of function 'screws_logs_error' [-Wimplicit-function-declaration] 67 | screws_logs_error(n,ERROR_MAXTHR,""); | ^~~~~~~~~~~~~~~~~ Accept.c:106:19: error: implicit declaration of function 'SslShowCertificates' [-Wimplicit-function-declaration] 106 | SslShowCertificates(ssl); | ^~~~~~~~~~~~~~~~~~~ Accept.c:128:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 128 | sock=(int)ssl; | ^ Accept.c:137:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 137 | if ((int)b>ERROR_NULL && (int)bERROR_NULL && (int)b0) && ((int)b0) && ((int)b=0)) | ^ Accept.c:190:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 190 | if ( ((int)b=0)) | ^ Accept.c:193:17: error: implicit declaration of function 'screws_socket_close' [-Wimplicit-function-declaration] 193 | screws_socket_close(s); | ^~~~~~~~~~~~~~~~~~~ [screwsd] Config.c Accept.c:219:17: error: implicit declaration of function 'screws_heads_parse' [-Wimplicit-function-declaration] 219 | screws_heads_parse((int)ssl,b,head,nheads); | ^~~~~~~~~~~~~~~~~~ Accept.c:219:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 219 | screws_heads_parse((int)ssl,b,head,nheads); | ^ Accept.c:234:9: error: implicit declaration of function 'screws_IO' [-Wimplicit-function-declaration] 234 | screws_IO(sock,n,head); | ^~~~~~~~~ gmake[1]: *** [Makefile:24: Accept.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... Config.c: In function 'do_whitespace': Config.c:24:1: warning: old-style function definition [-Wold-style-definition] 24 | do_whitespace(buf) | ^~~~~~~~~~~~~ Config.c: In function 'get_int': Config.c:42:1: warning: old-style function definition [-Wold-style-definition] 42 | get_int(str,line,u,id) | ^~~~~~~ Config.c: In function 'set_listen_val': Config.c:106:1: warning: old-style function definition [-Wold-style-definition] 106 | set_listen_val(var,ptr,val,id) | ^~~~~~~~~~~~~~ Config.c: In function 'set_listen_str': Config.c:148:1: warning: old-style function definition [-Wold-style-definition] 148 | set_listen_str(var,ptr,str) | ^~~~~~~~~~~~~~ Config.c: In function 'get_ptr_by_name': Config.c:243:1: warning: old-style function definition [-Wold-style-definition] 243 | get_ptr_by_name(name,line) | ^~~~~~~~~~~~~~~ Config.c: In function 'conf_check_args': Config.c:272:1: warning: old-style function definition [-Wold-style-definition] 272 | conf_check_args(b,n) | ^~~~~~~~~~~~~~~ Config.c: In function 'set_value': Config.c:292:1: warning: old-style function definition [-Wold-style-definition] 292 | set_value(buf,Narg,Kons,Line,u) | ^~~~~~~~~ Config.c: In function 'conf_parse_key': Config.c:326:1: warning: old-style function definition [-Wold-style-definition] 326 | conf_parse_key(line,buf,key) | ^~~~~~~~~~~~~~ Config.c:670:36: error: implicit declaration of function 'screws_module_add'; did you mean 'CONF_module_add'? [-Wimplicit-function-declaration] 670 | if (Svr.strict & ! screws_module_add(b[0]) ) | ^~~~~~~~~~~~~~~~~ | CONF_module_add Config.c:684:23: error: implicit declaration of function 'screws_module_option' [-Wimplicit-function-declaration] 684 | if (! screws_module_option(b[0],b[1]) ) | ^~~~~~~~~~~~~~~~~~~~ Config.c: In function 'ReadConfig': Config.c:717:1: warning: old-style function definition [-Wold-style-definition] 717 | ReadConfig(file,reset) | ^~~~~~~~~~ gmake[1]: *** [Makefile:24: Config.o] Error 1 gmake[1]: Leaving directory '/tmp/work/www/screws/work/screws-0.56/src/Server' /usr/bin/bash: line 2: cd: src/Hsml: No such file or directory /usr/bin/bash: line 2: cd: src/Utils: No such file or directory /usr/bin/bash: line 2: cd: src/Modules: No such file or directory Build is done