+ 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/icb-5.0.9pl1nb7/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/icb-5.0.9pl1nb7/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for icb-5.0.9pl1nb7 --- all --- Making in murgil cc -O2 -DNO_LRAND48 -DSTRINGS_H -DTIME_H -DVOID_SIGHANDLER=1 -DBSD_COMP -I/opt/pkg/include/ncurses -c clientserve.c clientserve.c:25:1: error: return type defaults to 'int' [-Wimplicit-int] 25 | clientserve() | ^~~~~~~~~~~ clientserve.c: In function 'clientserve': clientserve.c:66:33: error: implicit declaration of function 'c_didpoll' [-Wimplicit-function-declaration] 66 | c_didpoll(); | ^~~~~~~~~ clientserve.c:75:25: error: implicit declaration of function 'cdoinput' [-Wimplicit-function-declaration] 75 | cdoinput(); | ^~~~~~~~ clientserve.c: At top level: clientserve.c:81:1: error: return type defaults to 'int' [-Wimplicit-int] 81 | cdoinput() | ^~~~~~~~ clientserve.c: In function 'cdoinput': clientserve.c:84:17: error: implicit declaration of function 'c_userchar' [-Wimplicit-function-declaration] 84 | c_userchar(); | ^~~~~~~~~~ clientserve.c:87:24: error: implicit declaration of function '_readpacket' [-Wimplicit-function-declaration] 87 | switch(_readpacket(sock, &buf)) { | ^~~~~~~~~~~ clientserve.c:90:25: error: implicit declaration of function 'c_packet' [-Wimplicit-function-declaration] 90 | c_packet(buf.buf); | ^~~~~~~~ clientserve.c:99:25: error: implicit declaration of function 'c_lostcon' [-Wimplicit-function-declaration] 99 | c_lostcon(); | ^~~~~~~~~ clientserve.c: At top level: clientserve.c:110:1: error: return type defaults to 'int' [-Wimplicit-int] 110 | sendit(pkt) | ^~~~~~ clientserve.c: In function 'sendit': clientserve.c:113:16: error: implicit declaration of function '_sendpacket' [-Wimplicit-function-declaration] 113 | switch(_sendpacket(sock, pkt)) { | ^~~~~~~~~~~ clientserve.c: At top level: clientserve.c:136:1: error: return type defaults to 'int' [-Wimplicit-int] 136 | closecon() | ^~~~~~~~ *** Error code 1 Stop. make[1]: stopped making "default" in /home/pbulk/build/chat/icb/work/icb-5.0.9/murgil Making in tcl cc -O2 -DNO_LRAND48 -DSTRINGS_H -DTIME_H -DVOID_SIGHANDLER=1 -O2 -DNO_LRAND48 -DSTRINGS_H -DTIME_H -DVOID_SIGHANDLER=1 -I. -DTCL_VERSION=\"3.3\" -DBSD_COMP -I/opt/pkg/include/ncurses -c panic.c In file included from panic.c:21: ./stdlib.h:72:17: error: type defaults to 'int' in declaration of 'free' [-Wimplicit-int] 72 | extern free(); | ^~~~ ./stdlib.h:72:17: warning: conflicting types for built-in function 'free'; expected 'void(void *)' [-Wbuiltin-declaration-mismatch] ./stdlib.h:1:1: note: 'free' is declared in header '' +++ |+#include 1 | /* ./stdlib.h:151:17: error: type defaults to 'int' in declaration of 'srand' [-Wimplicit-int] 151 | extern srand(); | ^~~~~ ./stdlib.h:152:17: error: type defaults to 'int' in declaration of 'srandom' [-Wimplicit-int] 152 | extern srandom(); | ^~~~~~~ *** Error code 1 Stop. make[1]: stopped making "default" in /home/pbulk/build/chat/icb/work/icb-5.0.9/tcl Making in readline cc -c -O2 -DNO_LRAND48 -DSTRINGS_H -DTIME_H -DVOID_SIGHANDLER=1 -I../ -DVI_MODE -DBSD_COMP -I/opt/pkg/include/ncurses readline.c readline.c:223:8: error: type defaults to 'int' in declaration of 'insert_some_chars' [-Wimplicit-int] 223 | static insert_some_chars (); | ^~~~~~~~~~~~~~~~~ readline.c: In function 'readline': readline.c:383:3: error: implicit declaration of function 'rl_initialize' [-Wimplicit-function-declaration] 383 | rl_initialize (); | ^~~~~~~~~~~~~ readline.c:387:3: error: implicit declaration of function 'rl_set_signals' [-Wimplicit-function-declaration] 387 | rl_set_signals (); | ^~~~~~~~~~~~~~ readline.c:394:3: error: implicit declaration of function 'rl_clear_signals' [-Wimplicit-function-declaration] 394 | rl_clear_signals (); | ^~~~~~~~~~~~~~~~ readline.c: In function 'readline_internal': readline.c:427:7: error: implicit declaration of function 'rl_on_new_line'; did you mean 'rl_newline'? [-Wimplicit-function-declaration] 427 | rl_on_new_line (); | ^~~~~~~~~~~~~~ | rl_newline readline.c:446:11: error: implicit declaration of function 'rl_init_argument'; did you mean 'rl_digit_argument'? [-Wimplicit-function-declaration] 446 | rl_init_argument (); | ^~~~~~~~~~~~~~~~ | rl_digit_argument readline.c:450:11: error: implicit declaration of function 'rl_read_key'; did you mean 'rl_arrow_keys'? [-Wimplicit-function-declaration] 450 | c = rl_read_key (); | ^~~~~~~~~~~ | rl_arrow_keys readline.c:465:7: error: implicit declaration of function 'rl_dispatch'; did you mean 'rl_vi_match'? [-Wimplicit-function-declaration] 465 | rl_dispatch (c, keymap); | ^~~~~~~~~~~ | rl_vi_match readline.c:488:9: error: implicit declaration of function 'rl_vi_check' [-Wimplicit-function-declaration] 488 | rl_vi_check (); | ^~~~~~~~~~~ readline.c:516:5: error: implicit declaration of function 'free_undo_list' [-Wimplicit-function-declaration] 516 | free_undo_list (); | ^~~~~~~~~~~~~~ readline.c: In function 'rl_handle_sigwinch': readline.c:548:7: error: implicit declaration of function 'rl_reset_terminal'; did you mean 'rl_deprep_terminal'? [-Wimplicit-function-declaration] 548 | rl_reset_terminal (term); | ^~~~~~~~~~~~~~~~~ | rl_deprep_terminal readline.c: In function 'rl_signal_handler': readline.c:591:7: error: implicit declaration of function 'rl_clear_message' [-Wimplicit-function-declaration] 591 | rl_clear_message (); | ^~~~~~~~~~~~~~~~ readline.c:600:7: error: implicit declaration of function 'rl_clean_up_for_exit' [-Wimplicit-function-declaration] 600 | rl_clean_up_for_exit (); | ^~~~~~~~~~~~~~~~~~~~ readline.c: At top level: readline.c:629:1: error: return type defaults to 'int' [-Wimplicit-int] 629 | rl_set_signals () | ^~~~~~~~~~~~~~ readline.c:660:1: error: return type defaults to 'int' [-Wimplicit-int] 660 | rl_clear_signals () | ^~~~~~~~~~~~~~~~ readline.c:703:1: error: return type defaults to 'int' [-Wimplicit-int] 703 | rl_stuff_char (key) | ^~~~~~~~~~~~~ readline.c: In function 'rl_gather_tyi': readline.c:810:24: error: implicit declaration of function 'rl_getc' [-Wimplicit-function-declaration] 810 | rl_stuff_char (rl_getc (in_stream)); | ^~~~~~~ readline.c: At top level: readline.c:864:1: error: return type defaults to 'int' [-Wimplicit-int] 864 | rl_dispatch (key, map) | ^~~~~~~~~~~ readline.c:1074:1: error: return type defaults to 'int' [-Wimplicit-int] 1074 | rl_start_kbd_macro (ignore1, ignore2) | ^~~~~~~~~~~~~~~~~~ readline.c:1094:1: error: return type defaults to 'int' [-Wimplicit-int] 1094 | rl_end_kbd_macro (count, ignore) | ^~~~~~~~~~~~~~~~ readline.c:1110:1: error: return type defaults to 'int' [-Wimplicit-int] 1110 | rl_call_last_kbd_macro (count, ignore) | ^~~~~~~~~~~~~~~~~~~~~~ readline.c:1128:1: error: return type defaults to 'int' [-Wimplicit-int] 1128 | rl_initialize () | ^~~~~~~~~~~~~ readline.c: In function 'rl_initialize': readline.c:1136:7: error: implicit declaration of function 'readline_initialize_everything' [-Wimplicit-function-declaration] 1136 | readline_initialize_everything (); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readline.c:1149:3: error: implicit declaration of function 'start_using_history'; did you mean 'using_history'? [-Wimplicit-function-declaration] 1149 | start_using_history (); | ^~~~~~~~~~~~~~~~~~~ | using_history readline.c: At top level: readline.c:1170:1: error: return type defaults to 'int' [-Wimplicit-int] 1170 | readline_initialize_everything () | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readline.c: In function 'readline_initialize_everything': readline.c:1186:3: error: implicit declaration of function 'readline_default_bindings' [-Wimplicit-function-declaration] 1186 | readline_default_bindings (); | ^~~~~~~~~~~~~~~~~~~~~~~~~ readline.c:1189:3: error: implicit declaration of function 'rl_initialize_funmap'; did you mean 'rl_initialize'? [-Wimplicit-function-declaration] 1189 | rl_initialize_funmap (); | ^~~~~~~~~~~~~~~~~~~~ | rl_initialize readline.c:1192:3: error: implicit declaration of function 'rl_read_init_file'; did you mean 'rl_re_read_init_file'? [-Wimplicit-function-declaration] 1192 | rl_read_init_file ((char *)NULL); | ^~~~~~~~~~~~~~~~~ | rl_re_read_init_file readline.c: At top level: readline.c:1208:1: error: return type defaults to 'int' [-Wimplicit-int] 1208 | readline_default_bindings () | ^~~~~~~~~~~~~~~~~~~~~~~~~ readline.c:1313:1: error: return type defaults to 'int' [-Wimplicit-int] 1313 | rl_digit_argument (ignore, key) | ^~~~~~~~~~~~~~~~~ readline.c:1321:1: error: return type defaults to 'int' [-Wimplicit-int] 1321 | rl_discard_argument () | ^~~~~~~~~~~~~~~~~~~ readline.c:1329:1: error: return type defaults to 'int' [-Wimplicit-int] 1329 | rl_init_argument () | ^~~~~~~~~~~~~~~~ readline.c:1338:1: error: return type defaults to 'int' [-Wimplicit-int] 1338 | rl_universal_argument () | ^~~~~~~~~~~~~~~~~~~~~ readline.c: In function 'rl_digit_loop': readline.c:1349:7: error: implicit declaration of function 'rl_message' [-Wimplicit-function-declaration] 1349 | rl_message ("(arg: %d) ", rl_arg_sign * rl_numeric_arg); | ^~~~~~~~~~ readline.c:1359:11: error: implicit declaration of function 'numeric' [-Wimplicit-function-declaration] 1359 | if (numeric (c)) | ^~~~~~~ readline.c: In function 'rl_redisplay': readline.c:1627:19: error: implicit declaration of function 'clear_to_eol' [-Wimplicit-function-declaration] 1627 | clear_to_eol ((linenum == vis_botlin)? | ^~~~~~~~~~~~ readline.c: At top level: readline.c:1820:1: error: return type defaults to 'int' [-Wimplicit-int] 1820 | rl_on_new_line () | ^~~~~~~~~~~~~~ readline.c:1830:1: error: return type defaults to 'int' [-Wimplicit-int] 1830 | rl_forced_update_display () | ^~~~~~~~~~~~~~~~~~~~~~~~ readline.c: In function 'move_cursor_relative': readline.c:1857:7: error: implicit declaration of function 'tputs'; did you mean 'puts'? [-Wimplicit-function-declaration] 1857 | tputs (term_cr, 1, output_character_function); | ^~~~~ | puts readline.c:1889:5: error: implicit declaration of function 'backspace' [-Wimplicit-function-declaration] 1889 | backspace (last_c_pos - new); | ^~~~~~~~~ readline.c: At top level: readline.c:1922:1: error: return type defaults to 'int' [-Wimplicit-int] 1922 | rl_show_char (c) | ^~~~~~~~~~~~ readline.c:1977:1: error: return type defaults to 'int' [-Wimplicit-int] 1977 | rl_message (string, arg1, arg2) | ^~~~~~~~~~ readline.c: In function 'rl_message': readline.c:1977:1: error: type of 'arg1' defaults to 'int' [-Wimplicit-int] readline.c:1977:1: error: type of 'arg2' defaults to 'int' [-Wimplicit-int] readline.c: At top level: readline.c:1986:1: error: return type defaults to 'int' [-Wimplicit-int] 1986 | rl_clear_message () | ^~~~~~~~~~~~~~~~ readline.c:2033:1: error: return type defaults to 'int' [-Wimplicit-int] 2033 | rl_reset_terminal (terminal_name) | ^~~~~~~~~~~~~~~~~ readline.c: In function 'init_terminal_io': readline.c:2063:7: error: implicit declaration of function 'tgetent'; did you mean 'getenv'? [-Wimplicit-function-declaration] 2063 | if (tgetent (term_buffer, term) <= 0) | ^~~~~~~ | getenv readline.c:2118:23: error: implicit declaration of function 'tgetnum' [-Wimplicit-function-declaration] 2118 | screenwidth = tgetnum ("co"); | ^~~~~~~ readline.c: At top level: readline.c:2200:1: error: return type defaults to 'int' [-Wimplicit-int] 2200 | insert_some_chars (string, count) | ^~~~~~~~~~~~~~~~~ readline.c:2239:1: error: return type defaults to 'int' [-Wimplicit-int] 2239 | backspace (count) | ^~~~~~~~~ readline.c:2253:1: error: return type defaults to 'int' [-Wimplicit-int] 2253 | crlf () | ^~~~ readline.c:2263:1: error: return type defaults to 'int' [-Wimplicit-int] 2263 | clear_to_eol (count) | ^~~~~~~~~~~~ readline.c:2691:1: error: return type defaults to 'int' [-Wimplicit-int] 2691 | rl_abort () | ^~~~~~~~ readline.c:2758:1: error: return type defaults to 'int' [-Wimplicit-int] 2758 | rl_insert_text (string) | ^~~~~~~~~~~~~~ readline.c: In function 'rl_insert_text': readline.c:2782:9: error: implicit declaration of function 'rl_add_undo' [-Wimplicit-function-declaration] 2782 | rl_add_undo (UNDO_INSERT, rl_point, rl_point + l, (char *)NULL); | ^~~~~~~~~~~ readline.c: At top level: readline.c:2791:1: error: return type defaults to 'int' [-Wimplicit-int] 2791 | rl_delete_text (from, to) | ^~~~~~~~~~~~~~ readline.c:2853:1: error: return type defaults to 'int' [-Wimplicit-int] 2853 | rl_forward (count) | ^~~~~~~~~~ readline.c:2878:1: error: return type defaults to 'int' [-Wimplicit-int] 2878 | rl_backward (count) | ^~~~~~~~~~~ readline.c:2899:1: error: return type defaults to 'int' [-Wimplicit-int] 2899 | rl_beg_of_line () | ^~~~~~~~~~~~~~ readline.c:2905:1: error: return type defaults to 'int' [-Wimplicit-int] 2905 | rl_end_of_line () | ^~~~~~~~~~~~~~ readline.c:2911:1: error: return type defaults to 'int' [-Wimplicit-int] 2911 | rl_forward_word (count) | ^~~~~~~~~~~~~~~ readline.c:2950:1: error: return type defaults to 'int' [-Wimplicit-int] 2950 | rl_backward_word (count) | ^~~~~~~~~~~~~~~~ readline.c:2992:1: error: return type defaults to 'int' [-Wimplicit-int] 2992 | rl_refresh_line () | ^~~~~~~~~~~~~~~ readline.c:3010:1: error: return type defaults to 'int' [-Wimplicit-int] 3010 | rl_clear_screen () | ^~~~~~~~~~~~~~~ readline.c:3030:1: error: return type defaults to 'int' [-Wimplicit-int] 3030 | rl_arrow_keys (count, c) | ^~~~~~~~~~~~~ readline.c:3068:1: error: return type defaults to 'int' [-Wimplicit-int] 3068 | rl_insert (count, c) | ^~~~~~~~~ readline.c:3146:1: error: return type defaults to 'int' [-Wimplicit-int] 3146 | rl_quoted_insert (count) | ^~~~~~~~~~~~~~~~ readline.c:3162:1: error: return type defaults to 'int' [-Wimplicit-int] 3162 | rl_tab_insert (count) | ^~~~~~~~~~~~~ readline.c:3171:1: error: return type defaults to 'int' [-Wimplicit-int] 3171 | rl_newline (count, key) | ^~~~~~~~~~ readline.c: In function 'rl_newline': readline.c:3182:9: error: implicit declaration of function 'rl_end_undo_group' [-Wimplicit-function-declaration] 3182 | rl_end_undo_group (); | ^~~~~~~~~~~~~~~~~ readline.c: At top level: readline.c:3198:1: error: return type defaults to 'int' [-Wimplicit-int] 3198 | rl_clean_up_for_exit () | ^~~~~~~~~~~~~~~~~~~~ readline.c:3213:1: error: return type defaults to 'int' [-Wimplicit-int] 3213 | rl_do_lowercase_version (ignore1, ignore2) | ^~~~~~~~~~~~~~~~~~~~~~~ readline.c:3219:1: error: return type defaults to 'int' [-Wimplicit-int] 3219 | rl_rubout (count) | ^~~~~~~~~ readline.c: In function 'rl_rubout': readline.c:3239:7: error: implicit declaration of function 'rl_kill_text'; did you mean 'rl_kill_word'? [-Wimplicit-function-declaration] 3239 | rl_kill_text (orig_point, rl_point); | ^~~~~~~~~~~~ | rl_kill_word readline.c: At top level: readline.c:3262:1: error: return type defaults to 'int' [-Wimplicit-int] 3262 | rl_delete (count, invoking_key) | ^~~~~~~~~ readline.c:3302:1: error: return type defaults to 'int' [-Wimplicit-int] 3302 | rl_unix_word_rubout () | ^~~~~~~~~~~~~~~~~~~ readline.c:3321:1: error: return type defaults to 'int' [-Wimplicit-int] 3321 | rl_unix_line_discard () | ^~~~~~~~~~~~~~~~~~~~ readline.c:3352:1: error: return type defaults to 'int' [-Wimplicit-int] 3352 | rl_upcase_word (count) | ^~~~~~~~~~~~~~ readline.c: In function 'rl_upcase_word': readline.c:3355:3: error: implicit declaration of function 'rl_change_case'; did you mean 'rl_vi_change_case'? [-Wimplicit-function-declaration] 3355 | rl_change_case (count, UpCase); | ^~~~~~~~~~~~~~ | rl_vi_change_case readline.c: At top level: readline.c:3359:1: error: return type defaults to 'int' [-Wimplicit-int] 3359 | rl_downcase_word (count) | ^~~~~~~~~~~~~~~~ readline.c:3366:1: error: return type defaults to 'int' [-Wimplicit-int] 3366 | rl_capitalize_word (count) | ^~~~~~~~~~~~~~~~~~ readline.c:3377:1: error: return type defaults to 'int' [-Wimplicit-int] 3377 | rl_change_case (count, op) | ^~~~~~~~~~~~~~ readline.c: In function 'rl_change_case': readline.c:3394:3: error: implicit declaration of function 'rl_modifying' [-Wimplicit-function-declaration] 3394 | rl_modifying (start, end); | ^~~~~~~~~~~~ readline.c: At top level: readline.c:3436:1: error: return type defaults to 'int' [-Wimplicit-int] 3436 | rl_transpose_words (count) | ^~~~~~~~~~~~~~~~~~ readline.c: In function 'rl_transpose_words': readline.c:3469:3: error: implicit declaration of function 'rl_begin_undo_group' [-Wimplicit-function-declaration] 3469 | rl_begin_undo_group (); | ^~~~~~~~~~~~~~~~~~~ readline.c: At top level: readline.c:3493:1: error: return type defaults to 'int' [-Wimplicit-int] 3493 | rl_transpose_chars (count) | ^~~~~~~~~~~~~~~~~~ readline.c:3541:1: error: return type defaults to 'int' [-Wimplicit-int] 3541 | rl_restart_output (count, key) | ^~~~~~~~~~~~~~~~~ readline.c:3563:1: error: return type defaults to 'int' [-Wimplicit-int] 3563 | rl_stop_output (count, key) | ^~~~~~~~~~~~~~ readline.c:3612:1: error: return type defaults to 'int' [-Wimplicit-int] 3612 | rl_complete (ignore, invoking_key) | ^~~~~~~~~~~ readline.c: In function 'rl_complete': readline.c:3616:5: error: implicit declaration of function 'rl_complete_internal' [-Wimplicit-function-declaration] 3616 | rl_complete_internal ('?'); | ^~~~~~~~~~~~~~~~~~~~ readline.c: At top level: readline.c:3622:1: error: return type defaults to 'int' [-Wimplicit-int] 3622 | rl_possible_completions () | ^~~~~~~~~~~~~~~~~~~~~~~ readline.c:3628:1: error: return type defaults to 'int' [-Wimplicit-int] 3628 | get_y_or_n () | ^~~~~~~~~~ readline.c:3683:1: error: return type defaults to 'int' [-Wimplicit-int] 3683 | rl_complete_internal (what_to_do) | ^~~~~~~~~~~~~~~~~~~~ readline.c:4135:1: error: return type defaults to 'int' [-Wimplicit-int] 4135 | rl_add_undo (what, start, end, text) | ^~~~~~~~~~~ readline.c:4150:1: error: return type defaults to 'int' [-Wimplicit-int] 4150 | free_undo_list () | ^~~~~~~~~~~~~~ readline.c:4222:1: error: return type defaults to 'int' [-Wimplicit-int] 4222 | rl_begin_undo_group () | ^~~~~~~~~~~~~~~~~~~ readline.c:4228:1: error: return type defaults to 'int' [-Wimplicit-int] 4228 | rl_end_undo_group () | ^~~~~~~~~~~~~~~~~ readline.c:4234:1: error: return type defaults to 'int' [-Wimplicit-int] 4234 | rl_modifying (start, end) | ^~~~~~~~~~~~ readline.c:4255:1: error: return type defaults to 'int' [-Wimplicit-int] 4255 | rl_revert_line () | ^~~~~~~~~~~~~~ readline.c:4265:1: error: return type defaults to 'int' [-Wimplicit-int] 4265 | rl_undo_command (count) | ^~~~~~~~~~~~~~~ readline.c: In function 'rl_undo_command': readline.c:4265:1: error: type of 'count' defaults to 'int' [-Wimplicit-int] readline.c: At top level: readline.c:4299:1: error: return type defaults to 'int' [-Wimplicit-int] 4299 | start_using_history () | ^~~~~~~~~~~~~~~~~~~ readline.c:4318:1: error: return type defaults to 'int' [-Wimplicit-int] 4318 | maybe_replace_line () | ^~~~~~~~~~~~~~~~~~ readline.c:4332:1: error: return type defaults to 'int' [-Wimplicit-int] 4332 | maybe_unsave_line () | ^~~~~~~~~~~~~~~~~ readline.c:4354:1: error: return type defaults to 'int' [-Wimplicit-int] 4354 | maybe_save_line () | ^~~~~~~~~~~~~~~ readline.c:4371:1: error: return type defaults to 'int' [-Wimplicit-int] 4371 | rl_beginning_of_history () | ^~~~~~~~~~~~~~~~~~~~~~~ readline.c:4377:1: error: return type defaults to 'int' [-Wimplicit-int] 4377 | rl_end_of_history () | ^~~~~~~~~~~~~~~~~ readline.c:4385:1: error: return type defaults to 'int' [-Wimplicit-int] 4385 | rl_get_next_history (count) | ^~~~~~~~~~~~~~~~~~~ readline.c:4433:1: error: return type defaults to 'int' [-Wimplicit-int] 4433 | rl_get_previous_history (count) | ^~~~~~~~~~~~~~~~~~~~~~~ readline.c:4501:1: error: return type defaults to 'int' [-Wimplicit-int] 4501 | rl_reverse_search_history (sign, key) | ^~~~~~~~~~~~~~~~~~~~~~~~~ readline.c: In function 'rl_reverse_search_history': readline.c:4505:3: error: implicit declaration of function 'rl_search_history'; did you mean 'read_history'? [-Wimplicit-function-declaration] 4505 | rl_search_history (-sign, key); | ^~~~~~~~~~~~~~~~~ | read_history readline.c: At top level: readline.c:4510:1: error: return type defaults to 'int' [-Wimplicit-int] 4510 | rl_forward_search_history (sign, key) | ^~~~~~~~~~~~~~~~~~~~~~~~~ readline.c:4522:1: error: return type defaults to 'int' [-Wimplicit-int] 4522 | rl_display_search (search_string, reverse_p, where) | ^~~~~~~~~~~~~~~~~ readline.c:4557:1: error: return type defaults to 'int' [-Wimplicit-int] 4557 | rl_search_history (direction, invoking_key) | ^~~~~~~~~~~~~~~~~ readline.c: In function 'rl_search_history': readline.c:4681:15: error: implicit declaration of function 'rl_execute_next'; did you mean 'rl_delete_text'? [-Wimplicit-function-declaration] 4681 | rl_execute_next (c); | ^~~~~~~~~~~~~~~ | rl_delete_text readline.c: At top level: readline.c:4816:1: error: return type defaults to 'int' [-Wimplicit-int] 4816 | rl_execute_next (c) | ^~~~~~~~~~~~~~~ readline.c:4845:1: error: return type defaults to 'int' [-Wimplicit-int] 4845 | rl_set_retained_kills (num) | ^~~~~~~~~~~~~~~~~~~~~ readline.c:4854:1: error: return type defaults to 'int' [-Wimplicit-int] 4854 | rl_kill_text (from, to) | ^~~~~~~~~~~~ readline.c:4950:1: error: return type defaults to 'int' [-Wimplicit-int] 4950 | rl_kill_word (count) | ^~~~~~~~~~~~ readline.c:4969:1: error: return type defaults to 'int' [-Wimplicit-int] 4969 | rl_backward_kill_word (count) | ^~~~~~~~~~~~~~~~~~~~~ readline.c:4987:1: error: return type defaults to 'int' [-Wimplicit-int] 4987 | rl_kill_line (direction) | ^~~~~~~~~~~~ readline.c:5005:1: error: return type defaults to 'int' [-Wimplicit-int] 5005 | rl_backward_kill_line (direction) | ^~~~~~~~~~~~~~~~~~~~~ readline.c:5025:1: error: return type defaults to 'int' [-Wimplicit-int] 5025 | rl_yank () | ^~~~~~~ readline.c:5035:1: error: return type defaults to 'int' [-Wimplicit-int] 5035 | rl_yank_pop () | ^~~~~~~~~~~ readline.c:5063:1: error: return type defaults to 'int' [-Wimplicit-int] 5063 | rl_yank_nth_arg (count, ignore) | ^~~~~~~~~~~~~~~ readline.c: In function 'rl_yank_nth_arg': readline.c:5063:1: error: type of 'ignore' defaults to 'int' [-Wimplicit-int] readline.c: At top level: readline.c:5104:1: error: return type defaults to 'int' [-Wimplicit-int] 5104 | rl_vi_editing_mode () | ^~~~~~~~~~~~~~~~~~ readline.c:5112:1: error: return type defaults to 'int' [-Wimplicit-int] 5112 | rl_emacs_editing_mode () | ^~~~~~~~~~~~~~~~~~~~~ readline.c:5353:1: error: return type defaults to 'int' [-Wimplicit-int] 5353 | rl_add_defun (name, function, key) | ^~~~~~~~~~~~ readline.c: In function 'rl_add_defun': readline.c:5359:5: error: implicit declaration of function 'rl_bind_key'; did you mean 'rl_read_key'? [-Wimplicit-function-declaration] 5359 | rl_bind_key (key, function); | ^~~~~~~~~~~ | rl_read_key readline.c:5360:3: error: implicit declaration of function 'rl_add_funmap_entry' [-Wimplicit-function-declaration] 5360 | rl_add_funmap_entry (name, function); | ^~~~~~~~~~~~~~~~~~~ readline.c: At top level: readline.c:5430:1: error: return type defaults to 'int' [-Wimplicit-int] 5430 | rl_set_key (keyseq, function, map) | ^~~~~~~~~~ readline.c: In function 'rl_set_key': readline.c:5435:3: error: implicit declaration of function 'rl_generic_bind' [-Wimplicit-function-declaration] 5435 | rl_generic_bind (ISFUNC, keyseq, function, map); | ^~~~~~~~~~~~~~~ readline.c: At top level: readline.c:5441:1: error: return type defaults to 'int' [-Wimplicit-int] 5441 | rl_macro_bind (keyseq, macro, map) | ^~~~~~~~~~~~~ readline.c: In function 'rl_macro_bind': readline.c:5450:7: error: implicit declaration of function 'rl_translate_keyseq' [-Wimplicit-function-declaration] 5450 | if (rl_translate_keyseq (macro, macro_keys, ¯o_keys_len)) | ^~~~~~~~~~~~~~~~~~~ readline.c: At top level: readline.c:5464:1: error: return type defaults to 'int' [-Wimplicit-int] 5464 | rl_generic_bind (type, keyseq, data, map) | ^~~~~~~~~~~~~~~ readline.c:5520:1: error: return type defaults to 'int' [-Wimplicit-int] 5520 | rl_translate_keyseq (seq, array, len) | ^~~~~~~~~~~~~~~~~~~ readline.c:5599:1: error: return type defaults to 'int' [-Wimplicit-int] 5599 | rl_re_read_init_file (count, ignore) | ^~~~~~~~~~~~~~~~~~~~ readline.c: In function 'rl_read_init_file': readline.c:5656:9: error: implicit declaration of function 'rl_parse_and_bind' [-Wimplicit-function-declaration] 5656 | rl_parse_and_bind (line); | ^~~~~~~~~~~~~~~~~ readline.c: At top level: readline.c:5681:1: error: return type defaults to 'int' [-Wimplicit-int] 5681 | parser_if (args) | ^~~~~~~~~ readline.c:5755:1: error: return type defaults to 'int' [-Wimplicit-int] 5755 | parser_else (args) | ^~~~~~~~~~~ readline.c:5779:1: error: return type defaults to 'int' [-Wimplicit-int] 5779 | parser_endif (args) | ^~~~~~~~~~~~ readline.c:5847:1: error: return type defaults to 'int' [-Wimplicit-int] 5847 | rl_parse_and_bind (string) | ^~~~~~~~~~~~~~~~~ readline.c: In function 'rl_parse_and_bind': readline.c:5907:7: error: implicit declaration of function 'rl_variable_bind' [-Wimplicit-function-declaration] 5907 | rl_variable_bind (var, value); | ^~~~~~~~~~~~~~~~ readline.c:5978:9: error: implicit declaration of function 'glean_key_from_name' [-Wimplicit-function-declaration] 5978 | key = glean_key_from_name (kname); | ^~~~~~~~~~~~~~~~~~~ readline.c: At top level: readline.c:6015:1: error: return type defaults to 'int' [-Wimplicit-int] 6015 | rl_variable_bind (name, value) | ^~~~~~~~~~~~~~~~ readline.c: In function 'strnicmp': readline.c:6366:1: error: type of 'count' defaults to 'int' [-Wimplicit-int] 6366 | strnicmp (string1, string2, count) | ^~~~~~~~ readline.c: At top level: readline.c:6558:1: error: return type defaults to 'int' [-Wimplicit-int] 6558 | rl_redraw() | ^~~~~~~~~ *** Error code 1 Stop. make[1]: stopped making "all" in /home/pbulk/build/chat/icb/work/icb-5.0.9/readline Making in icb sed -e 's/(.*)/()/' protos.h > tmp mv -f tmp funcs.h cc -O2 -DNO_LRAND48 -DSTRINGS_H -DTIME_H -DVOID_SIGHANDLER=1 -DBSD_COMP -I/opt/pkg/include/ncurses -c c_hclear.c In file included from protos.h:6, from icb.h:94, from c_hclear.c:6: externs.h:32:8: error: type defaults to 'int' in declaration of 'connected' [-Wimplicit-int] 32 | extern connected; /* whether we are validated or not */ | ^~~~~~~~~ In file included from c_hclear.c:7: externs.h:32:8: error: type defaults to 'int' in declaration of 'connected' [-Wimplicit-int] 32 | extern connected; /* whether we are validated or not */ | ^~~~~~~~~ c_hclear.c:9:1: error: return type defaults to 'int' [-Wimplicit-int] 9 | c_hclear(TARGLIST) | ^~~~~~~~ c_hclear.c: In function 'c_hclear': c_hclear.c:17:9: error: implicit declaration of function 'histclear' [-Wimplicit-function-declaration] 17 | histclear(); | ^~~~~~~~~ *** Error code 1 Stop. make[1]: stopped making "default" in /home/pbulk/build/chat/icb/work/icb-5.0.9/icb *** [all] Error code 1 bmake: stopped making "all" in /home/pbulk/build/chat/icb/work/icb-5.0.9 bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/chat/icb/work/icb-5.0.9 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/chat/icb *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/chat/icb