+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/lambdamoo-1.8.1nb2/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/lambdamoo-1.8.1nb2/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for lambdamoo-1.8.1nb2 /usr/bin/mv /home/pbulk/build/net/lambdamoo/work/MOO-1.8.1/restart.sh /home/pbulk/build/net/lambdamoo/work/MOO-1.8.1/restart.sh.in /usr/bin/sed /home/pbulk/build/net/lambdamoo/work/MOO-1.8.1/restart.sh "s|__PREFIX__|/opt/pkg|g" --- configure --- --- net_mp_fake.o --- --- configure --- Not running autoconf; you must do this by hand. touch configure --- net_mp_fake.o --- touch net_mp_fake.o --- config.status --- env CC= YACC= ./configure --no-create checking for bison checking for gcc checking how to run the C preprocessor checking whether -traditional is needed checking how to run the C preprocessor checking for NeXT checking for the DEC Alpha running OSF/1 checking for the SGI compiler checking for AIX checking for POSIXized ISC checking for minix/config.h checking for -lintl checking for A/UX checking for HP/UX checking that the C compiler handles important ANSI C constructs checking for a working const keyword checking how to run the C preprocessor checking whether stdlib.h declares malloc and friends checking for sys/bsdtypes.h checking for sys/select.h checking for memory.h checking for pid_t in sys/types.h checking for mode_t in sys/types.h checking for size_t in sys/types.h checking for struct tm in time.h checking for tm_zone in struct tm checking for tzname checking for sqrt checking for sqrt checking for mkfifo checking for waitpid checking for sigemptyset checking for accept checking for accept checking for t_open checking for crypt checking for unistd.h checking for sys/cdefs.h checking for stdlib.h checking for tiuser.h checking for machine/endian.h checking for remove checking for rename checking for poll checking for select checking for strerror checking for strftime checking for strtoul checking for matherr checking for random checking for lrand48 checking for wait3 checking for wait2 checking for sigsetmask checking for sigprocmask checking for sigrelse checking whether tolower is declared in ctype.h checking whether fcntl is declared in fcntl.h checking whether htonl is declared in netinet/in.h checking whether ioctl is declared in sys/ioctl.h checking whether poll is declared in poll.h checking whether kill is declared in signal.h checking whether sigemptyset is declared in signal.h checking whether sigprocmask is declared in signal.h checking whether sigrelse is declared in signal.h checking whether accept is declared in sys/socket.h checking whether bind is declared in sys/socket.h checking whether shutdown is declared in sys/socket.h checking whether fstat is declared in sys/stat.h checking whether fclose is declared in stdio.h checking whether perror is declared in stdio.h checking whether remove is declared in stdio.h checking whether vfprintf is declared in stdio.h checking whether random is declared in stdlib.h checking whether srandom is declared in stdlib.h checking whether strtod is declared in stdlib.h checking whether strtol is declared in stdlib.h checking whether strtoul is declared in stdlib.h checking whether bzero is declared in string.h checking whether memcpy is declared in string.h checking whether memset is declared in string.h checking whether strerror is declared in string.h checking for bzero being declared in stdlib.h checking whether getitimer is declared in sys/time.h checking whether setitimer is declared in sys/time.h checking whether select is declared in sys/time.h checking whether strftime is declared in time.h checking whether time is declared in time.h checking whether tzname is declared in time.h checking whether t_open is declared in tiuser.h checking whether t_errlist is declared in tiuser.h checking whether fork is declared in unistd.h checking whether waitpid is declared in sys/wait.h checking for self-sufficiency of arpa/inet.h checking for self-sufficiency of signal.h checking for self-sufficiency of sys/socket.h checking for self-sufficiency of sys/stat.h checking for self-sufficiency of time.h checking for string.h declaring some functions incorrectly checking for incompatibility between and checking whether or not fstat() can tell how much data is in a FIFO checking whether or not select() can be used on FIFOs checking whether or not poll() can be used on FIFOs checking whether POSIX-style non-blocking I/O works checking which MOO networking configurations are likely to work... checking for sys/socket.h checking for telnet ---------------------------------------------------------------------- | The following networking configurations will probably work on your | system; any configuration *not* listed here almost certainly will | *not* work on your system: | | NP_SINGLE NS_BSD/NP_LOCAL NS_BSD/NP_TCP NS_SYSV/NP_LOCAL NS_SYSV/NP_TCP ---------------------------------------------------------------------- creating config.status creating Makefile creating config.h config.h is unchanged --- config.h --- [ config.h : config.status ] ./config.status creating Makefile creating config.h config.h is unchanged --- parser.o --- --- ast.o --- --- code_gen.o --- --- db_file.o --- --- parser.o --- /opt/pkg/bin/bison -y -d parser.y --- ast.o --- gcc -g -ansi -O -c ast.c --- code_gen.o --- gcc -g -ansi -O -c code_gen.c --- db_file.o --- gcc -g -ansi -O -c db_file.c --- code_gen.o --- In file included from code_gen.c:24: storage.h:50:14: error: expected ';' before 'void' 50 | static inline void /* XXX was extern, fix for non-gcc compilers */ | ^~~~~ | ; In file included from code_gen.c:27: utils.h:45:14: error: expected ';' before 'void' 45 | static inline void | ^~~~~ | ; utils.h:52:8: error: unknown type name 'inline' 52 | static inline Var | ^~~~~~ utils.h:53:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var_ref' 53 | var_ref(Var v) | ^~~~~~~ utils.h:61:8: error: unknown type name 'inline' 61 | static inline Var | ^~~~~~ utils.h:62:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var_dup' 62 | var_dup(Var v) | ^~~~~~~ code_gen.c: In function 'add_literal': code_gen.c:280:60: error: incompatible types when assigning to type 'Var' from type 'int' 280 | gstate->literals[i = gstate->num_literals++] = var_ref(v); | ^~~~~~~ --- ast.o --- In file included from ast.c:27: storage.h:50:14: error: expected ';' before 'void' 50 | static inline void /* XXX was extern, fix for non-gcc compilers */ | ^~~~~ | ; In file included from ast.c:28: utils.h:45:14: error: expected ';' before 'void' 45 | static inline void | ^~~~~ | ; utils.h:52:8: error: unknown type name 'inline' 52 | static inline Var | ^~~~~~ utils.h:53:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var_ref' 53 | var_ref(Var v) | ^~~~~~~ utils.h:61:8: error: unknown type name 'inline' 61 | static inline Var | ^~~~~~ utils.h:62:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var_dup' 62 | var_dup(Var v) | ^~~~~~~ --- db_file.o --- In file included from db_file.c:35: storage.h:50:14: error: expected ';' before 'void' 50 | static inline void /* XXX was extern, fix for non-gcc compilers */ | ^~~~~ | ; --- code_gen.o --- *** [code_gen.o] Error code 1 bmake: stopped making "moo" in /home/pbulk/build/net/lambdamoo/work/MOO-1.8.1 --- ast.o --- *** [ast.o] Error code 1 bmake: stopped making "moo" in /home/pbulk/build/net/lambdamoo/work/MOO-1.8.1 --- db_file.o --- *** [db_file.o] Error code 1 bmake: stopped making "moo" in /home/pbulk/build/net/lambdamoo/work/MOO-1.8.1 --- parser.o --- gcc -g -ansi -O -c -o parser.o y.tab.c In file included from parser.y:40: storage.h:50:14: error: expected ';' before 'void' 50 | static inline void /* XXX was extern, fix for non-gcc compilers */ | ^~~~~ | ; In file included from parser.y:44: utils.h:45:14: error: expected ';' before 'void' 45 | static inline void | ^~~~~ | ; utils.h:52:8: error: unknown type name 'inline' 52 | static inline Var | ^~~~~~ utils.h:53:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var_ref' 53 | var_ref(Var v) | ^~~~~~~ utils.h:61:8: error: unknown type name 'inline' 61 | static inline Var | ^~~~~~ utils.h:62:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var_dup' 62 | var_dup(Var v) | ^~~~~~~ *** [parser.o] Error code 1 bmake: stopped making "moo" in /home/pbulk/build/net/lambdamoo/work/MOO-1.8.1 bmake: 4 errors bmake: stopped making "moo" in /home/pbulk/build/net/lambdamoo/work/MOO-1.8.1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/lambdamoo *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/lambdamoo