=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for unclutter-8nb1 --- unclutter.o --- clang -O -I/usr/include -I/opt/pkg/include -c unclutter.c In file included from unclutter.c:27: ./vroot.h:41:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] VirtualRootWindow(dpy, screen) ^ unclutter.c:30:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] pexit(str)char *str;{ ^ unclutter.c:32:5: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] exit(1); ^ unclutter.c:32:5: note: include the header or explicitly provide a declaration for 'exit' unclutter.c:30:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pexit(str)char *str;{ ^ unclutter.c:34:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] usage(){ ^ unclutter.c:49:1: warning: non-void function does not return a value [-Wreturn-type] } ^ unclutter.c:66:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*defaulthandler)(display,error); ^ unclutter.c:61:5: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int errorhandler(display,error) ^ unclutter.c:67:1: warning: non-void function does not return a value [-Wreturn-type] } ^ unclutter.c:75:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] nameinlist(display,window) ^ unclutter.c:75:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unclutter.c:96:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] createnullcursor(display,root) ^ unclutter.c:96:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unclutter.c:120:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc,argv)char **argv;{ ^ unclutter.c:136:17: warning: call to undeclared function 'atoi'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] idletime = atoi(*argv); ^ unclutter.c:142:15: warning: call to undeclared function 'atoi'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] jitter = atoi(*argv); ^ unclutter.c:169:24: warning: call to undeclared library function 'malloc' with type 'void *(unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] cursor = (Cursor*) malloc(numscreens*sizeof(Cursor)); ^ unclutter.c:169:24: note: include the header or explicitly provide a declaration for 'malloc' unclutter.c:229:10: warning: call to undeclared library function 'abs' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] !(ALMOSTEQUAL(rootx,oldx) && ALMOSTEQUAL(rooty,oldy))){ ^ unclutter.c:51:27: note: expanded from macro 'ALMOSTEQUAL' #define ALMOSTEQUAL(a,b) (abs(a-b)<=jitter) ^ unclutter.c:229:10: note: include the header or explicitly provide a declaration for 'abs' unclutter.c:51:27: note: expanded from macro 'ALMOSTEQUAL' #define ALMOSTEQUAL(a,b) (abs(a-b)<=jitter) ^ unclutter.c:120:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main(argc,argv)char **argv;{ ^ 19 warnings generated. --- unclutter --- rm -f unclutter clang -o unclutter unclutter.o -O -lX11 ld: library not found for -lX11 clang: error: linker command failed with exit code 1 (use -v to see invocation) *** [unclutter] Error code 1 bmake: stopped in /Users/pbulk/build/x11/unclutter/work/unclutter 1 error bmake: stopped in /Users/pbulk/build/x11/unclutter/work/unclutter *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/x11/unclutter *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/x11/unclutter