=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xbanner-1.31nb1 --- backg.o --- --- colors.o --- --- effect.o --- --- backg.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c backg.c --- colors.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c colors.c --- effect.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c effect.c effect.c:383:12: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register n,x=0,y=0; ~~~~~~~~ ^ effect.c:383:14: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register n,x=0,y=0; ~~~~~~~~ ^ effect.c:383:18: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register n,x=0,y=0; ~~~~~~~~ ^ effect.c:566:24: warning: implicit conversion from enumeration type 'CycleDirection' to different enumeration type 'CycleType' [-Wenum-conversion] CycleType BkltCycDir = CYC_FORWARD; ~~~~~~~~~~ ^~~~~~~~~~~ effect.c:567:23: warning: implicit conversion from enumeration type 'CycleDirection' to different enumeration type 'CycleType' [-Wenum-conversion] CycleType FatCycDir = CYC_FORWARD; ~~~~~~~~~ ^~~~~~~~~~~ effect.c:568:24: warning: implicit conversion from enumeration type 'CycleDirection' to different enumeration type 'CycleType' [-Wenum-conversion] CycleType FadeCycDir = CYC_FORWARD; ~~~~~~~~~~ ^~~~~~~~~~~ effect.c:598:14: warning: implicit conversion from enumeration type 'CycleDirection' to different enumeration type 'CycleType' [-Wenum-conversion] cdir = CYC_FORWARD; ~ ^~~~~~~~~~~ effect.c:609:35: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] cyc_inf[num_used_cyc].dir = cdir; ~ ^~~~ --- backg.o --- backg.c:28:22: warning: implicit conversion from enumeration type 'CycleDirection' to different enumeration type 'CycleType' [-Wenum-conversion] CycleType BgCycDir = CYC_FORWARD; ~~~~~~~~ ^~~~~~~~~~~ --- effect.o --- effect.c:637:26: warning: implicit conversion from enumeration type 'CycleDirection' to different enumeration type 'CycleType' [-Wenum-conversion] CycleType FgGradCycDir = CYC_FORWARD; ~~~~~~~~~~~~ ^~~~~~~~~~~ --- backg.o --- backg.c:86:39: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] cyc_inf[num_used_cyc].dir = BgCycDir; ~ ^~~~~~~~ --- effect.o --- effect.c:664:35: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] cyc_inf[num_used_cyc].dir = FgGradCycDir; ~ ^~~~~~~~~~~~ --- backg.o --- backg.c:113:39: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] cyc_inf[num_used_cyc].dir = BgCycDir; ~ ^~~~~~~~ backg.c:140:39: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] cyc_inf[num_used_cyc].dir = BgCycDir; ~ ^~~~~~~~ backg.c:189:39: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] cyc_inf[num_used_cyc].dir = BgCycDir; ~ ^~~~~~~~ backg.c:232:39: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] cyc_inf[num_used_cyc].dir = BgCycDir; ~ ^~~~~~~~ --- effect.o --- effect.c:718:24: warning: implicit conversion from enumeration type 'CycleDirection' to different enumeration type 'CycleType' [-Wenum-conversion] CycleType FgplCycDir = CYC_FORWARD; ~~~~~~~~~~ ^~~~~~~~~~~ effect.c:741:35: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] --- backg.o --- backg.c:278:39: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] --- effect.o --- cyc_inf[num_used_cyc].dir = FgplCycDir; ~ ^~~~~~~~~~ --- backg.o --- cyc_inf[num_used_cyc].dir = BgCycDir; ~ ^~~~~~~~ backg.c:304:39: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] cyc_inf[num_used_cyc].dir = BgCycDir; ~ ^~~~~~~~ backg.c:330:39: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] cyc_inf[num_used_cyc].dir = BgCycDir; ~ ^~~~~~~~ backg.c:362:39: warning: implicit conversion from enumeration type 'CycleType' to different enumeration type 'CycleDirection' [-Wenum-conversion] cyc_inf[num_used_cyc].dir = BgCycDir; ~ ^~~~~~~~ backg.c:51:23: warning: variable 'bpp' set but not used [-Wunused-but-set-variable] int scrn_no, depth, bpp; ^ --- effect.o --- effect.c:775:9: warning: variable 'fgc' set but not used [-Wunused-but-set-variable] Pixel fgc,lghtc; ^ effect.c:798:9: warning: variable 'fgc' set but not used [-Wunused-but-set-variable] Pixel fgc,shdc,lghtc; ^ effect.c:876:12: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register n,x,y; ~~~~~~~~ ^ effect.c:876:14: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register n,x,y; ~~~~~~~~ ^ effect.c:876:16: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register n,x,y; ~~~~~~~~ ^ --- backg.o --- 11 warnings generated. --- linger.o --- --- pix.o --- --- linger.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c linger.c --- pix.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c pix.c --- plasma.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c plasma.c --- ripples.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c ripples.c --- effect.o --- 17 warnings generated. --- util.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c util.c --- xbanner.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c xbanner.c --- xres.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c xres.c --- freetemp.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c freetemp.c freetemp.c:53:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] exit(1); ^ freetemp.c:53:7: note: include the header or explicitly provide a declaration for 'exit' --- xb_check.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c xb_check.c --- freetemp.o --- 1 warning generated. --- random_effect.o --- clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DHAS_XPM -DPREFIX=\"/opt/pkg\" -I/opt/pkg/include -c random_effect.c --- freetemp --- rm -f freetemp clang -o freetemp -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -L/opt/pkg/lib -L/opt/pkg/lib freetemp.o util.o -lX11 --- xb_check.o --- xb_check.c:148:5: error: conflicting types for 'isnumber' int isnumber(char *s) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/_ctype.h:323:1: note: previous definition is here isnumber(int _c) ^ xb_check.c:366:17: warning: incompatible pointer to integer conversion passing 'char[512]' to parameter of type 'int' [-Wint-conversion] if(!isnumber(val)) ^~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/_ctype.h:323:14: note: passing argument to parameter '_c' here isnumber(int _c) ^ xb_check.c:376:17: warning: incompatible pointer to integer conversion passing 'char[512]' to parameter of type 'int' [-Wint-conversion] if(!isnumber(val)) ^~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/_ctype.h:323:14: note: passing argument to parameter '_c' here isnumber(int _c) ^ 2 warnings and 1 error generated. --- xbanner --- --- xb_check.o --- *** [xb_check.o] Error code 1 bmake: stopped in /Users/pbulk/build/x11/xbanner/work/XBanner1.31 --- xbanner --- rm -f xbanner clang -o xbanner -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -L/opt/pkg/lib -L/opt/pkg/lib backg.o colors.o effect.o linger.o pix.o plasma.o ripples.o util.o xbanner.o xres.o -lXpm -lX11 -lm 1 error bmake: stopped in /Users/pbulk/build/x11/xbanner/work/XBanner1.31 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/x11/xbanner *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/x11/xbanner