=> Bootstrap dependency digest>=20010302: found digest-20190127
===> 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 libsrs2-1.0.18
--- ./stamp-h.in ---
cd . && autoheader
WARNING: 'autoheader' is missing on your system.  You should only need it if
         you modified 'acconfig.h' or 'configure.ac'.  You might want
         to install the Autoconf and GNU m4 packages.  Grab them
         from any GNU archive site.
--- stamp-h ---
cd .  && CONFIG_FILES= CONFIG_HEADERS=config.h  /bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
--- config.h ---
--- all-recursive-am ---
/usr/bin/make  all-recursive
--- all-recursive ---
Making all in libsrs2
--- sha1.lo ---
--- sha1.o ---
--- srs2.lo ---
--- sha1.lo ---
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..     -Wall -O2 -D_FORTIFY_SOURCE=2 -c sha1.c
--- srs2.lo ---
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..     -Wall -O2 -D_FORTIFY_SOURCE=2 -c srs2.c
--- sha1.o ---
gcc -DHAVE_CONFIG_H -I. -I. -I..     -Wall -O2 -D_FORTIFY_SOURCE=2 -c sha1.c
--- sha1.lo ---
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -D_FORTIFY_SOURCE=2 -c sha1.c  -fPIC -DPIC -o .libs/sha1.o
--- sha1.o ---
sha1.c: In function 'sha_digest':
sha1.c:360:19: warning: pointer targets in passing argument 2 of 'sha_update' differ in signedness [-Wpointer-sign]
  sha_update(&ctx, data, len);
                   ^~~~
sha1.c:243:1: note: expected 'sha_byte * {aka unsigned char *}' but argument is of type 'char *'
 sha_update(SHA_INFO *sha_info, sha_byte *buffer, int count)
 ^~~~~~~~~~
sha1.c:361:12: warning: pointer targets in passing argument 1 of 'sha_final' differ in signedness [-Wpointer-sign]
  sha_final(out, &ctx);
            ^~~
sha1.c:308:1: note: expected 'unsigned char *' but argument is of type 'char *'
 sha_final(unsigned char digest[20], SHA_INFO *sha_info)
 ^~~~~~~~~
sha1.c: In function 'srs_hmac_init':
sha1.c:386:25: warning: pointer targets in passing argument 2 of 'sha_update' differ in signedness [-Wpointer-sign]
  sha_update(&ctx->sctx, ctx->ipad, SHA_BLOCKSIZE);
                         ^~~
sha1.c:243:1: note: expected 'sha_byte * {aka unsigned char *}' but argument is of type 'char *'
 sha_update(SHA_INFO *sha_info, sha_byte *buffer, int count)
 ^~~~~~~~~~
sha1.c: In function 'srs_hmac_update':
sha1.c:392:25: warning: pointer targets in passing argument 2 of 'sha_update' differ in signedness [-Wpointer-sign]
  sha_update(&ctx->sctx, data, len);
                         ^~~~
sha1.c:243:1: note: expected 'sha_byte * {aka unsigned char *}' but argument is of type 'char *'
 sha_update(SHA_INFO *sha_info, sha_byte *buffer, int count)
 ^~~~~~~~~~
sha1.c: In function 'srs_hmac_fini':
sha1.c:400:12: warning: pointer targets in passing argument 1 of 'sha_final' differ in signedness [-Wpointer-sign]
  sha_final(buf, &ctx->sctx);
            ^~~
sha1.c:308:1: note: expected 'unsigned char *' but argument is of type 'char *'
 sha_final(unsigned char digest[20], SHA_INFO *sha_info)
 ^~~~~~~~~
sha1.c:402:25: warning: pointer targets in passing argument 2 of 'sha_update' differ in signedness [-Wpointer-sign]
  sha_update(&ctx->sctx, ctx->opad, SHA_BLOCKSIZE);
                         ^~~
sha1.c:243:1: note: expected 'sha_byte * {aka unsigned char *}' but argument is of type 'char *'
 sha_update(SHA_INFO *sha_info, sha_byte *buffer, int count)
 ^~~~~~~~~~
