=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for dqs-3.3.2nb2 UTIL/make_arcs make CC=cc -f Makefile myhostname = minix Making the directory ARCS /usr/pkgsrc/work/parallel/dqs/work/DQS3/ARCS Linking ../SRC SRC Linking ../UTIL UTIL /usr/pkgsrc/work/parallel/dqs/work/DQS3/ARCS/i686-elf32-minix 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: redefinition of 'sys_errlist' with a different type: 'char *[]' vs 'const char *const *' extern char *sys_errlist[]; ^ /usr/include/errno.h:61:27: note: previous definition is here extern const char *const *sys_errlist __RENAME(__sys_errlist14); ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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;\ ^ ../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 50 warnings and 1 error generated. *** Error code 1 Stop. make: stopped in /usr/pkgsrc/work/parallel/dqs/work/DQS3/ARCS/i686-elf32-minix *** Error code 1 Stop. make: stopped in /usr/pkgsrc/work/parallel/dqs/work/DQS3/ARCS/i686-elf32-minix *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/parallel/dqs/work/DQS3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/parallel/dqs *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/parallel/dqs