+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/cue-20180813/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/cue-20180813/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for cue-20180813
--- cue.o ---
--- file.o ---
--- cue.o ---
cc  -DINET6  -I/usr/pkg/include -DCUE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_MKSTEMP=1 -DHAVE_SNPRINTF=1 -DHAVE_ASPRINTF=1 -DENABLE_IPV6=1 -DUSE_ZLIB=1 -DMALIAS=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -I/usr/pkg/include -c cue.c -o cue.o
--- file.o ---
cc  -DINET6  -I/usr/pkg/include -DCUE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_MKSTEMP=1 -DHAVE_SNPRINTF=1 -DHAVE_ASPRINTF=1 -DENABLE_IPV6=1 -DUSE_ZLIB=1 -DMALIAS=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -I/usr/pkg/include -c file.c -o file.o
--- cue.o ---
In file included from /usr/include/sys/types.h:25,
                 from cue.c:30:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
--- file.o ---
In file included from /usr/include/sys/types.h:25,
                 from file.c:30:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
--- cue.o ---
cue.c: In function 'main':
cue.c:132:25: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration]
  132 |                         strlcpy(state->status, "Incing ...", sizeof(state->status));
      |                         ^~~~~~~
      |                         strncpy
--- disp.o ---
cc  -DINET6  -I/usr/pkg/include -DCUE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_MKSTEMP=1 -DHAVE_SNPRINTF=1 -DHAVE_ASPRINTF=1 -DENABLE_IPV6=1 -DUSE_ZLIB=1 -DMALIAS=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -I/usr/pkg/include -c disp.c -o disp.o
In file included from /usr/include/sys/types.h:25,
                 from disp.c:30:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
disp.c: In function 'disp_update':
disp.c:232:33: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration]
  232 |                                 strlcpy(state->status, "No new message", sizeof(state->status));
      |                                 ^~~~~~~
      |                                 strncpy
--- curses.o ---
cc  -DINET6  -I/usr/pkg/include -DCUE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_MKSTEMP=1 -DHAVE_SNPRINTF=1 -DHAVE_ASPRINTF=1 -DENABLE_IPV6=1 -DUSE_ZLIB=1 -DMALIAS=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -I/usr/pkg/include -c curses.c -o curses.o
In file included from /usr/include/sys/types.h:25,
                 from curses.c:30:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
--- message.o ---
cc  -DINET6  -I/usr/pkg/include -DCUE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_MKSTEMP=1 -DHAVE_SNPRINTF=1 -DHAVE_ASPRINTF=1 -DENABLE_IPV6=1 -DUSE_ZLIB=1 -DMALIAS=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -I/usr/pkg/include -c message.c -o message.o
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:25,
                 from message.c:30:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
message.c: In function 'message_external':
message.c:553:17: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration]
  553 |                 strlcpy(buf, "ftp://", sizeof(buf));
      |                 ^~~~~~~
      |                 strncpy
--- edit.o ---
cc  -DINET6  -I/usr/pkg/include -DCUE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_MKSTEMP=1 -DHAVE_SNPRINTF=1 -DHAVE_ASPRINTF=1 -DENABLE_IPV6=1 -DUSE_ZLIB=1 -DMALIAS=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -I/usr/pkg/include -c edit.c -o edit.o
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from edit.c:31:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
--- search.o ---
cc  -DINET6  -I/usr/pkg/include -DCUE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_MKSTEMP=1 -DHAVE_SNPRINTF=1 -DHAVE_ASPRINTF=1 -DENABLE_IPV6=1 -DUSE_ZLIB=1 -DMALIAS=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -I/usr/pkg/include -c search.c -o search.o
In file included from /usr/include/ctype.h:25,
                 from search.c:30:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
search.c: In function 'isearch':
search.c:129:25: warning: implicit declaration of function 'strlcat'; did you mean 'strncat'? [-Wimplicit-function-declaration]
  129 |                         strlcat(status, "Failing ", ep - status);
      |                         ^~~~~~~
      |                         strncat
search.c:142:25: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration]
  142 |                         strlcpy(est, word, ep - est);
      |                         ^~~~~~~
      |                         strncpy
--- folder.o ---
cc  -DINET6  -I/usr/pkg/include -DCUE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_MKSTEMP=1 -DHAVE_SNPRINTF=1 -DHAVE_ASPRINTF=1 -DENABLE_IPV6=1 -DUSE_ZLIB=1 -DMALIAS=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -I/usr/pkg/include -c folder.c -o folder.o
In file included from /usr/include/sys/types.h:25,
                 from folder.c:30:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
