=> Bootstrap dependency digest>=20010302: found digest-20190127 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for dqs-3.3.2nb2 --- all --- UTIL/make_arcs make CC=cc -f Makefile myhostname = sijmens-mini.home Making the directory ARCS /opt/work/parallel/dqs/work/DQS3/ARCS Linking ../SRC SRC Linking ../UTIL UTIL /opt/work/parallel/dqs/work/DQS3/ARCS/arm-apple-darwin20.3.0 --- all --- 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. --- dqs_ddes.o --- --- dqs_setup.o --- --- dqs_wildmat.o --- --- dqs_c_qmod.o --- --- dqs_select_queue.o --- --- dqs_free.o --- --- dqs_c_qdel.o --- --- dqs_start_p4.o --- --- dqs_ddes.o --- cc -g -c ../SRC/dqs_ddes.c --- dqs_setup.o --- cc -g -c ../SRC/dqs_setup.c --- dqs_wildmat.o --- cc -g -c ../SRC/dqs_wildmat.c --- dqs_c_qmod.o --- cc -g -c ../SRC/dqs_c_qmod.c --- dqs_select_queue.o --- cc -g -c ../SRC/dqs_select_queue.c --- dqs_free.o --- cc -g -c ../SRC/dqs_free.c --- dqs_c_qdel.o --- cc -g -c ../SRC/dqs_c_qdel.c --- dqs_start_p4.o --- cc -g -c ../SRC/dqs_start_p4.c --- dqs_log.o --- cc -g -c ../SRC/dqs_log.c --- dqs_c_qdel.o --- In file included from ../SRC/dqs_c_qdel.c:69: ../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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:368:30: note: previous declaration is here extern __const char *__const sys_errlist[]; ^ --- dqs_wildmat.o --- In file included from ../SRC/dqs_wildmat.c:10: ../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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:368:30: note: previous declaration is here extern __const char *__const sys_errlist[]; ^ --- dqs_c_qdel.o --- ../SRC/dqs_c_qdel.c:186:41: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] sprintf(dqs_mail_subj,"Job %d Killed",job->job_number); ~~ ^~~~~~~~~~~~~~~ %lu /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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_c_qdel.c:187:41: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] sprintf(dqs_mail_body,"Job %d Killed",job->job_number); ~~ ^~~~~~~~~~~~~~~ %lu /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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_c_qdel.c:237:52: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] NAK((ACK_EVENT,"error: unknown list type %d",request_list->type)); ~~ ^~~~~~~~~~~~~~~~~~ %lu ../SRC/def.h:1170:14: note: expanded from macro 'NAK' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ 3 warnings and 1 error generated. --- dqs_wildmat.o --- ../SRC/dqs_wildmat.c:103:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (reverse = p[1] == NEGATE_CLASS) ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ../SRC/dqs_wildmat.c:103:19: note: place parentheses around the assignment to silence this warning if (reverse = p[1] == NEGATE_CLASS) ^ ( ) ../SRC/dqs_wildmat.c:103:19: note: use '==' to turn this assignment into an equality comparison if (reverse = p[1] == NEGATE_CLASS) ^ == 1 warning and 1 error generated. --- dqs_c_qdel.o --- *** [dqs_c_qdel.o] Error code 1 make[2]: stopped in /opt/work/parallel/dqs/work/DQS3/ARCS/arm-apple-darwin20.3.0 --- dqs_wildmat.o --- *** [dqs_wildmat.o] Error code 1 make[2]: stopped in /opt/work/parallel/dqs/work/DQS3/ARCS/arm-apple-darwin20.3.0 --- dqs_c_qmod.o --- In file included from ../SRC/dqs_c_qmod.c:74: ../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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:368:30: note: previous declaration is here extern __const char *__const sys_errlist[]; ^ --- dqs_setup.o --- 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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:368:30: note: previous declaration is here extern __const char *__const sys_errlist[]; ^ --- dqs_select_queue.o --- In file included from ../SRC/dqs_select_queue.c:127: ../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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:368:30: note: previous declaration is here extern __const char *__const sys_errlist[]; ^ ../SRC/dqs_select_queue.c:236:49: warning: format specifies type 'unsigned int' but the argument has type 'dqs_list_type *' (aka 'struct listel *') [-Wformat] DPRINTF((DQS_EVENT,"rqp= %08x %s",req_resources, cp->str0)); ~~~~ ^~~~~~~~~~~~~ ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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_select_queue.c:239:62: warning: format specifies type 'unsigned int' but the argument has type 'dqs_list_type *' (aka 'struct listel *') [-Wformat] DPRINTF((DQS_EVENT,"req_resources= %08x %s",req_resources, cp->str0)); ~~~~ ^~~~~~~~~~~~~ ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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_select_queue.c:262:157: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] DPRINTF((DQS_EVENT,"dqs_select_queues: Queue=%s, Resource=%s, Logical_operand=%d, cp_logical_suitable=%d, q->suitable=%d", qp->queue->qname, rp->str0, rp->int2, cp_logical_suitable, qp->queue->suitable)); ~~ ^~~~~~~~ %lu ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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_select_queue.c:262:167: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] DPRINTF((DQS_EVENT,"dqs_select_queues: Queue=%s, Resource=%s, Logical_operand=%d, cp_logical_suitable=%d, q->suitable=%d", qp->queue->qname, rp->str0, rp->int2, cp_logical_suitable, qp->queue->suitable)); ~~ ^~~~~~~~~~~~~~~~~~~ %lu ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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_select_queue.c:262:188: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] DPRINTF((DQS_EVENT,"dqs_select_queues: Queue=%s, Resource=%s, Logical_operand=%d, cp_logical_suitable=%d, q->suitable=%d", qp->queue->qname, rp->str0, rp->int2, cp_logical_suitable, qp->queue->suitable)); ~~ ^~~~~~~~~~~~~~~~~~~ %lu ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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_select_queue.c:274:77: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] DPRINTF((DQS_EVENT,"dqs_select_queues: Next_Operand=%d, < %s >.", rp->next->int2, rp->next->str0)); ~~ ^~~~~~~~~~~~~~ %lu ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_c_qmod.o --- ../SRC/dqs_c_qmod.c:479:63: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] --- dqs_select_queue.o --- ../SRC/dqs_select_queue.c:287:96: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] --- dqs_c_qmod.o --- NAK((ACK_EVENT,"error: unknown qmod action request %d",request_list->job->suspend_enable)); ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lu ../SRC/def.h:1170:14: note: expanded from macro 'NAK' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_select_queue.o --- DPRINTF((DQS_EVENT,"dqs_select_queues: Skipping to Next_Operand=%d, < %s >.", rp->next->int2, rp->next->str0)); ~~ ^~~~~~~~~~~~~~ %lu --- dqs_c_qmod.o --- ../SRC/dqs_c_qmod.c:495:52: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] --- dqs_select_queue.o --- ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' --- dqs_c_qmod.o --- NAK((ACK_EVENT,"error: unknown list type %d",request_list->type)); ~~ ^~~~~~~~~~~~~~~~~~ %lu ../SRC/def.h:1170:14: note: expanded from macro 'NAK' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_select_queue.o --- __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ ../SRC/dqs_select_queue.c:290:80: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] DPRINTF((DQS_EVENT,"dqs_select_queues: Current_Operand=%d, < %s >.", rp->int2, rp->str0)); ~~ ^~~~~~~~ %lu ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' --- dqs_c_qmod.o --- ../SRC/dqs_c_qmod.c:591:57: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] --- dqs_select_queue.o --- __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_c_qmod.o --- sprintf(dqs_mail_subj,"Job %d Suspended",job->job_number); ~~ ^~~~~~~~~~~~~~~ %lu /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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_c_qmod.c:592:44: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] sprintf(dqs_mail_body,"Job %d Suspended",job->job_number); ~~ ^~~~~~~~~~~~~~~ %lu /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ 4 warnings and 1 error generated. --- dqs_setup.o --- ../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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/unistd.h:459:1: note: 'getpgrp' declared here pid_t getpgrp(void); ^ --- dqs_select_queue.o --- ../SRC/dqs_select_queue.c:320:50: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] DPRINTF((DQS_EVENT,"old=%d new=%d",old_suitable, qp->queue->suitable)); ~~ ^~~~~~~~~~~~ %lu ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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_select_queue.c:320:64: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] DPRINTF((DQS_EVENT,"old=%d new=%d",old_suitable, qp->queue->suitable)); ~~ ^~~~~~~~~~~~~~~~~~~ %lu ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' --- dqs_setup.o --- ../SRC/dqs_setup.c:440:24: error: too many arguments to function call, expected 0, have 1 DQS_ASSERT(((me.pgrp=GETPGRP)>=0)); ^~~~~~~ --- dqs_select_queue.o --- __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_setup.o --- ../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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/unistd.h:459:1: 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' --- dqs_select_queue.o --- ../SRC/dqs_select_queue.c:343:47: warning: format specifies type 'unsigned int' but the argument has type 'dqs_list_type *' (aka 'struct listel *') [-Wformat] --- dqs_setup.o --- sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' --- dqs_select_queue.o --- DPRINTF((DQS_EVENT,"rqp= %08x %s",req_resources, consp->str0)); ~~~~ ^~~~~~~~~~~~~ ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_free.o --- In file included from ../SRC/dqs_free.c:110: ../SRC/globals.h:249:14: error: redeclaration of 'sys_errlist' with a different type: 'char *[]' vs 'const char *const []' extern char *sys_errlist[]; ^ --- dqs_setup.o --- __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_free.o --- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:368:30: note: previous declaration is here extern __const char *__const sys_errlist[]; ^ --- dqs_select_queue.o --- ../SRC/dqs_select_queue.c:368:159: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] DPRINTF((DQS_EVENT,"dqs_select_queues: Queue=%s, Resource=%s, Logical_operand=%d, consp_logical_suitable=%d, q->suitable=%d", qp->queue->qname, rp->str0, rp->int2, consp_logical_suitable, qp->queue->suitable)); ~~ ^~~~~~~~ %lu ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_setup.o --- ../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;\ ^ --- dqs_select_queue.o --- ../SRC/dqs_select_queue.c:368:169: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] DPRINTF((DQS_EVENT,"dqs_select_queues: Queue=%s, Resource=%s, Logical_operand=%d, consp_logical_suitable=%d, q->suitable=%d", qp->queue->qname, rp->str0, rp->int2, consp_logical_suitable, qp->queue->suitable)); ~~ ^~~~~~~~~~~~~~~~~~~~~~ %lu --- dqs_setup.o --- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' --- dqs_select_queue.o --- ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ --- dqs_setup.o --- __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_select_queue.o --- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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_select_queue.c:368:193: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] DPRINTF((DQS_EVENT,"dqs_select_queues: Queue=%s, Resource=%s, Logical_operand=%d, consp_logical_suitable=%d, q->suitable=%d", qp->queue->qname, rp->str0, rp->int2, consp_logical_suitable, qp->queue->suitable)); ~~ ^~~~~~~~~~~~~~~~~~~ %lu ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_c_qmod.o --- *** [dqs_c_qmod.o] Error code 1 make[2]: stopped in /opt/work/parallel/dqs/work/DQS3/ARCS/arm-apple-darwin20.3.0 --- dqs_select_queue.o --- ../SRC/dqs_select_queue.c:379:85: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] DPRINTF((DQS_EVENT,"dqs_select_queues: Next_Operand=%d, < %s >.", rp->next->int2, rp->next->str0)); ~~ ^~~~~~~~~~~~~~ %lu ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) --- dqs_setup.o --- ../SRC/dqs_setup.c:542:44: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] --- dqs_select_queue.o --- ^~~~~~~~~~~ --- dqs_setup.o --- 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;\ --- dqs_select_queue.o --- ../SRC/dqs_select_queue.c:392:86: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] --- dqs_setup.o --- ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' --- dqs_select_queue.o --- DPRINTF((DQS_EVENT,"dqs_select_queues: Skipping to Next_Operand=%d, < %s >.", rp->next->int2, rp->next->str0)); ~~ ^~~~~~~~~~~~~~ %lu --- dqs_setup.o --- __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_select_queue.o --- ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_setup.o --- ../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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' --- dqs_select_queue.o --- ../SRC/dqs_select_queue.c:395:79: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] --- dqs_setup.o --- __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_select_queue.o --- DPRINTF((DQS_EVENT,"dqs_select_queues: Current_Operand=%d, < %s >.", rp->int2, rp->str0)); ~~ ^~~~~~~~ %lu --- dqs_setup.o --- ../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 --- dqs_select_queue.o --- ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_setup.o --- ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_free.o --- 1 error generated. --- dqs_setup.o --- ../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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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' --- dqs_select_queue.o --- ../SRC/dqs_select_queue.c:425:48: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] DPRINTF((DQS_EVENT,"old=%d new=%d",old_suitable, qp->queue->suitable)); ~~ ^~~~~~~~~~~~ %lu ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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_select_queue.c:425:62: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] DPRINTF((DQS_EVENT,"old=%d new=%d",old_suitable, qp->queue->suitable)); ~~ ^~~~~~~~~~~~~~~~~~~ --- dqs_setup.o --- sprintf x;\ ^ --- dqs_select_queue.o --- %lu ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_setup.o --- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' --- dqs_select_queue.o --- ../SRC/dqs_select_queue.c:439:48: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] DPRINTF((DQS_EVENT,"required= %d %s",req_resources->int0, req_resources->str0)); ~~ ^~~~~~~~~~~~~~~~~~~ %lu ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ --- dqs_setup.o --- __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_select_queue.o --- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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_select_queue.c:508:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (amount=dqs_cons_el_suitable(req_lp,c_lp)) ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- dqs_setup.o --- ../SRC/dqs_setup.c:558:45: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] --- dqs_select_queue.o --- ../SRC/dqs_select_queue.c:508:15: note: place parentheses around the assignment to silence this warning if (amount=dqs_cons_el_suitable(req_lp,c_lp)) ^ ( ) ../SRC/dqs_select_queue.c:508:15: note: use '==' to turn this assignment into an equality comparison if (amount=dqs_cons_el_suitable(req_lp,c_lp)) ^ == --- dqs_setup.o --- 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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_free.o --- *** [dqs_free.o] Error code 1 make[2]: stopped in /opt/work/parallel/dqs/work/DQS3/ARCS/arm-apple-darwin20.3.0 --- dqs_setup.o --- ../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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' --- dqs_select_queue.o --- ../SRC/dqs_select_queue.c:683:46: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] DPRINTF((DQS_EVENT,"request=%d current=%d",req_lp->int0, cons_lp->int2)); ~~ ^~~~~~~~~~~~ %lu --- dqs_setup.o --- __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_select_queue.o --- ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' --- dqs_setup.o --- ../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' --- dqs_select_queue.o --- sprintf x;\ ^ --- dqs_setup.o --- sprintf x;\ ^ --- dqs_select_queue.o --- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' --- dqs_setup.o --- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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] --- dqs_select_queue.o --- __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_setup.o --- 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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' --- dqs_select_queue.o --- ../SRC/dqs_select_queue.c:683:60: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] --- dqs_setup.o --- __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] --- dqs_select_queue.o --- DPRINTF((DQS_EVENT,"request=%d current=%d",req_lp->int0, cons_lp->int2)); ~~ ^~~~~~~~~~~~~ %lu --- dqs_setup.o --- DPRINTF((DQS_EVENT,"me.open_max\t\t\t>%u<",me.open_max)); ~~ ^~~~~~~~~~~ %lu --- dqs_select_queue.o --- ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' --- dqs_setup.o --- ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' --- dqs_select_queue.o --- sprintf x;\ ^ --- dqs_setup.o --- __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_select_queue.o --- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' --- dqs_setup.o --- ../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 --- dqs_select_queue.o --- __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_setup.o --- ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_select_queue.o --- ../SRC/dqs_select_queue.c:735:105: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] --- dqs_setup.o --- ../SRC/dqs_setup.c:575:45: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] --- dqs_select_queue.o --- DPRINTF((DQS_EVENT,"Queue:%s, suitable=%d, resource_list_count=%d, job_name=%s", lp->queue->qname, lp->queue->suitable, length, job->job_name)); ~~ ^~~~~~~~~~~~~~~~~~~ %lu --- dqs_setup.o --- DPRINTF((DQS_EVENT,"me.pid_max\t\t\t>%u<",me.pid_max)); ~~ ^~~~~~~~~~ %lu --- dqs_select_queue.o --- ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' --- dqs_setup.o --- ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' --- dqs_select_queue.o --- __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_setup.o --- sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_select_queue.o --- ../SRC/dqs_select_queue.c:970:47: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] DPRINTF((DQS_EVENT,"reducing current %d", cp->int2)); ~~ ^~~~~~~~ %lu ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_setup.o --- ../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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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 --- dqs_select_queue.o --- ../SRC/dqs_select_queue.c:1112:47: warning: format specifies type 'unsigned int' but the argument has type 'dqs_list_type *' (aka 'struct listel *') [-Wformat] --- dqs_setup.o --- ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' --- dqs_select_queue.o --- DPRINTF((DQS_EVENT,"hard_master_list= %08x",lp1)); ~~~~ ^~~ --- dqs_setup.o --- sprintf x;\ ^ --- dqs_select_queue.o --- ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' --- dqs_setup.o --- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' --- dqs_select_queue.o --- sprintf x;\ ^ --- dqs_setup.o --- __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_select_queue.o --- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' --- dqs_setup.o --- ../SRC/dqs_setup.c:675:60: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] --- dqs_select_queue.o --- __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_setup.o --- 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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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 --- dqs_select_queue.o --- ../SRC/dqs_select_queue.c:1140:48: warning: format specifies type 'unsigned int' but the argument has type 'dqs_list_type *' (aka 'struct listel *') [-Wformat] DPRINTF((DQS_EVENT,"Hard queue request %08x",lp1)); ~~~~ ^~~ --- dqs_setup.o --- ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_select_queue.o --- ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ --- dqs_setup.o --- ../SRC/dqs_setup.c:679:60: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] --- dqs_select_queue.o --- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' --- dqs_setup.o --- DPRINTF((DQS_EVENT,"conf.loglevel >%u<",conf.loglevel)); ~~ ^~~~~~~~~~~~~ --- dqs_select_queue.o --- __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_setup.o --- %lu ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_start_p4.o --- In file included from ../SRC/dqs_start_p4.c:84: ../SRC/globals.h:249:14: error: redeclaration of 'sys_errlist' with a different type: 'char *[]' vs 'const char *const []' --- dqs_setup.o --- ../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' --- dqs_start_p4.o --- extern char *sys_errlist[]; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:368:30: note: previous declaration is here extern __const char *__const sys_errlist[]; ^ --- dqs_setup.o --- sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_start_p4.o --- ../SRC/dqs_start_p4.c:126:28: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] sprintf(tmpstr," %d",lp->int0); ~~ ^~~~~~~~ %lu --- dqs_select_queue.o --- 27 warnings and 1 error generated. --- dqs_start_p4.o --- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_setup.o --- ../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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_start_p4.o --- ../SRC/dqs_start_p4.c:207:9: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] job->job_number,exec_str,DSH_BINARY, ^~~~~~~~~~~~~~~ ../SRC/def.h:1082:29: note: expanded from macro 'INFO' #define INFO(x) sprintf x;dqs_log(LOG_INFO,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_setup.o --- ../SRC/dqs_setup.c:684:60: warning: format specifies type 'unsigned int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] --- dqs_start_p4.o --- ../SRC/dqs_start_p4.c:212:10: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] job->job_number,exec_str,DSH_BINARY, ^~~~~~~~~~~~~~~ --- dqs_setup.o --- DPRINTF((DQS_EVENT,"conf.max_unheard\t >%u<",conf.max_unheard)); ~~ ^~~~~~~~~~~~~~~~ %lu --- dqs_start_p4.o --- ../SRC/def.h:1079:29: note: expanded from macro 'ERROR' #define ERROR(x) sprintf x;dqs_log(LOG_ERR,DQS_EVENT,__FILE__,DQS_FUNC,__LINE__) ^ --- dqs_setup.o --- ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ --- dqs_start_p4.o --- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_setup.o --- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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 --- dqs_start_p4.o --- ../SRC/dqs_start_p4.c:267:5: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] job->job_number); ^~~~~~~~~~~~~~~ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_setup.o --- ../SRC/def.h:1144:14: note: expanded from macro 'DPRINTF' sprintf x;\ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' --- dqs_start_p4.o --- ../SRC/dqs_start_p4.c:279:5: warning: format specifies type 'int' but the argument has type 'u_long' (aka 'unsigned long') [-Wformat] job->job_number); ^~~~~~~~~~~~~~~ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_setup.o --- __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_start_p4.o --- 5 warnings and 1 error generated. --- dqs_setup.o --- ../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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ --- dqs_select_queue.o --- *** [dqs_select_queue.o] Error code 1 make[2]: stopped in /opt/work/parallel/dqs/work/DQS3/ARCS/arm-apple-darwin20.3.0 --- dqs_start_p4.o --- *** [dqs_start_p4.o] Error code 1 make[2]: stopped in /opt/work/parallel/dqs/work/DQS3/ARCS/arm-apple-darwin20.3.0 --- dqs_setup.o --- ../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: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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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) ~~~~~~~^~~~~~ 51 warnings and 3 errors generated. *** [dqs_setup.o] Error code 1 make[2]: stopped in /opt/work/parallel/dqs/work/DQS3/ARCS/arm-apple-darwin20.3.0 --- dqs_log.o --- In file included from ../SRC/dqs_log.c:148: ../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.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:368:30: note: previous declaration is here extern __const char *__const sys_errlist[]; ^ ../SRC/dqs_log.c:283:15: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] static got_env_vars=0; ~~~~~~ ^ 1 warning and 1 error generated. *** [dqs_log.o] Error code 1 make[2]: stopped in /opt/work/parallel/dqs/work/DQS3/ARCS/arm-apple-darwin20.3.0 8 errors make[2]: stopped in /opt/work/parallel/dqs/work/DQS3/ARCS/arm-apple-darwin20.3.0 *** [all] Error code 2 make[1]: stopped in /opt/work/parallel/dqs/work/DQS3/ARCS/arm-apple-darwin20.3.0 1 error make[1]: stopped in /opt/work/parallel/dqs/work/DQS3/ARCS/arm-apple-darwin20.3.0 *** [all] Error code 2 bmake: stopped in /opt/work/parallel/dqs/work/DQS3 1 error bmake: stopped in /opt/work/parallel/dqs/work/DQS3 *** Error code 2 Stop. bmake[1]: stopped in /opt/pkgsrc/parallel/dqs *** Error code 1 Stop. bmake: stopped in /opt/pkgsrc/parallel/dqs