sha1.c:403:25: warning: pointer targets in passing argument 2 of 'sha_update' differ in signedness [-Wpointer-sign]
  sha_update(&ctx->sctx, buf, SHA_DIGESTSIZE);
                         ^~~
sha1.c:243:1: note: expected 'sha_byte * {aka unsigned char *}' but argument is of type 'char *'
 sha_update(SHA_INFO *sha_info, sha_byte *buffer, int count)
 ^~~~~~~~~~
sha1.c:404:12: warning: pointer targets in passing argument 1 of 'sha_final' differ in signedness [-Wpointer-sign]
  sha_final(out, &ctx->sctx);
            ^~~
sha1.c:308:1: note: expected 'unsigned char *' but argument is of type 'char *'
 sha_final(unsigned char digest[20], SHA_INFO *sha_info)
 ^~~~~~~~~
--- srs2.lo ---
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -D_FORTIFY_SOURCE=2 -c srs2.c  -fPIC -DPIC -o .libs/srs2.o
--- sha1.lo ---
sha1.c: In function 'sha_digest':
sha1.c:360:19: warning: pointer targets in passing argument 2 of 'sha_update' differ in signedness [-Wpointer-sign]
  sha_update(&ctx, data, len);
                   ^~~~
sha1.c:243:1: note: expected 'sha_byte * {aka unsigned char *}' but argument is of type 'char *'
 sha_update(SHA_INFO *sha_info, sha_byte *buffer, int count)
 ^~~~~~~~~~
sha1.c:361:12: warning: pointer targets in passing argument 1 of 'sha_final' differ in signedness [-Wpointer-sign]
  sha_final(out, &ctx);
            ^~~
sha1.c:308:1: note: expected 'unsigned char *' but argument is of type 'char *'
 sha_final(unsigned char digest[20], SHA_INFO *sha_info)
 ^~~~~~~~~
sha1.c: In function 'srs_hmac_init':
sha1.c:386:25: warning: pointer targets in passing argument 2 of 'sha_update' differ in signedness [-Wpointer-sign]
  sha_update(&ctx->sctx, ctx->ipad, SHA_BLOCKSIZE);
                         ^~~
sha1.c:243:1: note: expected 'sha_byte * {aka unsigned char *}' but argument is of type 'char *'
 sha_update(SHA_INFO *sha_info, sha_byte *buffer, int count)
 ^~~~~~~~~~
sha1.c: In function 'srs_hmac_update':
sha1.c:392:25: warning: pointer targets in passing argument 2 of 'sha_update' differ in signedness [-Wpointer-sign]
  sha_update(&ctx->sctx, data, len);
                         ^~~~
sha1.c:243:1: note: expected 'sha_byte * {aka unsigned char *}' but argument is of type 'char *'
 sha_update(SHA_INFO *sha_info, sha_byte *buffer, int count)
 ^~~~~~~~~~
sha1.c: In function 'srs_hmac_fini':
sha1.c:400:12: warning: pointer targets in passing argument 1 of 'sha_final' differ in signedness [-Wpointer-sign]
  sha_final(buf, &ctx->sctx);
            ^~~
sha1.c:308:1: note: expected 'unsigned char *' but argument is of type 'char *'
 sha_final(unsigned char digest[20], SHA_INFO *sha_info)
 ^~~~~~~~~
sha1.c:402:25: warning: pointer targets in passing argument 2 of 'sha_update' differ in signedness [-Wpointer-sign]
  sha_update(&ctx->sctx, ctx->opad, SHA_BLOCKSIZE);
                         ^~~
sha1.c:243:1: note: expected 'sha_byte * {aka unsigned char *}' but argument is of type 'char *'
 sha_update(SHA_INFO *sha_info, sha_byte *buffer, int count)
 ^~~~~~~~~~
sha1.c:403:25: warning: pointer targets in passing argument 2 of 'sha_update' differ in signedness [-Wpointer-sign]
  sha_update(&ctx->sctx, buf, SHA_DIGESTSIZE);
                         ^~~
sha1.c:243:1: note: expected 'sha_byte * {aka unsigned char *}' but argument is of type 'char *'
 sha_update(SHA_INFO *sha_info, sha_byte *buffer, int count)
 ^~~~~~~~~~
