=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Building for ocsync-0.90.4nb16
Scanning dependencies of target httpbflib
Scanning dependencies of target cstdlib
[  2%] Building C object src/httpbf/CMakeFiles/httpbflib.dir/src/httpbf.c.o
[  4%] Building C object src/std/CMakeFiles/cstdlib.dir/c_alloc.c.o
[  7%] Building C object src/std/CMakeFiles/cstdlib.dir/c_dir.c.o
/tmp/pkgbuild/net/ocsync/work.earmv6hf/ocsync-0.90.4/src/httpbf/src/httpbf.c: In function 'hbf_splitlist':
/tmp/pkgbuild/net/ocsync/work.earmv6hf/ocsync-0.90.4/src/httpbf/src/httpbf.c:45:26: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
         transfer->log_cb(__FUNCTION__, buf);    \
                          ^
/tmp/pkgbuild/net/ocsync/work.earmv6hf/ocsync-0.90.4/src/httpbf/src/httpbf.c:114:5: note: in expansion of macro 'DEBUG_HBF'
     DEBUG_HBF("File descriptor is invalid.");
     ^~~~~~~~~
/tmp/pkgbuild/net/ocsync/work.earmv6hf/ocsync-0.90.4/src/httpbf/src/httpbf.c:45:26: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
         transfer->log_cb(__FUNCTION__, buf);    \
                          ^
/tmp/pkgbuild/net/ocsync/work.earmv6hf/ocsync-0.90.4/src/httpbf/src/httpbf.c:119:5: note: in expansion of macro 'DEBUG_HBF'
     DEBUG_HBF("Failed to stat the file descriptor: errno = %d", errno);
     ^~~~~~~~~
/tmp/pkgbuild/net/ocsync/work.earmv6hf/ocsync-0.90.4/src/httpbf/src/httpbf.c:45:26: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
         transfer->log_cb(__FUNCTION__, buf);    \
                          ^
/tmp/pkgbuild/net/ocsync/work.earmv6hf/ocsync-0.90.4/src/httpbf/src/httpbf.c:131:3: note: in expansion of macro 'DEBUG_HBF'
   DEBUG_HBF("hbf_splitlist: block_size: %" PRId64 " threshold: %" PRId64 " st_size: %" PRId64 "\n", transfer->block_size, transfer->threshold, sb.st_size );
   ^~~~~~~~~
/tmp/pkgbuild/net/ocsync/work.earmv6hf/ocsync-0.90.4/src/httpbf/src/httpbf.c:45:26: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
         transfer->log_cb(__FUNCTION__, buf);    \
                          ^
/tmp/pkgbuild/net/ocsync/work.earmv6hf/ocsync-0.90.4/src/httpbf/src/httpbf.c:156:3: note: in expansion of macro 'DEBUG_HBF'
   DEBUG_HBF("hbf_splitlist: num_blocks: %" PRId64 " rmainder: %" PRId64 " blk_size: %" PRId64 "\n", num_blocks, remainder, blk_size );
   ^~~~~~~~~
/tmp/pkgbuild/net/ocsync/work.earmv6hf/ocsync-0.90.4/src/httpbf/src/httpbf.c:45:26: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
         transfer->log_cb(__FUNCTION__, buf);    \
                          ^
/tmp/pkgbuild/net/ocsync/work.earmv6hf/ocsync-0.90.4/src/httpbf/src/httpbf.c:188:11: note: in expansion of macro 'DEBUG_HBF'
           DEBUG_HBF("hbf_splitlist: created block %d   (start: %" PRId64 "  size: %" PRId64 ")", cnt, block->start, block->size );
           ^~~~~~~~~
/tmp/pkgbuild/net/ocsync/work.earmv6hf/ocsync-0.90.4/src/httpbf/src/httpbf.c: In function '_hbf_dav_request':
/tmp/pkgbuild/net/ocsync/work.earmv6hf/ocsync-0.90.4/src/httpbf/src/httpbf.c:45:26: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
         transfer->log_cb(__FUNCTION__, buf);    \
                          ^
/tmp/pkgbuild/net/ocsync/work.earmv6hf/ocsync-0.90.4/src/httpbf/src/httpbf.c:289:5: note: in expansion of macro 'DEBUG_HBF'
     DEBUG_HBF("HBF: Block: %d , Start: %" PRId64 " and Size: %" PRId64 "", blk->seq_number, blk->start, blk->size );
     ^~~~~~~~~
/tmp/pkgbuild/net/ocsync/work.earmv6hf/ocsync-0.90.4/src/httpbf/src/httpbf.c: In function '_hbf_transfer_no_chunk':
/tmp/pkgbuild/net/ocsync/work.earmv6hf/ocsync-0.90.4/src/httpbf/src/httpbf.c:45:26: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
         transfer->log_cb(__FUNCTION__, buf);    \
                          ^
/tmp/pkgbuild/net/ocsync/work.earmv6hf/ocsync-0.90.4/src/httpbf/src/httpbf.c:400:5: note: in expansion of macro 'DEBUG_HBF'
     DEBUG_HBF("HBF: chunking not supported for %s\n", transfer->url);
     ^~~~~~~~~
--- src/httpbf/CMakeFiles/httpbflib.dir/src/httpbf.c.o ---
*** [src/httpbf/CMakeFiles/httpbflib.dir/src/httpbf.c.o] Error code 1

make[2]: stopped in /tmp/pkgbuild/net/ocsync/work.earmv6hf/build
1 error

make[2]: stopped in /tmp/pkgbuild/net/ocsync/work.earmv6hf/build
--- src/httpbf/CMakeFiles/httpbflib.dir/all ---
*** [src/httpbf/CMakeFiles/httpbflib.dir/all] Error code 2

make[1]: stopped in /tmp/pkgbuild/net/ocsync/work.earmv6hf/build
A failure has been detected in another branch of the parallel make

make[2]: stopped in /tmp/pkgbuild/net/ocsync/work.earmv6hf/build
--- src/std/CMakeFiles/cstdlib.dir/all ---
*** [src/std/CMakeFiles/cstdlib.dir/all] Error code 2

make[1]: stopped in /tmp/pkgbuild/net/ocsync/work.earmv6hf/build
2 errors

make[1]: stopped in /tmp/pkgbuild/net/ocsync/work.earmv6hf/build
*** [all] Error code 2

make: stopped in /tmp/pkgbuild/net/ocsync/work.earmv6hf/build
1 error

make: stopped in /tmp/pkgbuild/net/ocsync/work.earmv6hf/build
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/net/ocsync
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/net/ocsync