=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for xmem-1.29 clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -c xmem.c xmem.c:33:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void quit(); ^ xmem.c:217:13: note: conflicting prototype is here static void quit (Widget w, XEvent *event, String *params, Cardinal *num_params) ^ 1 warning generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -c MemStripChart.c MemStripChart.c:54:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void Initialize(), Destroy(), Redisplay(), MoveChart(MemStripChartWidget w, Boolean blit), SetPoints(); ^ MemStripChart.c:257:13: note: conflicting prototype is here static void Initialize (Widget greq, Widget gnew, ArgList args, Cardinal *num_args) ^ MemStripChart.c:272:14: warning: passing arguments to 'SetPoints' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetPoints(w); ^ MemStripChart.c:54:27: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void Initialize(), Destroy(), Redisplay(), MoveChart(MemStripChartWidget w, Boolean blit), SetPoints(); ^ MemStripChart.c:275:13: note: conflicting prototype is here static void Destroy (Widget gw) ^ MemStripChart.c:54:38: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void Initialize(), Destroy(), Redisplay(), MoveChart(MemStripChartWidget w, Boolean blit), SetPoints(); ^ MemStripChart.c:293:13: note: conflicting prototype is here static void Redisplay(Widget w, XEvent *event, Region region) ^ MemStripChart.c:296:24: warning: passing arguments to 'repaint_window' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (void) repaint_window ((MemStripChartWidget)w, event->xgraphicsexpose.x, ^ MemStripChart.c:299:24: warning: passing arguments to 'repaint_window' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (void) repaint_window ((MemStripChartWidget)w, event->xexpose.x, ^ MemStripChart.c:107:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void draw_it(); ^ MemStripChart.c:305:1: note: conflicting prototype is here draw_it(XtPointer client_data, XtIntervalId *id) ^ MemStripChart.c:337:50: warning: passing arguments to 'repaint_window' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] w->mem_strip_chart.interval = repaint_window(w, 0, (int) w->core.width); ^ MemStripChart.c:56:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static int repaint_window(); ^ MemStripChart.c:374:1: note: conflicting prototype is here repaint_window(MemStripChartWidget w, int left, int width) ^ MemStripChart.c:394:11: warning: passing arguments to 'SetPoints' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetPoints(w); ^ MemStripChart.c:55:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static Boolean SetValues(); ^ MemStripChart.c:494:16: note: conflicting prototype is here static Boolean SetValues (Widget current, Widget request, Widget new, ArgList args, Cardinal *num_args) ^ MemStripChart.c:54:99: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void Initialize(), Destroy(), Redisplay(), MoveChart(MemStripChartWidget w, Boolean blit), SetPoints(); ^ MemStripChart.c:565:1: note: conflicting prototype is here SetPoints(Widget widget) ^ 12 warnings generated. clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -c get_mem.c clang -o xmem xmem.o MemStripChart.o get_mem.o -lkvm -lX11 -lXt -lXaw -lXmu -L/opt/pkg/lib ld: library 'kvm' not found clang: error: linker command failed with exit code 1 (use -v to see invocation) *** [xmem] Error code 1 bmake: stopped in /Users/pbulk/build/x11/xmem/work/xmem 1 error bmake: stopped in /Users/pbulk/build/x11/xmem/work/xmem *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/xmem *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/x11/xmem