sha1.c:404:12: warning: pointer targets in passing argument 1 of 'sha_final' differ in signedness [-Wpointer-sign]
  sha_final(out, &ctx->sctx);
            ^~~
sha1.c:308:1: note: expected 'unsigned char *' but argument is of type 'char *'
 sha_final(unsigned char digest[20], SHA_INFO *sha_info)
 ^~~~~~~~~
--- srs2.o ---
gcc -DHAVE_CONFIG_H -I. -I. -I..     -Wall -O2 -D_FORTIFY_SOURCE=2 -c srs2.c
--- sha1.lo ---
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -D_FORTIFY_SOURCE=2 -c sha1.c -o sha1.o >/dev/null 2>&1
--- srs2.lo ---
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -D_FORTIFY_SOURCE=2 -c srs2.c -o srs2.o >/dev/null 2>&1
--- libsrs2.a ---
rm -f libsrs2.a
ar cru libsrs2.a srs2.o sha1.o 
ranlib libsrs2.a
--- libsrs2.la ---
/bin/sh ../libtool --mode=link gcc  -Wall -O2 -D_FORTIFY_SOURCE=2 -Wl,-R/usr/pkg/lib -o libsrs2.la -rpath /usr/pkg/lib -version-info 0:0:0 srs2.lo sha1.lo  -lresolv
libtool: link: gcc -shared  -fPIC -DPIC  .libs/srs2.o .libs/sha1.o   -lresolv  -O2 -Wl,-rpath -Wl,/usr/pkg/lib   -Wl,-soname -Wl,libsrs2.so.0 -o .libs/libsrs2.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libsrs2.so.0" && ln -s "libsrs2.so.0.0.0" "libsrs2.so.0")
libtool: link: (cd ".libs" && rm -f "libsrs2.so" && ln -s "libsrs2.so.0.0.0" "libsrs2.so")
libtool: link: ar cru .libs/libsrs2.a  srs2.o sha1.o
libtool: link: ranlib .libs/libsrs2.a
libtool: link: ( cd ".libs" && rm -f "libsrs2.la" && ln -s "../libsrs2.la" "libsrs2.la" )
Making all in tools
--- srs.o ---
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -Wall -O2 -D_FORTIFY_SOURCE=2 -c srs.c
--- srs ---
/bin/sh ../libtool --mode=link gcc  -g -Wall -O2 -D_FORTIFY_SOURCE=2 -Wl,-R/usr/pkg/lib -o srs  srs.o -L../libsrs2 -lsrs2 -lresolv
libtool: link: gcc -g -Wall -O2 -D_FORTIFY_SOURCE=2 -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/srs srs.o  -L../libsrs2 -L../libsrs2/.libs -lsrs2 -lresolv -Wl,-rpath,/usr/pkg/lib
ld: ../libsrs2/libsrs2.a(srs2.o): in function `srs_hash_create_v.isra.0':
srs2.c:(.text+0x3c): undefined reference to `srs_hmac_init'
ld: srs2.c:(.text+0xdc): undefined reference to `srs_hmac_update'
ld: srs2.c:(.text+0xf4): undefined reference to `srs_hmac_fini'
*** [srs] Error code 1

make[2]: stopped in /tmp/pkgbuild/mail/libsrs2/work.earmv6hf/libsrs2-1.0.18/tools
1 error

make[2]: stopped in /tmp/pkgbuild/mail/libsrs2/work.earmv6hf/libsrs2-1.0.18/tools
*** [all-recursive] Error code 1

make[1]: stopped in /tmp/pkgbuild/mail/libsrs2/work.earmv6hf/libsrs2-1.0.18
1 error

make[1]: stopped in /tmp/pkgbuild/mail/libsrs2/work.earmv6hf/libsrs2-1.0.18
*** [all-recursive-am] Error code 2

make: stopped in /tmp/pkgbuild/mail/libsrs2/work.earmv6hf/libsrs2-1.0.18
1 error

make: stopped in /tmp/pkgbuild/mail/libsrs2/work.earmv6hf/libsrs2-1.0.18
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/mail/libsrs2
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/mail/libsrs2