=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xinvest-2.6.9nb3 --- account.o --- --- askuser.o --- --- calendar.o --- --- account.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include/X11 -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DSHAPE -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c account.c --- askuser.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include/X11 -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DSHAPE -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c askuser.c --- calendar.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include/X11 -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DSHAPE -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c calendar.c calendar.c:68:12: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int day_number (year, month, day ) ^ calendar.c:172:46: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] (XtCallbackProc) dayCB, (XtPointer) day); ^~~~~~~~~~~~~~~ calendar.c:284:18: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] int next_day = (int)client_data; ^~~~~~~~~~~~~~~~ calendar.c:314:15: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] int which = (int)client_data; ^~~~~~~~~~~~~~~~ calendar.c:331:13: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] int dir = (int)client_data; ^~~~~~~~~~~~~~~~ --- account.o --- account.c:530:23: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] (XtPointer) managedAccount ); ^~~~~~~~~~~~~~~~~~~~~~~~~~ account.c:544:25: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] (XtPointer) managedAccount ); ^~~~~~~~~~~~~~~~~~~~~~~~~~ account.c:590:20: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] (XtPointer)new); ^~~~~~~~~~~~~~ account.c:671:14: warning: passing arguments to 'toolCB' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] toolCB ((Widget)NULL, (XtPointer)0, (XtPointer)NULL ); ^ account.c:85:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void accountDirty(); ^ void account.c:786:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void accountDirty (Widget w, XtPointer client_data, ^ account.c:792:13: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] int num = (int)client_data; ^~~~~~~~~~~~~~~~ account.c:1032:49: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] (XtCallbackProc) accountCB, (XtPointer) (item + 3) ); ^~~~~~~~~~~~~~~~~~~~~~ --- color.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include/X11 -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DSHAPE -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c color.c --- calendar.o --- 5 warnings generated. --- drawing.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include/X11 -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DSHAPE -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c drawing.c --- color.o --- color.c:38:10: fatal error: 'values.h' file not found #include ^~~~~~~~~~ 1 error generated. *** [color.o] Error code 1 bmake: stopped in /Users/pbulk/build/finance/xinvest/work/xinvest-2.6.9 --- account.o --- 8 warnings generated. --- drawing.o --- drawing.c:66:16: warning: passing arguments to 'redrawDrawing' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] redrawDrawing(Graph, (XtPointer)NULL, (XtPointer)NULL); ^ In file included from drawing.c:39: ./drawing.h:44:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void redrawDrawing (); /* Refresh or change what's drawn */ ^ void drawing.c:70:6: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void redrawDrawing (Widget Drawing, XtPointer data, XtPointer cbs) ^ drawing.c:158:12: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] suppress((int)data == 1); /* Expose or user update */ ^~~~~~~~~ drawing.c:34:13: warning: unused variable 'id' [-Wunused-variable] static char id[] = "$Header: /pack/anoncvs/xinvest/src/drawing.c,v 2.14 2003/11/20 20:12:35 danny Exp $"; ^ 5 warnings generated. 1 error bmake: stopped in /Users/pbulk/build/finance/xinvest/work/xinvest-2.6.9 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/finance/xinvest *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/finance/xinvest