+ 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/mm-0.96.0.14/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/mm-0.96.0.14/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for mm-0.96.0.14 /usr/pkg/bin/bmake LIBTERM=-ltermcap OS='-DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF' all m4 cmfnc.h4 | awk -f split.awk cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c ccmd.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from ccmd.c:17: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c ccmdio.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from ccmdio.c:36: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c ccmdmd.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from ccmdmd.c:16: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ ccmdmd.c: In function 'intson': ccmdmd.c:963:3: warning: 'sigblock' is deprecated (declared at /usr/include/signal.h:197) [-Wdeprecated-declarations] oldmask = sigblock(mask(SIGINT) | mask(SIGTSTP)); /* hold these */ ^ ccmdmd.c:965:3: warning: passing argument 2 of 'signal' from incompatible pointer type [enabled by default] oldhand = signal(SIGINT,(Sigval)sighand); /* install our handler, get prior */ ^ In file included from /usr/include/sys/param.h:28:0, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:102:23: note: expected '__sighandler_t' but argument is of type 'int (*)(int)' extern __sighandler_t signal (int __sig, __sighandler_t __handler) ^ ccmdmd.c:965:11: warning: assignment from incompatible pointer type [enabled by default] oldhand = signal(SIGINT,(Sigval)sighand); /* install our handler, get prior */ ^ ccmdmd.c:967:5: warning: passing argument 2 of 'signal' from incompatible pointer type [enabled by default] signal(SIGINT,oldhand); /* yup, leave it there */ ^ In file included from /usr/include/sys/param.h:28:0, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:102:23: note: expected '__sighandler_t' but argument is of type 'Sigval' extern __sighandler_t signal (int __sig, __sighandler_t __handler) ^ ccmdmd.c:969:3: warning: passing argument 2 of 'signal' from incompatible pointer type [enabled by default] oldhand = signal(SIGTSTP,(Sigval)sighand); /* install ours for TSTP too */ ^ In file included from /usr/include/sys/param.h:28:0, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:102:23: note: expected '__sighandler_t' but argument is of type 'int (*)(int)' extern __sighandler_t signal (int __sig, __sighandler_t __handler) ^ ccmdmd.c:969:11: warning: assignment from incompatible pointer type [enabled by default] oldhand = signal(SIGTSTP,(Sigval)sighand); /* install ours for TSTP too */ ^ ccmdmd.c:971:5: warning: passing argument 2 of 'signal' from incompatible pointer type [enabled by default] signal(SIGTSTP,oldhand); /* but leave theirs intact */ ^ In file included from /usr/include/sys/param.h:28:0, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:102:23: note: expected '__sighandler_t' but argument is of type 'Sigval' extern __sighandler_t signal (int __sig, __sighandler_t __handler) ^ ccmdmd.c:972:3: warning: 'sigsetmask' is deprecated (declared at /usr/include/signal.h:200) [-Wdeprecated-declarations] sigsetmask(oldmask); /* now unblock the signals */ ^ ccmdmd.c:975:3: warning: passing argument 2 of 'signal' from incompatible pointer type [enabled by default] oldhand = signal(SIGWINCH,(Sigval)sighand); /* install ours for TSTP too */ ^ In file included from /usr/include/sys/param.h:28:0, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:102:23: note: expected '__sighandler_t' but argument is of type 'int (*)(int)' extern __sighandler_t signal (int __sig, __sighandler_t __handler) ^ ccmdmd.c:975:11: warning: assignment from incompatible pointer type [enabled by default] oldhand = signal(SIGWINCH,(Sigval)sighand); /* install ours for TSTP too */ ^ ccmdmd.c:977:5: warning: passing argument 2 of 'signal' from incompatible pointer type [enabled by default] signal(SIGWINCH,oldhand); /* but leave theirs intact */ ^ In file included from /usr/include/sys/param.h:28:0, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:102:23: note: expected '__sighandler_t' but argument is of type 'Sigval' extern __sighandler_t signal (int __sig, __sighandler_t __handler) ^ ccmdmd.c:978:3: warning: 'sigsetmask' is deprecated (declared at /usr/include/signal.h:200) [-Wdeprecated-declarations] sigsetmask(oldmask); /* now unblock the signals */ ^ ccmdmd.c: In function 'intsoff': ccmdmd.c:994:3: warning: 'sigblock' is deprecated (declared at /usr/include/signal.h:197) [-Wdeprecated-declarations] oldmask = sigblock(mask(SIGINT) | mask(SIGTSTP)); /* block our sigs */ ^ ccmdmd.c:996:3: warning: passing argument 2 of 'signal' from incompatible pointer type [enabled by default] oldhand = signal(SIGINT,(Sigval)SIG_DFL); /* remove INT handler */ ^ In file included from /usr/include/sys/param.h:28:0, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:102:23: note: expected '__sighandler_t' but argument is of type 'int (*)(int)' extern __sighandler_t signal (int __sig, __sighandler_t __handler) ^ ccmdmd.c:996:11: warning: assignment from incompatible pointer type [enabled by default] oldhand = signal(SIGINT,(Sigval)SIG_DFL); /* remove INT handler */ ^ ccmdmd.c:998:5: warning: passing argument 2 of 'signal' from incompatible pointer type [enabled by default] signal(SIGINT,oldhand); /* replace if not ours */ ^ In file included from /usr/include/sys/param.h:28:0, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:102:23: note: expected '__sighandler_t' but argument is of type 'Sigval' extern __sighandler_t signal (int __sig, __sighandler_t __handler) ^ ccmdmd.c:1000:3: warning: passing argument 2 of 'signal' from incompatible pointer type [enabled by default] oldhand = signal(SIGTSTP,(Sigval)SIG_DFL); /* remove TSTP handler */ ^ In file included from /usr/include/sys/param.h:28:0, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:102:23: note: expected '__sighandler_t' but argument is of type 'int (*)(int)' extern __sighandler_t signal (int __sig, __sighandler_t __handler) ^ ccmdmd.c:1000:11: warning: assignment from incompatible pointer type [enabled by default] oldhand = signal(SIGTSTP,(Sigval)SIG_DFL); /* remove TSTP handler */ ^ ccmdmd.c:1002:5: warning: passing argument 2 of 'signal' from incompatible pointer type [enabled by default] signal(SIGTSTP,oldhand); /* replace if not ours */ ^ In file included from /usr/include/sys/param.h:28:0, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:102:23: note: expected '__sighandler_t' but argument is of type 'Sigval' extern __sighandler_t signal (int __sig, __sighandler_t __handler) ^ ccmdmd.c:1003:3: warning: 'sigsetmask' is deprecated (declared at /usr/include/signal.h:200) [-Wdeprecated-declarations] sigsetmask(oldmask); /* replace old signal mask */ ^ ccmdmd.c:1006:3: warning: passing argument 2 of 'signal' from incompatible pointer type [enabled by default] oldhand = signal(SIGWINCH,(Sigval)SIG_DFL); /* remove TSTP handler */ ^ In file included from /usr/include/sys/param.h:28:0, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:102:23: note: expected '__sighandler_t' but argument is of type 'int (*)(int)' extern __sighandler_t signal (int __sig, __sighandler_t __handler) ^ ccmdmd.c:1006:11: warning: assignment from incompatible pointer type [enabled by default] oldhand = signal(SIGWINCH,(Sigval)SIG_DFL); /* remove TSTP handler */ ^ ccmdmd.c:1008:5: warning: passing argument 2 of 'signal' from incompatible pointer type [enabled by default] signal(SIGWINCH,oldhand); /* replace if not ours */ ^ In file included from /usr/include/sys/param.h:28:0, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:102:23: note: expected '__sighandler_t' but argument is of type 'Sigval' extern __sighandler_t signal (int __sig, __sighandler_t __handler) ^ ccmdmd.c:1009:3: warning: 'sigsetmask' is deprecated (declared at /usr/include/signal.h:200) [-Wdeprecated-declarations] sigsetmask(oldmask); /* replace old signal mask */ ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c ccmdst.c In file included from /usr/include/stdio.h:27:0, from ccmd.h:39, from ccmdst.c:35: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c ccmdut.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from ccmdut.c:16: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c cmcfm.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from cmcfm.c:36: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c cmchar.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from cmchar.c:36: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c cmfil.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from cmfil.c:30: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c cmfld.c In file included from /usr/include/stdio.h:27:0, from ccmd.h:39, from cmfld.c:43: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c cmgrp.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from cmgrp.c:32: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c cmkey.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from cmkey.c:39: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c cmmisc.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from cmmisc.c:31: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c cmnoi.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from cmnoi.c:66: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c cmnum.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from cmnum.c:47: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cmnum.c: In function 'numprs': cmnum.c:103:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] radix = (int) fdbp->_cmdat; /* get the radix */ ^ cmnum.c: In function 'numcplt': cmnum.c:180:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] radix = (int) fdbp->_cmdat; /* get radix and flags */ ^ cmnum.c: In function 'numhlp': cmnum.c:215:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] radix = (int) fdbp->_cmdat; /* get flags and radix */ ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c cmpara.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from cmpara.c:60: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c cmqst.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from cmqst.c:65: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c cmswi.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from cmswi.c:66: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c cmtad.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from cmtad.c:45: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c cmtok.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from cmtok.c:40: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c cmtxt.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from cmtxt.c:46: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c cmusr.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from cmusr.c:29: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c cmver.c In file included from /usr/include/stdio.h:27:0, from cmver.c:26: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c cursor.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from cursor.c:30: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c datime.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from datime.c:25: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c dir.c cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c filelist.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from filelist.c:22: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c getenv.c In file included from /usr/include/stdio.h:27:0, from getenv.c:29: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c incversion.c In file included from /usr/include/stdio.h:27:0, from incversion.c:26: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c setenv.c cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c sigblock.c In file included from /usr/include/sys/types.h:25:0, from sigblock.c:38: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c stdact.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from stdact.c:23: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c wild.c In file included from /usr/include/stdlib.h:24:0, from wild.c:41: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ ar cru ccmd.a ccmd.o ccmdio.o ccmdmd.o ccmdst.o ccmdut.o cmcfm.o cmchar.o cmfil.o cmfld.o cmgrp.o cmkey.o cmmisc.o cmnoi.o cmnum.o cmpara.o cmqst.o cmswi.o cmtad.o cmtok.o cmtxt.o cmusr.o cmver.o cursor.o datime.o dir.o filelist.o getenv.o incversion.o setenv.o sigblock.o stdact.o wild.o ccmd.c cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c skel.c In file included from /usr/include/sys/types.h:25:0, from ccmdlib.h:32, from skel.c:27: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -o skel skel.o ccmd.a -ltermcap /bin/ld: cannot find -ltermcap collect2: error: ld returned 1 exit status *** Error code 1 Stop. bmake[1]: stopped in /home/pbulk/build/mail/mm/work/mm/ccmd *** Error code 1 Stop. bmake: stopped in /home/pbulk/build/mail/mm/work/mm/ccmd *** Error code 1 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/mail/mm *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/mail/mm