=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for xlispstat-3.52.20
cp sysvr4-foreign.h foreign.h
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xsdynload.c
In file included from xsdynload.c:29:
./foreign.h:15:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
LOCAL VOID link_and_load(fname, libs, fort)
           ^
./foreign.h:19:10: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
  static initialized = FALSE;
  ~~~~~~ ^
  int
./foreign.h:36:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
LOCAL char *get_caddress(name)
            ^
./foreign.h:36:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
xsdynload.c:35:13: note: conflicting prototype is here
LOCAL char *get_caddress _((char *name));
            ^
xsdynload.c:61:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
char *xscall_alloc(n, m)
      ^
xsdynload.c:77:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
VOID xscall_fail(s) char *s; { xlfail(s); }
     ^
xsdynload.c:95:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
LOCAL call_arg lisp2arg(x)
               ^
xsdynload.c:140:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
LOCAL LVAL arg2lisp(a)
           ^
xsdynload.c:169:9: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype]
  char *get_caddress();
        ^
xsdynload.c:35:13: note: conflicting prototype is here
LOCAL char *get_caddress _((char *name));
            ^
xsdynload.c:197: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]
  case  1: routine(args[0].addr); break;
                  ^
xsdynload.c:198: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]
  case  2: routine(args[0].addr, args[1].addr); break;
                  ^
xsdynload.c:199: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]
  case  3: routine(args[0].addr, args[1].addr, args[2].addr); break;
                  ^
xsdynload.c:201:12: 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]
    routine(args[0].addr, args[1].addr, args[2].addr, args[3].addr);
           ^
xsdynload.c:204:12: 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]
    routine(args[0].addr, args[1].addr, args[2].addr, args[3].addr, 
           ^
xsdynload.c:208:12: 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]
    routine(args[0].addr, args[1].addr, args[2].addr, args[3].addr,
           ^
xsdynload.c:212:12: 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]
    routine(args[0].addr, args[1].addr, args[2].addr, args[3].addr,
           ^
xsdynload.c:216:12: 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]
    routine(args[0].addr, args[1].addr, args[2].addr, args[3].addr, 
           ^
xsdynload.c:220:12: 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]
    routine(args[0].addr, args[1].addr, args[2].addr, args[3].addr, 
           ^
xsdynload.c:225:12: 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]
    routine(args[0].addr, args[1].addr, args[2].addr, args[3].addr, 
           ^
xsdynload.c:230:12: 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]
    routine(args[0].addr, args[1].addr, args[2].addr, args[3].addr, 
           ^
xsdynload.c:235:12: 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]
    routine(args[0].addr, args[1].addr, args[2].addr, args[3].addr, 
           ^
xsdynload.c:240:12: 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]
    routine(args[0].addr, args[1].addr, args[2].addr, args[3].addr, 
           ^
xsdynload.c:246:12: 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]
    routine(args[0].addr, args[1].addr, args[2].addr, args[3].addr, 
           ^
xsdynload.c:252:12: 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]
    routine(args[0].addr, args[1].addr, args[2].addr, args[3].addr, 
           ^
xsdynload.c:162:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
LOCAL LVAL call_foreign(which)
           ^
xsdynload.c:281:9: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype]
  char *get_caddress();
        ^
xsdynload.c:35:13: note: conflicting prototype is here
LOCAL char *get_caddress _((char *name));
            ^
26 warnings generated.
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xssystem.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c unixprim.c
unixprim.c:98:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
LOCAL FILEP ospipeopen(name, mode)
            ^
unixprim.c:169:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
LOCAL int ospipeclose (f)
          ^
2 warnings generated.
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlarray.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlbfun.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlbignum.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlcont.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xldbug.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xldmem.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xleval.c
xleval.c:825:8: warning: add explicit braces to avoid dangling else [-Wdangling-else]
                            else
                            ^
xleval.c:829:7: warning: add explicit braces to avoid dangling else [-Wdangling-else]
                    else
                    ^
xleval.c:888:8: warning: add explicit braces to avoid dangling else [-Wdangling-else]
                            else
                            ^
xleval.c:892:7: warning: add explicit braces to avoid dangling else [-Wdangling-else]
                    else
                    ^
xleval.c:905:7: warning: add explicit braces to avoid dangling else [-Wdangling-else]
                    else
                    ^
xleval.c:958:7: warning: add explicit braces to avoid dangling else [-Wdangling-else]
                    else
                    ^
6 warnings generated.
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlfio.c
xlfio.c:207:40: warning: for loop has empty body [-Wempty-body]
       size++, ustream = cdr(ustream)) ;
                                       ^
xlfio.c:207:40: note: put the semicolon on a separate line to silence this warning
1 warning generated.
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlftab.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlglob.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlimage.c
xlimage.c:517:5: warning: add explicit braces to avoid dangling else [-Wdangling-else]
                  else StFree(getadaddr(p));
                  ^
1 warning generated.
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlinit.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlio.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlisp.c
xlisp.c:39:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int main(argc,argv)
    ^
