=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for slurm-0.3.3 cd . && /bin/sh /usr/pkgsrc/work/net/slurm/work/slurm-0.3.3/missing --run aclocal-1.6 WARNING: 'aclocal' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.in'. You might want to install the Automake and Perl packages. Grab them from any GNU archive site. cd . && /bin/sh /usr/pkgsrc/work/net/slurm/work/slurm-0.3.3/missing --run autoheader WARNING: 'autoheader' is missing on your system. You should only need it if you modified 'acconfig.h' or 'configure.in'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. touch ./config.h.in cd . && /bin/sh /usr/pkgsrc/work/net/slurm/work/slurm-0.3.3/missing --run autoconf WARNING: 'autoconf' is missing on your system. You should only need it if you modified 'configure.in'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. /bin/sh ./config.status --recheck /usr/pkg/bin/bmake all-am cd . && /bin/sh /usr/pkgsrc/work/net/slurm/work/slurm-0.3.3/missing --run automake-1.6 --gnu Makefile WARNING: 'automake' is missing on your system. You should only need it if you modified 'Makefile.am', 'acinclude.m4' or 'configure.in'. You might want to install the Automake and Perl packages. Grab them from any GNU archive site. /bin/sh ./config.status --recheck source='slurm.c' object='slurm.o' libtool=no depfile='.deps/slurm.Po' tmpdepfile='.deps/slurm.TPo' depmode=gcc3 /bin/sh ./depcomp cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -march=i586 -I/usr/include -D_HAVE_NCURSES -D_HAVE_NCURSES_COLOR -c `test -f 'slurm.c' || echo './'`slurm.c In file included from slurm.c:38: ./os.h:233:2: error: "Your OS is not supported! Please report to hscholz@raisdorf.net" #error "Your OS is not supported! Please report to hscholz@raisdorf.net" ^ In file included from slurm.c:41: ./slurm.h:68:2: warning: "setting buf size to 1024" [-W#warnings] #warning "setting buf size to 1024" ^ In file included from slurm.c:46: ./error.c:24:2: error: use of undeclared identifier 'va_list' va_list arguments; ^ ./error.c:26:2: warning: implicit declaration of function 'va_start' is invalid in C99 [-Wimplicit-function-declaration] va_start(arguments, msg); ^ ./error.c:26:11: error: use of undeclared identifier 'arguments' va_start(arguments, msg); ^ ./error.c:32:5: warning: implicit declaration of function 'fprintf' is invalid in C99 [-Wimplicit-function-declaration] fprintf(stderr, "DEBUG: "); ^ ./error.c:32:5: warning: declaration of built-in function 'fprintf' requires inclusion of the header [-Wbuiltin-requires-header] ./error.c:32:13: error: use of undeclared identifier 'stderr' fprintf(stderr, "DEBUG: "); ^ ./error.c:35:12: error: use of undeclared identifier 'stderr' fprintf(stderr, "NOTICE: "); ^ ./error.c:38:12: error: use of undeclared identifier 'stderr' fprintf(stderr, "WARNING: "); ^ ./error.c:41:12: error: use of undeclared identifier 'stderr' fprintf(stderr, "ERROR: "); ^ ./error.c:44:12: error: use of undeclared identifier 'stderr' fprintf(stderr, "FATAL: "); ^ ./error.c:48:2: warning: implicitly declaring library function 'vfprintf' with type 'int ()' vfprintf(stderr, msg, arguments); ^ ./error.c:48:2: note: please include the header or explicitly provide a declaration for 'vfprintf' ./error.c:48:11: error: use of undeclared identifier 'stderr' vfprintf(stderr, msg, arguments); ^ ./error.c:49:2: warning: implicit declaration of function 'va_end' is invalid in C99 [-Wimplicit-function-declaration] va_end(arguments); ^ ./error.c:49:9: error: use of undeclared identifier 'arguments' va_end(arguments); ^ ./error.c:50:10: error: use of undeclared identifier 'stderr' fprintf(stderr, "\n"); ^ ./error.c:52:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit(1); ^ ./error.c:52:2: note: please include the header or explicitly provide a declaration for 'exit' In file included from slurm.c:48: ./theme.c:22:11: error: use of undeclared identifier 'NULL' if (t == NULL) ^ ./theme.c:49:2: error: use of undeclared identifier 'FILE' FILE *f; ^ ./theme.c:49:8: error: use of undeclared identifier 'f' FILE *f; ^ ./theme.c:64:2: warning: implicitly declaring library function 'bzero' with type 'void (void *, unsigned int)' bzero(&filename, BUFSIZ); ^ ./theme.c:64:2: note: please include the header or explicitly provide a declaration for 'bzero' ./theme.c:65:2: warning: implicitly declaring library function 'snprintf' with type 'int (char *, unsigned int, const char *, ...)' snprintf(filename, BUFSIZ, "%s.theme", name); ^ ./theme.c:65:2: note: please include the header or explicitly provide a declaration for 'snprintf' ./theme.c:66:7: error: use of undeclared identifier 'f' if ((f = fopen(filename, "r")) == NULL) ^ ./theme.c:66:11: warning: implicit declaration of function 'fopen' is invalid in C99 [-Wimplicit-function-declaration] if ((f = fopen(filename, "r")) == NULL) ^ ./theme.c:66:36: error: use of undeclared identifier 'NULL' if ((f = fopen(filename, "r")) == NULL) ^ ./theme.c:69:52: warning: implicit declaration of function 'getenv' is invalid in C99 [-Wimplicit-function-declaration] snprintf(filename, BUFSIZ, "%s/.slurm/%s.theme", getenv("HOME"), name); ^ ./theme.c:69:52: warning: format specifies type 'char *' but the argument has type 'int' [-Wformat] snprintf(filename, BUFSIZ, "%s/.slurm/%s.theme", getenv("HOME"), name); ~~ ^~~~~~~~~~~~~~ %d ./theme.c:70:8: error: use of undeclared identifier 'f' if ((f = fopen(filename, "r")) == NULL) ^ ./theme.c:70:37: error: use of undeclared identifier 'NULL' if ((f = fopen(filename, "r")) == NULL) ^ ./theme.c:80:9: error: use of undeclared identifier 'f' if ((f = fopen(filename, "r")) == NULL) ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 12 warnings and 20 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/net/slurm/work/slurm-0.3.3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/net/slurm/work/slurm-0.3.3 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/slurm *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/slurm