=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for dqs-3.3.2nb2
UTIL/make_arcs make CC=cc -f Makefile
myhostname = pkgsrc-mac-0.local
Making the directory ARCS
/Users/pbulk/build/parallel/dqs/work/DQS3/ARCS
Linking ../SRC SRC
Linking ../UTIL UTIL
/Users/pbulk/build/parallel/dqs/work/DQS3/ARCS/aarch64-apple-darwin23.5.0
rm -f Makefile.c
cp ../SRC/Makefile.proto Makefile.c
echo "#define `../UTIL/config.guess 1`" | sed s/\./_/g | sed s/-/_/g > Makefile.h
config.guess: too many arguments
Try `config.guess --help' for more information.
cc -traditional -E Makefile.c | sed 's/        /	/g' | sed 's/\/ /\//g' | sed 's/ \//\//g' | sed 's/ ( BIN_DIR )/(BIN_DIR)/g' > Makefile.typ
In file included from Makefile.c:411:
./Makefile.h:1:9: error: macro name missing
#define 
        ^
1 error generated.
cc -g      -c ../SRC/dqs_ddes.c
cc -g      -c ../SRC/dqs_setup.c
In file included from ../SRC/dqs_setup.c:289:
../SRC/globals.h:249:14: error: redeclaration of 'sys_errlist' with a different type: 'char *[]' vs 'const char *const []'
extern char *sys_errlist[];
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/stdio.h:361:30: note: previous declaration is here
extern __const char *__const sys_errlist[];
                             ^
../SRC/dqs_setup.c:438:7: error: too many arguments to function call, expected 0, have 1
      SETPGRP;
      ^~~~~~~
../SRC/def.h:766:35: note: expanded from macro 'SETPGRP'
#define SETPGRP setpgid(getpid(), GETPGRP)
                                  ^~~~~~~
../SRC/def.h:759:25: note: expanded from macro 'GETPGRP'
#define GETPGRP getpgrp(getpid())
                ~~~~~~~ ^~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/unistd.h:459:8: note: 'getpgrp' declared here
pid_t    getpgrp(void);
         ^
../SRC/dqs_setup.c:440:24: error: too many arguments to function call, expected 0, have 1
  DQS_ASSERT(((me.pgrp=GETPGRP)>=0));
                       ^~~~~~~
../SRC/def.h:759:25: note: expanded from macro 'GETPGRP'
#define GETPGRP getpgrp(getpid())
                ~~~~~~~ ^~~~~~~~
../SRC/def.h:1202:27: note: expanded from macro 'DQS_ASSERT'
#define DQS_ASSERT(x)  if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();}
                          ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/unistd.h:459:8: note: 'getpgrp' declared here
pid_t    getpgrp(void);
         ^
../SRC/dqs_setup.c:524:43: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"me.who\t\t\t\t>%d<",me.who));
                                     ~~   ^~~~~~
                                     %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:541:43: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"me.pid\t\t\t\t>%d<",me.pid));
                                     ~~   ^~~~~~
                                     %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:542:44: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"me.ppid\t\t\t\t>%d<",me.ppid));
                                      ~~   ^~~~~~~
                                      %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:543:44: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"me.pgrp\t\t\t\t>%d<",me.pgrp));
                                      ~~   ^~~~~~~
                                      %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:544:43: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"me.uid\t\t\t\t>%d<",me.uid));
                                     ~~   ^~~~~~
                                     %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:545:44: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"me.euid\t\t\t\t>%d<",me.euid));
                                      ~~   ^~~~~~~
                                      %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:546:43: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"me.gid\t\t\t\t>%d<",me.gid));
                                     ~~   ^~~~~~
                                     %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:558:45: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"me.ngroups\t\t\t>%d<",me.ngroups));
                                       ~~   ^~~~~~~~~~
                                       %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:559:48: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"me.daemonized\t\t\t>%d<",me.daemonized));
                                          ~~   ^~~~~~~~~~~~~
                                          %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:567:45: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"me.arg_max\t\t\t>%u<",me.arg_max)); 
                                       ~~   ^~~~~~~~~~
                                       %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:568:47: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"me.child_max\t\t\t>%u<",me.child_max));
                                         ~~   ^~~~~~~~~~~~
                                         %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:569:48: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"me.clock_tick\t\t\t>%u<",me.clock_tick));
                                          ~~   ^~~~~~~~~~~~~
                                          %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:570:49: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"me.job_control\t\t\t>%u<",me.job_control));
                                           ~~   ^~~~~~~~~~~~~~
                                           %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:571:48: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"me.ngroup_max\t\t\t>%u<",me.ngroup_max));
                                          ~~   ^~~~~~~~~~~~~
                                          %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:572:46: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"me.open_max\t\t\t>%u<",me.open_max));
                                        ~~   ^~~~~~~~~~~
                                        %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:573:47: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"me.saved_ids\t\t\t>%u<",me.saved_ids));
                                         ~~   ^~~~~~~~~~~~
                                         %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:574:51: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"me.posix_version\t\t\t>%u<",me.posix_version));
                                             ~~   ^~~~~~~~~~~~~~~~
                                             %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:575:45: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"me.pid_max\t\t\t>%u<",me.pid_max));
                                       ~~   ^~~~~~~~~~
                                       %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:576:45: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"me.uid_max\t\t\t>%u<",me.uid_max));
                                       ~~   ^~~~~~~~~~
                                       %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:657:54: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"conf.reauth_time         >%d<",conf.reauth_time));
                                                ~~   ^~~~~~~~~~~~~~~~
                                                %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:671:60: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"conf.min_gid                   >%u<",conf.min_gid));
                                                      ~~   ^~~~~~~~~~~~
                                                      %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:672:60: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"conf.min_uid                   >%u<",conf.min_uid));
                                                      ~~   ^~~~~~~~~~~~
                                                      %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:673:60: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"conf.maxujobs                  >%u<",conf.maxujobs));
                                                      ~~   ^~~~~~~~~~~~~
                                                      %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:674:60: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"conf.output_handling           >%u<",conf.output_handling));
                                                      ~~   ^~~~~~~~~~~~~~~~~~~~
                                                      %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:675:60: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"conf.user_access\t             >%u<",conf.user_access));
                                                      ~~   ^~~~~~~~~~~~~~~~
                                                      %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:676:60: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"conf.default_rerun             >%u<",conf.default_rerun));
                                                      ~~   ^~~~~~~~~~~~~~~~~~
                                                      %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:677:60: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"conf.sort_seq_no               >%u<",conf.sort_seq_no));
                                                      ~~   ^~~~~~~~~~~~~~~~
                                                      %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:678:60: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"conf.sync_io                   >%u<",conf.sync_io));
                                                      ~~   ^~~~~~~~~~~~
                                                      %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:679:60: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"conf.loglevel                  >%u<",conf.loglevel));
                                                      ~~   ^~~~~~~~~~~~~
                                                      %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:680:60: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"conf.logfacility\t             >%u<",conf.logfacility));
                                                      ~~   ^~~~~~~~~~~~~~~~
                                                      %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:681:60: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"conf.load_log_time             >%u<",conf.load_log_time));
                                                      ~~   ^~~~~~~~~~~~~~~~~~
                                                      %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:682:60: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"conf.stat_log_time             >%u<",conf.stat_log_time));
                                                      ~~   ^~~~~~~~~~~~~~~~~~
                                                      %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:683:60: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"conf.schedule_time             >%u<",conf.schedule_time));
                                                      ~~   ^~~~~~~~~~~~~~~~~~
                                                      %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:684:60: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"conf.max_unheard\t             >%u<",conf.max_unheard));
                                                      ~~   ^~~~~~~~~~~~~~~~
                                                      %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:685:60: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"conf.logmail                   >%u<",conf.logmail));
                                                      ~~   ^~~~~~~~~~~~
                                                      %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:686:60: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"conf.alarms                    >%u<",conf.alarms));
                                                      ~~   ^~~~~~~~~~~
                                                      %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:687:60: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"conf.alarmm                    >%u<",conf.alarmm));
                                                      ~~   ^~~~~~~~~~~
                                                      %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:688:60: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DPRINTF((DQS_EVENT,"conf.alarml                    >%u<",conf.alarml));
                                                      ~~   ^~~~~~~~~~~
                                                      %lu
../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF'
     sprintf x;\
             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:983:58: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DQS_ASSERT((fprintf(fp,"REAUTH_TIME              %d\n",mconf->reauth_time)>0));
                                                   ~~    ^~~~~~~~~~~~~~~~~~
                                                   %lu
../SRC/def.h:1202:27: note: expanded from macro 'DQS_ASSERT'
#define DQS_ASSERT(x)  if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();}
                          ^
../SRC/dqs_setup.c:1043:58: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DQS_ASSERT((fprintf(fp,"MIN_GID                  %u\n",mconf->min_gid)>0));
                                                   ~~    ^~~~~~~~~~~~~~
                                                   %lu
../SRC/def.h:1202:27: note: expanded from macro 'DQS_ASSERT'
#define DQS_ASSERT(x)  if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();}
                          ^
../SRC/dqs_setup.c:1044:58: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DQS_ASSERT((fprintf(fp,"MIN_UID                  %u\n",mconf->min_uid)>0));
                                                   ~~    ^~~~~~~~~~~~~~
                                                   %lu
../SRC/def.h:1202:27: note: expanded from macro 'DQS_ASSERT'
#define DQS_ASSERT(x)  if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();}
                          ^
../SRC/dqs_setup.c:1045:58: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DQS_ASSERT((fprintf(fp,"MAXUJOBS                 %u\n",mconf->maxujobs)>0));
                                                   ~~    ^~~~~~~~~~~~~~~
                                                   %lu
../SRC/def.h:1202:27: note: expanded from macro 'DQS_ASSERT'
#define DQS_ASSERT(x)  if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();}
                          ^
../SRC/dqs_setup.c:1067:58: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DQS_ASSERT((fprintf(fp,"LOAD_LOG_TIME            %u\n",mconf->load_log_time)>0));
                                                   ~~    ^~~~~~~~~~~~~~~~~~~~
                                                   %lu
../SRC/def.h:1202:27: note: expanded from macro 'DQS_ASSERT'
#define DQS_ASSERT(x)  if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();}
                          ^
../SRC/dqs_setup.c:1068:58: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DQS_ASSERT((fprintf(fp,"STAT_LOG_TIME            %u\n",mconf->stat_log_time)>0));
                                                   ~~    ^~~~~~~~~~~~~~~~~~~~
                                                   %lu
../SRC/def.h:1202:27: note: expanded from macro 'DQS_ASSERT'
#define DQS_ASSERT(x)  if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();}
                          ^
../SRC/dqs_setup.c:1069:58: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DQS_ASSERT((fprintf(fp,"SCHEDULE_TIME            %u\n",mconf->schedule_time)>0));
                                                   ~~    ^~~~~~~~~~~~~~~~~~~~
                                                   %lu
../SRC/def.h:1202:27: note: expanded from macro 'DQS_ASSERT'
#define DQS_ASSERT(x)  if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();}
                          ^
../SRC/dqs_setup.c:1070:58: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DQS_ASSERT((fprintf(fp,"MAX_UNHEARD              %u\n",mconf->max_unheard)>0));
                                                   ~~    ^~~~~~~~~~~~~~~~~~
                                                   %lu
../SRC/def.h:1202:27: note: expanded from macro 'DQS_ASSERT'
#define DQS_ASSERT(x)  if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();}
                          ^
../SRC/dqs_setup.c:1071:58: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DQS_ASSERT((fprintf(fp,"ALARMS                   %u\n",mconf->alarms)>0));
                                                   ~~    ^~~~~~~~~~~~~
                                                   %lu
../SRC/def.h:1202:27: note: expanded from macro 'DQS_ASSERT'
#define DQS_ASSERT(x)  if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();}
                          ^
../SRC/dqs_setup.c:1072:58: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DQS_ASSERT((fprintf(fp,"ALARMM                   %u\n",mconf->alarmm)>0));
                                                   ~~    ^~~~~~~~~~~~~
                                                   %lu
../SRC/def.h:1202:27: note: expanded from macro 'DQS_ASSERT'
#define DQS_ASSERT(x)  if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();}
                          ^
../SRC/dqs_setup.c:1073:58: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
  DQS_ASSERT((fprintf(fp,"ALARML                   %u\n",mconf->alarml)>0));
                                                   ~~    ^~~~~~~~~~~~~
                                                   %lu
../SRC/def.h:1202:27: note: expanded from macro 'DQS_ASSERT'
#define DQS_ASSERT(x)  if x ; else {dqs_log(LOG_CRIT,"unrecoverable error - contact systems manager",__FILE__,DQS_FUNC,__LINE__);abort();}
                          ^
../SRC/dqs_setup.c:1267:63: warning: cast to smaller integer type 'char' from 'void *' [-Wvoid-pointer-to-int-cast]
      verchk[0] = listel_ptr->queue->Version[10]; verchk[1] = (char)NULL;
                                                              ^~~~~~~~~~
../SRC/dqs_setup.c:1268:63: warning: cast to smaller integer type 'char' from 'void *' [-Wvoid-pointer-to-int-cast]
      verchk[2] = listel_ptr->queue->Version[12]; verchk[3] = (char)NULL;
                                                              ^~~~~~~~~~
../SRC/dqs_setup.c:1498:45: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat]
          sprintf(str,"%s.%d",dusage->dqs_job_name,dusage->pid);
                          ~~                       ^~~~~~~~~~~
                          %lu
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
../SRC/dqs_setup.c:1577:18: warning: address of array 'dent->d_name' will always evaluate to 'true' [-Wpointer-bool-conversion]
      if (!dent->d_name)
          ~~~~~~~^~~~~~
53 warnings and 3 errors generated.
*** [dqs_setup.o] Error code 1

make[2]: stopped making "all" in /Users/pbulk/build/parallel/dqs/work/DQS3/ARCS/aarch64-apple-darwin23.5.0
make[2]: 1 error

make[2]: stopped making "all" in /Users/pbulk/build/parallel/dqs/work/DQS3/ARCS/aarch64-apple-darwin23.5.0
*** [all] Error code 2

make[1]: stopped making "all" in /Users/pbulk/build/parallel/dqs/work/DQS3/ARCS/aarch64-apple-darwin23.5.0
make[1]: 1 error

make[1]: stopped making "all" in /Users/pbulk/build/parallel/dqs/work/DQS3/ARCS/aarch64-apple-darwin23.5.0
*** [all] Error code 2

bmake: stopped making "all" in /Users/pbulk/build/parallel/dqs/work/DQS3
bmake: 1 error

bmake: stopped making "all" in /Users/pbulk/build/parallel/dqs/work/DQS3
*** Error code 2

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

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