=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for IglooFTP-0.6.1nb6 cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" main.c `gtk-config --cflags` cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" GTKmisc.c `gtk-config --cflags` cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" menu.c `gtk-config --cflags` cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" toolbar.c `gtk-config --cflags` cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" connectbar.c `gtk-config --cflags` cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" statusbar.c `gtk-config --cflags` statusbar.c:61:76: warning: format specifies type 'short' but the argument has type 'int' [-Wformat] sprintf (buf, "Connected to %s on port %hi.", this_connexion.hostname, this_connexion.port); ~~~ ^~~~~~~~~~~~~~~~~~~ %i statusbar.c:63:5: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' strcpy (buf, "Not connected"); ^ statusbar.c:63:5: note: please include the header or explicitly provide a declaration for 'strcpy' 2 warnings generated. cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" dirlist.c `gtk-config --cflags` dirlist.c:423:41: warning: incompatible pointer types passing 'int (struct dirent *)' to parameter of type 'int (*)(const struct dirent *)' [-Wincompatible-pointer-types] files = scandir (pathname, &filelist, local_scandir_select, sort_function); ^~~~~~~~~~~~~~~~~~~~ /usr/include/dirent.h:112:11: note: passing argument to parameter here int (*)(const struct dirent *), int (*)(const void *, const void *)) ^ dirlist.c:433:33: warning: format specifies type 'long' but the argument has type '__off_t' (aka 'long long') [-Wformat] sprintf (size_buf, "%ld", lstat_buf.st_size); ~~~ ^~~~~~~~~~~~~~~~~ %lld 2 warnings generated. cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" ftplist.c `gtk-config --cflags` ftplist.c:1172:66: warning: variable 'filename' is uninitialized when used here [-Wuninitialized] WANT_EDIT ? remote_rename_dialog (NULL, NULL) : IGLOO_cwd (filename); ^~~~~~~~ ftplist.c:1161:18: note: initialize the variable 'filename' to silence this warning gchar *filename; ^ = NULL 1 warning generated. cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" queue.c `gtk-config --cflags` cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" log.c `gtk-config --cflags` cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" console.c `gtk-config --cflags` console.c:182:14: warning: array subscript is of type 'char' [-Wchar-subscripts] this_message[f] = 'x'; ^~ 1 warning generated. cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" dialog.c `gtk-config --cflags` dialog.c:151:8: warning: unused variable 'author_buf' [-Wunused-variable] char author_buf[128]; ^ 1 warning generated. cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" chmod.c `gtk-config --cflags` chmod.c:47:3: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' strcpy (mode_buf, gtk_entry_get_text (GTK_ENTRY (alert_entry))); ^ chmod.c:47:3: note: please include the header or explicitly provide a declaration for 'strcpy' chmod.c:48:11: warning: implicitly declaring library function 'strlen' with type 'unsigned int (const char *)' switch (strlen (mode_buf)) ^ chmod.c:48:11: note: please include the header or explicitly provide a declaration for 'strlen' 2 warnings generated. cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" version.c `gtk-config --cflags` version.c:35:3: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' strcpy (buf, PROG_VERSION); ^ version.c:35:3: note: please include the header or explicitly provide a declaration for 'strcpy' version.c:42:10: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' return strcmp (buf, PROG_VERSION); ^ version.c:42:10: note: please include the header or explicitly provide a declaration for 'strcmp' 2 warnings generated. cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" custom.c `gtk-config --cflags` cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" string.c `gtk-config --cflags` string.c:81:9: warning: array subscript is of type 'char' [-Wchar-subscripts] if (islower (string[f])) ^~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:53:44: note: expanded from macro 'islower' #define islower(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_L)) ^~~~ string.c:82:19: warning: array subscript is of type 'char' [-Wchar-subscripts] string[f] = toupper (string[f]); ^~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ string.c:93:9: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isupper (string[f])) ^~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:57:44: note: expanded from macro 'isupper' #define isupper(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_U)) ^~~~ string.c:94:19: warning: array subscript is of type 'char' [-Wchar-subscripts] string[f] = tolower (string[f]); ^~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:59:46: note: expanded from macro 'tolower' #define tolower(c) ((int)((_tolower_tab_ + 1)[(c)])) ^~~~ string.c:254:24: warning: unsequenced modification and access to 'pass_start_ptr' [-Wunsequenced] strncpy (this_pass, ++pass_start_ptr, (size_t) ((char *) usr_end_ptr - (char *) pass_start_ptr - 1)); ^ ~~~~~~~~~~~~~~ string.c:284:24: warning: unsequenced modification and access to 'port_start_ptr' [-Wunsequenced] strncpy (this_port, ++port_start_ptr, (size_t) ((char *) dir_start_ptr - (char *) port_start_ptr - 1)); ^ ~~~~~~~~~~~~~~ 6 warnings generated. cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" pixmaps.c `gtk-config --cflags` cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" color.c `gtk-config --cflags` cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" cursor.c `gtk-config --cflags` cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall FTP.c `gtk-config --cflags` FTP.c:48:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] extern nop (void); ~~~~~~ ^ FTP.c:493:12: warning: passing 'unsigned char [128]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] sprintf (msg_buf, "%c%c%c%c", 5, 1 + HAVE_FIREWALL_USERNAME, 0, 2); ^~~~~~~ /usr/include/stdio.h:271:31: note: passing argument to parameter here int sprintf(char * __restrict, const char * __restrict, ...) ^ FTP.c:517:11: warning: passing 'unsigned char [128]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] sprintf (msg_buf, "%c%c%s%c%s", 1, username_len, username, userpass_len, userpass); ^~~~~~~ /usr/include/stdio.h:271:31: note: passing argument to parameter here int sprintf(char * __restrict, const char * __restrict, ...) ^ FTP.c:544:14: warning: passing 'unsigned char [128]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] sprintf (msg_buf, "%c%c%c%c%c%s%c%c", 5, 1, 0, 3, strlen (FTPctrl->hostname), FTPctrl->hostname, UC (ptr[0]), UC (ptr[1])); ^~~~~~~ /usr/include/stdio.h:271:31: note: passing argument to parameter here int sprintf(char * __restrict, const char * __restrict, ...) ^ FTP.c:622:11: warning: array subscript is of type 'char' [-Wchar-subscripts] while (!isdigit (*(++ptr))); ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ FTP.c:664:30: warning: incompatible pointer types passing 'struct sockaddr_in *' to parameter of type 'const struct sockaddr *' [-Wincompatible-pointer-types] if (bind (data_socket, &data_sock_in, sizeof (data_sock_in)) == -1) ^~~~~~~~~~~~~ /usr/include/sys/socket.h:622:38: note: passing argument to parameter here int bind(int, const struct sockaddr *, socklen_t); ^ FTP.c:667:37: warning: incompatible pointer types passing 'struct sockaddr_in *' to parameter of type 'struct sockaddr *' [-Wincompatible-pointer-types] if (getsockname (data_socket, &data_sock_in, &length) == -1) ^~~~~~~~~~~~~ /usr/include/sys/socket.h:625:50: note: passing argument to parameter here int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict); ^ FTP.c:667:52: warning: passing 'int *' to parameter of type '__socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] if (getsockname (data_socket, &data_sock_in, &length) == -1) ^~~~~~~ /usr/include/sys/socket.h:625:74: note: passing argument to parameter here int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict); ^ FTP.c:754:46: warning: incompatible pointer types passing 'struct sockaddr_in *' to parameter of type 'struct sockaddr *' [-Wincompatible-pointer-types] download_socket = accept (data_socket, &serv_sock_in, &length); ^~~~~~~~~~~~~ /usr/include/sys/socket.h:621:45: note: passing argument to parameter here int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^ FTP.c:754:61: warning: passing 'int *' to parameter of type '__socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] download_socket = accept (data_socket, &serv_sock_in, &length); ^~~~~~~ /usr/include/sys/socket.h:621:69: note: passing argument to parameter here int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^ FTP.c:845:44: warning: incompatible pointer types passing 'struct sockaddr_in *' to parameter of type 'struct sockaddr *' [-Wincompatible-pointer-types] upload_socket = accept (data_socket, &serv_sock_in, &length); ^~~~~~~~~~~~~ /usr/include/sys/socket.h:621:45: note: passing argument to parameter here int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^ FTP.c:845:59: warning: passing 'int *' to parameter of type '__socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] upload_socket = accept (data_socket, &serv_sock_in, &length); ^~~~~~~ /usr/include/sys/socket.h:621:69: note: passing argument to parameter here int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^ FTP.c:865:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((xfer_buf[compt] == '\n')) ~~~~~~~~~~~~~~~~^~~~~~~ FTP.c:865:29: note: remove extraneous parentheses around the comparison to silence this warning if ((xfer_buf[compt] == '\n')) ~ ^ ~ FTP.c:865:29: note: use '=' to turn this equality comparison into an assignment if ((xfer_buf[compt] == '\n')) ^~ = 13 warnings generated. cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall FTPmisc.c `gtk-config --cflags` FTPmisc.c:53:11: warning: array subscript is of type 'char' [-Wchar-subscripts] if (toupper (month[1]) == 'A') ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ FTPmisc.c:55:11: warning: array subscript is of type 'char' [-Wchar-subscripts] if (toupper (month[2]) == 'N') ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ FTPmisc.c:61:11: warning: array subscript is of type 'char' [-Wchar-subscripts] if (toupper (month[2]) == 'R') ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ FTPmisc.c:65:11: warning: array subscript is of type 'char' [-Wchar-subscripts] if (toupper (month[2]) == 'R') ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ FTPmisc.c:141:9: warning: array subscript is of type 'char' [-Wchar-subscripts] if (!isdigit (this_line[0])) /* UNIX ls */ ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ FTPmisc.c:176:15: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isdigit (*(++ptr))); ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ FTPmisc.c:192:24: warning: array subscript is of type 'char' [-Wchar-subscripts] this_file.date[0] = toupper (this_file.date[0]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ FTPmisc.c:307:24: warning: array subscript is of type 'char' [-Wchar-subscripts] this_file.date[0] = toupper (this_file.date[0]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ FTPmisc.c:348:11: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isdigit (*(++ptr1))); ^~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ FTPmisc.c:368:11: warning: array subscript is of type 'char' [-Wchar-subscripts] while (isdigit (*(--ptr))); ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ FTPmisc.c:372:24: warning: array subscript is of type 'char' [-Wchar-subscripts] this_file.date[0] = toupper (this_file.date[0]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:60:46: note: expanded from macro 'toupper' #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) ^~~~ 11 warnings generated. cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" IGLOOftp.c `gtk-config --cflags` IGLOOftp.c:885:49: warning: format specifies type 'long' but the argument has type '__off_t' (aka 'long long') [-Wformat] sprintf (local_fileinfo, "%ld bytes, %s", stat_buf.st_size, time_buf); ~~~ ^~~~~~~~~~~~~~~~ %lld IGLOOftp.c:1052:49: warning: format specifies type 'long' but the argument has type '__off_t' (aka 'long long') [-Wformat] sprintf (local_fileinfo, "%ld bytes, %s", stat_buf.st_size, time_buf); ~~~ ^~~~~~~~~~~~~~~~ %lld 2 warnings generated. cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" dir_tree.c `gtk-config --cflags` cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" site_manager.c `gtk-config --cflags` cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" text.c `gtk-config --cflags` cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" docs.c `gtk-config --cflags` docs.c:59:9: warning: 'MEM0' call operates on objects of type 'gchar' (aka 'char') while the size is based on a different type 'gchar *' (aka 'char *') [-Wsizeof-pointer-memaccess] MEM0 (doc_buf); ^~~~~~~ docs.c:59:9: note: did you mean to provide an explicit length? MEM0 (doc_buf); ^~~~~~~ 1 warning generated. cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall ../lib/netscape_remote.c `gtk-config --cflags` cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" execute.c `gtk-config --cflags` execute.c:278:13: warning: 'MEM0' call operates on objects of type 'gchar' (aka 'char') while the size is based on a different type 'gchar *' (aka 'char *') [-Wsizeof-pointer-memaccess] MEM0 (doc_buf); ^~~~~~~ execute.c:278:13: note: did you mean to provide an explicit length? MEM0 (doc_buf); ^~~~~~~ 1 warning generated. cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" path_functions.c `gtk-config --cflags` cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" RDC.c `gtk-config --cflags` cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" messages.c `gtk-config --cflags` messages.c:191:35: warning: 'memset' call operates on objects of type 'gchar' (aka 'char') while the size is based on a different type 'gchar *' (aka 'char *') [-Wsizeof-pointer-memaccess] memset (message_buf, 0, sizeof (message_buf)); ~~~~~~~~~~~ ^~~~~~~~~~~ messages.c:191:35: note: did you mean to provide an explicit length? memset (message_buf, 0, sizeof (message_buf)); ^~~~~~~~~~~ 1 warning generated. cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" dir.c `gtk-config --cflags` cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" layout.c `gtk-config --cflags` cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" IglooEdit.c `gtk-config --cflags` IglooEdit.c:73:94: warning: unsequenced modification and access to 'this_pos' [-Wunsequenced] c = gtk_editable_get_chars (GTK_EDITABLE (text_info->edit_text), this_pos - 1, this_pos--); ~~~~~~~~ ^ IglooEdit.c:117:9: warning: 'MEM0' call operates on objects of type 'gchar' (aka 'char') while the size is based on a different type 'gchar *' (aka 'char *') [-Wsizeof-pointer-memaccess] MEM0 (text_buf); ^~~~~~~~ IglooEdit.c:117:9: note: did you mean to provide an explicit length? MEM0 (text_buf); ^~~~~~~~ 2 warnings generated. cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" list_share.c `gtk-config --cflags` cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" list_filter.c `gtk-config --cflags` cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" text_ext.c `gtk-config --cflags` cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -DSHARE_PATH=\"/usr/pkg/share/IglooFTP\" session.c `gtk-config --cflags` session.c:52:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf (out, tmp_filename); ^~~~~~~~~~~~ 1 warning generated. cc -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -Wall -v *.o -o IglooFTP `gtk-config --cflags` `gtk-config --libs` -lresolv -lXmu -lXt -lSM -lICE clang version 3.4 (branches/release_34 195771) Target: i386--minix-elf32 Thread model: posix Selected GCC installation: "/usr/bin/ld" --eh-frame-hdr -dynamic-linker /usr/libexec/ld.elf_so -m elf_i386_minix -o IglooFTP /usr/lib/crt0.o /usr/lib/crti.o /usr/lib/crtbegin.o -L/usr/pkgsrc/work/net/IglooFTP/work/.buildlink/lib -L/usr/pkgsrc/work/net/IglooFTP/work/.x11-buildlink/lib FTP.o FTPmisc.o GTKmisc.o IGLOOftp.o IglooEdit.o RDC.o chmod.o color.o connectbar.o console.o cursor.o custom.o dialog.o dir.o dir_tree.o dirlist.o docs.o execute.o ftplist.o layout.o list_filter.o list_share.o log.o main.o menu.o messages.o netscape_remote.o path_functions.o pixmaps.o queue.o session.o site_manager.o statusbar.o string.o text.o text_ext.o toolbar.o version.o -R/usr/pkg/lib -R/usr/X11R7/lib -lgtk -lgdk -lgmodule -lglib -lintl -lXi -lXext -lX11 -lm -lresolv -lXmu -lXt -lSM -lICE -lc /usr/lib/crtend.o /usr/lib/crtn.o /usr/bin/ld: cannot find -lresolv clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/net/IglooFTP/work/IglooFTP-0.6.1/src *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/IglooFTP *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/IglooFTP