1 warning generated.
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xljump.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xllist.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlpp.c
xlpp.c:177:40: warning: for loop has empty body [-Wempty-body]
       size++, ustream = cdr(ustream)) ;
                                       ^
xlpp.c:177:40: note: put the semicolon on a separate line to silence this warning
1 warning generated.
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlprin.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlrand.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlread.c
xlread.c:622:46: warning: while loop has empty body [-Wempty-body]
        while (! (sts = readone(fptr, &arg)));
                                             ^
xlread.c:622:46: note: put the semicolon on a separate line to silence this warning
xlread.c:951:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
LOCAL LVAL convertnumber(buf, radix)
           ^
2 warnings generated.
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlseq.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlstr.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlsubr.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlsym.c
xlsym.c:310:6: warning: add explicit braces to avoid dangling else [-Wdangling-else]
            else
            ^
1 warning generated.
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlsys.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlstruct.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlmath2.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlmath3.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xltvec.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlbcode.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlbcutil.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlshlib.c
xlshlib.c:85:29: 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]
  case 1: return cvvoidptr(f(a[0]));
                            ^
xlshlib.c:86:29: 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]
  case 2: return cvvoidptr(f(a[0],a[1]));
                            ^
xlshlib.c:87:29: 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]
  case 3: return cvvoidptr(f(a[0],a[1],a[2]));
                            ^
xlshlib.c:88:29: 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]
  case 4: return cvvoidptr(f(a[0],a[1],a[2],a[3]));
                            ^
xlshlib.c:89:29: 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]
  case 5: return cvvoidptr(f(a[0],a[1],a[2],a[3],a[4]));
                            ^
xlshlib.c:90:29: 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]
  case 6: return cvvoidptr(f(a[0],a[1],a[2],a[3],a[4],a[5]));
                            ^
xlshlib.c:91:29: 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]
  case 7: return cvvoidptr(f(a[0],a[1],a[2],a[3],a[4],a[5],a[6]));
                            ^
xlshlib.c:92:29: 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]
  case 8: return cvvoidptr(f(a[0],a[1],a[2],a[3],a[4],a[5],a[6],a[7]));
                            ^
xlshlib.c:93:29: 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]
  case 9: return cvvoidptr(f(a[0],a[1],a[2],a[3],a[4],a[5],a[6],a[7],a[8]));
                            ^
xlshlib.c:94:30: 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]
  case 10: return cvvoidptr(f(a[0],a[1],a[2],a[3],a[4],a[5],a[6],a[7],a[8],
                             ^
xlshlib.c:96:30: 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]
  case 11: return cvvoidptr(f(a[0],a[1],a[2],a[3],a[4],a[5],a[6],a[7],a[8],
                             ^
xlshlib.c:98:30: 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]
  case 12: return cvvoidptr(f(a[0],a[1],a[2],a[3],a[4],a[5],a[6],a[7],a[8],
                             ^
xlshlib.c:100:30: 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]
  case 13: return cvvoidptr(f(a[0],a[1],a[2],a[3],a[4],a[5],a[6],a[7],a[8],
                             ^
xlshlib.c:102:30: 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]
  case 14: return cvvoidptr(f(a[0],a[1],a[2],a[3],a[4],a[5],a[6],a[7],a[8],
                             ^
xlshlib.c:104:30: 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]
  case 15: return cvvoidptr(f(a[0],a[1],a[2],a[3],a[4],a[5],a[6],a[7],a[8],
                             ^
xlshlib.c:106:30: 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]
  case 16: return cvvoidptr(f(a[0],a[1],a[2],a[3],a[4],a[5],a[6],a[7],a[8],
                             ^
16 warnings generated.
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlwrap.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c xlmodule.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c dummycod.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c basics.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c common.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c compound.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c dists.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c ddists.c
ddists.c:32:7: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
LOCAL poisson_rand P1H(double);
~~~~~ ^
int
1 warning generated.
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c hrdwrobs.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c mats1.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c mats2.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c math.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c obinit.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c objects.c
objects.c:1263:10: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
  static offset = FIRST_METHOD_OFFSET;
  ~~~~~~ ^
  int
1 warning generated.
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c optimize.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c sortdata.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c statinit.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c stats.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c utils.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c utils2.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c gamln.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c splines.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c kernel.c
clang -pipe -Os -I/opt/pkg/include -DX11WINDOWS -O  -Dunix=1 -I/opt/pkg/include -c lowess.c
lowess.c:16:15: error: static declaration of 'fmax' follows non-static declaration
static double fmax P2H(double, double);
              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/math.h:532:15: note: previous declaration is here
extern double fmax(double, double);
              ^
lowess.c:26:15: error: static declaration of 'fmax' follows non-static declaration
static double fmax P2C(double, x, double, y) { return (x > y ? x : y); }
              ^
/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/math.h:532:15: note: previous declaration is here
extern double fmax(double, double);
              ^
2 errors generated.
*** Error code 1

Stop.
bmake: stopped in /Users/pbulk/build/math/xlispstat/work/xlispstat-3-52-20
*** Error code 1

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/math/xlispstat
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/math/xlispstat