=> Bootstrap dependency digest>=20010302: found digest-20160304 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for lhs-0.1nb9 --- lhs --- gcc -O2 -Wall -DDEFAULT_ROOT_DIR='"/usr/pkg/share/httpd/htdocs"' lhs.c -o lhs -L/usr/lib -Wl,-R/usr/lib -lssl -lcrypto In file included from lhs.c:27: ./lhs.h:126:8: warning: extra tokens at end of #endif directive [-Wextra-tokens] #endif __LHS_H ^ // lhs.c:465:9: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations] return RSA_generate_key(keylen, RSA_F4, NULL, NULL); ^ /usr/include/openssl/rsa.h:193:1: note: 'RSA_generate_key' has been explicitly marked deprecated here DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void ^ /usr/include/openssl/opensslconf.h:139:34: note: expanded from macro 'DEPRECATEDIN_0_9_8' # define DEPRECATEDIN_0_9_8(f) DECLARE_DEPRECATED(f) ^ /usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ lhs.c:515:12: error: incomplete definition of type 'struct ssl_st' switch(ssl->session->ssl_version) { ~~~^ /usr/include/openssl/ossl_typ.h:144:16: note: forward declaration of 'struct ssl_st' typedef struct ssl_st SSL; ^ lhs.c:525:9: warning: assigning to 'SSL_CIPHER *' (aka 'struct ssl_cipher_st *') from 'const SSL_CIPHER *' (aka 'const struct ssl_cipher_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] cipher = SSL_get_current_cipher(ssl); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ lhs.c:529:16: warning: illegal character encoding in string literal [-Winvalid-source-encoding] debug("nie mona otworzy bezpiecznego kanau.\n"); ^~~~ ~~~~ ~~~~ lhs.c:32:43: note: expanded from macro 'debug' #define debug(x...) { if (verbose) printf(x); } ^ lhs.c:534:34: warning: illegal character encoding in string literal [-Winvalid-source-encoding] debug("otworzono bezpieczny kana. szyfr: %s, bitw: %d.\n", ^~~~ ~~~~ lhs.c:32:43: note: expanded from macro 'debug' #define debug(x...) { if (verbose) printf(x); } ^ lhs.c:791: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 ((sock = accept(fds[j].fd, (struct sockaddr*) &caddr, &caddr_len)) != -1) { ^~~~~~~~~~ /usr/include/sys/socket.h:651:69: note: passing argument to parameter here int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^ 6 warnings and 1 error generated. *** [lhs] Error code 1 make: stopped in /data/scratch/www/lhs/work/lhs 1 error make: stopped in /data/scratch/www/lhs/work/lhs *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/www/lhs *** Error code 1 Stop. make: stopped in /data/pkgsrc/www/lhs