=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for bash-2.05.2.13 /opt/pkg/bin/bison -y -d ./parse.y ./parse.y: warning: 1 shift/reduce conflict [-Wconflicts-sr] ./parse.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples touch parser-built cd . && 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 gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"solaris2.11"' -DCONF_MACHTYPE='"x86_64-sun-solaris2.11"' -DCONF_VENDOR='"sun"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -DDEFAULT_PATH_VALUE="\"/usr/bin:/bin:/opt/pkg/bin:/usr/local/bin\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -o mksyntax ./mksyntax.c ./mksyntax.c: In function 'cdesc': ./mksyntax.c:106:1: warning: old-style function definition [-Wold-style-definition] 106 | cdesc (i) | ^~~~~ ./mksyntax.c: In function 'getcstr': ./mksyntax.c:145:1: warning: old-style function definition [-Wold-style-definition] 145 | getcstr (f) | ^~~~~~~ ./mksyntax.c: In function 'addcstr': ./mksyntax.c:157:1: warning: old-style function definition [-Wold-style-definition] 157 | addcstr (str, flag) | ^~~~~~~ ./mksyntax.c: In function 'addcchar': ./mksyntax.c:179:1: warning: old-style function definition [-Wold-style-definition] 179 | addcchar (c, flag) | ^~~~~~~~ ./mksyntax.c: In function 'dump_lflags': ./mksyntax.c:230:1: warning: old-style function definition [-Wold-style-definition] 230 | dump_lflags (fp, ind) | ^~~~~~~~~~~ ./mksyntax.c: In function 'wcomment': ./mksyntax.c:256:1: warning: old-style function definition [-Wold-style-definition] 256 | wcomment (fp, i) | ^~~~~~~~ ./mksyntax.c: In function 'dump_lsyntax': ./mksyntax.c:268:1: warning: old-style function definition [-Wold-style-definition] 268 | dump_lsyntax (fp) | ^~~~~~~~~~~~ ./mksyntax.c: In function 'main': ./mksyntax.c:288:1: warning: old-style function definition [-Wold-style-definition] 288 | main(argc, argv) | ^~~~ rm -f syntax.c ./mksyntax -o syntax.c /bin/sh ./support/mkversion.sh -b -S . -s release -d 2.05b -o newversion.h && mv newversion.h version.h gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"solaris2.11"' -DCONF_MACHTYPE='"x86_64-sun-solaris2.11"' -DCONF_VENDOR='"sun"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -DDEFAULT_PATH_VALUE="\"/usr/bin:/bin:/opt/pkg/bin:/usr/local/bin\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -c -o buildversion.o ./version.c ./version.c: In function 'show_shell_version': ./version.c:63:1: warning: old-style function definition [-Wold-style-definition] 63 | show_shell_version (extended) | ^~~~~~~~~~~~~~~~~~ gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"solaris2.11"' -DCONF_MACHTYPE='"x86_64-sun-solaris2.11"' -DCONF_VENDOR='"sun"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -DDEFAULT_PATH_VALUE="\"/usr/bin:/bin:/opt/pkg/bin:/usr/local/bin\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -o bashversion ./support/bashversion.c buildversion.o ./support/bashversion.c: In function 'main': ./support/bashversion.c:60:1: warning: old-style function definition [-Wold-style-definition] 60 | main (argc, argv) | ^~~~ *********************************************************** * * * GNU bash, version 2.05b.0(1)-release (x86_64-sun-solaris2.11) * * *********************************************************** rm -f shell.o gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"solaris2.11"' -DCONF_MACHTYPE='"x86_64-sun-solaris2.11"' -DCONF_VENDOR='"sun"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -DDEFAULT_PATH_VALUE="\"/usr/bin:/bin:/opt/pkg/bin:/usr/local/bin\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -c shell.c shell.c: In function 'main': shell.c:309:1: warning: old-style function definition [-Wold-style-definition] 309 | main (argc, argv, env) | ^~~~ shell.c:672:7: error: implicit declaration of function 'get_tty_state' [-Wimplicit-function-declaration] 672 | get_tty_state (); | ^~~~~~~~~~~~~ shell.c: In function 'parse_long_options': shell.c:687:1: warning: old-style function definition [-Wold-style-definition] 687 | parse_long_options (argv, arg_start, arg_end) | ^~~~~~~~~~~~~~~~~~ shell.c: In function 'parse_shell_options': shell.c:742:1: warning: old-style function definition [-Wold-style-definition] 742 | parse_shell_options (argv, arg_start, arg_end) | ^~~~~~~~~~~~~~~~~~~ shell.c: In function 'exit_shell': shell.c:833:1: warning: old-style function definition [-Wold-style-definition] 833 | exit_shell (s) | ^~~~~~~~~~ shell.c: In function 'sh_exit': shell.c:871:1: warning: old-style function definition [-Wold-style-definition] 871 | sh_exit (s) | ^~~~~~~ shell.c: In function 'execute_env_file': shell.c:910:1: warning: old-style function definition [-Wold-style-definition] 910 | execute_env_file (env_file) | ^~~~~~~~~~~~~~~~ shell.c: In function 'shell_is_restricted': shell.c:1062:1: warning: old-style function definition [-Wold-style-definition] 1062 | shell_is_restricted (name) | ^~~~~~~~~~~~~~~~~~~ shell.c: In function 'maybe_make_restricted': shell.c:1081:1: warning: old-style function definition [-Wold-style-definition] 1081 | maybe_make_restricted (name) | ^~~~~~~~~~~~~~~~~~~~~ shell.c: In function 'run_wordexp': shell.c:1134:1: warning: old-style function definition [-Wold-style-definition] 1134 | run_wordexp (words) | ^~~~~~~~~~~ shell.c: In function 'run_one_command': shell.c:1205:1: warning: old-style function definition [-Wold-style-definition] 1205 | run_one_command (command) | ^~~~~~~~~~~~~~~ shell.c: In function 'bind_args': shell.c:1235:1: warning: old-style function definition [-Wold-style-definition] 1235 | bind_args (argv, arg_start, arg_end, start_index) | ^~~~~~~~~ In file included from shell.h:29, from shell.c:48: general.h:128:33: error: too many arguments to function 'list_reverse'; expected 0, have 1 128 | ((list && list->next) ? (type)list_reverse ((GENERIC_LIST *)list) \ | ^~~~~~~~~~~~ shell.c:1246:14: note: in expansion of macro 'REVERSE_LIST' 1246 | args = REVERSE_LIST (args, WORD_LIST *); | ^~~~~~~~~~~~ In file included from shell.h:42: externs.h:99:22: note: declared here 99 | extern GENERIC_LIST *list_reverse (); | ^~~~~~~~~~~~ shell.c: In function 'open_shell_script': shell.c:1272:1: warning: old-style function definition [-Wold-style-definition] 1272 | open_shell_script (script_name) | ^~~~~~~~~~~~~~~~~ shell.c: In function 'unset_bash_input': shell.c:1427:1: warning: old-style function definition [-Wold-style-definition] 1427 | unset_bash_input (check_zero) | ^~~~~~~~~~~~~~~~ shell.c: In function 'set_shell_name': shell.c:1452:1: warning: old-style function definition [-Wold-style-definition] 1452 | set_shell_name (argv0) | ^~~~~~~~~~~~~~ shell.c: In function 'shell_initialize': shell.c:1583:3: error: implicit declaration of function 'initialize_job_control' [-Wimplicit-function-declaration] 1583 | initialize_job_control (0); | ^~~~~~~~~~~~~~~~~~~~~~ shell.c: In function 'show_shell_usage': shell.c:1646:1: warning: old-style function definition [-Wold-style-definition] 1646 | show_shell_usage (fp, extra) | ^~~~~~~~~~~~~~~~ shell.c: In function 'add_shopt_to_alist': shell.c:1690:1: warning: old-style function definition [-Wold-style-definition] 1690 | add_shopt_to_alist (opt, on_or_off) | ^~~~~~~~~~~~~~~~~~ *** Error code 1 Stop. bmake: stopped making "all" in /tmp/work/shells/bash2/work/bash-2.05b *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2 *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/shells/bash2