=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Building for screws-0.56nb23
gmake[1]: Entering directory '/tmp/pkgbuild/www/screws/work.i386/screws-0.56/src/Server'
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}\"
[O] Options
[screwsd] Accept.c
[screwsd] Args.c
* USE_POLL
* USE_DEBUG
* USE_SSL
[screwsd] Config.c
[screwsd] Engine.c
Config.c: In function 'conf_parse_key':
Config.c:673:22: warning: implicit declaration of function 'screws_module_add' [-Wimplicit-function-declaration]
Config.c:687:9: warning: implicit declaration of function 'screws_module_option'; did you mean 'screws_ssl_init'? [-Wimplicit-function-declaration]
[screwsd] Env.c
Accept.c: In function 'Accept':
Accept.c:67:3: warning: implicit declaration of function 'screws_logs_error' [-Wimplicit-function-declaration]
Accept.c:106:5: warning: implicit declaration of function 'SslShowCertificates'; did you mean 'SSL_get_certificate'? [-Wimplicit-function-declaration]
Accept.c:193:3: warning: implicit declaration of function 'screws_socket_close' [-Wimplicit-function-declaration]
Accept.c:219:3: warning: implicit declaration of function 'screws_heads_parse' [-Wimplicit-function-declaration]
Accept.c:234:2: warning: implicit declaration of function 'screws_IO' [-Wimplicit-function-declaration]
[screwsd] Error.c
Engine.c: In function 'launchListen':
Engine.c:155:17: warning: implicit declaration of function 'screws_socket_listen' [-Wimplicit-function-declaration]
Engine.c:168:7: warning: implicit declaration of function 'screws_logs_init'; did you mean 'pthread_cond_init'? [-Wimplicit-function-declaration]
Engine.c:175:2: warning: implicit declaration of function 'screws_ssl_init'; did you mean 'DH_meth_set_init'? [-Wimplicit-function-declaration]
Engine.c:177:2: warning: implicit declaration of function 'setParentEnv'; did you mean 'setgrent'? [-Wimplicit-function-declaration]
[screwsd] Fmutex.c
Error.c: In function 'Error':
Error.c:53:4: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
Error.c:53:4: warning: incompatible implicit declaration of built-in function 'free'
Error.c:53:4: note: include '' or provide a declaration of 'free'
[screwsd] Logs.c
Env.c: In function 'setEnv':
Env.c:324:7: warning: implicit declaration of function 'execModule'; did you mean 'execle'? [-Wimplicit-function-declaration]
[screwsd] Signal.c
[screwsd] Ssl.c
[screwsd] Modules.c
Signal.c: In function 'catchTimeout':
Signal.c:40:1: warning: type of 'type' defaults to 'int' [-Wimplicit-int]
[screwsd] Request.c
Ssl.c: In function 'SslInit':
Ssl.c:86:6: warning: implicit declaration of function 'SSLv3_server_method'; did you mean 'DTLS_server_method'? [-Wimplicit-function-declaration]
Ssl.c:86:5: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
Ssl.c:89:5: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
Ssl.c:92:3: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations]
In file included from main.h:45:0,
from Ssl.h:4,
from Ssl.c:6:
/usr/include/openssl/ssl.h:1878:19: note: declared here
DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void))
^~~~~~~~~~~~~~~~~~~
Ssl.c:92:5: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
[screwsd] main.c
Logs.c: In function 'screws_logs_access':
Logs.c:80:7: warning: implicit declaration of function 'execModule'; did you mean 'execle'? [-Wimplicit-function-declaration]
Logs.c:215:2: warning: implicit declaration of function 'screws_logs_write'; did you mean 'screws_logs_init'? [-Wimplicit-function-declaration]
[screwsd] Headers.c
[screwsd] IO.c
[screwsd] IO_direct.c
Request.c: In function 'doExec':
Request.c:39:8: warning: implicit declaration of function 'execModule'; did you mean 'execle'? [-Wimplicit-function-declaration]
Request.c: At top level:
Request.c:109:1: warning: return type defaults to 'int' [-Wimplicit-int]
Request.c: In function 'readRequest':
Request.c:158:7: warning: implicit declaration of function 'screws_socket_recv' [-Wimplicit-function-declaration]
[screwsd] IO_buffer.c
IO.c: In function 'screws_IO':
IO.c:20:3: warning: implicit declaration of function 'screws_logs_access' [-Wimplicit-function-declaration]
IO.c:21:3: warning: implicit declaration of function 'IO_direct'; did you mean 'BN_div_recp'? [-Wimplicit-function-declaration]
IO.c:37:35: warning: implicit declaration of function 'setChildOptions' [-Wimplicit-function-declaration]
IO.c:50:5: warning: implicit declaration of function 'doExec' [-Wimplicit-function-declaration]
IO.c:64:4: warning: implicit declaration of function 'IO_poll'; did you mean 'poll'? [-Wimplicit-function-declaration]
IO.c:68:4: warning: implicit declaration of function 'IO_buffer'; did you mean 'BIO_f_buffer'? [-Wimplicit-function-declaration]
IO.c:71:4: warning: implicit declaration of function 'IO_select'; did you mean 'select'? [-Wimplicit-function-declaration]
[screwsd] IO_poll.c
Headers.c: In function 'screws_heads_parse':
Headers.c:159:4: warning: implicit declaration of function 'screws_socket_recv' [-Wimplicit-function-declaration]
Headers.c:223:24: warning: implicit declaration of function 'custom_memmem' [-Wimplicit-function-declaration]
[screwsd] IO_select.c
IO_direct.c: In function 'IO_direct':
IO_direct.c:23:2: warning: implicit declaration of function 'doExec' [-Wimplicit-function-declaration]
[screwsd] Socket.c
IO_buffer.c: In function 'IO_buffer':
IO_buffer.c:49:17: warning: passing argument 2 of 'screws_send' makes integer from pointer without a cast [-Wint-conversion]
IO_buffer.c:10:6: note: expected 'int' but argument is of type 'char *'
IO_buffer.c:49:21: warning: passing argument 3 of 'screws_send' makes pointer from integer without a cast [-Wint-conversion]
IO_buffer.c:10:6: note: expected 'char *' but argument is of type 'int'
IO_select.c: In function 'IO_select':
IO_select.c:61:5: warning: implicit declaration of function 'setHTTPCode'; did you mean 'setmode'? [-Wimplicit-function-declaration]
IO_select.c:62:5: warning: implicit declaration of function 'screws_send' [-Wimplicit-function-declaration]
IO_poll.c: In function 'IO_poll':
IO_poll.c:78:4: warning: implicit declaration of function 'setHTTPCode'; did you mean 'setmode'? [-Wimplicit-function-declaration]
IO_poll.c:79:9: warning: implicit declaration of function 'screws_send' [-Wimplicit-function-declaration]
[L] Linking...
ld: Ssl.o: in function `SslInit':
/tmp/pkgbuild/www/screws/work.i386/screws-0.56/src/Server/Ssl.c:86: undefined reference to `SSLv3_server_method'
distcc[17365] ERROR: compile (null) on localhost failed
gmake[1]: *** [Makefile:28: all] Error 1
gmake[1]: Leaving directory '/tmp/pkgbuild/www/screws/work.i386/screws-0.56/src/Server'
cd: can't cd to src/Hsml
cd: can't cd to src/Utils
cd: can't cd to src/Modules
Build is done
=> Creating /tmp/pkgbuild/www/screws/work.i386/.rc.d/screws