=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Building for rtunes-snap-20071122nb5
cd libbsd; /usr/pkg/bin/gmake
gmake[1]: Entering directory '/tmp/pkgbuild/audio/rtunes/work.powerpc/rtunes/libbsd'
gcc -O2 -pipe -Wall -Werror -Wstrict-prototypes -c -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib strlcpy.c
gcc -O2 -pipe -Wall -Werror -Wstrict-prototypes -c -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib strlcat.c
gcc -O2 -pipe -Wall -Werror -Wstrict-prototypes -c -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib arc4random.c
ar -r libbsd.a strlcpy.o strlcat.o arc4random.o
ar: creating libbsd.a
ranlib libbsd.a
gmake[1]: Leaving directory '/tmp/pkgbuild/audio/rtunes/work.powerpc/rtunes/libbsd'
cd rtunes; /usr/pkg/bin/gmake
gmake[1]: Entering directory '/tmp/pkgbuild/audio/rtunes/work.powerpc/rtunes/rtunes'
gcc -O2 -pipe -Wall -Wstrict-prototypes -c -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib rtunes.c
rtunes.c: In function 'main':
rtunes.c:174:12: warning: variable 's' set but not used [-Wunused-but-set-variable]
gcc -O2 -pipe -Wall -Wstrict-prototypes -c -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib cipher.c
distcc[16701] ERROR: compile cipher.c on 10.0.20.122:3638 failed
distcc[16701] (dcc_build_somewhere) Warning: remote compilation of 'cipher.c' failed, retrying locally
distcc[16701] Warning: failed to distribute cipher.c to 10.0.20.122:3638, running locally instead
cipher.c: In function 'cipher_rsa_encrypt_aeskey':
cipher.c:101:6: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
      "59dE8qLieItsH1WgjrcFRKj6eUWqi+bGLOX1HL3U3GhC/j0Qg90u3sG/1CUtwC"
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cipher.c:108:34: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
  static const unsigned char *e = "AQAB";
                                  ^~~~~~
cipher.c:116:59: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
  if (cipher_base64_decode(n_bin, n, sizeof(n_bin), strlen(n)) < 1)
                                                           ^
In file included from cipher.c:24:0:
/usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'const unsigned char *'
 size_t  strlen(const char *);
         ^~~~~~
cipher.c:118:59: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
  if (cipher_base64_decode(e_bin, e, sizeof(e_bin), strlen(e)) < 1)
                                                           ^
In file included from cipher.c:24:0:
/usr/include/string.h:61:9: note: expected 'const char *' but argument is of type 'const unsigned char *'
 size_t  strlen(const char *);
         ^~~~~~
cipher.c:123:5: error: dereferencing pointer to incomplete type 'RSA {aka struct rsa_st}'
  key->n = BN_bin2bn(n_bin, 256, key->n);;
     ^~
distcc[16701] ERROR: compile cipher.c on localhost failed
gmake[1]: *** [GNUmakefile:14: cipher.o] Error 1
gmake[1]: Leaving directory '/tmp/pkgbuild/audio/rtunes/work.powerpc/rtunes/rtunes'
gmake: *** [GNUmakefile:3: all] Error 2
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/audio/rtunes
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/audio/rtunes