=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xedit-1.2.3 --- all --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in man --- xedit.1 --- GEN xedit.1 --- lisp_lsp-hash.o --- --- lisp/.deps/.dirstamp --- --- lisp/.dirstamp --- --- lisp_lsp-hash.o --- CC lisp_lsp-hash.o --- lisp/re/.deps/.dirstamp --- --- lisp/re/.dirstamp --- --- lisp/mp/.dirstamp --- --- lisp/mp/.deps/.dirstamp --- --- xedit-commands.o --- CC xedit-commands.o --- xedit-hash.o --- CC xedit-hash.o --- xedit-hook.o --- CC xedit-hook.o --- xedit-ispell.o --- CC xedit-ispell.o --- xedit-lisp.o --- CC xedit-lisp.o --- xedit-options.o --- --- xedit-ispell.o --- ispell.c:1324:28: warning: format string is not a string literal [-Wformat-nonliteral] XmuSnprintf(command, len, format, ^~~~~~ --- xedit-options.o --- CC xedit-options.o --- xedit-tags.o --- CC xedit-tags.o --- xedit-util.o --- CC xedit-util.o --- xedit-ispell.o --- 1 warning generated. --- xedit-xedit.o --- CC xedit-xedit.o --- xedit-util.o --- util.c:94:46: warning: format string is not a string literal [-Wformat-nonliteral] size = vsnprintf(buffer, sizeof(buffer), format, va); ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_stdio.h:75:63: note: expanded from macro 'vsnprintf' __builtin___vsnprintf_chk (str, len, 0, __darwin_obsz(str), format, ap) ^~~~~~ util.c:523:10: warning: declaration shadows a local variable [-Wshadow] int length = strlen(result); ^ util.c:508:6: note: previous declaration is here int length; ^ --- lisp/lsp-lsp.o --- CC lisp/lsp-lsp.o --- xedit-xedit.o --- xedit.c:556:6: warning: format string is not a string literal [-Wformat-nonliteral] fmt_buf, info->line_number); ^~~~~~~ xedit.c:560:6: warning: format string is not a string literal [-Wformat-nonliteral] fmt_buf, info->column_number); ^~~~~~~ xedit.c:564:6: warning: format string is not a string literal [-Wformat-nonliteral] fmt_buf, info->insert_position); ^~~~~~~ xedit.c:568:6: warning: format string is not a string literal [-Wformat-nonliteral] fmt_buf, info->last_position); ^~~~~~~ --- xedit-util.o --- 2 warnings generated. --- xedit-xedit.o --- 4 warnings generated. --- lisp/re/tests-tests.o --- --- lisp/liblisp_a-bytecode.o --- --- lisp/re/tests-tests.o --- CC lisp/re/tests-tests.o --- lisp/liblisp_a-bytecode.o --- CC lisp/liblisp_a-bytecode.o --- lisp/liblisp_a-core.o --- CC lisp/liblisp_a-core.o --- lisp/liblisp_a-bytecode.o --- In file included from lisp/bytecode.c:96: In file included from ./lisp/bytecode.h:32: In file included from ./lisp/private.h:49: In file included from ./lisp/internal.h:39: In file included from ./lisp/mp/mp.h:33: /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/math.h:752:12: error: expected identifier or '(' extern int finite(double) ^ :5:19: note: expanded from macro 'finite' #define finite(d) isfinite(d) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/math.h:155:7: note: expanded from macro 'isfinite' ( sizeof(x) == sizeof(float) ? __inline_isfinitef((float)(x)) \ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/math.h:752:12: error: expected ')' :5:19: note: expanded from macro 'finite' #define finite(d) isfinite(d) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/math.h:155:7: note: expanded from macro 'isfinite' ( sizeof(x) == sizeof(float) ? __inline_isfinitef((float)(x)) \ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/math.h:752:12: note: to match this '(' :5:19: note: expanded from macro 'finite' #define finite(d) isfinite(d) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/math.h:155:5: note: expanded from macro 'isfinite' ( sizeof(x) == sizeof(float) ? __inline_isfinitef((float)(x)) \ ^ --- lisp/liblisp_a-core.o --- In file included from lisp/core.c:32: In file included from ./lisp/io.h:35: In file included from ./lisp/private.h:49: In file included from ./lisp/internal.h:39: In file included from ./lisp/mp/mp.h:33: /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/math.h:752:12: error: expected identifier or '(' extern int finite(double) ^ :5:19: note: expanded from macro 'finite' #define finite(d) isfinite(d) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/math.h:155:7: note: expanded from macro 'isfinite' ( sizeof(x) == sizeof(float) ? __inline_isfinitef((float)(x)) \ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/math.h:752:12: error: expected ')' :5:19: note: expanded from macro 'finite' #define finite(d) isfinite(d) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/math.h:155:7: note: expanded from macro 'isfinite' ( sizeof(x) == sizeof(float) ? __inline_isfinitef((float)(x)) \ ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/math.h:752:12: note: to match this '(' :5:19: note: expanded from macro 'finite' #define finite(d) isfinite(d) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/math.h:155:5: note: expanded from macro 'isfinite' ( sizeof(x) == sizeof(float) ? __inline_isfinitef((float)(x)) \ ^ lisp/core.c:66:10: warning: 'finite' macro redefined [-Wmacro-redefined] # define finite(x) isfinite(x) ^ :5:9: note: previous definition is here #define finite(d) isfinite(d) ^ --- lisp/liblisp_a-bytecode.o --- In file included from lisp/bytecode.c:340: ./lisp/compile.c:1637:6: warning: declaration shadows a local variable [-Wshadow] int count, constantp; ^ ./lisp/compile.c:1398:12: note: previous declaration is here int i, count, base; ^ lisp/bytecode.c:1242:34: warning: declaration shadows a variable in the global scope [-Wshadow] LispObj **constants, *code, *cons, *prev; ^ lisp/bytecode.c:335:17: note: previous declaration is here static LispObj *cons, *cons1, *cons2, *cons3, *cons4, *cons5, *cons6, *cons7; ^ 2 warnings and 2 errors generated. *** [lisp/liblisp_a-bytecode.o] Error code 1 bmake[2]: stopped in /Users/pbulk/build/x11/xedit/work/xedit-1.2.3 --- lisp/liblisp_a-core.o --- lisp/core.c:6950:7: warning: declaration shadows a local variable [-Wshadow] long offset = FIXNUM_VALUE(CAR(values)); ^ lisp/core.c:6929:33: note: previous declaration is here long rank, count, sequence, offset, accum; ^ 2 warnings and 2 errors generated. *** [lisp/liblisp_a-core.o] Error code 1 bmake[2]: stopped in /Users/pbulk/build/x11/xedit/work/xedit-1.2.3 2 errors bmake[2]: stopped in /Users/pbulk/build/x11/xedit/work/xedit-1.2.3 *** [all-recursive] Error code 1 bmake[1]: stopped in /Users/pbulk/build/x11/xedit/work/xedit-1.2.3 1 error bmake[1]: stopped in /Users/pbulk/build/x11/xedit/work/xedit-1.2.3 *** [all] Error code 2 bmake: stopped in /Users/pbulk/build/x11/xedit/work/xedit-1.2.3 1 error bmake: stopped in /Users/pbulk/build/x11/xedit/work/xedit-1.2.3 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/x11/xedit *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/x11/xedit