=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for clisp-fastcgi-2.49 /opt/pkg/bin/clisp -norc -q -c ./fastcgi.lisp -o ./ ;; Compiling file /Users/pbulk/build/www/clisp-fastcgi/work/clisp-2.49/modules/fastcgi/fastcgi.lisp ... ;; Wrote file /Users/pbulk/build/www/clisp-fastcgi/work/clisp-2.49/modules/fastcgi/fastcgi.fas ;; Wrote file /Users/pbulk/build/www/clisp-fastcgi/work/clisp-2.49/modules/fastcgi/fastcgi.c 0 errors, 0 warnings clang -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DNO_SINGLEMAP -DNO_TRIVIALMAP -DUNIX_BINARY_DISTRIB -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -fPIC -I/opt/pkg/lib/clisp/linkkit -I.. -c fastcgi.c fastcgi.c:29:50: warning: unused parameter 'module' [-Wunused-parameter] void module__fastcgi__init_function_1 (module_t* module) ^ fastcgi.c:35:50: warning: unused parameter 'module' [-Wunused-parameter] void module__fastcgi__init_function_2 (module_t* module) ^ fastcgi.c:47:48: warning: unused parameter 'module' [-Wunused-parameter] void module__fastcgi__fini_function (module_t* module) ^ 3 warnings generated. clang -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DNO_SINGLEMAP -DNO_TRIVIALMAP -DUNIX_BINARY_DISTRIB -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -fPIC -I/opt/pkg/lib/clisp/linkkit -I.. -c ./fastcgi_wrappers.c ./fastcgi_wrappers.c:79:22: 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] result = (char **) malloc(sizeof(*result) * (2 * nvar + 1)); ^ ./fastcgi_wrappers.c:79:22: note: include the header or explicitly provide a declaration for 'malloc' ./fastcgi_wrappers.c:125:10: warning: returning 'unsigned char[131073]' from a function with result type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] return buf; ^~~ 2 warnings generated.