=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/shells/rc", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for rc-1.7.4 --- mksignal.o --- gcc -DHAVE_CONFIG_H -I. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT mksignal.o -MD -MP -MF .deps/mksignal.Tpo -c -o mksignal.o mksignal.c mv -f .deps/mksignal.Tpo .deps/mksignal.Po --- mksignal --- gcc -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wl,-R/opt/pkg/lib -o mksignal mksignal.o --- sigmsgs.c --- ./mksignal --- all --- /opt/pkg/bin/bmake all-am --- builtins.o --- --- except.o --- --- exec.o --- --- fn.o --- --- builtins.o --- gcc -DHAVE_CONFIG_H -I. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT builtins.o -MD -MP -MF .deps/builtins.Tpo -c -o builtins.o builtins.c --- except.o --- gcc -DHAVE_CONFIG_H -I. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT except.o -MD -MP -MF .deps/except.Tpo -c -o except.o except.c --- exec.o --- gcc -DHAVE_CONFIG_H -I. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT exec.o -MD -MP -MF .deps/exec.Tpo -c -o exec.o exec.c --- fn.o --- gcc -DHAVE_CONFIG_H -I. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -MT fn.o -MD -MP -MF .deps/fn.Tpo -c -o fn.o fn.c In file included from fn.c:6: rc.h:47:14: error: expected '{' before 'bool' 47 | typedef enum bool { | ^~~~ rc.h:47:14: error: two or more data types in declaration specifiers rc.h:49:1: warning: useless type name in empty declaration 49 | } bool; | ^ --- exec.o --- In file included from exec.c:3: rc.h:47:14: error: expected '{' before 'bool' 47 | typedef enum bool { | ^~~~ rc.h:47:14: error: two or more data types in declaration specifiers rc.h:49:1: warning: useless type name in empty declaration 49 | } bool; | ^ --- fn.o --- fn.c:16:23: error: 'FALSE' undeclared here (not in a function); did you mean 'B_FALSE'? 16 | static bool runexit = FALSE; | ^~~~~ | B_FALSE --- except.o --- In file included from except.c:1: rc.h:47:14: error: expected '{' before 'bool' 47 | typedef enum bool { | ^~~~ rc.h:47:14: error: two or more data types in declaration specifiers rc.h:49:1: warning: useless type name in empty declaration 49 | } bool; | ^ --- fn.o --- fn.c: In function 'fnassign': fn.c:159:35: error: 'TRUE' undeclared (first use in this function); did you mean 'B_TRUE'? 159 | runexit = TRUE; | ^~~~ | B_TRUE fn.c:159:35: note: each undeclared identifier is reported only once for each function it appears in --- builtins.o --- In file included from builtins.c:10: rc.h:47:14: error: expected '{' before 'bool' 47 | typedef enum bool { | ^~~~ rc.h:47:14: error: two or more data types in declaration specifiers rc.h:49:1: warning: useless type name in empty declaration 49 | } bool; | ^ --- except.o --- except.c:14:19: error: 'TRUE' undeclared here (not in a function); did you mean 'B_TRUE'? 14 | bool nl_on_intr = TRUE; | ^~~~ | B_TRUE --- exec.o --- exec.c: In function 'exec': exec.c:23:34: error: 'FALSE' undeclared (first use in this function); did you mean 'B_FALSE'? 23 | saw_builtin = saw_exec = FALSE; | ^~~~~ | B_FALSE exec.c:23:34: note: each undeclared identifier is reported only once for each function it appears in exec.c:40:36: error: 'TRUE' undeclared (first use in this function); did you mean 'B_TRUE'? 40 | saw_exec = TRUE; | ^~~~ | B_TRUE --- except.o --- except.c: In function 'rc_error': except.c:127:13: error: 'FALSE' undeclared (first use in this function); did you mean 'B_FALSE'? 127 | set(FALSE); | ^~~~~ | B_FALSE except.c:127:13: note: each undeclared identifier is reported only once for each function it appears in except.c: In function 'sigint': except.c:141:16: error: 'FALSE' undeclared (first use in this function); did you mean 'B_FALSE'? 141 | cond = FALSE; | ^~~~~ | B_FALSE --- builtins.o --- builtins.c: In function 'funcall': builtins.c:79:31: error: 'TRUE' undeclared (first use in this function); did you mean 'B_TRUE'? 79 | starassign(*av, av+1, TRUE); | ^~~~ | B_TRUE builtins.c:79:31: note: each undeclared identifier is reported only once for each function it appears in builtins.c: In function 'arg_count': builtins.c:92:13: error: 'FALSE' undeclared (first use in this function); did you mean 'B_FALSE'? 92 | set(FALSE); | ^~~~~ | B_FALSE builtins.c: In function 'badnum': builtins.c:97:13: error: 'FALSE' undeclared (first use in this function); did you mean 'B_FALSE'? 97 | set(FALSE); | ^~~~~ | B_FALSE builtins.c: In function 'b_echo': builtins.c:117:13: error: 'TRUE' undeclared (first use in this function); did you mean 'B_TRUE'? 117 | set(TRUE); | ^~~~ | B_TRUE builtins.c: In function 'b_cd': builtins.c:136:29: error: 'FALSE' undeclared (first use in this function); did you mean 'B_FALSE'? 136 | set(FALSE); | ^~~~~ | B_FALSE builtins.c:139:29: error: 'TRUE' undeclared (first use in this function); did you mean 'B_TRUE'? 139 | set(TRUE); | ^~~~ | B_TRUE builtins.c: In function 'b_umask': builtins.c:176:21: error: 'TRUE' undeclared (first use in this function); did you mean 'B_TRUE'? 176 | set(TRUE); | ^~~~ | B_TRUE builtins.c:184:29: error: 'FALSE' undeclared (first use in this function); did you mean 'B_FALSE'? 184 | set(FALSE); | ^~~~~ | B_FALSE --- fn.o --- *** [fn.o] Error code 1 bmake[1]: stopped making "all-am" in /tmp/work/shells/rc/work/rc-1.7.4 --- builtins.o --- builtins.c: In function 'b_shift': builtins.c:240:21: error: 'FALSE' undeclared (first use in this function); did you mean 'B_FALSE'? 240 | set(FALSE); | ^~~~~ | B_FALSE builtins.c:243:21: error: 'TRUE' undeclared (first use in this function); did you mean 'B_TRUE'? 243 | set(TRUE); | ^~~~ | B_TRUE builtins.c: In function 'b_wait': builtins.c:269:36: error: 'FALSE' undeclared (first use in this function); did you mean 'B_FALSE'? 269 | if (rc_wait4(pid, &status, FALSE) > 0) | ^~~~~ | B_FALSE --- exec.o --- *** [exec.o] Error code 1 bmake[1]: stopped making "all-am" in /tmp/work/shells/rc/work/rc-1.7.4 --- except.o --- *** [except.o] Error code 1 bmake[1]: stopped making "all-am" in /tmp/work/shells/rc/work/rc-1.7.4 --- builtins.o --- builtins.c: In function 'issig': builtins.c:288:32: error: 'TRUE' undeclared (first use in this function); did you mean 'B_TRUE'? 288 | return TRUE; | ^~~~ | B_TRUE builtins.c:289:16: error: 'FALSE' undeclared (first use in this function); did you mean 'B_FALSE'? 289 | return FALSE; | ^~~~~ | B_FALSE builtins.c: In function 'b_whatis': builtins.c:301:39: error: 'FALSE' undeclared (first use in this function); did you mean 'B_FALSE'? 301 | ess = eff = vee = pee = bee = FALSE; | ^~~~~ | B_FALSE builtins.c:305:33: error: 'TRUE' undeclared (first use in this function); did you mean 'B_TRUE'? 305 | case 's': ess = TRUE; break; | ^~~~ | B_TRUE builtins.c: In function 'b_eval': builtins.c:362:23: error: 'FALSE' undeclared (first use in this function); did you mean 'B_FALSE'? 362 | interactive = FALSE; | ^~~~~ | B_FALSE builtins.c:364:14: error: 'TRUE' undeclared (first use in this function); did you mean 'B_TRUE'? 364 | doit(TRUE); | ^~~~ | B_TRUE builtins.c: In function 'b_dot': builtins.c:375:39: error: 'FALSE' undeclared (first use in this function); did you mean 'B_FALSE'? 375 | bool old_i = interactive, i = FALSE; | ^~~~~ | B_FALSE builtins.c:383:21: error: 'TRUE' undeclared (first use in this function); did you mean 'B_TRUE'? 383 | i = TRUE; | ^~~~ | B_TRUE builtins.c: In function 'parselimit': builtins.c:492:24: error: 'TRUE' undeclared (first use in this function); did you mean 'B_TRUE'? 492 | return TRUE; | ^~~~ | B_TRUE builtins.c:498:52: error: 'FALSE' undeclared (first use in this function); did you mean 'B_FALSE'? 498 | if (min == -1 || sec == -1) return FALSE; | ^~~~~ | B_FALSE builtins.c: In function 'b_limit': builtins.c:517:21: error: 'FALSE' undeclared (first use in this function); did you mean 'B_FALSE'? 517 | bool hard = FALSE; | ^~~~~ | B_FALSE builtins.c:520:24: error: 'TRUE' undeclared (first use in this function); did you mean 'B_TRUE'? 520 | hard = TRUE; | ^~~~ | B_TRUE *** [builtins.o] Error code 1 bmake[1]: stopped making "all-am" in /tmp/work/shells/rc/work/rc-1.7.4 bmake[1]: 4 errors bmake[1]: stopped making "all-am" in /tmp/work/shells/rc/work/rc-1.7.4 bmake: stopped making "all" in /tmp/work/shells/rc/work/rc-1.7.4 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/rc *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/rc