Cook: proxytunnel 1.9.1 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): asciidoc-8.6.10-any Installing (pkg/local): openssl-dev-1.1.1d-i486 Extracting source archive "proxytunnel-1.9.1.tar.gz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed cc -march=i486 -Os -pipe -mindirect-branch=thunk -DREVISION=\"$Revision$\" -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o proxytunnel.o proxytunnel.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -DREVISION=\"$Revision$\" -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o base64.o base64.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -DREVISION=\"$Revision$\" -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o strlcpy.o strlcpy.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -DREVISION=\"$Revision$\" -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o strlcat.o strlcat.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -DREVISION=\"$Revision$\" -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o strzcat.o strzcat.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -DREVISION=\"$Revision$\" -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o setproctitle.o setproctitle.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -DREVISION=\"$Revision$\" -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o io.o io.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -DREVISION=\"$Revision$\" -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o http.o http.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -DREVISION=\"$Revision$\" -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o basicauth.o basicauth.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -DREVISION=\"$Revision$\" -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o readpassphrase.o readpassphrase.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -DREVISION=\"$Revision$\" -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o messages.o messages.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -DREVISION=\"$Revision$\" -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o cmdline.o cmdline.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -DREVISION=\"$Revision$\" -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o ntlm.o ntlm.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -DREVISION=\"$Revision$\" -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT -c -o ptstream.o ptstream.c make -C docs make[1]: Entering directory '/home/slitaz/wok/proxytunnel/source/proxytunnel-1.9.1/docs' asciidoc -b docbook -d manpage proxytunnel.1.txt asciidoc proxytunnel-paper.txt readpassphrase.c: In function 'readpassphrase': readpassphrase.c:139:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void)write(output, prompt, strlen(prompt)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readpassphrase.c:157:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void)write(output, "\n", 1); ^~~~~~~~~~~~~~~~~~~~~~ asciidoc -d manpage proxytunnel.1.txt ptstream.c: In function 'stream_enable_ssl': ptstream.c:154:9: warning: implicit declaration of function 'SSLv3_client_method'; did you mean 'SSLv23_client_method'? [-Wimplicit-function-declaration] meth = SSLv3_client_method(); ^~~~~~~~~~~~~~~~~~~ SSLv23_client_method ptstream.c:154:7: warning: assignment to 'SSL_METHOD *' {aka 'struct ssl_method_st *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] meth = SSLv3_client_method(); ^ cc -o proxytunnel -march=i486 -Os -pipe -mindirect-branch=thunk -DREVISION=\"$Revision$\" -DHAVE_GETOPT_LONG -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=2 -DSO_REUSEPORT proxytunnel.o base64.o strlcpy.o strlcat.o strzcat.o setproctitle.o io.o http.o basicauth.o readpassphrase.o messages.o cmdline.o ntlm.o ptstream.o -Wl,-Os,--as-needed -Wl,--copy-dt-needed-entries -lssl /usr/bin/ld: ptstream.o: in function `stream_enable_ssl': ptstream.c:(.text+0x179): undefined reference to `SSLv3_client_method' collect2: error: ld returned 1 exit status make: *** [Makefile:87: proxytunnel] Error 1 make: *** Waiting for unfinished jobs.... xmlto man proxytunnel.1.xml make[1]: xmlto: Command not found make[1]: *** [Makefile:20: proxytunnel.1] Error 127 make[1]: *** Waiting for unfinished jobs.... rm proxytunnel.1.xml make[1]: Leaving directory '/home/slitaz/wok/proxytunnel/source/proxytunnel-1.9.1/docs' make: *** [Makefile:84: docs] Error 2 Build dependencies to remove: 2 Removing: asciidoc openssl-dev Debug information ret1. ================================================================================ Cook date: 2020-09-13 01:24 Wasted time : 14s 52:ptstream.c:(.text+0x179): undefined reference to `SSLv3_client_method' 53:collect2: error: ld returned 1 exit status ================================================================================ Post-check ================================================================================ Checking build... Failed Updating activity log... Done ================================================================================