WARNING: [license.mk] Every package should define a LICENSE.
===> Building for bbsload-0.2.6nb1
Making all in data
clang++ -DPACKAGE=\"bbsload\" -DVERSION=\"0.2.6\" -DSTDC_HEADERS=1 -DHAVE_CTYPE_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LOCALE_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_STDIO_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_WAIT_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SETLOCALE=1 -DHAVE_SIGACTION=1 -DHAVE_STRFTIME=1  -I. -I.   -I/opt/pkg/include -DINTERLACE 		-DGLOBAL_BB=\"/opt/pkg/share/bbtools/bbsload.bb\" 		-DGLOBAL_NOBB=\"/opt/pkg/share/bbtools/bbsload.nobb\"  -pipe -Os -I/opt/pkg/include -c bbsload.cc
bbsload.cc:72:19: error: variable has incomplete type 'struct uvmexp'
    struct uvmexp uvm_stat;
                  ^
bbsload.cc:72:12: note: forward declaration of 'uvmexp'
    struct uvmexp uvm_stat;
           ^
bbsload.cc:90:17: error: use of undeclared identifier 'CTL_KERN'
    ctl_name[0]=CTL_KERN;
                ^
bbsload.cc:91:17: error: use of undeclared identifier 'KERN_PROC'
    ctl_name[1]=KERN_PROC;
                ^
bbsload.cc:92:17: error: use of undeclared identifier 'KERN_PROC_ALL'
    ctl_name[2]=KERN_PROC_ALL;
                ^
bbsload.cc:93:5: error: use of undeclared identifier 'sysctl'
    sysctl(ctl_name, 3, NULL, &ctllen,NULL,0); /* get size of proc table */
    ^
bbsload.cc:94:23: error: invalid application of 'sizeof' to an incomplete type 'struct kinfo_proc'
    task.total=ctllen/sizeof(struct kinfo_proc); /* Anybody have an
                      ^     ~~~~~~~~~~~~~~~~~~~
bbsload.cc:94:37: note: forward declaration of 'kinfo_proc'
    task.total=ctllen/sizeof(struct kinfo_proc); /* Anybody have an
                                    ^
bbsload.cc:107:17: error: use of undeclared identifier 'CTL_VM'
    ctl_name[0]=CTL_VM;
                ^
bbsload.cc:108:17: error: use of undeclared identifier 'VM_UVMEXP'
    ctl_name[1]=VM_UVMEXP;
                ^
bbsload.cc:132:17: error: use of undeclared identifier 'CTL_KERN'
    ctl_name[0]=CTL_KERN;
                ^
bbsload.cc:133:17: error: use of undeclared identifier 'KERN_CP_TIME'
    ctl_name[1]=KERN_CP_TIME;
                ^
bbsload.cc:135:8: error: use of undeclared identifier 'sysctl'
    if(sysctl(ctl_name,2,cputimes,&ctllen,NULL,0))
       ^
bbsload.cc:390:14: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
  char *name=BBTOOL;
             ^
./version.h:1:16: note: expanded from macro 'BBTOOL'
#define BBTOOL "bbsload"
               ^
bbsload.cc:393:23: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
  classhints.res_name=BBTOOL;
                      ^
./version.h:1:16: note: expanded from macro 'BBTOOL'
#define BBTOOL "bbsload"
               ^
bbsload.cc:394:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
  classhints.res_class="bbtools";
                       ^
3 warnings and 11 errors generated.
*** [bbsload.o] Error code 1

bmake[1]: stopped making "all-am" in /Users/pbulk/build/sysutils/bbsload/work/bbsload-0.2.6
bmake[1]: 1 error

bmake[1]: stopped making "all-am" in /Users/pbulk/build/sysutils/bbsload/work/bbsload-0.2.6
*** [all-recursive] Error code 1

bmake: stopped making "all" in /Users/pbulk/build/sysutils/bbsload/work/bbsload-0.2.6
bmake: 1 error

bmake: stopped making "all" in /Users/pbulk/build/sysutils/bbsload/work/bbsload-0.2.6
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/sysutils/bbsload
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/sysutils/bbsload