=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for elvis-2.2.0nb11 --- main.o --- --- osblock.o --- --- osdir.o --- --- osprg.o --- --- ostext.o --- --- osnet.o --- --- optglob.o --- --- options.o --- --- main.o --- clang -DUSE_SGTTY -Iosunix -c main.c --- osblock.o --- clang -DUSE_SGTTY -I. -Iosunix -c osunix/osblock.c --- osdir.o --- clang -DUSE_SGTTY -I. -Iosunix -c osunix/osdir.c --- osprg.o --- clang -DUSE_SGTTY -I. -Iosunix -c osunix/osprg.c --- ostext.o --- clang -DUSE_SGTTY -I. -Iosunix -c osunix/ostext.c --- osnet.o --- clang -DUSE_SGTTY -I. -Iosunix -c osunix/osnet.c --- optglob.o --- clang -DUSE_SGTTY -Iosunix -c optglob.c --- options.o --- clang -DUSE_SGTTY -Iosunix -c options.c --- ostext.o --- osunix/ostext.c:49:22: warning: use of logical '||' with constant operand [-Wconstant-logical-operand] if (errno == EPERM || EACCES) ^ ~~~~~~ osunix/ostext.c:49:22: note: use '|' for a bitwise operation if (errno == EPERM || EACCES) ^~ | 1 warning generated. --- safe.o --- --- session.o --- --- safe.o --- clang -DUSE_SGTTY -Iosunix -c safe.c --- session.o --- clang -DUSE_SGTTY -Iosunix -c session.c --- buffer.o --- clang -DUSE_SGTTY -Iosunix -c buffer.c --- calc.o --- --- color.o --- clang -DUSE_SGTTY -Iosunix -c color.c --- calc.o --- clang -DUSE_SGTTY -Iosunix -c calc.c --- descr.o --- clang -DUSE_SGTTY -Iosunix -c descr.c --- digraph.o --- clang -DUSE_SGTTY -Iosunix -c digraph.c --- display.o --- clang -DUSE_SGTTY -Iosunix -c display.c --- gui.o --- clang -DUSE_SGTTY -Iosunix -c gui.c --- lowbuf.o --- clang -DUSE_SGTTY -Iosunix -c lowbuf.c --- mark.o --- --- color.o --- color.c:289:13: warning: expression which evaluates to zero treated as a null pointer constant of type 'CHAR *' (aka 'unsigned char *') [-Wnon-literal-null-conversion] *likeref = '\0'; ^~~~ --- mark.o --- clang -DUSE_SGTTY -Iosunix -c mark.c --- misc.o --- --- io.o --- --- misc.o --- clang -DUSE_SGTTY -Iosunix -c misc.c --- io.o --- clang -DUSE_SGTTY -Iosunix -c io.c --- dmhex.o --- clang -DUSE_SGTTY -Iosunix -c dmhex.c --- dmmarkup.o --- --- color.o --- 1 warning generated. --- dmnormal.o --- --- dmmarkup.o --- clang -DUSE_SGTTY -Iosunix -c dmmarkup.c --- dmnormal.o --- clang -DUSE_SGTTY -Iosunix -c dmnormal.c --- dmsyntax.o --- --- scan.o --- --- dmsyntax.o --- clang -DUSE_SGTTY -Iosunix -c dmsyntax.c --- scan.o --- clang -DUSE_SGTTY -Iosunix -c scan.c --- tcaphelp.o --- --- autocmd.o --- --- tcaphelp.o --- clang -DUSE_SGTTY -I. -Iosunix -c osunix/tcaphelp.c --- autocmd.o --- clang -DUSE_SGTTY -Iosunix -c autocmd.c --- cut.o --- --- draw.o --- --- event.o --- --- draw.o --- clang -DUSE_SGTTY -Iosunix -c draw.c --- cut.o --- clang -DUSE_SGTTY -Iosunix -c cut.c --- event.o --- clang -DUSE_SGTTY -Iosunix -c event.c --- tcaphelp.o --- In file included from osunix/tcaphelp.c:55: osunix/tcapbsd.h:121:9: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] static tty; /* 'y' if reading from tty, or 'n' if not a tty */ ~~~~~~ ^ --- ex.o --- clang -DUSE_SGTTY -Iosunix -c ex.c --- tcaphelp.o --- 1 warning generated. --- exaction.o --- --- exconfig.o --- --- exedit.o --- --- exconfig.o --- clang -DUSE_SGTTY -Iosunix -c exconfig.c --- exaction.o --- clang -DUSE_SGTTY -Iosunix -c exaction.c --- exedit.o --- clang -DUSE_SGTTY -Iosunix -c exedit.c --- exmake.o --- clang -DUSE_SGTTY -Iosunix -c exmake.c --- exsubst.o --- clang -DUSE_SGTTY -Iosunix -c exsubst.c --- ex.o --- ex.c:1606:5: warning: implicit conversion from enumeration type 'ELVFNR' to different enumeration type 'CALCRULE' [-Wenum-conversion] (ELVFNR)(((rules & ELVFNR_DOLLAR) ? CALC_DOLLAR : 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./elvis.h:95:30: note: expanded from macro 'tochar8' #define tochar8(s) ((char *)(s)) ^ --- fold.o --- clang -DUSE_SGTTY -Iosunix -c fold.c --- ftp.o --- clang -DUSE_SGTTY -Iosunix -c ftp.c --- exconfig.o --- exconfig.c:2064:11: warning: 'sizeof (oldval)' will return the size of the pointer, not the array itself [-Wsizeof-pointer-div] oldval[QTY(oldval) - 100] = '\0'; ^~~~~~~~~~~ ./elvis.h:24:40: note: expanded from macro 'QTY' #define QTY(array) (int)(sizeof(array) / sizeof((array)[0])) ~~~~~~~~~~~~~ ^ exconfig.c:2024:8: note: pointer 'oldval' declared here CHAR *oldval = NULL; ^ --- http.o --- --- exconfig.o --- 1 warning generated. --- ex.o --- 1 warning generated. --- http.o --- clang -DUSE_SGTTY -Iosunix -c http.c --- input.o --- --- lp.o --- --- input.o --- clang -DUSE_SGTTY -Iosunix -c input.c --- map.o --- --- lp.o --- clang -DUSE_SGTTY -Iosunix -c lp.c --- map.o --- clang -DUSE_SGTTY -Iosunix -c map.c --- message.o --- clang -DUSE_SGTTY -Iosunix -c message.c --- move.o --- --- more.o --- --- move.o --- clang -DUSE_SGTTY -Iosunix -c move.c --- more.o --- clang -DUSE_SGTTY -Iosunix -c more.c --- need.o --- clang -DUSE_SGTTY -Iosunix -c need.c --- operator.o --- clang -DUSE_SGTTY -Iosunix -c operator.c --- regexp.o --- clang -DUSE_SGTTY -Iosunix -c regexp.c --- region.o --- clang -DUSE_SGTTY -Iosunix -c region.c --- regsub.o --- clang -DUSE_SGTTY -Iosunix -c regsub.c --- search.o --- clang -DUSE_SGTTY -Iosunix -c search.c --- move.o --- move.c:1895:9: warning: address of 'cp' will always evaluate to 'true' [-Wpointer-bool-conversion] if (&cp) ~~ ^~ --- need.o --- need.c:31:7: error: expected parameter declarator void *memmove(void *dest, const void *src, size_t size) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:70:47: note: expanded from macro 'memmove' __builtin___memmove_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest)) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_common.h:38:63: note: expanded from macro '__darwin_obsz0' #define __darwin_obsz0(object) __builtin_object_size (object, 0) ^ need.c:31:7: error: expected ')' /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:70:47: note: expanded from macro 'memmove' __builtin___memmove_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest)) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_common.h:38:63: note: expanded from macro '__darwin_obsz0' #define __darwin_obsz0(object) __builtin_object_size (object, 0) ^ need.c:31:7: note: to match this '(' /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:70:47: note: expanded from macro 'memmove' __builtin___memmove_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest)) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_common.h:38:54: note: expanded from macro '__darwin_obsz0' #define __darwin_obsz0(object) __builtin_object_size (object, 0) ^ need.c:31:7: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] void *memmove(void *dest, const void *src, size_t size) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:70:47: note: expanded from macro 'memmove' __builtin___memmove_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest)) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_common.h:38:32: note: expanded from macro '__darwin_obsz0' #define __darwin_obsz0(object) __builtin_object_size (object, 0) ^ need.c:31:7: error: conflicting types for '__builtin___memmove_chk' /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:70:3: note: expanded from macro 'memmove' __builtin___memmove_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest)) ^ need.c:31:7: note: '__builtin___memmove_chk' is a builtin with type 'void *(void *, const void *, unsigned long, unsigned long)' /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:70:3: note: expanded from macro 'memmove' __builtin___memmove_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest)) ^ need.c:31:7: error: definition of builtin function '__builtin___memmove_chk' void *memmove(void *dest, const void *src, size_t size) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:70:3: note: expanded from macro 'memmove' __builtin___memmove_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest)) ^ 1 warning and 4 errors generated. *** [need.o] Error code 1 bmake: stopped in /opt/work/editors/elvis/work/elvis-2.2_0 --- region.o --- region.c:412:27: warning: while loop has empty body [-Wempty-body] while (*comment == ' '); ^ region.c:412:27: note: put the semicolon on a separate line to silence this warning 1 warning generated. --- move.o --- 1 warning generated. 1 error bmake: stopped in /opt/work/editors/elvis/work/elvis-2.2_0 *** Error code 2 Stop. bmake[1]: stopped in /opt/pkgsrc/editors/elvis *** Error code 1 Stop. bmake: stopped in /opt/pkgsrc/editors/elvis