+ 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 cc -g -DDIRENTLIB -DSYSV -D_BSD_SOURCE -DHAVE_BCOPY -DHAVE_GNU_LINUX -DHAVE_MKSTEMP -DHAVE_UNSETENV -DHAVE_VPRINTF -I/usr/pkg/include/ncurses -c test.c In file included from /usr/include/sys/types.h:25, from ccmdlib.h:32, from test.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 test.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 -o test test.o ccmd.a -ltermcap /usr/pkg/bin/bmake CC='cc' LIBS='../ccmd/ccmd.a -ltermcap' LINTFLAGS='-Dlint -DDEBUG -DMDEBUG -I../ccmd ' LINTSRCS='action.c address.c alias.c babyl.c browse.c cmds.c compat.c dates.c debug.c display.c doinit.c dt.c edit.c exit.c file.c formattab.c headers.c help.c init.c keywords.c mailrc.c mbox.c mh.c misc.c mm.c more.c move.c mtxt.c newmail.c novice.c parse.c parsemsg.c pop2.c pop3.c print.c rd.c read.c send.c sendcmds.c sendmail.c seq.c set.c signals.c support.c token.c usage.c whoami.c' MACHINE='' OPT='-pipe -O2 -I/usr/pkg/include/ncurses' USAGE='-DUSAGE' LIBS='../ccmd/ccmd.a -lcurses' CC='gcc -Wall -Wshadow -Wcast-qual -Wpointer-arith -Wwrite-strings -Wnested-externs' DEFINES='-DHAVE_GNU_LINUX -DHAVE_BCOPY -DHAVE_UNSETENV -DHAVE_VPRINTF -D_BSD_SOURCE' SFILE='s-gnulinux.h' patches all gcc -Wall -Wshadow -Wcast-qual -Wpointer-arith -Wwrite-strings -Wnested-externs -DDEBUG -I../ccmd -DUSAGE -DS_FILE=\"s-gnulinux.h\" -pipe -O2 -I/usr/pkg/include/ncurses -DHAVE_GNU_LINUX -DHAVE_BCOPY -DHAVE_UNSETENV -DHAVE_VPRINTF -D_BSD_SOURCE -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o prepatch prepatch.c ../ccmd/ccmd.a -lcurses In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from osfiles.h:41, from prepatch.c:34: /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" | ^~~~~~~ prepatch.c:23:20: warning: 'rcsid' defined but not used [-Wunused-variable] 23 | static const char *rcsid = "$Header: /usr/local/src/mm/mm-0.94/mm/RCS/prepatch.c,v 1.1 2005/05/28 22:27:52 beebe Exp $"; | ^~~~~ gcc -Wall -Wshadow -Wcast-qual -Wpointer-arith -Wwrite-strings -Wnested-externs -DDEBUG -I../ccmd -DUSAGE -DS_FILE=\"s-gnulinux.h\" -pipe -O2 -I/usr/pkg/include/ncurses -DHAVE_GNU_LINUX -DHAVE_BCOPY -DHAVE_UNSETENV -DHAVE_VPRINTF -D_BSD_SOURCE -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o argsort argsort.c ../ccmd/ccmd.a -lcurses In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from argsort.c:28: /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" | ^~~~~~~ argsort.c:24:20: warning: 'rcsid' defined but not used [-Wunused-variable] 24 | static const char *rcsid = "$Header: /usr/local/src/mm/mm-0.94/mm/RCS/argsort.c,v 1.2 2005/05/28 22:27:14 beebe Exp $"; | ^~~~~ ./prepatch `./argsort patch.*` touch patches gcc -Wall -Wshadow -Wcast-qual -Wpointer-arith -Wwrite-strings -Wnested-externs -DDEBUG -I../ccmd -DUSAGE -DS_FILE=\"s-gnulinux.h\" -pipe -O2 -I/usr/pkg/include/ncurses -DHAVE_GNU_LINUX -DHAVE_BCOPY -DHAVE_UNSETENV -DHAVE_VPRINTF -D_BSD_SOURCE -c action.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from mm.h:33, from action.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" | ^~~~~~~ action.c:26:20: warning: 'rcsid' defined but not used [-Wunused-variable] 26 | static const char *rcsid = "$Header: /usr/local/src/mm/mm-0.94/mm/RCS/action.c,v 1.2 2005/05/28 22:39:23 beebe Exp $"; | ^~~~~ gcc -Wall -Wshadow -Wcast-qual -Wpointer-arith -Wwrite-strings -Wnested-externs -DDEBUG -I../ccmd -DUSAGE -DS_FILE=\"s-gnulinux.h\" -pipe -O2 -I/usr/pkg/include/ncurses -DHAVE_GNU_LINUX -DHAVE_BCOPY -DHAVE_UNSETENV -DHAVE_VPRINTF -D_BSD_SOURCE -c address.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from mm.h:33, from address.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" | ^~~~~~~ address.c:149:53: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 149 | static fdb comment = { _CMTOK, TOK_WAK|CM_SDH, nil, (pdat) "(", | ^ address.c:161:56: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 161 | static fdb commentend = { _CMTOK, TOK_WAK|CM_SDH, nil, (pdat) ")", | ^ address.c:167:50: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 167 | static fdb mbox = { _CMTOK, TOK_WAK|CM_SDH, nil, (pdat) "<", "", | ^ address.c:173:53: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 173 | static fdb mboxend = { _CMTOK, TOK_WAK|CM_SDH, nil, (pdat) ">" , ">", nil, | ^ address.c:179:52: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 179 | static fdb ipaddr = { _CMTOK, TOK_WAK|CM_SDH, nil, (pdat) "[", nil, nil, nil, | ^ address.c:191:55: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 191 | static fdb ipaddrdot = { _CMTOK, TOK_WAK|CM_SDH, nil, (pdat)".", ".", nil, nil, | ^ address.c:197:55: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 197 | static fdb ipaddrend = { _CMTOK, TOK_WAK|CM_SDH, nil, (pdat) "]", nil, nil, | ^ address.c:203:44: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 203 | static fdb mail11 = { _CMTOK, CM_SDH, nil, (pdat) "::", nil, nil, nil, nil }; | ^ address.c:208:43: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 208 | static fdb group = { _CMTOK, CM_SDH, nil, (pdat) ":", | ^ address.c:214:46: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 214 | static fdb groupend = { _CMTOK, CM_SDH, nil, (pdat) ";", nil, nil, nil, nil }; | ^ address.c:219:51: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 219 | static fdb comma = { _CMTOK, TOK_WAK|CM_SDH, nil, (pdat) ",", | ^ address.c:226:52: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 226 | static fdb comma2 = { _CMTOK, TOK_WAK|CM_SDH, nil, (pdat) ",", | ^ address.c:232:51: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 232 | static fdb colon = { _CMTOK, TOK_WAK|CM_SDH, nil, (pdat) ":", | ^ address.c:263:41: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 263 | static fdb dot = { _CMTOK, CM_SDH, nil, (pdat) ".", | ^ address.c:269:53: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 269 | static fdb asterix = { _CMTOK, CM_SDH|TOK_WAK, nil, (pdat) "*", | ^ address.c:275:54: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 275 | static fdb indirect = { _CMTOK, CM_SDH|TOK_WAK, nil, (pdat) "@", | ^ address.c:283:51: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 283 | static fdb mlist = { _CMTOK, CM_SDH|TOK_WAK, nil, (pdat) "@@", | ^ address.c:302:48: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 302 | static fdb at = { _CMTOK, CM_SDH|TOK_WAK, nil, (pdat) "@", | ^ address.c:26:20: warning: 'rcsid' defined but not used [-Wunused-variable] 26 | static const char *rcsid = "$Header: /usr/local/src/mm/mm-0.94/mm/RCS/address.c,v 1.2 2005/05/28 22:27:14 beebe Exp $"; | ^~~~~ gcc -Wall -Wshadow -Wcast-qual -Wpointer-arith -Wwrite-strings -Wnested-externs -DDEBUG -I../ccmd -DUSAGE -DS_FILE=\"s-gnulinux.h\" -pipe -O2 -I/usr/pkg/include/ncurses -DHAVE_GNU_LINUX -DHAVE_BCOPY -DHAVE_UNSETENV -DHAVE_VPRINTF -D_BSD_SOURCE -c alias.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from mm.h:33, from alias.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" | ^~~~~~~ alias.c: In function 'free_alias': alias.c:115:18: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 115 | free((void *)ma->name); | ^ At top level: alias.c:26:20: warning: 'rcsid' defined but not used [-Wunused-variable] 26 | static const char *rcsid = "$Header: /usr/local/src/mm/mm-0.94/mm/RCS/alias.c,v 1.2 2005/05/28 22:39:23 beebe Exp $"; | ^~~~~ gcc -Wall -Wshadow -Wcast-qual -Wpointer-arith -Wwrite-strings -Wnested-externs -DDEBUG -I../ccmd -DUSAGE -DS_FILE=\"s-gnulinux.h\" -pipe -O2 -I/usr/pkg/include/ncurses -DHAVE_GNU_LINUX -DHAVE_BCOPY -DHAVE_UNSETENV -DHAVE_VPRINTF -D_BSD_SOURCE -c babyl.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from mm.h:33, from babyl.c:33: /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" | ^~~~~~~ babyl.c:24:20: warning: 'rcsid' defined but not used [-Wunused-variable] 24 | static const char *rcsid = "$Header: /usr/local/src/mm/mm-0.94/mm/RCS/babyl.c,v 1.2 2005/05/28 22:27:14 beebe Exp $"; | ^~~~~ babyl.c: In function 'babyl_wrmsg': babyl.c:425:16: warning: 'sl_end' may be used uninitialized in this function [-Wmaybe-uninitialized] 425 | text = sl_end+1; | ~~~~~^~~~~~~~~~ gcc -Wall -Wshadow -Wcast-qual -Wpointer-arith -Wwrite-strings -Wnested-externs -DDEBUG -I../ccmd -DUSAGE -DS_FILE=\"s-gnulinux.h\" -pipe -O2 -I/usr/pkg/include/ncurses -DHAVE_GNU_LINUX -DHAVE_BCOPY -DHAVE_UNSETENV -DHAVE_VPRINTF -D_BSD_SOURCE -c browse.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from mm.h:33, from browse.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" | ^~~~~~~ browse.c:26:20: warning: 'rcsid' defined but not used [-Wunused-variable] 26 | static const char *rcsid = "$Header: /usr/local/src/mm/mm-0.94/mm/RCS/browse.c,v 1.1 2005/05/28 22:27:50 beebe Exp $"; | ^~~~~ gcc -Wall -Wshadow -Wcast-qual -Wpointer-arith -Wwrite-strings -Wnested-externs -DDEBUG -I../ccmd -DUSAGE -DS_FILE=\"s-gnulinux.h\" -pipe -O2 -I/usr/pkg/include/ncurses -DHAVE_GNU_LINUX -DHAVE_BCOPY -DHAVE_UNSETENV -DHAVE_VPRINTF -D_BSD_SOURCE -c cmds.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from mm.h:33, from cmds.c:34: /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" | ^~~~~~~ cmds.c:661:5: warning: initialization of 'void (*)(int)' from incompatible pointer type 'int (*)(int)' [-Wincompatible-pointer-types] 661 | cmd_download, /* 21 CMD_DOWNOAD */ | ^~~~~~~~~~~~ cmds.c:661:5: note: (near initialization for 'mm_cmds[21]') gcc -Wall -Wshadow -Wcast-qual -Wpointer-arith -Wwrite-strings -Wnested-externs -DDEBUG -I../ccmd -DUSAGE -DS_FILE=\"s-gnulinux.h\" -pipe -O2 -I/usr/pkg/include/ncurses -DHAVE_GNU_LINUX -DHAVE_BCOPY -DHAVE_UNSETENV -DHAVE_VPRINTF -D_BSD_SOURCE -c compat.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from osfiles.h:41, from compat.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" | ^~~~~~~ compat.c:25:20: warning: 'rcsid' defined but not used [-Wunused-variable] 25 | static const char *rcsid = "$Header: /usr/local/src/mm/mm-0.94/mm/RCS/compat.c,v 1.2 2005/05/28 22:39:23 beebe Exp $"; | ^~~~~ gcc -Wall -Wshadow -Wcast-qual -Wpointer-arith -Wwrite-strings -Wnested-externs -DDEBUG -I../ccmd -DUSAGE -DS_FILE=\"s-gnulinux.h\" -pipe -O2 -I/usr/pkg/include/ncurses -DHAVE_GNU_LINUX -DHAVE_BCOPY -DHAVE_UNSETENV -DHAVE_VPRINTF -D_BSD_SOURCE -c dates.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from mm.h:33, from dates.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" | ^~~~~~~ dates.c:50:14: error: 'timezone' redeclared as different kind of symbol 50 | extern char *timezone ARGS((int zone, int dst)); | ^~~~~~~~ In file included from osfiles.h:81, from mm.h:35, from dates.c:31: /usr/include/time.h:233:17: note: previous declaration of 'timezone' with type 'long int' 233 | extern long int timezone; | ^~~~~~~~ dates.c: In function 'rfctime': dates.c:269:5: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 269 | ftime (&tb); | ^~~~~ In file included from dates.c:33: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ At top level: dates.c:24:20: warning: 'rcsid' defined but not used [-Wunused-variable] 24 | static const char *rcsid = "$Header: /usr/local/src/mm/mm-0.94/mm/RCS/dates.c,v 1.6 2005/05/31 18:35:34 beebe Exp beebe $"; | ^~~~~ *** Error code 1 Stop. bmake[1]: stopped making "patches all" in /home/pbulk/build/mail/mm/work/mm/mm *** Error code 1 Stop. bmake: stopped making "linux" in /home/pbulk/build/mail/mm/work/mm/mm *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/mail/mm *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/mail/mm