--- refile.o ---
cc  -DINET6  -I/usr/pkg/include -DCUE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_MKSTEMP=1 -DHAVE_SNPRINTF=1 -DHAVE_ASPRINTF=1 -DENABLE_IPV6=1 -DUSE_ZLIB=1 -DMALIAS=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -I/usr/pkg/include -c refile.c -o refile.o
--- folder.o ---
folder.c: In function 'folder_alloc':
folder.c:58:13: warning: implicit declaration of function 'asprintf'; did you mean 'vsprintf'? [-Wimplicit-function-declaration]
   58 |         if (asprintf(&fl->name.ptr, "+%s", path) < 0)
      |             ^~~~~~~~
      |             vsprintf
folder.c: In function 'folder_list':
folder.c:102:25: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration]
  102 |                         strlcpy(p, dp->d_name, ep - p);
      |                         ^~~~~~~
      |                         strncpy
folder.c: In function 'open_statfile':
folder.c:448:17: warning: implicit declaration of function 'strlcat'; did you mean 'strncat'? [-Wimplicit-function-declaration]
  448 |                 strlcat(state->status, path, sizeof(state->status));
      |                 ^~~~~~~
      |                 strncat
--- refile.o ---
In file included from /usr/include/sys/types.h:25,
                 from refile.c:30:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
refile.c: In function 'refile_parse':
refile.c:59:33: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration]
   59 |                                 strlcpy(state->status, "Quit",
      |                                 ^~~~~~~
      |                                 strncpy
refile.c: In function 'refile_folder':
refile.c:175:25: warning: implicit declaration of function 'strlcat'; did you mean 'strncat'? [-Wimplicit-function-declaration]
  175 |                         strlcat(state->status, i == 0 ? " (" : ",",
      |                         ^~~~~~~
      |                         strncat
--- exec.o ---
cc  -DINET6  -I/usr/pkg/include -DCUE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_MKSTEMP=1 -DHAVE_SNPRINTF=1 -DHAVE_ASPRINTF=1 -DENABLE_IPV6=1 -DUSE_ZLIB=1 -DMALIAS=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -I/usr/pkg/include -c exec.c -o exec.o
In file included from /usr/include/sys/types.h:25,
                 from exec.c:30:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
exec.c: In function 'exec_del':
exec.c:68:17: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration]
   68 |                 strlcpy(suf, SUF_INFO, len);
      |                 ^~~~~~~
      |                 strncpy
exec.c: In function 'exec_editor':
exec.c:470:17: warning: implicit declaration of function 'strlcat'; did you mean 'strncat'? [-Wimplicit-function-declaration]
  470 |                 strlcat(path, suf, sizeof(path));
      |                 ^~~~~~~
      |                 strncat
--- reply.o ---
cc  -DINET6  -I/usr/pkg/include -DCUE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_MKSTEMP=1 -DHAVE_SNPRINTF=1 -DHAVE_ASPRINTF=1 -DENABLE_IPV6=1 -DUSE_ZLIB=1 -DMALIAS=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -I/usr/pkg/include -c reply.c -o reply.o
In file included from /usr/include/sys/types.h:25,
                 from reply.c:30:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
reply.c: In function 'exec_anno':
reply.c:274:13: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration]
  274 |         if (strlcpy(suf, SUF_INFO, len) >= len)
      |             ^~~~~~~
      |             strncpy
reply.c: In function 'compose':
reply.c:370:9: warning: implicit declaration of function 'strlcat'; did you mean 'strncat'? [-Wimplicit-function-declaration]
  370 |         strlcat(path, SUF_INFO, sizeof(path));
      |         ^~~~~~~
      |         strncat
--- conf.o ---
cc  -DINET6  -I/usr/pkg/include -DCUE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_MKSTEMP=1 -DHAVE_SNPRINTF=1 -DHAVE_ASPRINTF=1 -DENABLE_IPV6=1 -DUSE_ZLIB=1 -DMALIAS=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -I/usr/pkg/include -c conf.c -o conf.o
In file included from /usr/include/sys/types.h:25,
                 from conf.c:30:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
--- decode.o ---
cc  -DINET6  -I/usr/pkg/include -DCUE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_MKSTEMP=1 -DHAVE_SNPRINTF=1 -DHAVE_ASPRINTF=1 -DENABLE_IPV6=1 -DUSE_ZLIB=1 -DMALIAS=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -I/usr/pkg/include -c decode.c -o decode.o
--- conf.o ---
conf.c: In function 'conf_addpath':
conf.c:303:23: warning: implicit declaration of function 'asprintf'; did you mean 'vsprintf'? [-Wimplicit-function-declaration]
  303 |                 ret = asprintf(&path, "PATH=%s", add);
      |                       ^~~~~~~~
      |                       vsprintf
