=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/net/llnlxftp", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for llnlxftp-2.1nb4 --- abort.o --- --- aconnect.o --- --- abort.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 abort.c --- 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 --- abort.o --- abort.c:70:1: error: return type defaults to 'int' [-Wimplicit-int] 70 | show_abort_dialog() | ^~~~~~~~~~~~~~~~~ abort.c: In function 'show_abort_dialog': abort.c:74:9: error: implicit declaration of function 'add_dialog_to_list' [-Wimplicit-function-declaration] 74 | add_dialog_to_list(w_abortDialog); | ^~~~~~~~~~~~~~~~~~ abort.c:75:9: error: implicit declaration of function 'force_update' [-Wimplicit-function-declaration] 75 | force_update(w_abortDialog); | ^~~~~~~~~~~~ abort.c: At top level: abort.c:83:1: error: return type defaults to 'int' [-Wimplicit-int] 83 | hide_abort_dialog() | ^~~~~~~~~~~~~~~~~ --- aconnect.o --- aconnect.c: In function 'cb_connect_to_anonymous': aconnect.c:148:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 148 | int host = (int)client_data; | ^ --- abort.o --- *** [abort.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/net/llnlxftp/work/llnlxftp2.1/sources --- aconnect.o --- aconnect.c:151:9: error: implicit declaration of function 'raise_okflag' [-Wimplicit-function-declaration] 151 | raise_okflag(); | ^~~~~~~~~~~~ aconnect.c:155:17: error: implicit declaration of function 'disconnect' [-Wimplicit-function-declaration] 155 | disconnect(host); | ^~~~~~~~~~ aconnect.c:159:9: error: implicit declaration of function 'update_aconnect_dialog'; did you mean 'create_aconnect_dialog'? [-Wimplicit-function-declaration] 159 | update_aconnect_dialog(host); | ^~~~~~~~~~~~~~~~~~~~~~ | create_aconnect_dialog aconnect.c:163:9: error: implicit declaration of function 'add_dialog_to_list' [-Wimplicit-function-declaration] 163 | add_dialog_to_list(aconnect.w_dialog); | ^~~~~~~~~~~~~~~~~~ aconnect.c: In function 'create_aconnect_dialog': aconnect.c:234:9: error: implicit declaration of function 'fix_list_color' [-Wimplicit-function-declaration] 234 | fix_list_color(aconnect.w_hostList); | ^~~~~~~~~~~~~~ aconnect.c:332:9: error: implicit declaration of function 'set_bg_to_sb_trough_color' [-Wimplicit-function-declaration] 332 | set_bg_to_sb_trough_color(aconnect.w_hostName, | ^~~~~~~~~~~~~~~~~~~~~~~~~ aconnect.c: At top level: aconnect.c:346:1: error: return type defaults to 'int' [-Wimplicit-int] 346 | update_aconnect_dialog(host) | ^~~~~~~~~~~~~~~~~~~~~~ aconnect.c: In function 'update_aconnect_dialog': aconnect.c:356:5: error: implicit declaration of function 'retrieve_hostuser_cache' [-Wimplicit-function-declaration] 356 | retrieve_hostuser_cache(&list, sort_caches); | ^~~~~~~~~~~~~~~~~~~~~~~ aconnect.c:359:5: error: implicit declaration of function 'reset_list' [-Wimplicit-function-declaration] 359 | reset_list(aconnect.w_hostList); | ^~~~~~~~~~ aconnect.c:361:21: error: implicit declaration of function 'parse_hostuser' [-Wimplicit-function-declaration] 361 | if (parse_hostuser(list->entries[i], &host_part, &user_part) == 0) { | ^~~~~~~~~~~~~~ aconnect.c:373:5: error: implicit declaration of function 'release_array_list' [-Wimplicit-function-declaration] 373 | release_array_list(list); | ^~~~~~~~~~~~~~~~~~ aconnect.c: In function 'cb_aconnect_single_selection': aconnect.c:425:17: error: implicit declaration of function 'fatal_error' [-Wimplicit-function-declaration] 425 | fatal_error("Trouble in cb_aconnect_single_selection()"); | ^~~~~~~~~~~ aconnect.c: In function 'cb_aconnect_help': aconnect.c:444:5: error: implicit declaration of function 'help_dialog' [-Wimplicit-function-declaration] 444 | help_dialog(aconnect.w_dialog, True, "Connect to Anonymous", aconnect_help); | ^~~~~~~~~~~ aconnect.c: In function 'cb_aconnect_connect': aconnect.c:510:9: error: implicit declaration of function 'warning_error' [-Wimplicit-function-declaration] 510 | warning_error("Unable to log onto FTP server. No user name."); | ^~~~~~~~~~~~~ aconnect.c:516:13: error: implicit declaration of function 'parse_hostname' [-Wimplicit-function-declaration] 516 | switch (parse_hostname(hostname, &host_part, &port_part)) { | ^~~~~~~~~~~~~~ aconnect.c:533:9: error: implicit declaration of function 'add_to_cache' [-Wimplicit-function-declaration] 533 | add_to_cache(USER, hostname, username); | ^~~~~~~~~~~~ aconnect.c:538:26: error: implicit declaration of function 'do_connect' [-Wimplicit-function-declaration] 538 | retval = do_connect(host, hostname, username, NULL, NULL, | ^~~~~~~~~~ aconnect.c:557:5: error: implicit declaration of function 'use_busy_cursor' [-Wimplicit-function-declaration] 557 | use_busy_cursor(); | ^~~~~~~~~~~~~~~ aconnect.c:560:9: error: implicit declaration of function 'update_dir_displays' [-Wimplicit-function-declaration] 560 | if (update_dir_displays(host, False) < 0) { | ^~~~~~~~~~~~~~~~~~~ aconnect.c:561:9: error: implicit declaration of function 'restore_prev_cursor' [-Wimplicit-function-declaration] 561 | restore_prev_cursor(); | ^~~~~~~~~~~~~~~~~~~ aconnect.c:562:9: error: implicit declaration of function 'lost_connection'; did you mean 'XtNconnection'? [-Wimplicit-function-declaration] 562 | lost_connection(host); | ^~~~~~~~~~~~~~~ | XtNconnection aconnect.c:565:5: error: implicit declaration of function 'update_xfer_controls' [-Wimplicit-function-declaration] 565 | update_xfer_controls(); | ^~~~~~~~~~~~~~~~~~~~ aconnect.c:566:5: error: implicit declaration of function 'update_dirname_menu' [-Wimplicit-function-declaration] 566 | update_dirname_menu(host); | ^~~~~~~~~~~~~~~~~~~ aconnect.c:567:5: error: implicit declaration of function 'update_dirpath' [-Wimplicit-function-declaration] 567 | update_dirpath(host); | ^~~~~~~~~~~~~~ aconnect.c:568:5: error: implicit declaration of function 'update_dir_cache' [-Wimplicit-function-declaration] 568 | update_dir_cache(host); | ^~~~~~~~~~~~~~~~ aconnect.c:569:5: error: implicit declaration of function 'update_hostname' [-Wimplicit-function-declaration] 569 | update_hostname(host); | ^~~~~~~~~~~~~~~ aconnect.c:570:5: error: implicit declaration of function 'update_host_controls' [-Wimplicit-function-declaration] 570 | update_host_controls(host); | ^~~~~~~~~~~~~~~~~~~~ *** [aconnect.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/net/llnlxftp/work/llnlxftp2.1/sources bmake: 2 errors bmake: stopped making "all" in /home/pbulk/work/net/llnlxftp/work/llnlxftp2.1/sources *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/llnlxftp *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/llnlxftp