+ 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, from ccmdlib.h:32, from ccmd.c:17: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from ccmd.c:17: /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) | ^~~~~~~ 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, from ccmdlib.h:32, from ccmdio.c:36: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from ccmdio.c:36: /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) | ^~~~~~~ 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, from ccmdlib.h:32, from ccmdmd.c:16: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from ccmdmd.c:16: /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) | ^~~~~~~ ccmdmd.c: In function 'intson': ccmdmd.c:963:3: warning: 'sigblock' is deprecated [-Wdeprecated-declarations] 963 | oldmask = sigblock(mask(SIGINT) | mask(SIGTSTP)); /* hold these */ | ^~~~~~~ In file included from /usr/include/sys/param.h:28, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:173:12: note: declared here 173 | extern int sigblock (int __mask) __THROW __attribute_deprecated__; | ^~~~~~~~ ccmdmd.c:965:27: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 965 | oldhand = signal(SIGINT,(Sigval)sighand); /* install our handler, get prior */ | ^~~~~~~~~~~~~~~ | | | int (*)(int) In file included from /usr/include/sys/param.h:28, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'int (*)(int)' 88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler) | ~~~~~~~~~~~~~~~^~~~~~~~~ ccmdmd.c:965:11: warning: assignment to 'Sigval' {aka 'int (*)(int)'} from incompatible pointer type '__sighandler_t' {aka 'void (*)(int)'} [-Wincompatible-pointer-types] 965 | oldhand = signal(SIGINT,(Sigval)sighand); /* install our handler, get prior */ | ^ ccmdmd.c:967:19: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 967 | signal(SIGINT,oldhand); /* yup, leave it there */ | ^~~~~~~ | | | Sigval {aka int (*)(int)} In file included from /usr/include/sys/param.h:28, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'Sigval' {aka 'int (*)(int)'} 88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler) | ~~~~~~~~~~~~~~~^~~~~~~~~ ccmdmd.c:969:28: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 969 | oldhand = signal(SIGTSTP,(Sigval)sighand); /* install ours for TSTP too */ | ^~~~~~~~~~~~~~~ | | | int (*)(int) In file included from /usr/include/sys/param.h:28, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'int (*)(int)' 88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler) | ~~~~~~~~~~~~~~~^~~~~~~~~ ccmdmd.c:969:11: warning: assignment to 'Sigval' {aka 'int (*)(int)'} from incompatible pointer type '__sighandler_t' {aka 'void (*)(int)'} [-Wincompatible-pointer-types] 969 | oldhand = signal(SIGTSTP,(Sigval)sighand); /* install ours for TSTP too */ | ^ ccmdmd.c:971:20: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 971 | signal(SIGTSTP,oldhand); /* but leave theirs intact */ | ^~~~~~~ | | | Sigval {aka int (*)(int)} In file included from /usr/include/sys/param.h:28, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'Sigval' {aka 'int (*)(int)'} 88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler) | ~~~~~~~~~~~~~~~^~~~~~~~~ ccmdmd.c:972:3: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations] 972 | sigsetmask(oldmask); /* now unblock the signals */ | ^~~~~~~~~~ In file included from /usr/include/sys/param.h:28, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:176:12: note: declared here 176 | extern int sigsetmask (int __mask) __THROW __attribute_deprecated__; | ^~~~~~~~~~ ccmdmd.c:975:29: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 975 | oldhand = signal(SIGWINCH,(Sigval)sighand); /* install ours for TSTP too */ | ^~~~~~~~~~~~~~~ | | | int (*)(int) In file included from /usr/include/sys/param.h:28, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'int (*)(int)' 88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler) | ~~~~~~~~~~~~~~~^~~~~~~~~ ccmdmd.c:975:11: warning: assignment to 'Sigval' {aka 'int (*)(int)'} from incompatible pointer type '__sighandler_t' {aka 'void (*)(int)'} [-Wincompatible-pointer-types] 975 | oldhand = signal(SIGWINCH,(Sigval)sighand); /* install ours for TSTP too */ | ^ ccmdmd.c:977:21: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 977 | signal(SIGWINCH,oldhand); /* but leave theirs intact */ | ^~~~~~~ | | | Sigval {aka int (*)(int)} In file included from /usr/include/sys/param.h:28, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'Sigval' {aka 'int (*)(int)'} 88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler) | ~~~~~~~~~~~~~~~^~~~~~~~~ ccmdmd.c:978:3: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations] 978 | sigsetmask(oldmask); /* now unblock the signals */ | ^~~~~~~~~~ In file included from /usr/include/sys/param.h:28, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:176:12: note: declared here 176 | extern int sigsetmask (int __mask) __THROW __attribute_deprecated__; | ^~~~~~~~~~ ccmdmd.c: In function 'intsoff': ccmdmd.c:994:3: warning: 'sigblock' is deprecated [-Wdeprecated-declarations] 994 | oldmask = sigblock(mask(SIGINT) | mask(SIGTSTP)); /* block our sigs */ | ^~~~~~~ In file included from /usr/include/sys/param.h:28, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:173:12: note: declared here 173 | extern int sigblock (int __mask) __THROW __attribute_deprecated__; | ^~~~~~~~ ccmdmd.c:996:27: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 996 | oldhand = signal(SIGINT,(Sigval)SIG_DFL); /* remove INT handler */ | ^ | | | int (*)(int) In file included from /usr/include/sys/param.h:28, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'int (*)(int)' 88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler) | ~~~~~~~~~~~~~~~^~~~~~~~~ ccmdmd.c:996:11: warning: assignment to 'Sigval' {aka 'int (*)(int)'} from incompatible pointer type '__sighandler_t' {aka 'void (*)(int)'} [-Wincompatible-pointer-types] 996 | oldhand = signal(SIGINT,(Sigval)SIG_DFL); /* remove INT handler */ | ^ ccmdmd.c:998:19: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 998 | signal(SIGINT,oldhand); /* replace if not ours */ | ^~~~~~~ | | | Sigval {aka int (*)(int)} In file included from /usr/include/sys/param.h:28, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'Sigval' {aka 'int (*)(int)'} 88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler) | ~~~~~~~~~~~~~~~^~~~~~~~~ ccmdmd.c:1000:28: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 1000 | oldhand = signal(SIGTSTP,(Sigval)SIG_DFL); /* remove TSTP handler */ | ^ | | | int (*)(int) In file included from /usr/include/sys/param.h:28, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'int (*)(int)' 88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler) | ~~~~~~~~~~~~~~~^~~~~~~~~ ccmdmd.c:1000:11: warning: assignment to 'Sigval' {aka 'int (*)(int)'} from incompatible pointer type '__sighandler_t' {aka 'void (*)(int)'} [-Wincompatible-pointer-types] 1000 | oldhand = signal(SIGTSTP,(Sigval)SIG_DFL); /* remove TSTP handler */ | ^ ccmdmd.c:1002:20: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 1002 | signal(SIGTSTP,oldhand); /* replace if not ours */ | ^~~~~~~ | | | Sigval {aka int (*)(int)} In file included from /usr/include/sys/param.h:28, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'Sigval' {aka 'int (*)(int)'} 88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler) | ~~~~~~~~~~~~~~~^~~~~~~~~ ccmdmd.c:1003:3: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations] 1003 | sigsetmask(oldmask); /* replace old signal mask */ | ^~~~~~~~~~ In file included from /usr/include/sys/param.h:28, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:176:12: note: declared here 176 | extern int sigsetmask (int __mask) __THROW __attribute_deprecated__; | ^~~~~~~~~~ ccmdmd.c:1006:29: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 1006 | oldhand = signal(SIGWINCH,(Sigval)SIG_DFL); /* remove TSTP handler */ | ^ | | | int (*)(int) In file included from /usr/include/sys/param.h:28, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'int (*)(int)' 88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler) | ~~~~~~~~~~~~~~~^~~~~~~~~ ccmdmd.c:1006:11: warning: assignment to 'Sigval' {aka 'int (*)(int)'} from incompatible pointer type '__sighandler_t' {aka 'void (*)(int)'} [-Wincompatible-pointer-types] 1006 | oldhand = signal(SIGWINCH,(Sigval)SIG_DFL); /* remove TSTP handler */ | ^ ccmdmd.c:1008:21: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 1008 | signal(SIGWINCH,oldhand); /* replace if not ours */ | ^~~~~~~ | | | Sigval {aka int (*)(int)} In file included from /usr/include/sys/param.h:28, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'Sigval' {aka 'int (*)(int)'} 88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler) | ~~~~~~~~~~~~~~~^~~~~~~~~ ccmdmd.c:1009:3: warning: 'sigsetmask' is deprecated [-Wdeprecated-declarations] 1009 | sigsetmask(oldmask); /* replace old signal mask */ | ^~~~~~~~~~ In file included from /usr/include/sys/param.h:28, from ccmdlib.h:33, from ccmdmd.c:16: /usr/include/signal.h:176:12: note: declared here 176 | extern int sigsetmask (int __mask) __THROW __attribute_deprecated__; | ^~~~~~~~~~ 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/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from ccmd.h:39, from ccmdst.c:35: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from ccmd.h:39, from ccmdst.c:35: /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) | ^~~~~~~ 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, from ccmdlib.h:32, from ccmdut.c:16: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from ccmdut.c:16: /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) | ^~~~~~~ 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, from ccmdlib.h:32, from cmcfm.c:36: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from cmcfm.c:36: /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) | ^~~~~~~ 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, from ccmdlib.h:32, from cmchar.c:36: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from cmchar.c:36: /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) | ^~~~~~~ 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, from ccmdlib.h:32, from cmfil.c:30: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from cmfil.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) | ^~~~~~~ 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/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from ccmd.h:39, from cmfld.c:43: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from ccmd.h:39, from cmfld.c:43: /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) | ^~~~~~~ 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, from ccmdlib.h:32, from cmgrp.c:32: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from cmgrp.c:32: /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) | ^~~~~~~ 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, from ccmdlib.h:32, from cmkey.c:39: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from cmkey.c:39: /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) | ^~~~~~~ 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, from ccmdlib.h:32, from cmmisc.c:31: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from cmmisc.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) | ^~~~~~~ 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, from ccmdlib.h:32, from cmnoi.c:66: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from cmnoi.c:66: /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) | ^~~~~~~ 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, from ccmdlib.h:32, from cmnum.c:47: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from cmnum.c:47: /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) | ^~~~~~~ cmnum.c: In function 'numprs': cmnum.c:103:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 103 | 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] 180 | 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] 215 | 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, from ccmdlib.h:32, from cmpara.c:60: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from cmpara.c:60: /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) | ^~~~~~~ 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, from ccmdlib.h:32, from cmqst.c:65: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from cmqst.c:65: /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) | ^~~~~~~ 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, from ccmdlib.h:32, from cmswi.c:66: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from cmswi.c:66: /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) | ^~~~~~~ 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, from ccmdlib.h:32, from cmtad.c:45: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from cmtad.c:45: /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) | ^~~~~~~ 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, from ccmdlib.h:32, from cmtok.c:40: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from cmtok.c:40: /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) | ^~~~~~~ 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, from ccmdlib.h:32, from cmtxt.c:46: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from cmtxt.c:46: /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) | ^~~~~~~ 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, from ccmdlib.h:32, from cmusr.c:29: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from cmusr.c:29: /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) | ^~~~~~~ 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/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from cmver.c:26: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from cmver.c:26: /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) | ^~~~~~~ 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, from ccmdlib.h:32, from cursor.c:30: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from cursor.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) | ^~~~~~~ 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, from ccmdlib.h:32, from datime.c:25: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from datime.c:25: /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) | ^~~~~~~ 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, from ccmdlib.h:32, from filelist.c:22: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from filelist.c:22: /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) | ^~~~~~~ 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/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from getenv.c:29: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from getenv.c:29: /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) | ^~~~~~~ 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/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from incversion.c:26: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from incversion.c:26: /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) | ^~~~~~~ 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, from sigblock.c:38: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from sigblock.c:38: /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) | ^~~~~~~ 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, from ccmdlib.h:32, from stdact.c:23: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from stdact.c:23: /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) | ^~~~~~~ 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/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from wild.c:41: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from wild.c:41: /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) | ^~~~~~~ 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, from ccmdlib.h:32, from skel.c:27: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from skel.c:27: /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) | ^~~~~~~ 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-el9-trunk-x86_64/mail/mm *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/mail/mm