>>> Building on exopi-4 under lang/a60 DIST = [lang/a60:a60-0.23a.tar.gz] FULLPKGNAME = a60-0.23a distfiles size=1160801 >>> Running build in lang/a60 at 1713856490.13 ===> lang/a60 ===> Building from scratch a60-0.23a ===> Verifying specs: ICE SM X11 Xaw Xext Xmu Xt c m ===> found ICE.11.0 SM.9.0 X11.18.0 Xaw.16.0 Xext.13.0 Xmu.11.0 Xt.11.1 c.100.0 m.10.1 ===> Checking files for a60-0.23a `/exopi-cvs/ports/distfiles/a60-0.23a.tar.gz' is up to date. >> (SHA256) a60-0.23a.tar.gz: OK ===> Extracting for a60-0.23a ===> Patching for a60-0.23a ===> Applying OpenBSD patch patch-Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Makefile.in |--- Makefile.in.orig |+++ Makefile.in -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 237. done ===> Applying OpenBSD patch patch-err_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Don't need an explicit extern vfprintf. | |Index: err.c |--- err.c.orig |+++ err.c -------------------------- Patching file err.c using Plan A... Hunk #1 succeeded at 47. done ===> Applying OpenBSD patch patch-xa60_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Missing stdlib.h and unistd.h | |Index: xa60.c |--- xa60.c.orig |+++ xa60.c -------------------------- Patching file xa60.c using Plan A... Hunk #1 succeeded at 25. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for a60-0.23a ===> Configuring for a60-0.23a Using /exopi-obj/pobj/a60-0.23a/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/a60-0.23a/config.site checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking for errno.h... (cached) yes checking for bison... yacc checking for a BSD-compatible install... /exopi-obj/pobj/a60-0.23a/bin/install -c checking for xmkmf... 0 configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc ===> Building for a60-0.23a cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c main.c main.c:160:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] usage_err (s) ^ main.c:190:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] select_verbose (s) ^ main.c:275:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] parse_args(argc, argv) ^ main.c:441:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] nerror_exit (n) ^ main.c:463:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main(argc, argv) ^ 5 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c util.c util.c:149:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xstrdup (s) ^ util.c:161:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xmalloc (n) ^ util.c:212:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xrealloc (s, n) ^ util.c:258:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xfree (s) ^ util.c:291:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xabort (s) ^ util.c:311:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] say_goodbye (n) ^ util.c:350:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rm_tmp (s) ^ util.c:354:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int unlink (); ^ /usr/include/unistd.h:372:6: note: conflicting prototype is here int unlink(const char *); ^ util.c:374:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_compile (oname, outfname) ^ 9 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c tree.c tree.c:58:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] new_tree (tag) ^ tree.c:73:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] new_mindex (e) ^ tree.c:86:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] new_lhelm (s) ^ tree.c:107:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] new_funcall (sym, parm) ^ tree.c:127:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] print_mindex (idx) ^ tree.c:141:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] print_indent (n) ^ tree.c:151:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] print_assign (t) ^ tree.c:171:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] print_indent_ifstmt (t, n) ^ tree.c:190:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] print_indent_forstmt (t, n) ^ tree.c:230:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] print_proc (t) ^ tree.c:256:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] print_goto (t) ^ tree.c:266:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] print_indent_tree (t, ret_if_cont, n) ^ tree.c:333:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] print_tree (t) ^ 13 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c symtab.c symtab.c:42:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] new_symbol (name, type, tag) ^ symtab.c:79:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sym_all_type (s, type, own) ^ symtab.c:93:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] find_in_symtab (symtab, name) ^ symtab.c:105:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] append_symtab (s1, s2) ^ symtab.c:116:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] examine_and_append_symtab (s1, s2) ^ symtab.c:143:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cleanup_identifier (str) ^ symtab.c:161:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] print_bounds (b) ^ symtab.c:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] print_indent_proc (s, n) ^ symtab.c:207:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] print_indent_switch_decl (s, n) ^ symtab.c:226:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] print_indent_symbol (s, n) ^ symtab.c:264:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] print_indent_symtab (s, n) ^ symtab.c:320:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] add_marked_sym (lhelm) ^ symtab.c:372:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] find_symbol_anywhere (name, block, nscop) ^ symtab.c:413:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] num_bounds (b) ^ symtab.c:431:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] num_symbols (s) ^ symtab.c:449:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_by_value (symtab, syms) ^ symtab.c:483:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] replace_type (symtab, syms) ^ symtab.c:510:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_idx(symtab, n) ^ symtab.c:522:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_actidx (symtab) ^ symtab.c:534:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] make_var_ref (name, mark) ^ 20 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c type.c cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c stmt.c stmt.c:37:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] append_stmt (t1, t2, is_cont) ^ stmt.c:63:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] new_if_stmt (expr) ^ stmt.c:81:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] new_assign_stmt (lhelm, expr) ^ stmt.c:96:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] new_goto_stmt (expr) ^ 4 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c check.c check.c:48:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] check_unop_type (e) ^ check.c:84:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] check_binop_type (e) ^ check.c:164:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] check_lhelm (source, lineno, lhelm) ^ check.c:210:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] check_conv_type (source, lineno, t1, t2) ^ check.c:274:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] check_expr (e) ^ check.c:362:10: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] && ! e->type == ty_string) { ^ ~~ check.c:362:10: note: add parentheses after the '!' to evaluate the comparison first && ! e->type == ty_string) { ^ ( ) check.c:362:10: note: add parentheses around left hand side expression to silence this warning && ! e->type == ty_string) { ^ ( ) check.c:405:16: warning: passing arguments to 'check_dexprs' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] check_dexprs (e); ^ check.c:410:16: warning: passing arguments to 'check_dexprs' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] check_dexprs (e); ^ check.c:362:20: warning: result of comparison of constant 'ty_string' (4) with boolean expression is always false [-Wtautological-constant-out-of-range-compare] && ! e->type == ty_string) { ~~~~~~~~~ ^ ~~~~~~~~~ check.c:429:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] check_dexprs (dexpr) ^ check.c:40:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void check_dexprs (); ^ check.c:505:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] check_goto (t) ^ check.c:521:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] check_label (t) ^ check.c:539:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] repl_sym (s) ^ check.c:39:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static int repl_sym (); ^ check.c:563:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] check_assign (t) ^ check.c:606:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] check_ifstmt (t) ^ check.c:644:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] check_forstmt (t) ^ check.c:755:18: warning: implicit conversion from enumeration type 'enum expr_tag' to different enumeration type 'enum type_tag' [-Wenum-conversion] expr->type = e_fparm; ~ ^~~~~~~ check.c:692:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] check_proc (t) ^ check.c:783:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] check_decl (symtab) ^ check.c:807:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] check (t) ^ 22 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c expr.c expr.c:54:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] new_expr (tag, type) ^ expr.c:69:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] new_mix_expr (e1, op, e2) ^ expr.c:98:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] new_eswitch (name, expr) ^ expr.c:118:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] append_expr (e1, e2) ^ expr.c:132:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void print_expr (e) ^ expr.c:253:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] new_xmix_expr (e1, op, e2) ^ cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c err.c 6 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c run.c run.c:74:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] open_cblock (block) ^ run.c:99:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] close_cblock (block) ^ run.c:134:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] push_cblock (cb) ^ run.c:174:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] push_valaddr (source, lineno, sym, idx) ^ run.c:231:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] push_spec (source, lineno, sym) ^ run.c:269:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void run_dummy (t) ^ run.c:280:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] run_assign (t) ^ run.c:336:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] run_goto (t) ^ run.c:408:15: warning: passing arguments to 'leave_block' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] leave_block (act_cblock->block); ^ run.c:432:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] run_bounds (bound, size) ^ run.c:499:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] val_str (act, s) ^ run.c:636:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] print_one (sym, act) ^ run.c:655:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] print_activ (cblock) ^ run.c:678:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] activate_block (cblock) ^ run.c:806:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] leave_block (block) ^ run.c:50:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void leave_block (); ^ run.c:907:11: warning: passing arguments to 'do_this' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_this (stmt); ^ run.c:902:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_stmts (stmt, ret_if_cont) ^ run.c:917:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] run_block (t) ^ run.c:950:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void run_ifstmt (t) ^ run.c:980:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] one_for_step (fstmt, felm) ^ run.c:1066:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void run_forstmt (t) ^ run.c:1088:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] push_parameters (ex) ^ run.c:1103:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] exec_fcall (source, lineno, sym, func) ^ run.c:1174:15: warning: passing arguments to 'store_data' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] store_data (&ev, act, parm); ^ run.c:1217:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_sym_data (sym) ^ run.c:1241:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_swact (sym) ^ run.c:1274:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] push_spec_pexpr (pexpr) ^ run.c:1360:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] run_proc (t) ^ run.c:1413:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] assign_vals (push_back) ^ run.c:1513:14: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*t->runme)(t); ^ run.c:1505:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_this (t) ^ run.c:49:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void do_this (); ^ 33 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c eval.c eval.c:92:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_unop (op) ^ eval.c:134:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bop_err (ev1, ev2, s) ^ eval.c:151:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] eval_do_plus (ev1, ev2) ^ eval.c:179:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] eval_do_minus (ev1, ev2) ^ eval.c:206:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] eval_do_times (ev1, ev2) ^ eval.c:233:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] eval_do_rdiv (ev1, ev2) ^ eval.c:264:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] eval_do_idiv (ev1, ev2) ^ eval.c:295:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] eval_do_pow (ev1, ev2) ^ eval.c:459:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] eval_do_and (ev1, ev2) ^ eval.c:470:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] eval_do_or (ev1, ev2) ^ eval.c:481:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] eval_do_equiv (ev1, ev2) ^ eval.c:492:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] eval_do_impl (ev1, ev2) ^ eval.c:503:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] eval_do_less (ev1, ev2) ^ eval.c:534:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] eval_do_notgreater (ev1, ev2) ^ eval.c:565:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] eval_do_equal (ev1, ev2) ^ eval.c:596:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] eval_do_notless (ev1, ev2) ^ eval.c:627:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] eval_do_greater (ev1, ev2) ^ eval.c:658:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] eval_do_notequal (ev1, ev2) ^ eval.c:693:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_binop (op) ^ eval.c:760:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_deref (source, lineno) ^ eval.c:804:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] store_arr (ev, act, sym) ^ eval.c:889:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] store_data (ev, act, sym) ^ In file included from eval.c:33: In file included from ./run.h:29: ./eval.h:135:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void store_data (); ^ 23 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c bltin.c In file included from bltin.c:39: ./a60-mkc.inc:290:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] b_sign (x) ^ ./a60-mkc.inc:297:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] b_entier (x) ^ ./a60-mkc.inc:334:15: warning: passing arguments to 'time' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rnum = time ((long) 0) & 0xffffffl; ^ ./a60-mkc.inc:352:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] b_outreal (chan, val) ^ ./a60-mkc.inc:396:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] b_outint (chan, val) ^ ./a60-mkc.inc:430:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] b_outstr (chan, val) ^ ./a60-mkc.inc:455:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] b_outsym (chan, val, idx) ^ ./a60-mkc.inc:499:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] b_insym (chan, str) ^ ./a60-mkc.inc:531:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] b_inreal (chan) ^ ./a60-mkc.inc:566:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] b_ininteger (chan) ^ ./a60-mkc.inc:600:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] b_print (val, f1, f2) ^ ./a60-mkc.inc:628:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] b_length (s) ^ bltin.c:51:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bltin_pi (sym, nparm) ^ bltin.c:78:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bltin_rand (sym, nparm) ^ bltin.c:110:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bltin_vprint (sym, nparm) ^ bltin.c:176:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bltin_outreal (sym, nparm) ^ bltin.c:213:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bltin_outinteger (sym, nparm) ^ bltin.c:245:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bltin_outstring (sym, nparm) ^ bltin.c:287:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bltin_outsymbol (sym, nparm) ^ bltin.c:332:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bltin_insymbol (sym, nparm) ^ bltin.c:395:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bltin_inreal (sym, nparm) ^ bltin.c:446:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bltin_ininteger (sym, nparm) ^ bltin.c:497:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bltin_length (sym, nparm) ^ bltin.c:554:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bltin_print (sym, nparm) ^ bltin.c:591:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bltin_write (sym, nparm) ^ bltin.c:631:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_val_and_rdata (sym, val_data, ret_data) ^ bltin.c:695:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BLTIN_MATH_HEAD(bltin_abs) ^ bltin.c:700:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BLTIN_MATH_HEAD(bltin_sqrt) ^ bltin.c:709:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BLTIN_MATH_HEAD(bltin_sin) ^ bltin.c:713:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BLTIN_MATH_HEAD(bltin_cos) ^ bltin.c:717:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BLTIN_MATH_HEAD(bltin_arctan) ^ bltin.c:721:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BLTIN_MATH_HEAD(bltin_ln) ^ bltin.c:730:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BLTIN_MATH_HEAD(bltin_exp) ^ bltin.c:741:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bltin_sign (sym, nparm) ^ bltin.c:764:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] bltin_entier (sym, nparm) ^ bltin.c:788:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] init_new_symbol (name, type, bltin) ^ bltin.c:812:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] init_parmsym (name, type, tag) ^ 37 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c doeval.c doeval.c:41:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_eval_switchexpr (sym, ex) ^ doeval.c:111:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_eval_arrval (lhelm) ^ doeval.c:229:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_push_lhelm (lhelm) ^ doeval.c:285:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_eval_lhelm (lhelm) ^ doeval.c:348:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_eval_expr (ex) ^ doeval.c:508:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_eval_pexpr (pex) ^ 6 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c mkc.c mkc.c:160:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern char *getenv(); ^ /usr/include/stdlib.h:110:7: note: conflicting prototype is here char *getenv(const char *); ^ mkc.c:258:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mark_fp_def (sym) ^ mkc.c:279:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] no_ext_ref (sym) ^ mkc.c:291:17: warning: passing arguments to 'is_val_pf' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (is_val_pf (mroot->sym) && no_ext_ref (mroot->sym)) ^ mkc.c:292:20: warning: passing arguments to 'mkc_def_valproc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_def_valproc (mroot->sym); ^ mkc.c:294:19: warning: passing arguments to 'mkc_def_bnproc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_def_bnproc (mroot->sym); ^ mkc.c:345:13: warning: passing arguments to 'mkc_expr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_expr (ex); ^ mkc.c:349:13: warning: passing arguments to 'mkc_expr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_expr (ex); ^ mkc.c:305:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_vprint (t) ^ mkc.c:365:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_indent (n) ^ mkc.c:385:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_string (s) ^ mkc.c:409:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_sname (sym) ^ mkc.c:475:12: warning: passing arguments to 'mkc_expr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_expr (idx->expr); ^ mkc.c:465:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void mkc_idx (sym, idx) ^ mkc.c:519:13: warning: passing arguments to 'mkc_fcall' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_fcall (e->u.lhelm->u.fcall); ^ mkc.c:490:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_expr (e) ^ mkc.c:145:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void mkc_expr (); ^ mkc.c:589:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_pf_call (fcall) ^ mkc.c:617:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_proc (t) ^ mkc.c:639:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] is_val_pf (sym) ^ mkc.c:150:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static int is_val_pf (); ^ mkc.c:714:12: warning: passing arguments to 'mkc_doit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_doit (s->u.pproc->block->stmt, 0, 4); ^ mkc.c:657:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_def_valproc (s) ^ mkc.c:147:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void mkc_def_valproc (); ^ mkc.c:790:13: warning: passing arguments to 'mkc_lparm' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_lparm (s->u.pproc->block->symtab); ^ mkc.c:796:12: warning: passing arguments to 'mkc_doit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_doit (s->u.pproc->block->stmt, 0, 4); ^ mkc.c:734:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_def_bnproc (s) ^ mkc.c:148:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void mkc_def_bnproc (); ^ mkc.c:818:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_lparm (parm) ^ mkc.c:149:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void mkc_lparm (); ^ mkc.c:853:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_bounds (s, n) ^ mkc.c:969:13: warning: passing arguments to 'mkc_doit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_doit (s->u.pproc->block->stmt, 0, 0); ^ mkc.c:900:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_symtab (s, n) ^ mkc.c:994:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_fcall (fcall) ^ mkc.c:144:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void mkc_fcall (); ^ mkc.c:1011:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_assign (t) ^ mkc.c:1046:11: warning: passing arguments to 'mkc_doit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_doit (t->u.ifstmt->tthen, 1, n+4); ^ mkc.c:1052:12: warning: passing arguments to 'mkc_doit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_doit (t->u.ifstmt->telse, 1, n+4); ^ mkc.c:1039:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_ifstmt (t, n) ^ mkc.c:1068:12: warning: passing arguments to 'mkc_doit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_doit (fs->stmt, 0, n); ^ mkc.c:1083:13: warning: passing arguments to 'mkc_doit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_doit (fs->stmt, 0, n); ^ mkc.c:1103:13: warning: passing arguments to 'mkc_doit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_doit (fs->stmt, 0, n); ^ mkc.c:1118:13: warning: passing arguments to 'mkc_doit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_doit (fs->stmt, 0, n+2); ^ mkc.c:1060:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_forstmt (t, n) ^ mkc.c:1134:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mkc_doit (t, ret_if_cont, n) ^ mkc.c:146:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void mkc_doit (); ^ 46 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c a60-scan.c a60-scan.c:86:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] asc_str (s, len) ^ a60-scan.c:152:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] s_text (yytext) ^ a60-scan.c:169:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] yyerror(s) ^ a60-scan.c:188:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] yywarning (s) ^ a60-scan.c:255:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] get_keyword (s) ^ a60-scan.c:332:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] is_char (c) ^ a60-scan.c:339:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] is_digit (c) ^ a60-scan.c:346:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] is_white (c) ^ a60-scan.c:361:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ci_strncmp (s1, s2, n) ^ a60-scan.c:387:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] my_pow10 (n) ^ a60-scan.c:444:19: warning: passing arguments to 'skip_over_whites' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] skip_over_whites (c); ^ a60-scan.c:453:10: warning: passing arguments to 's_unput' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] s_unput (c); /* flush back */ ^ a60-scan.c:460:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] expand_inbuf (n) ^ a60-scan.c:477:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fill_inbuf (n) ^ a60-scan.c:567:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] s_unput (c) ^ a60-scan.c:70:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void s_unput (); ^ a60-scan.c:614:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] scan_white (c) ^ a60-scan.c:626:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] skip_over_whites (c) ^ a60-scan.c:68:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void skip_over_whites (); ^ a60-scan.c:689:20: warning: passing arguments to 'skip_end_comment' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] skip_end_comment (1); /* quotes active */ ^ a60-scan.c:817:22: warning: passing arguments to 'skip_end_comment' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] skip_end_comment (0); ^ a60-scan.c:757:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] scan_identifier (ch) ^ a60-scan.c:849:19: warning: passing arguments to 'scan_exp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return scan_exp (rval + frac); ^ a60-scan.c:836:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] scan_frac (num) ^ a60-scan.c:873:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] scan_exp (num) ^ a60-scan.c:65:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static int scan_exp (); ^ a60-scan.c:922:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] scan_number (ch) ^ a60-scan.c:968:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] skip_unknown (ch) ^ a60-scan.c:1130:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] end_delim (str, str_len, quoted_comment) ^ a60-scan.c:1176:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] skip_end_comment (quoted_comment) ^ a60-scan.c:67:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void skip_end_comment (); ^ a60-scan.c:1231:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] scan_special (ch) ^ 32 warnings generated. cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -c a60-ptab.c cc -o a60 main.o util.o tree.o symtab.o type.o stmt.o check.o expr.o err.o run.o eval.o bltin.o doeval.o mkc.o a60-scan.o a60-ptab.o -lm util.c(util.o:(xstrdup)): warning: strcpy() is almost always misused, please use strlcpy() util.c(util.o:(do_compile)): warning: sprintf() is often misused, please use snprintf() cc -O2 -pipe -Dunix -DHAVE_CONFIG_H -DLIBDIRPATH=\"/usr/local/share/a60\" -I/usr/X11R6/include -o xa60 xa60.c -L/usr/X11R6/lib -lXaw -lXt -lSM -lICE -lXext -lXmu -lX11 xa60.c:180:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] append_text (w, str) ^ xa60.c:206:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_caret (lno) ^ xa60.c:232:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] save_file (txt) ^ xa60.c:255:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cb_clear (w, text_ptr, call_data) ^ xa60.c:269:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cb_save (w, text_ptr, call_data) ^ xa60.c:286:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cb_bexit (w, text_ptr, call_data) ^ xa60.c:298:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] cb_go (w, text_ptr, call_data) ^ xa60.c:315:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] is_error_line (s) ^ xa60.c:335:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] process_a60 (fp) ^ xa60.c:400:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main (argc, argv) ^ 10 warnings generated. xa60.c(/tmp/xa60-cbb4f0.o:(main)): warning: sprintf() is often misused, please use snprintf() >>> Running package in lang/a60 at 1713856500.91 ===> lang/a60 ===> Faking installation for a60-0.23a /exopi-obj/pobj/a60-0.23a/bin/install -c -m 644 a60.man /exopi-obj/pobj/a60-0.23a/fake-amd64/usr/local/man/man1/a60.1 /exopi-obj/pobj/a60-0.23a/bin/install -c -s -m 755 a60 /exopi-obj/pobj/a60-0.23a/fake-amd64/usr/local/bin install -d -m 755 /exopi-obj/pobj/a60-0.23a/fake-amd64/usr/local/share/a60 /exopi-obj/pobj/a60-0.23a/bin/install -c -m 644 a60-mkc.inc /exopi-obj/pobj/a60-0.23a/fake-amd64/usr/local/share/a60 /exopi-obj/pobj/a60-0.23a/bin/install -c -s -m 755 xa60 /exopi-obj/pobj/a60-0.23a/fake-amd64/usr/local/bin /exopi-obj/pobj/a60-0.23a/bin/install -c -m 644 xa60.man /exopi-obj/pobj/a60-0.23a/fake-amd64/usr/local/man/man1/xa60.1 /exopi-obj/pobj/a60-0.23a/bin/install -c -m 644 /exopi-obj/pobj/a60-0.23a/a60-0.23a/a60.info /exopi-obj/pobj/a60-0.23a/fake-amd64/usr/local/info /exopi-obj/pobj/a60-0.23a/bin/install -d -m 755 /exopi-obj/pobj/a60-0.23a/fake-amd64/usr/local/share/doc/a60 /exopi-obj/pobj/a60-0.23a/bin/install -c -m 644 /exopi-obj/pobj/a60-0.23a/a60-0.23a/RRA60.ps /exopi-obj/pobj/a60-0.23a/fake-amd64/usr/local/share/doc/a60 /exopi-obj/pobj/a60-0.23a/bin/install -d -m 755 /exopi-obj/pobj/a60-0.23a/fake-amd64/usr/local/share/examples/a60 /exopi-obj/pobj/a60-0.23a/bin/install -c -m 644 /exopi-obj/pobj/a60-0.23a/a60-0.23a/examples/*.a60 /exopi-obj/pobj/a60-0.23a/fake-amd64/usr/local/share/examples/a60 ===> Building package for a60-0.23a Create /exopi-cvs/ports/packages/amd64/all/a60-0.23a.tgz Creating package a60-0.23a reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|** | 3% checksumming|*** | 6% checksumming|***** | 8% checksumming|******* | 11% checksumming|******** | 14% checksumming|********** | 17% checksumming|************ | 19% checksumming|************** | 22% checksumming|*************** | 25% checksumming|***************** | 28% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************** | 36% checksumming|************************ | 39% checksumming|************************* | 42% checksumming|*************************** | 44% checksumming|***************************** | 47% checksumming|******************************* | 50% checksumming|******************************** | 53% checksumming|********************************** | 56% checksumming|************************************ | 58% checksumming|************************************* | 61% checksumming|*************************************** | 64% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************** | 72% checksumming|********************************************** | 75% checksumming|*********************************************** | 78% checksumming|************************************************* | 81% checksumming|*************************************************** | 83% checksumming|***************************************************** | 86% checksumming|****************************************************** | 89% checksumming|******************************************************** | 92% checksumming|********************************************************** | 94% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************* | 20% archiving|************** | 22% archiving|**************** | 25% archiving|**************** | 26% archiving|****************** | 27% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/a60-0.23a.tgz >>> Running clean in lang/a60 at 1713856504.81 ===> lang/a60 ===> Cleaning for a60-0.23a >>> Ended at 1713856505.56 max_stuck=0.00/build=10.55/package=4.12/clean=0.80