=> Bootstrap dependency digest>=20010302: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for xworld-2.0nb3 --- JulianDate.o --- --- EqunofTime.o --- --- GetSpherePoint.o --- --- getmyabspath.o --- --- EqunofTime.o --- cc -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat -Iinclude -I/usr/X11R7/include -c EqunofTime.c --- getmyabspath.o --- cc -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat -Iinclude -I/usr/X11R7/include -c getmyabspath.c --- JulianDate.o --- cc -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat -Iinclude -I/usr/X11R7/include -c JulianDate.c --- GetSpherePoint.o --- cc -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat -Iinclude -I/usr/X11R7/include -c GetSpherePoint.c --- EqunofTime.o --- EqunofTime.c:38:1: warning: no previous prototype for 'EqunofTime' [-Wmissing-prototypes] EqunofTime(double JulianDate, double *SunRa, double *SunDec) ^~~~~~~~~~ --- JulianDate.o --- JulianDate.c:35:1: warning: no previous prototype for 'JulianDate' [-Wmissing-prototypes] JulianDate(int Year, int Month, int Day) ^~~~~~~~~~ --- GetSpherePoint.o --- GetSpherePoint.c:40:1: warning: no previous prototype for 'GetSpherePoint' [-Wmissing-prototypes] GetSpherePoint(Sphere *pSphere, SPHERETYPE *pValue, double Theta, double Phi) ^~~~~~~~~~~~~~ --- getmyabspath.o --- getmyabspath.c:44:1: warning: no previous prototype for 'getmyabspath' [-Wmissing-prototypes] getmyabspath(char *progname, char *path) ^~~~~~~~~~~~ --- compile_world --- cc -Iinclude -I/usr/X11R7/include -o compile_world -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat compile_world.c --- pad --- cc -Iinclude -o pad -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat pad.c --- compile_world --- compile_world.c:50:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main() ^~~~ compile_world.c: In function 'main': compile_world.c:61:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ compile_world.c:61:9: warning: incompatible implicit declaration of built-in function 'exit' compile_world.c:61:9: note: include '' or provide a declaration of 'exit' compile_world.c:66:9: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ compile_world.c:66:9: note: include '' or provide a declaration of 'exit' compile_world.c:70:9: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ compile_world.c:70:9: note: include '' or provide a declaration of 'exit' compile_world.c:76:9: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ compile_world.c:76:9: note: include '' or provide a declaration of 'exit' compile_world.c:86:5: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ compile_world.c:86:5: note: include '' or provide a declaration of 'exit' --- pad --- pad.c: In function 'main': pad.c:52:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ pad.c:52:9: warning: incompatible implicit declaration of built-in function 'exit' pad.c:52:9: note: include '' or provide a declaration of 'exit' pad.c:58:9: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ pad.c:58:9: note: include '' or provide a declaration of 'exit' pad.c:63:9: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ pad.c:63:9: note: include '' or provide a declaration of 'exit' pad.c:66:5: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ pad.c:66:5: note: include '' or provide a declaration of 'exit' --- world.o --- ./compile_world --- xworld --- cc -Iinclude -o xworld.tmp -I/usr/X11R7/include -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat xworld.c JulianDate.o EqunofTime.o GetSpherePoint.o getmyabspath.o -lm -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -lX11 xworld.c: In function 'main': xworld.c:173:31: warning: variable 'Map' set but not used [-Wunused-but-set-variable] char *Map; ^~~ xworld.c:145:43: warning: variable 'background' set but not used [-Wunused-but-set-variable] unsigned long foreground, background; ^~~~~~~~~~ xworld.c:145:31: warning: variable 'foreground' set but not used [-Wunused-but-set-variable] unsigned long foreground, background; ^~~~~~~~~~ strip xworld.tmp ./pad cat xworld.tmp world.o > xworld /bin/chmod 755 xworld /bin/rm -f xworld.tmp