+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/memcached-1.6.38/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/memcached-1.6.38/work.log ===> Building for memcached-1.6.38 --- all --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in doc --- all --- /opt/pkg/bin/bmake all-am --- memcached_debug-memcached.o --- --- memcached_debug-hash.o --- --- memcached_debug-jenkins_hash.o --- --- memcached_debug-murmur3_hash.o --- --- memcached_debug-memcached.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-memcached.o -MD -MP -MF .deps/memcached_debug-memcached.Tpo -c -o memcached_debug-memcached.o `test -f 'memcached.c' || echo './'`memcached.c --- memcached_debug-hash.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-hash.o -MD -MP -MF .deps/memcached_debug-hash.Tpo -c -o memcached_debug-hash.o `test -f 'hash.c' || echo './'`hash.c --- memcached_debug-jenkins_hash.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-jenkins_hash.o -MD -MP -MF .deps/memcached_debug-jenkins_hash.Tpo -c -o memcached_debug-jenkins_hash.o `test -f 'jenkins_hash.c' || echo './'`jenkins_hash.c --- memcached_debug-murmur3_hash.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-murmur3_hash.o -MD -MP -MF .deps/memcached_debug-murmur3_hash.Tpo -c -o memcached_debug-murmur3_hash.o `test -f 'murmur3_hash.c' || echo './'`murmur3_hash.c mv -f .deps/memcached_debug-murmur3_hash.Tpo .deps/memcached_debug-murmur3_hash.Po --- memcached_debug-slabs.o --- --- memcached_debug-memcached.o --- In file included from memcached.c:16: memcached.c: In function 'process_stats_conns': --- memcached_debug-slabs.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-slabs.o -MD -MP -MF .deps/memcached_debug-slabs.Tpo -c -o memcached_debug-slabs.o `test -f 'slabs.c' || echo './'`slabs.c --- memcached_debug-memcached.o --- memcached.c:2173:59: warning: format '%d' expects argument of type 'int', but argument 4 has type 'rel_time_t' {aka 'long int'} [-Wformat=] 2173 | APPEND_NUM_STAT(i, "secs_since_last_cmd", "%d", | ^~~~ 2174 | current_time - sc->last_cmd_time); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | rel_time_t {aka long int} memcached.h:165:44: note: in definition of macro 'APPEND_NUM_FMT_STAT' 165 | vlen = snprintf(val_str, STAT_VAL_LEN, fmt, val); \ | ^~~ memcached.c:2173:17: note: in expansion of macro 'APPEND_NUM_STAT' 2173 | APPEND_NUM_STAT(i, "secs_since_last_cmd", "%d", | ^~~~~~~~~~~~~~~ memcached.c:2173:61: note: format string is defined here 2173 | APPEND_NUM_STAT(i, "secs_since_last_cmd", "%d", | ~^ | | | int | %ld --- memcached_debug-jenkins_hash.o --- mv -f .deps/memcached_debug-jenkins_hash.Tpo .deps/memcached_debug-jenkins_hash.Po --- memcached_debug-items.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-items.o -MD -MP -MF .deps/memcached_debug-items.Tpo -c -o memcached_debug-items.o `test -f 'items.c' || echo './'`items.c In file included from items.c:2: items.c: In function 'item_stats': items.c:859:44: warning: format '%jd' expects argument of type 'intmax_t', but argument 4 has type 'unsigned int' [-Wformat=] 859 | APPEND_NUM_FMT_STAT(fmt, n, "age", "%jd", age); | ^~~~~ ~~~ | | | unsigned int memcached.h:165:44: note: in definition of macro 'APPEND_NUM_FMT_STAT' 165 | vlen = snprintf(val_str, STAT_VAL_LEN, fmt, val); \ | ^~~ items.c:859:47: note: format string is defined here 859 | APPEND_NUM_FMT_STAT(fmt, n, "age", "%jd", age); | ~~^ | | | long int | %d --- memcached_debug-hash.o --- mv -f .deps/memcached_debug-hash.Tpo .deps/memcached_debug-hash.Po --- memcached_debug-assoc.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-assoc.o -MD -MP -MF .deps/memcached_debug-assoc.Tpo -c -o memcached_debug-assoc.o `test -f 'assoc.c' || echo './'`assoc.c --- memcached_debug-slabs.o --- mv -f .deps/memcached_debug-slabs.Tpo .deps/memcached_debug-slabs.Po --- memcached_debug-thread.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-thread.o -MD -MP -MF .deps/memcached_debug-thread.Tpo -c -o memcached_debug-thread.o `test -f 'thread.c' || echo './'`thread.c --- memcached_debug-assoc.o --- mv -f .deps/memcached_debug-assoc.Tpo .deps/memcached_debug-assoc.Po --- memcached_debug-daemon.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-daemon.o -MD -MP -MF .deps/memcached_debug-daemon.Tpo -c -o memcached_debug-daemon.o `test -f 'daemon.c' || echo './'`daemon.c mv -f .deps/memcached_debug-daemon.Tpo .deps/memcached_debug-daemon.Po --- memcached_debug-stats_prefix.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-stats_prefix.o -MD -MP -MF .deps/memcached_debug-stats_prefix.Tpo -c -o memcached_debug-stats_prefix.o `test -f 'stats_prefix.c' || echo './'`stats_prefix.c mv -f .deps/memcached_debug-stats_prefix.Tpo .deps/memcached_debug-stats_prefix.Po --- memcached_debug-util.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-util.o -MD -MP -MF .deps/memcached_debug-util.Tpo -c -o memcached_debug-util.o `test -f 'util.c' || echo './'`util.c --- memcached_debug-items.o --- mv -f .deps/memcached_debug-items.Tpo .deps/memcached_debug-items.Po --- memcached_debug-cache.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-cache.o -MD -MP -MF .deps/memcached_debug-cache.Tpo -c -o memcached_debug-cache.o `test -f 'cache.c' || echo './'`cache.c --- memcached_debug-util.o --- mv -f .deps/memcached_debug-util.Tpo .deps/memcached_debug-util.Po --- memcached_debug-bipbuffer.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-bipbuffer.o -MD -MP -MF .deps/memcached_debug-bipbuffer.Tpo -c -o memcached_debug-bipbuffer.o `test -f 'bipbuffer.c' || echo './'`bipbuffer.c --- memcached_debug-thread.o --- mv -f .deps/memcached_debug-thread.Tpo .deps/memcached_debug-thread.Po --- memcached_debug-base64.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-base64.o -MD -MP -MF .deps/memcached_debug-base64.Tpo -c -o memcached_debug-base64.o `test -f 'base64.c' || echo './'`base64.c --- memcached_debug-cache.o --- mv -f .deps/memcached_debug-cache.Tpo .deps/memcached_debug-cache.Po --- memcached_debug-logger.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-logger.o -MD -MP -MF .deps/memcached_debug-logger.Tpo -c -o memcached_debug-logger.o `test -f 'logger.c' || echo './'`logger.c logger.c: In function '_logger_parse_ise': logger.c:227:79: warning: format '%u' expects argument of type 'unsigned int', but argument 10 has type 'rel_time_t' {aka 'long int'} [-Wformat=] 227 | "ts=%lld.%d gid=%llu type=item_store key=%s status=%s cmd=%s ttl=%u clsid=%u cfd=%d size=%d\n", | ~^ | | | unsigned int | %lu 228 | (long long int)e->tv.tv_sec, (int)e->tv.tv_usec, (unsigned long long) e->gid, 229 | keybuf, status_map[le->status], cmd, le->ttl, le->clsid, le->sfd, | ~~~~~~~ | | | rel_time_t {aka long int} --- memcached_debug-base64.o --- mv -f .deps/memcached_debug-base64.Tpo .deps/memcached_debug-base64.Po --- memcached_debug-crawler.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-crawler.o -MD -MP -MF .deps/memcached_debug-crawler.Tpo -c -o memcached_debug-crawler.o `test -f 'crawler.c' || echo './'`crawler.c --- memcached_debug-bipbuffer.o --- mv -f .deps/memcached_debug-bipbuffer.Tpo .deps/memcached_debug-bipbuffer.Po --- memcached_debug-itoa_ljust.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-itoa_ljust.o -MD -MP -MF .deps/memcached_debug-itoa_ljust.Tpo -c -o memcached_debug-itoa_ljust.o `test -f 'itoa_ljust.c' || echo './'`itoa_ljust.c mv -f .deps/memcached_debug-itoa_ljust.Tpo .deps/memcached_debug-itoa_ljust.Po --- memcached_debug-slab_automove.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-slab_automove.o -MD -MP -MF .deps/memcached_debug-slab_automove.Tpo -c -o memcached_debug-slab_automove.o `test -f 'slab_automove.c' || echo './'`slab_automove.c mv -f .deps/memcached_debug-slab_automove.Tpo .deps/memcached_debug-slab_automove.Po --- memcached_debug-slabs_mover.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-slabs_mover.o -MD -MP -MF .deps/memcached_debug-slabs_mover.Tpo -c -o memcached_debug-slabs_mover.o `test -f 'slabs_mover.c' || echo './'`slabs_mover.c --- memcached_debug-logger.o --- mv -f .deps/memcached_debug-logger.Tpo .deps/memcached_debug-logger.Po --- memcached_debug-authfile.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-authfile.o -MD -MP -MF .deps/memcached_debug-authfile.Tpo -c -o memcached_debug-authfile.o `test -f 'authfile.c' || echo './'`authfile.c --- memcached_debug-crawler.o --- mv -f .deps/memcached_debug-crawler.Tpo .deps/memcached_debug-crawler.Po --- memcached_debug-restart.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-restart.o -MD -MP -MF .deps/memcached_debug-restart.Tpo -c -o memcached_debug-restart.o `test -f 'restart.c' || echo './'`restart.c --- memcached_debug-authfile.o --- mv -f .deps/memcached_debug-authfile.Tpo .deps/memcached_debug-authfile.Po --- memcached_debug-proto_text.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-proto_text.o -MD -MP -MF .deps/memcached_debug-proto_text.Tpo -c -o memcached_debug-proto_text.o `test -f 'proto_text.c' || echo './'`proto_text.c proto_text.c: In function 'process_meta_command': proto_text.c:887:23: warning: format '%d' expects argument of type 'int', but argument 4 has type 'rel_time_t' {aka 'long int'} [-Wformat=] 887 | "exp=%d la=%llu cas=%llu fetch=%s cls=%u size=%lu\r\n", | ~^ | | | int | %ld 888 | (it->exptime == 0) ? -1 : (it->exptime - current_time), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | rel_time_t {aka long int} --- memcached_debug-slabs_mover.o --- mv -f .deps/memcached_debug-slabs_mover.Tpo .deps/memcached_debug-slabs_mover.Po --- memcached_debug-proto_bin.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-proto_bin.o -MD -MP -MF .deps/memcached_debug-proto_bin.Tpo -c -o memcached_debug-proto_bin.o `test -f 'proto_bin.c' || echo './'`proto_bin.c --- memcached_debug-memcached.o --- mv -f .deps/memcached_debug-memcached.Tpo .deps/memcached_debug-memcached.Po --- memcached_debug-solaris_priv.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-solaris_priv.o -MD -MP -MF .deps/memcached_debug-solaris_priv.Tpo -c -o memcached_debug-solaris_priv.o `test -f 'solaris_priv.c' || echo './'`solaris_priv.c --- memcached_debug-restart.o --- mv -f .deps/memcached_debug-restart.Tpo .deps/memcached_debug-restart.Po --- memcached_debug-extstore.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-extstore.o -MD -MP -MF .deps/memcached_debug-extstore.Tpo -c -o memcached_debug-extstore.o `test -f 'extstore.c' || echo './'`extstore.c --- memcached_debug-solaris_priv.o --- mv -f .deps/memcached_debug-solaris_priv.Tpo .deps/memcached_debug-solaris_priv.Po --- memcached_debug-crc32c.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-crc32c.o -MD -MP -MF .deps/memcached_debug-crc32c.Tpo -c -o memcached_debug-crc32c.o `test -f 'crc32c.c' || echo './'`crc32c.c mv -f .deps/memcached_debug-crc32c.Tpo .deps/memcached_debug-crc32c.Po --- memcached_debug-storage.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/opt/pkg/include -I/usr/include -DMEMCACHED_DEBUG -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-storage.o -MD -MP -MF .deps/memcached_debug-storage.Tpo -c -o memcached_debug-storage.o `test -f 'storage.c' || echo './'`storage.c storage.c: In function 'storage_get_item': storage.c:314:30: error: assignment to 'caddr_t' {aka 'char *'} from incompatible pointer type 'item *' {aka 'struct _stritem *'} [-Wincompatible-pointer-types] 314 | eio->iov[0].iov_base = new_it; | ^ *** [memcached_debug-storage.o] Error code 1 bmake[2]: stopped making "all-am" in /home/pbulk/build/devel/memcached/work/memcached-1.6.38 --- memcached_debug-extstore.o --- mv -f .deps/memcached_debug-extstore.Tpo .deps/memcached_debug-extstore.Po --- memcached_debug-proto_bin.o --- mv -f .deps/memcached_debug-proto_bin.Tpo .deps/memcached_debug-proto_bin.Po --- memcached_debug-proto_text.o --- mv -f .deps/memcached_debug-proto_text.Tpo .deps/memcached_debug-proto_text.Po bmake[2]: 1 error bmake[2]: stopped making "all-am" in /home/pbulk/build/devel/memcached/work/memcached-1.6.38 bmake[1]: stopped making "all-recursive" in /home/pbulk/build/devel/memcached/work/memcached-1.6.38 bmake: stopped making "all" in /home/pbulk/build/devel/memcached/work/memcached-1.6.38 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/memcached *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/memcached