=> 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 libtcpa-1.1bnb7
--- tcpa.o ---
--- transmit.o ---
--- owner.o ---
--- oiaposap.o ---
--- hmac.o ---
--- buildbuff.o ---
--- keys.o ---
--- seal.o ---
--- pcrs.o ---
--- signature.o ---
--- tcpa.o ---
gcc -g -Wall -I. -O2 -I/usr/include -c tcpa.c
--- transmit.o ---
gcc -g -Wall -I. -O2 -I/usr/include -c transmit.c
--- owner.o ---
gcc -g -Wall -I. -O2 -I/usr/include -c owner.c
--- oiaposap.o ---
gcc -g -Wall -I. -O2 -I/usr/include -c oiaposap.c
--- buildbuff.o ---
gcc -g -Wall -I. -O2 -I/usr/include -c buildbuff.c
--- pcrs.o ---
gcc -g -Wall -I. -O2 -I/usr/include -c pcrs.c
--- signature.o ---
gcc -g -Wall -I. -O2 -I/usr/include -c signature.c
--- keys.o ---
gcc -g -Wall -I. -O2 -I/usr/include -c keys.c
--- seal.o ---
gcc -g -Wall -I. -O2 -I/usr/include -c seal.c
--- hmac.o ---
gcc -g -Wall -I. -O2 -I/usr/include -c hmac.c
--- buildbuff.o ---
buildbuff.c:117:37: warning: implicit declaration of function 'htonl' is invalid in C99 [-Wimplicit-function-declaration]
            *(uint32_t *) (o + 0) = htonl(l);
                                    ^
buildbuff.c:126:37: warning: implicit declaration of function 'htons' is invalid in C99 [-Wimplicit-function-declaration]
            *(uint16_t *) (o + 0) = htons(s);
                                    ^
--- signature.o ---
signature.c:54:33: warning: passing 'unsigned char [20]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    ret = TPM_OIAP(&authhandle, evennonce, log);
                                ^~~~~~~~~
./tcpa.h:26:43: note: passing argument to parameter 'enonce' here
uint32_t TPM_OIAP(uint32_t *handle, char *enonce, FILE *log);
                                          ^
