+ 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 In file included from /usr/include/sys/types.h:25, from file.c:30: /usr/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ --- cue.o --- In file included from /usr/include/sys/types.h:25, from cue.c:30: /usr/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ cue.c: In function 'main': cue.c:132:4: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] 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:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ disp.c: In function 'disp_update': disp.c:232:5: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] 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 --- 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 --- curses.o --- In file included from /usr/include/sys/types.h:25, from curses.c:30: /usr/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-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:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ message.c: In function 'message_external': message.c:553:3: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] 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 --- 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 --- 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:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ --- search.o --- In file included from /usr/include/ctype.h:25, from search.c:30: /usr/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ search.c: In function 'isearch': search.c:129:4: warning: implicit declaration of function 'strlcat'; did you mean 'strncat'? [-Wimplicit-function-declaration] strlcat(status, "Failing ", ep - status); ^~~~~~~ strncat search.c:142:4: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] 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:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ folder.c: In function 'folder_alloc': folder.c:58:6: warning: implicit declaration of function 'asprintf'; did you mean 'vsprintf'? [-Wimplicit-function-declaration] if (asprintf(&fl->name.ptr, "+%s", path) < 0) ^~~~~~~~ vsprintf folder.c: In function 'folder_list': folder.c:102:4: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] strlcpy(p, dp->d_name, ep - p); ^~~~~~~ strncpy folder.c: In function 'open_statfile': folder.c:448:3: warning: implicit declaration of function 'strlcat'; did you mean 'strncat'? [-Wimplicit-function-declaration] strlcat(state->status, path, sizeof(state->status)); ^~~~~~~ strncat --- 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 In file included from /usr/include/sys/types.h:25, from refile.c:30: /usr/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ --- 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:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ --- refile.o --- refile.c: In function 'refile_parse': refile.c:59:5: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] strlcpy(state->status, "Quit", ^~~~~~~ strncpy refile.c: In function 'refile_folder': refile.c:175:4: warning: implicit declaration of function 'strlcat'; did you mean 'strncat'? [-Wimplicit-function-declaration] strlcat(state->status, i == 0 ? " (" : ",", ^~~~~~~ strncat --- exec.o --- exec.c: In function 'exec_del': exec.c:68:3: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] strlcpy(suf, SUF_INFO, len); ^~~~~~~ strncpy exec.c: In function 'exec_editor': exec.c:470:3: warning: implicit declaration of function 'strlcat'; did you mean 'strncat'? [-Wimplicit-function-declaration] 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 --- 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:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ --- reply.o --- In file included from /usr/include/sys/types.h:25, from reply.c:30: /usr/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ --- conf.o --- conf.c: In function 'conf_addpath': conf.c:303:9: warning: implicit declaration of function 'asprintf'; did you mean 'vsprintf'? [-Wimplicit-function-declaration] ret = asprintf(&path, "PATH=%s", add); ^~~~~~~~ vsprintf --- reply.o --- reply.c: In function 'exec_anno': reply.c:274:6: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] if (strlcpy(suf, SUF_INFO, len) >= len) ^~~~~~~ strncpy reply.c: In function 'compose': reply.c:370:2: warning: implicit declaration of function 'strlcat'; did you mean 'strncat'? [-Wimplicit-function-declaration] strlcat(path, SUF_INFO, sizeof(path)); ^~~~~~~ strncat --- 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 In file included from /usr/include/sys/types.h:25, from decode.c:30: /usr/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ decode.c: In function 'charset_completion': decode.c:1324:4: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] strlcpy(mname, cs, sizeof(mname)); ^~~~~~~ strncpy --- 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 In file included from /usr/include/sys/types.h:25, from medit.c:30: /usr/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ medit.c: In function 'medit_ctype': medit.c:138:4: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] strlcpy(ctype, mt->type, sizeof(ctype)); ^~~~~~~ strncpy --- date.o --- --- util.o --- --- 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 --- 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:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ --- date.o --- In file included from /usr/include/sys/types.h:25, from date.c:30: /usr/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ --- util.o --- util.c: In function 'fname_completion': util.c:194:3: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] strlcpy(dname, ".", sizeof(dname)); ^~~~~~~ strncpy util.c:214:4: warning: implicit declaration of function 'strlcat'; did you mean 'strncat'? [-Wimplicit-function-declaration] strlcat(fname, "/", ep - fname); ^~~~~~~ strncat --- date.o --- date.c: In function 'rfc822date': date.c:174:7: warning: implicit declaration of function 'localtime'; did you mean 'st_atime'? [-Wimplicit-function-declaration] tm = localtime(&t); ^~~~~~~~~ st_atime date.c:174:5: warning: assignment to 'struct tm *' from 'int' makes pointer from integer without a cast [-Wint-conversion] tm = localtime(&t); ^ date.c:176:11: error: dereferencing pointer to incomplete type 'struct tm' wday[tm->tm_wday], tm->tm_mday, month[tm->tm_mon].name, ^~ *** [date.o] Error code 1 bmake: stopped in /home/pbulk/build/mail/cue/work/cue-snap-20180813 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-el8-trunk-x86_64/mail/cue *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/mail/cue