--- decode.o ---
In file included from /usr/include/sys/types.h:25,
                 from decode.c:30:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
--- medit.o ---
cc  -DINET6  -I/usr/pkg/include -DCUE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_MKSTEMP=1 -DHAVE_SNPRINTF=1 -DHAVE_ASPRINTF=1 -DENABLE_IPV6=1 -DUSE_ZLIB=1 -DMALIAS=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -I/usr/pkg/include -c medit.c -o medit.o
--- decode.o ---
decode.c: In function 'charset_completion':
decode.c:1324:25: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration]
 1324 |                         strlcpy(mname, cs, sizeof(mname));
      |                         ^~~~~~~
      |                         strncpy
--- medit.o ---
In file included from /usr/include/sys/types.h:25,
                 from medit.c:30:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
medit.c: In function 'medit_ctype':
medit.c:138:25: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration]
  138 |                         strlcpy(ctype, mt->type, sizeof(ctype));
      |                         ^~~~~~~
      |                         strncpy
--- date.o ---
cc  -DINET6  -I/usr/pkg/include -DCUE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_MKSTEMP=1 -DHAVE_SNPRINTF=1 -DHAVE_ASPRINTF=1 -DENABLE_IPV6=1 -DUSE_ZLIB=1 -DMALIAS=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -I/usr/pkg/include -c date.c -o date.o
--- util.o ---
--- date.o ---
In file included from /usr/include/sys/types.h:25,
                 from date.c:30:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
--- util.o ---
cc  -DINET6  -I/usr/pkg/include -DCUE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_MKSTEMP=1 -DHAVE_SNPRINTF=1 -DHAVE_ASPRINTF=1 -DENABLE_IPV6=1 -DUSE_ZLIB=1 -DMALIAS=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -I/usr/pkg/include -c util.c -o util.o
In file included from /usr/include/sys/types.h:25,
                 from util.c:30:
/usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  412 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
--- date.o ---
date.c: In function 'rfc822date':
date.c:174:14: warning: implicit declaration of function 'localtime' [-Wimplicit-function-declaration]
  174 |         tm = localtime(&t);
      |              ^~~~~~~~~
date.c:174:12: warning: assignment to 'struct tm *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
  174 |         tm = localtime(&t);
      |            ^
date.c:176:25: error: invalid use of undefined type 'struct tm'
  176 |                  wday[tm->tm_wday], tm->tm_mday, month[tm->tm_mon].name,
      |                         ^~
date.c:176:39: error: invalid use of undefined type 'struct tm'
  176 |                  wday[tm->tm_wday], tm->tm_mday, month[tm->tm_mon].name,
      |                                       ^~
date.c:176:58: error: invalid use of undefined type 'struct tm'
  176 |                  wday[tm->tm_wday], tm->tm_mday, month[tm->tm_mon].name,
      |                                                          ^~
date.c:177:20: error: invalid use of undefined type 'struct tm'
  177 |                  tm->tm_year + 1900, tm->tm_hour, tm->tm_min, tm->tm_sec,
      |                    ^~
date.c:177:40: error: invalid use of undefined type 'struct tm'
  177 |                  tm->tm_year + 1900, tm->tm_hour, tm->tm_min, tm->tm_sec,
      |                                        ^~
date.c:177:53: error: invalid use of undefined type 'struct tm'
  177 |                  tm->tm_year + 1900, tm->tm_hour, tm->tm_min, tm->tm_sec,
      |                                                     ^~
date.c:177:65: error: invalid use of undefined type 'struct tm'
  177 |                  tm->tm_year + 1900, tm->tm_hour, tm->tm_min, tm->tm_sec,
      |                                                                 ^~
*** [date.o] Error code 1

bmake: stopped in /home/pbulk/build/mail/cue/work/cue-snap-20180813
--- util.o ---
util.c: In function 'fname_completion':
util.c:194:17: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration]
  194 |                 strlcpy(dname, ".", sizeof(dname));
      |                 ^~~~~~~
      |                 strncpy
util.c:214:25: warning: implicit declaration of function 'strlcat'; did you mean 'strncat'? [-Wimplicit-function-declaration]
  214 |                         strlcat(fname, "/", ep - fname);
      |                         ^~~~~~~
      |                         strncat
1 error

bmake: stopped in /home/pbulk/build/mail/cue/work/cue-snap-20180813
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/mail/cue
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/mail/cue