signature.c:65:13: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
    if (ret < 0) {
        ~~~ ^ ~
signature.c:70:21: warning: passing 'unsigned char [22]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    ret = buildbuff(sign_fmt, tcpadata,
                    ^~~~~~~~
./buildbuff.h:10:21: note: passing argument to parameter 'format' here
int buildbuff(char *format, unsigned char *buffer, ...);
                    ^
--- keys.o ---
keys.c:40:21: warning: passing 'unsigned char [22]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    ret = buildbuff(read_pubek_fmt, tcpadata, TCPA_HASH_SIZE, nonce);
                    ^~~~~~~~~~~~~~
./buildbuff.h:10:21: note: passing argument to parameter 'format' here
int buildbuff(char *format, unsigned char *buffer, ...);
                    ^
keys.c:137:13: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
    if (ret < 0) {
        ~~~ ^ ~
keys.c:142:21: warning: passing 'unsigned char [26]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    ret = buildbuff(create_key_fmt, tcpadata,
                    ^~~~~~~~~~~~~~
./buildbuff.h:10:21: note: passing argument to parameter 'format' here
int buildbuff(char *format, unsigned char *buffer, ...);
                    ^
keys.c:210:33: warning: passing 'unsigned char [20]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    ret = TPM_OIAP(&authhandle, evennonce, log);
                                ^~~~~~~~~
./tcpa.h:26:43: note: passing argument to parameter 'enonce' here
uint32_t TPM_OIAP(uint32_t *handle, char *enonce, FILE *log);
                                          ^
keys.c:226:13: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
    if (ret < 0) {
        ~~~ ^ ~
keys.c:231:21: warning: passing 'unsigned char [22]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    ret = buildbuff(load_key_fmt, tcpadata,
                    ^~~~~~~~~~~~
./buildbuff.h:10:21: note: passing argument to parameter 'format' here
int buildbuff(char *format, unsigned char *buffer, ...);
                    ^
keys.c:271:21: warning: passing 'unsigned char [22]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    ret = buildbuff(evict_key_fmt, tcpadata, keyhandle);
                    ^~~~~~~~~~~~~
./buildbuff.h:10:21: note: passing argument to parameter 'format' here
int buildbuff(char *format, unsigned char *buffer, ...);
                    ^
keys.c:286:21: warning: passing 'unsigned char [28]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    ret = buildbuff(build_key_fmt, buffer,
                    ^~~~~~~~~~~~~
./buildbuff.h:10:21: note: passing argument to parameter 'format' here
int buildbuff(char *format, unsigned char *buffer, ...);
                    ^
--- pcrs.o ---
pcrs.c:30:21: warning: passing 'unsigned char [22]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    ret = buildbuff(pcrread_fmt, tcpadata, pcrindex);
                    ^~~~~~~~~~~
--- keys.o ---
keys.c:455:8: error: incomplete definition of type 'struct rsa_st'
    rsa->n = mod;
    ~~~^
/usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of 'struct rsa_st'
typedef struct rsa_st RSA;
               ^
keys.c:456:8: error: incomplete definition of type 'struct rsa_st'
    rsa->e = exp;
    ~~~^
/usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of 'struct rsa_st'
--- pcrs.o ---
./buildbuff.h:10:21: note: passing argument to parameter 'format' here
int buildbuff(char *format, unsigned char *buffer, ...);
                    ^
pcrs.c:31:13: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
    if (ret < 0)
        ~~~ ^ ~
--- keys.o ---
typedef struct rsa_st RSA;
               ^
8 warnings and 2 errors generated.
--- oiaposap.o ---
oiaposap.c:32:21: warning: passing 'unsigned char [20]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    ret = buildbuff(oiap_open_fmt, tcpadata);
                    ^~~~~~~~~~~~~
./buildbuff.h:10:21: note: passing argument to parameter 'format' here
int buildbuff(char *format, unsigned char *buffer, ...);
                    ^
--- keys.o ---
*** [keys.o] Error code 1

make: stopped in /data/scratch/security/libtcpa/work/TPM/libtcpa
--- owner.o ---
owner.c:85:13: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
    if (ret < 0)
        ~~~ ^ ~
owner.c:97:13: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
    if (ret < 0)
        ~~~ ^ ~
owner.c:101:29: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
    if (ntohl(oencdatasize) < 0)
        ~~~~~~~~~~~~~~~~~~~ ^ ~
owner.c:103:29: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
    if (ntohl(sencdatasize) < 0)
        ~~~~~~~~~~~~~~~~~~~ ^ ~
owner.c:129:33: warning: passing 'unsigned char [20]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    ret = TPM_OIAP(&authhandle, nonceeven, log);
                                ^~~~~~~~~
./tcpa.h:26:43: note: passing argument to parameter 'enonce' here
uint32_t TPM_OIAP(uint32_t *handle, char *enonce, FILE *log);
                                          ^
owner.c:139:13: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
    if (ret < 0) {
        ~~~ ^ ~
owner.c:144:21: warning: passing 'unsigned char [27]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    ret = buildbuff(take_owner_fmt, tcpadata,
                    ^~~~~~~~~~~~~~
--- buildbuff.o ---
2 warnings generated.
--- owner.o ---
./buildbuff.h:10:21: note: passing argument to parameter 'format' here
int buildbuff(char *format, unsigned char *buffer, ...);
                    ^
--- hmac.o ---
hmac.c:130:20: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]
    va_start(argp, h3);
                   ^
hmac.c:116:28: note: parameter of type 'unsigned char' is declared here
             unsigned char h3, ...)
                           ^
hmac.c:135:16: warning: cast to 'unsigned char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
        data = (unsigned char *) va_arg(argp, int);
               ^
--- oiaposap.o ---
oiaposap.c:59:21: warning: passing 'unsigned char [26]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    ret = buildbuff(osap_open_fmt, tcpadata, etype, evalue,
                    ^~~~~~~~~~~~~
./buildbuff.h:10:21: note: passing argument to parameter 'format' here
int buildbuff(char *format, unsigned char *buffer, ...);
                    ^
oiaposap.c:89:21: warning: passing 'unsigned char [22]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    ret = buildbuff(hand_close_fmt, tcpadata, handle);
                    ^~~~~~~~~~~~~~
./buildbuff.h:10:21: note: passing argument to parameter 'format' here
int buildbuff(char *format, unsigned char *buffer, ...);
                    ^
--- hmac.o ---
hmac.c:170:14: error: variable has incomplete type 'HMAC_CTX' (aka 'struct hmac_ctx_st')
    HMAC_CTX hmac;
             ^
/usr/include/openssl/ossl_typ.h:102:16: note: forward declaration of 'struct hmac_ctx_st'
typedef struct hmac_ctx_st HMAC_CTX;
               ^
hmac.c:175:5: warning: 'HMAC_Init' is deprecated [-Wdeprecated-declarations]
    HMAC_Init(&hmac, key, keylen, EVP_sha1());
    ^
/usr/include/openssl/hmac.h:28:1: note: 'HMAC_Init' has been explicitly marked deprecated here
DEPRECATEDIN_1_1_0(__owur int HMAC_Init(HMAC_CTX *ctx, const void *key, int len,
^
/usr/include/openssl/opensslconf.h:127:34: note: expanded from macro 'DEPRECATEDIN_1_1_0'
# define DEPRECATEDIN_1_1_0(f)   DECLARE_DEPRECATED(f)
                                 ^
/usr/include/openssl/opensslconf.h:102:53: note: expanded from macro 'DECLARE_DEPRECATED'
# define DECLARE_DEPRECATED(f)    f __attribute__ ((deprecated));
                                                    ^
hmac.c:181:16: warning: cast to 'unsigned char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
        data = (unsigned char *) va_arg(argp, int);
               ^
hmac.c:187:5: warning: implicit declaration of function 'HMAC_cleanup' is invalid in C99 [-Wimplicit-function-declaration]
    HMAC_cleanup(&hmac);
    ^
5 warnings and 1 error generated.
--- seal.o ---
seal.c:112:13: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
    if (ret < 0) {
        ~~~ ^ ~
seal.c:117:21: warning: passing 'unsigned char [26]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    ret = buildbuff(seal_fmt, tcpadata,
                    ^~~~~~~~
./buildbuff.h:10:21: note: passing argument to parameter 'format' here
int buildbuff(char *format, unsigned char *buffer, ...);
                    ^
--- hmac.o ---
*** [hmac.o] Error code 1

make: stopped in /data/scratch/security/libtcpa/work/TPM/libtcpa
--- seal.o ---
seal.c:237:34: warning: passing 'unsigned char [20]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    ret = TPM_OIAP(&authhandle1, enonce1, log);
                                 ^~~~~~~
./tcpa.h:26:43: note: passing argument to parameter 'enonce' here
uint32_t TPM_OIAP(uint32_t *handle, char *enonce, FILE *log);
                                          ^
seal.c:240:34: warning: passing 'unsigned char [20]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    ret = TPM_OIAP(&authhandle2, enonce2, log);
                                 ^~~~~~~
./tcpa.h:26:43: note: passing argument to parameter 'enonce' here
uint32_t TPM_OIAP(uint32_t *handle, char *enonce, FILE *log);
                                          ^
seal.c:252:13: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
    if (ret < 0) {
        ~~~ ^ ~
seal.c:260:13: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
    if (ret < 0) {
        ~~~ ^ ~
seal.c:266:21: warning: passing 'unsigned char [30]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    ret = buildbuff(unseal_fmt, tcpadata,
                    ^~~~~~~~~~
./buildbuff.h:10:21: note: passing argument to parameter 'format' here
int buildbuff(char *format, unsigned char *buffer, ...);
                    ^
--- signature.o ---
3 warnings generated.
--- oiaposap.o ---
3 warnings generated.
--- pcrs.o ---
2 warnings generated.
--- owner.o ---
7 warnings generated.
--- seal.o ---
7 warnings generated.
2 errors

make: stopped in /data/scratch/security/libtcpa/work/TPM/libtcpa
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/security/libtcpa
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/security/libtcpa