=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/net/llnlxdir", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for llnlxdir-2.1.2nb4 --- account.o --- --- aconnect.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c aconnect.c --- account.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -c account.c --- aconnect.o --- aconnect.c: In function 'cb_connect_to_anonymous': aconnect.c:160:14: error: implicit declaration of function 'start_op'; did you mean 'strtok'? [-Wimplicit-function-declaration] 160 | if (!start_op(False)) | ^~~~~~~~ | strtok aconnect.c:164:9: error: implicit declaration of function 'raise_okflag' [-Wimplicit-function-declaration] 164 | raise_okflag(); | ^~~~~~~~~~~~ aconnect.c:171:9: error: implicit declaration of function 'traverse_to_widget' [-Wimplicit-function-declaration] 171 | traverse_to_widget(aconnect.w_hostName); | ^~~~~~~~~~~~~~~~~~ aconnect.c: In function 'create_aconnect_dialog': aconnect.c:212:9: error: implicit declaration of function 'add_wm_delete_window_cb' [-Wimplicit-function-declaration] 212 | add_wm_delete_window_cb(aconnect.w_dialog, cb_aconnect_cancel, NULL, False); | ^~~~~~~~~~~~~~~~~~~~~~~ --- account.o --- account.c: In function 'create_account_dialog': account.c:102:5: error: implicit declaration of function 'add_wm_delete_window_cb' [-Wimplicit-function-declaration] 102 | add_wm_delete_window_cb(w_accountDialog, cb_account_cancel, NULL, False); | ^~~~~~~~~~~~~~~~~~~~~~~ --- aconnect.o --- aconnect.c: In function 'update_aconnect_dialog': aconnect.c:363:5: error: implicit declaration of function 'retrieve_hostuser_history' [-Wimplicit-function-declaration] 363 | retrieve_hostuser_history(&list, sort_caches); | ^~~~~~~~~~~~~~~~~~~~~~~~~ aconnect.c:366:5: error: implicit declaration of function 'reset_list' [-Wimplicit-function-declaration] 366 | reset_list(aconnect.w_hostList); | ^~~~~~~~~~ aconnect.c:368:21: error: implicit declaration of function 'parse_hostuser' [-Wimplicit-function-declaration] 368 | if (parse_hostuser(list->entries[i], &host_part, &user_part) == 0) { | ^~~~~~~~~~~~~~ aconnect.c:379:5: error: implicit declaration of function 'release_array_list' [-Wimplicit-function-declaration] 379 | release_array_list(list); | ^~~~~~~~~~~~~~~~~~ --- account.o --- account.c: In function 'get_account': account.c:158:5: error: implicit declaration of function 'use_normal_cursor' [-Wimplicit-function-declaration] 158 | use_normal_cursor(); | ^~~~~~~~~~~~~~~~~ account.c:159:5: error: implicit declaration of function 'traverse_to_widget' [-Wimplicit-function-declaration] 159 | traverse_to_widget(w_account); | ^~~~~~~~~~~~~~~~~~ --- aconnect.o --- aconnect.c: In function 'cb_aconnect_single_selection': aconnect.c:439:17: error: implicit declaration of function 'fatal_error' [-Wimplicit-function-declaration] 439 | fatal_error("Trouble in cb_aconnect_single_selection()"); | ^~~~~~~~~~~ aconnect.c: In function 'cb_aconnect_help': aconnect.c:458:5: error: implicit declaration of function 'help_dialog'; did you mean 'cb_map_dialog'? [-Wimplicit-function-declaration] 458 | help_dialog(widget, True, "Connect to Anonymous", aconnect_help); | ^~~~~~~~~~~ | cb_map_dialog aconnect.c: In function 'cb_aconnect_connect': aconnect.c:526:9: error: implicit declaration of function 'warn' [-Wimplicit-function-declaration] 526 | warn("Unable to log onto FTP server. No user name.", | ^~~~ --- account.o --- account.c:162:5: error: implicit declaration of function 'restore_prev_cursor' [-Wimplicit-function-declaration] 162 | restore_prev_cursor(); | ^~~~~~~~~~~~~~~~~~~ --- aconnect.o --- aconnect.c:535:13: error: implicit declaration of function 'parse_hostname' [-Wimplicit-function-declaration] 535 | switch (parse_hostname(hostname, &host_part, &port_part)) { | ^~~~~~~~~~~~~~ aconnect.c:565:9: error: implicit declaration of function 'add_to_history' [-Wimplicit-function-declaration] 565 | add_to_history(USER, hostname, username); | ^~~~~~~~~~~~~~ aconnect.c:573:25: error: implicit declaration of function 'sprintf' [-Wimplicit-function-declaration] 573 | sprintf(msg, "%s is already connected to %s.", username, hostname); | ^~~~~~~ aconnect.c:63:1: note: include '' or provide a declaration of 'sprintf' 62 | #include "history.h" +++ |+#include 63 | aconnect.c:573:25: warning: incompatible implicit declaration of built-in function 'sprintf' [-Wbuiltin-declaration-mismatch] 573 | sprintf(msg, "%s is already connected to %s.", username, hostname); | ^~~~~~~ aconnect.c:573:25: note: include '' or provide a declaration of 'sprintf' --- account.o --- *** [account.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/net/llnlxdir/work/llnlxdir2_1_2/sources --- aconnect.o --- aconnect.c:574:25: error: implicit declaration of function 'info_dialog' [-Wimplicit-function-declaration] 574 | info_dialog(msg, dirwin->w_shell); | ^~~~~~~~~~~ aconnect.c:580:25: error: implicit declaration of function 'end_op' [-Wimplicit-function-declaration] 580 | end_op(); | ^~~~~~ aconnect.c:587:21: error: implicit declaration of function 'get_host' [-Wimplicit-function-declaration] 587 | if ((host = get_host()) == -1) { | ^~~~~~~~ aconnect.c:597:9: error: implicit declaration of function 'show_stop_button' [-Wimplicit-function-declaration] 597 | show_stop_button(dirwin); | ^~~~~~~~~~~~~~~~ aconnect.c:613:18: error: implicit declaration of function 'do_connect' [-Wimplicit-function-declaration] 613 | retval = do_connect(host, dirwin); | ^~~~~~~~~~ aconnect.c:618:17: error: implicit declaration of function 'record_abort' [-Wimplicit-function-declaration] 618 | record_abort("Anonymously Connect to Remote Host"); | ^~~~~~~~~~~~ aconnect.c:620:17: error: implicit declaration of function 'release_host' [-Wimplicit-function-declaration] 620 | release_host(host); | ^~~~~~~~~~~~ aconnect.c:621:17: error: implicit declaration of function 'hide_stop_button' [-Wimplicit-function-declaration] 621 | hide_stop_button(); | ^~~~~~~~~~~~~~~~ aconnect.c:629:23: error: implicit declaration of function 'starting_dir' [-Wimplicit-function-declaration] 629 | if ((retval = starting_dir(host, &wd)) == -6) { | ^~~~~~~~~~~~ aconnect.c:637:18: error: implicit declaration of function 'display_dir' [-Wimplicit-function-declaration] 637 | retval = display_dir(host, dirwin, wd, False, False, dirwin->cache_mode, | ^~~~~~~~~~~ aconnect.c:650:17: error: implicit declaration of function 'close' [-Wimplicit-function-declaration] 650 | close(hinfo[host].ctrl_fd); | ^~~~~ aconnect.c:656:9: warning: incompatible implicit declaration of built-in function 'sprintf' [-Wbuiltin-declaration-mismatch] 656 | sprintf(msg, "Unable to connect to %s.", hinfo[host].hostname); | ^~~~~~~ aconnect.c:656:9: note: include '' or provide a declaration of 'sprintf' aconnect.c:657:9: error: implicit declaration of function 'record_and_alert' [-Wimplicit-function-declaration] 657 | record_and_alert(msg, dirwin->w_shell); | ^~~~~~~~~~~~~~~~ *** [aconnect.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/net/llnlxdir/work/llnlxdir2_1_2/sources bmake: 2 errors bmake: stopped making "all" in /home/pbulk/work/net/llnlxdir/work/llnlxdir2_1_2/sources *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/llnlxdir *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/llnlxdir