/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5/missing: Unknown `--is-lightweight' option Try `/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5/missing --help' for more information configure: WARNING: 'missing' script is too old or missing 0%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done pwman-0.4.5/ pwman-0.4.5/config.h.in pwman-0.4.5/install-sh pwman-0.4.5/COPYING pwman-0.4.5/configure pwman-0.4.5/pwman.spec.in pwman-0.4.5/depcomp pwman-0.4.5/compile pwman-0.4.5/missing pwman-0.4.5/Makefile.am pwman-0.4.5/NEWS pwman-0.4.5/INSTALL pwman-0.4.5/ChangeLog pwman-0.4.5/configure.in pwman-0.4.5/doc/ pwman-0.4.5/doc/pwman.1 pwman-0.4.5/doc/Makefile.am pwman-0.4.5/doc/Makefile.in pwman-0.4.5/src/ pwman-0.4.5/src/pwman.h pwman-0.4.5/src/help.h pwman-0.4.5/src/pwman.c pwman-0.4.5/src/convert_pwdb.c pwman-0.4.5/src/gnupg.h pwman-0.4.5/src/filter.c pwman-0.4.5/src/search.c pwman-0.4.5/src/options.c pwman-0.4.5/src/Makefile.am pwman-0.4.5/src/pwlist.c pwman-0.4.5/src/actions.c pwman-0.4.5/src/ui.c pwman-0.4.5/src/launch.c pwman-0.4.5/src/ui.h pwman-0.4.5/src/misc.c pwman-0.4.5/src/pwgen.c pwman-0.4.5/src/gnupg.c pwman-0.4.5/src/pwdb2csv.c pwman-0.4.5/src/uilist.c pwman-0.4.5/src/Makefile.in pwman-0.4.5/mkinstalldirs pwman-0.4.5/TODO pwman-0.4.5/aclocal.m4 pwman-0.4.5/README pwman-0.4.5/AUTHORS pwman-0.4.5/Makefile.in checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc 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... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for library containing strerror... none required checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for unistd.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking linux/termios.h usability... yes checking linux/termios.h presence... yes checking for linux/termios.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for string.h... (cached) yes checking for drand48... yes checking for strcasestr in -lc... yes checking for initscr in -lcurses... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for xml2-config... /usr/bin/xml2-config * Debugging is Off * checking for ANSI C header files... (cached) yes checking for string.h... (cached) yes checking for size_t... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating pwman.spec config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5' Making all in src make[2]: Entering directory '/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5/src' gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"pwman\" -I/usr/include/ncurses -O2 -march=i586 -mtune=i686 -fcommon -DHAVE_STRCASESTR -I/usr/include/libxml2 -MT actions.o -MD -MP -MF .deps/actions.Tpo -c -o actions.o actions.c actions.c: In function ‘action_list_add_pw’: actions.c:97:13: warning: implicit declaration of function ‘action_yes_no_dialog’ [-Wimplicit-function-declaration] 97 | i = action_yes_no_dialog(fields, (sizeof(fields)/sizeof(InputField)), NULL, "Add this entry"); | ^~~~~~~~~~~~~~~~~~~~ actions.c:103:17: warning: implicit declaration of function ‘pwlist_free_pw’; did you mean ‘pwlist_new_pw’? [-Wimplicit-function-declaration] 103 | pwlist_free_pw(pw); | ^~~~~~~~~~~~~~ | pwlist_new_pw actions.c: In function ‘action_edit_pw’: actions.c:138:9: warning: implicit declaration of function ‘action_input_dialog’ [-Wimplicit-function-declaration] 138 | action_input_dialog(fields, (sizeof(fields)/sizeof(InputField)), "Edit Password"); | ^~~~~~~~~~~~~~~~~~~ actions.c: In function ‘action_list_rename’: actions.c:150:16: warning: implicit declaration of function ‘uilist_get_highlighted_type’; did you mean ‘uilist_get_highlighted_item’? [-Wimplicit-function-declaration] 150 | switch(uilist_get_highlighted_type()){ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | uilist_get_highlighted_item actions.c:156:41: warning: implicit declaration of function ‘pwlist_rename_item’ [-Wimplicit-function-declaration] 156 | pwlist_rename_item(curpw, new_name); | ^~~~~~~~~~~~~~~~~~ actions.c:165:41: warning: implicit declaration of function ‘pwlist_rename_sublist’ [-Wimplicit-function-declaration] 165 | pwlist_rename_sublist(curpwl, new_name); | ^~~~~~~~~~~~~~~~~~~~~ actions.c: In function ‘action_input_dialog’: actions.c:294:33: warning: implicit declaration of function ‘action_list_launch’; did you mean ‘action_list_rename’? [-Wimplicit-function-declaration] 294 | action_list_launch(); | ^~~~~~~~~~~~~~~~~~ | action_list_rename actions.c: In function ‘action_list_add_sublist’: actions.c:415:9: warning: implicit declaration of function ‘pwlist_add_sublist’; did you mean ‘action_list_add_sublist’? [-Wimplicit-function-declaration] 415 | pwlist_add_sublist(current_pw_sublist, sublist); | ^~~~~~~~~~~~~~~~~~ | action_list_add_sublist actions.c: In function ‘action_list_at_top_level’: actions.c:423:17: warning: implicit declaration of function ‘action_list_up_one_level’; did you mean ‘action_list_at_top_level’? [-Wimplicit-function-declaration] 423 | action_list_up_one_level(); | ^~~~~~~~~~~~~~~~~~~~~~~~ | action_list_at_top_level actions.c: In function ‘action_list_delete_item’: actions.c:495:41: warning: implicit declaration of function ‘pwlist_delete_pw’; did you mean ‘pwlist_new_pw’? [-Wimplicit-function-declaration] 495 | pwlist_delete_pw(current_pw_sublist, curpw); | ^~~~~~~~~~~~~~~~ | pwlist_new_pw actions.c:508:41: warning: implicit declaration of function ‘pwlist_delete_sublist’ [-Wimplicit-function-declaration] 508 | pwlist_delete_sublist(curpwl->parent, curpwl); | ^~~~~~~~~~~~~~~~~~~~~ actions.c: In function ‘action_list_move_item’: actions.c:548:57: warning: implicit declaration of function ‘pwlist_detach_pw’; did you mean ‘pwlist_new_pw’? [-Wimplicit-function-declaration] 548 | pwlist_detach_pw(current_pw_sublist, curpw); | ^~~~~~~~~~~~~~~~ | pwlist_new_pw actions.c:576:57: warning: implicit declaration of function ‘pwlist_detach_sublist’ [-Wimplicit-function-declaration] 576 | pwlist_detach_sublist(current_pw_sublist, curpwl); | ^~~~~~~~~~~~~~~~~~~~~ actions.c: In function ‘action_list_move_item_up_level’: actions.c:606:17: warning: ‘return’ with no value, in function returning non-void 606 | return; | ^~~~~~ actions.c:596:1: note: declared here 596 | action_list_move_item_up_level() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ actions.c: In function ‘action_list_export’: actions.c:657:33: warning: implicit declaration of function ‘pwlist_export_passwd’ [-Wimplicit-function-declaration] 657 | pwlist_export_passwd(curpw); | ^~~~~~~~~~~~~~~~~~~~ actions.c:664:33: warning: implicit declaration of function ‘pwlist_export_list’ [-Wimplicit-function-declaration] 664 | pwlist_export_list(curpwl); | ^~~~~~~~~~~~~~~~~~ actions.c: In function ‘action_list_launch’: actions.c:767:37: warning: implicit declaration of function ‘launch’ [-Wimplicit-function-declaration] 767 | i = launch(curpw); | ^~~~~~ actions.c: In function ‘action_list_read_file’: actions.c:784:9: warning: implicit declaration of function ‘pwlist_free_all’ [-Wimplicit-function-declaration] 784 | pwlist_free_all(); | ^~~~~~~~~~~~~~~ actions.c:785:12: warning: implicit declaration of function ‘pwlist_read_file’; did you mean ‘action_list_read_file’? [-Wimplicit-function-declaration] 785 | if(pwlist_read_file() != 0){ | ^~~~~~~~~~~~~~~~ | action_list_read_file actions.c: In function ‘action_list_move_item_up’: actions.c:802:17: warning: ‘return’ with no value, in function returning non-void 802 | return; | ^~~~~~ actions.c:794:1: note: declared here 794 | action_list_move_item_up() | ^~~~~~~~~~~~~~~~~~~~~~~~ actions.c:808:34: warning: implicit declaration of function ‘pwlist_change_item_order’ [-Wimplicit-function-declaration] 808 | worked = pwlist_change_item_order(curpw, current_pw_sublist, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~ actions.c:812:34: warning: implicit declaration of function ‘pwlist_change_list_order’ [-Wimplicit-function-declaration] 812 | worked = pwlist_change_list_order(curpwl, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~ actions.c:822:17: warning: implicit declaration of function ‘uilist_up’ [-Wimplicit-function-declaration] 822 | uilist_up(); | ^~~~~~~~~ actions.c: In function ‘action_list_move_item_down’: actions.c:835:17: warning: ‘return’ with no value, in function returning non-void 835 | return; | ^~~~~~ actions.c:827:1: note: declared here 827 | action_list_move_item_down() | ^~~~~~~~~~~~~~~~~~~~~~~~~~ actions.c:855:17: warning: implicit declaration of function ‘uilist_down’ [-Wimplicit-function-declaration] 855 | uilist_down(); | ^~~~~~~~~~~ mv -f .deps/actions.Tpo .deps/actions.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"pwman\" -I/usr/include/ncurses -O2 -march=i586 -mtune=i686 -fcommon -DHAVE_STRCASESTR -I/usr/include/libxml2 -MT filter.o -MD -MP -MF .deps/filter.Tpo -c -o filter.o filter.c filter.c: In function ‘filter_strcasestr’: filter.c:62:23: warning: implicit declaration of function ‘strcasestr’; did you mean ‘strcasecmp’? [-Wimplicit-function-declaration] 62 | return (char*)strcasestr(haystack, needle); | ^~~~~~~~~~ | strcasecmp mv -f .deps/filter.Tpo .deps/filter.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"pwman\" -I/usr/include/ncurses -O2 -march=i586 -mtune=i686 -fcommon -DHAVE_STRCASESTR -I/usr/include/libxml2 -MT gnupg.o -MD -MP -MF .deps/gnupg.Tpo -c -o gnupg.o gnupg.c gnupg.c: In function ‘gnupg_get_ids’: gnupg.c:365:9: warning: implicit declaration of function ‘action_input_gpgid_dialog’ [-Wimplicit-function-declaration] 365 | action_input_gpgid_dialog(fields, max_id_num, "Edit Recipients"); | ^~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/gnupg.Tpo .deps/gnupg.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"pwman\" -I/usr/include/ncurses -O2 -march=i586 -mtune=i686 -fcommon -DHAVE_STRCASESTR -I/usr/include/libxml2 -MT launch.o -MD -MP -MF .deps/launch.Tpo -c -o launch.o launch.c mv -f .deps/launch.Tpo .deps/launch.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"pwman\" -I/usr/include/ncurses -O2 -march=i586 -mtune=i686 -fcommon -DHAVE_STRCASESTR -I/usr/include/libxml2 -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.c mv -f .deps/misc.Tpo .deps/misc.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"pwman\" -I/usr/include/ncurses -O2 -march=i586 -mtune=i686 -fcommon -DHAVE_STRCASESTR -I/usr/include/libxml2 -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o options.c mv -f .deps/options.Tpo .deps/options.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"pwman\" -I/usr/include/ncurses -O2 -march=i586 -mtune=i686 -fcommon -DHAVE_STRCASESTR -I/usr/include/libxml2 -MT pwgen.o -MD -MP -MF .deps/pwgen.Tpo -c -o pwgen.o pwgen.c pwgen.c: In function ‘pwgen’: pwgen.c:110:21: warning: implicit declaration of function ‘pwgen_random_number’ [-Wimplicit-function-declaration] 110 | should_be = pwgen_random_number(1) ? VOWEL : CONSONANT; | ^~~~~~~~~~~~~~~~~~~ mv -f .deps/pwgen.Tpo .deps/pwgen.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"pwman\" -I/usr/include/ncurses -O2 -march=i586 -mtune=i686 -fcommon -DHAVE_STRCASESTR -I/usr/include/libxml2 -MT pwlist.o -MD -MP -MF .deps/pwlist.Tpo -c -o pwlist.o pwlist.c mv -f .deps/pwlist.Tpo .deps/pwlist.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"pwman\" -I/usr/include/ncurses -O2 -march=i586 -mtune=i686 -fcommon -DHAVE_STRCASESTR -I/usr/include/libxml2 -MT pwman.o -MD -MP -MF .deps/pwman.Tpo -c -o pwman.o pwman.c pwman.c: In function ‘pwman_init’: pwman.c:81:12: warning: implicit declaration of function ‘options_read’; did you mean ‘options_new’? [-Wimplicit-function-declaration] 81 | if(options_read() == -1){ | ^~~~~~~~~~~~ | options_new pwman.c:82:17: warning: implicit declaration of function ‘options_get’; did you mean ‘options_new’? [-Wimplicit-function-declaration] 82 | options_get(); | ^~~~~~~~~~~ | options_new pwman.c:99:25: warning: implicit declaration of function ‘tolower’ [-Wimplicit-function-declaration] 99 | switch (tolower(c)) { | ^~~~~~~ pwman.c:28:1: note: include ‘’ or provide a declaration of ‘tolower’ 27 | #include +++ |+#include 28 | #include pwman.c:113:32: warning: implicit declaration of function ‘gnupg_check_id’ [-Wimplicit-function-declaration] 113 | gpg_id_valid = gnupg_check_id(options->gpg_id); | ^~~~~~~~~~~~~~ pwman.c:132:9: warning: implicit declaration of function ‘ui_refresh_windows’ [-Wimplicit-function-declaration] 132 | ui_refresh_windows(); | ^~~~~~~~~~~~~~~~~~ pwman.c:135:9: warning: implicit declaration of function ‘pwlist_init’; did you mean ‘pwlist_new’? [-Wimplicit-function-declaration] 135 | pwlist_init(); | ^~~~~~~~~~~ | pwlist_new pwman.c:136:23: warning: implicit declaration of function ‘pwlist_read_file’ [-Wimplicit-function-declaration] 136 | load_worked = pwlist_read_file(); | ^~~~~~~~~~~~~~~~ pwman.c: In function ‘pwman_quit’: pwman.c:160:9: warning: implicit declaration of function ‘pwlist_write_file’ [-Wimplicit-function-declaration] 160 | pwlist_write_file(); | ^~~~~~~~~~~~~~~~~ pwman.c:161:9: warning: implicit declaration of function ‘pwlist_free_all’ [-Wimplicit-function-declaration] 161 | pwlist_free_all(); | ^~~~~~~~~~~~~~~ pwman.c:165:9: warning: implicit declaration of function ‘options_write’; did you mean ‘options_new’? [-Wimplicit-function-declaration] 165 | options_write(); | ^~~~~~~~~~~~~ | options_new mv -f .deps/pwman.Tpo .deps/pwman.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"pwman\" -I/usr/include/ncurses -O2 -march=i586 -mtune=i686 -fcommon -DHAVE_STRCASESTR -I/usr/include/libxml2 -MT search.o -MD -MP -MF .deps/search.Tpo -c -o search.o search.c search.c: In function ‘search_strcasestr’: search.c:61:23: warning: implicit declaration of function ‘strcasestr’; did you mean ‘strcasecmp’? [-Wimplicit-function-declaration] 61 | return (char*)strcasestr(haystack, needle); | ^~~~~~~~~~ | strcasecmp search.c: In function ‘search_apply’: search.c:126:17: warning: implicit declaration of function ‘_search_free’; did you mean ‘search_get’? [-Wimplicit-function-declaration] 126 | _search_free(); | ^~~~~~~~~~~~ | search_get search.c:129:13: warning: implicit declaration of function ‘search_active’; did you mean ‘search_remove’? [-Wimplicit-function-declaration] 129 | if( search_active(options->search) == 0 ) { | ^~~~~~~~~~~~~ | search_remove mv -f .deps/search.Tpo .deps/search.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"pwman\" -I/usr/include/ncurses -O2 -march=i586 -mtune=i686 -fcommon -DHAVE_STRCASESTR -I/usr/include/libxml2 -MT ui.o -MD -MP -MF .deps/ui.Tpo -c -o ui.o ui.c ui.c: In function ‘ui_display_help’: ui.c:188:9: warning: implicit declaration of function ‘uilist_clear’; did you mean ‘uilist_free’? [-Wimplicit-function-declaration] 188 | uilist_clear(); | ^~~~~~~~~~~~ | uilist_free ui.c: In function ‘ui_run’: ui.c:230:25: warning: implicit declaration of function ‘pwlist_write_file’ [-Wimplicit-function-declaration] 230 | pwlist_write_file(); | ^~~~~~~~~~~~~~~~~ ui.c:231:25: warning: implicit declaration of function ‘pwlist_free_all’ [-Wimplicit-function-declaration] 231 | pwlist_free_all(); | ^~~~~~~~~~~~~~~ ui.c:236:39: warning: implicit declaration of function ‘pwlist_read_file’ [-Wimplicit-function-declaration] 236 | load_worked = pwlist_read_file(); | ^~~~~~~~~~~~~~~~ ui.c:251:44: warning: implicit declaration of function ‘action_list_at_top_level’ [-Wimplicit-function-declaration] 251 | if(action_list_at_top_level()){ | ^~~~~~~~~~~~~~~~~~~~~~~~ ui.c:260:33: warning: implicit declaration of function ‘uilist_page_up’ [-Wimplicit-function-declaration] 260 | uilist_page_up(); | ^~~~~~~~~~~~~~ ui.c:263:33: warning: implicit declaration of function ‘uilist_page_down’ [-Wimplicit-function-declaration] 263 | uilist_page_down(); | ^~~~~~~~~~~~~~~~ ui.c:267:33: warning: implicit declaration of function ‘uilist_up’; did you mean ‘uilist_free’? [-Wimplicit-function-declaration] 267 | uilist_up(); | ^~~~~~~~~ | uilist_free ui.c:271:33: warning: implicit declaration of function ‘uilist_down’ [-Wimplicit-function-declaration] 271 | uilist_down(); | ^~~~~~~~~~~ ui.c:275:41: warning: implicit declaration of function ‘action_list_add_sublist’ [-Wimplicit-function-declaration] 275 | action_list_add_sublist(); | ^~~~~~~~~~~~~~~~~~~~~~~ ui.c:281:33: warning: implicit declaration of function ‘action_list_up_one_level’ [-Wimplicit-function-declaration] 281 | action_list_up_one_level(); | ^~~~~~~~~~~~~~~~~~~~~~~~ ui.c:285:41: warning: implicit declaration of function ‘action_list_rename’ [-Wimplicit-function-declaration] 285 | action_list_rename(); | ^~~~~~~~~~~~~~~~~~ ui.c:293:41: warning: implicit declaration of function ‘action_list_add_pw’ [-Wimplicit-function-declaration] 293 | action_list_add_pw(); | ^~~~~~~~~~~~~~~~~~ ui.c:302:33: warning: implicit declaration of function ‘action_list_select_item’ [-Wimplicit-function-declaration] 302 | action_list_select_item(); | ^~~~~~~~~~~~~~~~~~~~~~~ ui.c:311:41: warning: implicit declaration of function ‘action_list_delete_item’ [-Wimplicit-function-declaration] 311 | action_list_delete_item(); | ^~~~~~~~~~~~~~~~~~~~~~~ ui.c:318:41: warning: implicit declaration of function ‘action_list_move_item’ [-Wimplicit-function-declaration] 318 | action_list_move_item(); | ^~~~~~~~~~~~~~~~~~~~~ ui.c:325:41: warning: implicit declaration of function ‘action_list_move_item_up_level’ [-Wimplicit-function-declaration] 325 | action_list_move_item_up_level(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c:337:33: warning: implicit declaration of function ‘action_edit_options’ [-Wimplicit-function-declaration] 337 | action_edit_options(); | ^~~~~~~~~~~~~~~~~~~ ui.c:347:33: warning: implicit declaration of function ‘action_list_read_file’ [-Wimplicit-function-declaration] 347 | action_list_read_file(); | ^~~~~~~~~~~~~~~~~~~~~ ui.c:350:33: warning: implicit declaration of function ‘pwgen_indep’ [-Wimplicit-function-declaration] 350 | pwgen_indep(); | ^~~~~~~~~~~ ui.c:353:33: warning: implicit declaration of function ‘gnupg_forget_passphrase’ [-Wimplicit-function-declaration] 353 | gnupg_forget_passphrase(); | ^~~~~~~~~~~~~~~~~~~~~~~ ui.c:363:33: warning: implicit declaration of function ‘filter_get’; did you mean ‘filter_new’? [-Wimplicit-function-declaration] 363 | filter_get(); | ^~~~~~~~~~ | filter_new ui.c:366:33: warning: implicit declaration of function ‘action_list_export’ [-Wimplicit-function-declaration] 366 | action_list_export(); | ^~~~~~~~~~~~~~~~~~ ui.c:370:41: warning: implicit declaration of function ‘pwlist_import_passwd’ [-Wimplicit-function-declaration] 370 | pwlist_import_passwd(); | ^~~~~~~~~~~~~~~~~~~~ ui.c:377:33: warning: implicit declaration of function ‘action_list_locate’ [-Wimplicit-function-declaration] 377 | action_list_locate(); | ^~~~~~~~~~~~~~~~~~ ui.c:380:33: warning: implicit declaration of function ‘action_list_launch’ [-Wimplicit-function-declaration] 380 | action_list_launch(); | ^~~~~~~~~~~~~~~~~~ ui.c:384:33: warning: implicit declaration of function ‘action_list_move_item_up’ [-Wimplicit-function-declaration] 384 | action_list_move_item_up(); | ^~~~~~~~~~~~~~~~~~~~~~~~ ui.c:388:33: warning: implicit declaration of function ‘action_list_move_item_down’ [-Wimplicit-function-declaration] 388 | action_list_move_item_down(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/ui.Tpo .deps/ui.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"pwman\" -I/usr/include/ncurses -O2 -march=i586 -mtune=i686 -fcommon -DHAVE_STRCASESTR -I/usr/include/libxml2 -MT uilist.o -MD -MP -MF .deps/uilist.Tpo -c -o uilist.o uilist.c uilist.c: In function ‘uilist_get_highlighted_item’: uilist.c:115:21: warning: implicit declaration of function ‘filter_apply’; did you mean ‘filter_sp’? [-Wimplicit-function-declaration] 115 | if( filter_apply(iter, options->filter) ){ | ^~~~~~~~~~~~ | filter_sp uilist.c: In function ‘uilist_refresh’: uilist.c:215:9: warning: implicit declaration of function ‘uilist_clear’; did you mean ‘uilist_free’? [-Wimplicit-function-declaration] 215 | uilist_clear();; | ^~~~~~~~~~~~ | uilist_free uilist.c:219:9: warning: implicit declaration of function ‘uilist_headerline’ [-Wimplicit-function-declaration] 219 | uilist_headerline(); | ^~~~~~~~~~~~~~~~~ uilist.c:292:17: warning: implicit declaration of function ‘filter_alert’; did you mean ‘filter_new’? [-Wimplicit-function-declaration] 292 | filter_alert(options->filter); | ^~~~~~~~~~~~ | filter_new uilist.c:297:17: warning: implicit declaration of function ‘search_alert’; did you mean ‘search_get’? [-Wimplicit-function-declaration] 297 | search_alert(options->search); | ^~~~~~~~~~~~ | search_get uilist.c: In function ‘uilist_up’: uilist.c:356:17: warning: ‘return’ with no value, in function returning non-void 356 | return; | ^~~~~~ uilist.c:353:1: note: declared here 353 | uilist_up() | ^~~~~~~~~ uilist.c: In function ‘uilist_down’: uilist.c:368:17: warning: ‘return’ with no value, in function returning non-void 368 | return; | ^~~~~~ uilist.c:365:1: note: declared here 365 | uilist_down() | ^~~~~~~~~~~ mv -f .deps/uilist.Tpo .deps/uilist.Po gcc -O2 -march=i586 -mtune=i686 -fcommon -DHAVE_STRCASESTR -I/usr/include/libxml2 -o pwman actions.o filter.o gnupg.o launch.o misc.o options.o pwgen.o pwlist.o pwman.o search.o ui.o uilist.o -lcurses -lxml2 -lz -llzma -lm -ldl gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"pwman\" -I/usr/include/ncurses -O2 -march=i586 -mtune=i686 -fcommon -DHAVE_STRCASESTR -I/usr/include/libxml2 -MT convert_pwdb.o -MD -MP -MF .deps/convert_pwdb.Tpo -c -o convert_pwdb.o convert_pwdb.c convert_pwdb.c: In function ‘free_pwlist’: convert_pwdb.c:108:17: warning: implicit declaration of function ‘free_pw’; did you mean ‘free_pair’? [-Wimplicit-function-declaration] 108 | free_pw(current); | ^~~~~~~ | free_pair mv -f .deps/convert_pwdb.Tpo .deps/convert_pwdb.Po gcc -O2 -march=i586 -mtune=i686 -fcommon -DHAVE_STRCASESTR -I/usr/include/libxml2 -o convert_pwdb convert_pwdb.o -lcurses -lxml2 -lz -llzma -lm -ldl gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include -DG_LOG_DOMAIN=\"pwman\" -I/usr/include/ncurses -O2 -march=i586 -mtune=i686 -fcommon -DHAVE_STRCASESTR -I/usr/include/libxml2 -MT pwdb2csv.o -MD -MP -MF .deps/pwdb2csv.Tpo -c -o pwdb2csv.o pwdb2csv.c pwdb2csv.c: In function ‘free_pwlist’: pwdb2csv.c:108:17: warning: implicit declaration of function ‘free_pw’; did you mean ‘free_pair’? [-Wimplicit-function-declaration] 108 | free_pw(current); | ^~~~~~~ | free_pair mv -f .deps/pwdb2csv.Tpo .deps/pwdb2csv.Po gcc -O2 -march=i586 -mtune=i686 -fcommon -DHAVE_STRCASESTR -I/usr/include/libxml2 -o pwdb2csv pwdb2csv.o -lcurses -lxml2 -lz -llzma -lm -ldl make[2]: Leaving directory '/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5/src' Making all in doc make[2]: Entering directory '/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5/doc' make[2]: Entering directory '/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5' make[2]: Leaving directory '/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5' make[1]: Leaving directory '/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5' if test -z ''; then \ make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src-i486/system/pwman/pwman-0.4.5/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src-i486/system/pwman/pwman-0.4.5/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ install; \ else \ make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src-i486/system/pwman/pwman-0.4.5/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src-i486/system/pwman/pwman-0.4.5/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG=''" install; \ fi make[1]: Entering directory '/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5' Making install in src make[2]: Entering directory '/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5/src' make[3]: Entering directory '/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5/src' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/system/pwman/package-pwman/usr/bin' /bin/sh /usr/src/slapt-src-i486/system/pwman/pwman-0.4.5/install-sh -c -s pwman convert_pwdb pwdb2csv '/usr/src/slapt-src-i486/system/pwman/package-pwman/usr/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5/src' make[2]: Leaving directory '/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5/src' Making install in doc make[2]: Entering directory '/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5/doc' make[3]: Entering directory '/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5/doc' make[3]: Nothing to be done for 'install-exec-am'. /bin/sh ../mkinstalldirs /usr/src/slapt-src-i486/system/pwman/package-pwman/usr/man/man1 mkdir /usr/src/slapt-src-i486/system/pwman/package-pwman/usr/man mkdir /usr/src/slapt-src-i486/system/pwman/package-pwman/usr/man/man1 /usr/bin/ginstall -c -m 644 ./pwman.1 /usr/src/slapt-src-i486/system/pwman/package-pwman/usr/man/man1/ make[3]: Leaving directory '/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5/doc' make[2]: Leaving directory '/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5/doc' make[2]: Entering directory '/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5' make[3]: Entering directory '/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5' make[2]: Leaving directory '/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5' make[1]: Leaving directory '/usr/src/slapt-src-i486/system/pwman/pwman-0.4.5' Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src-i486/system/pwman/pwman-0.4.5-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/pwman usr/doc/ usr/doc/pwman-0.4.5/ usr/doc/pwman-0.4.5/AUTHORS usr/doc/pwman-0.4.5/COPYING usr/doc/pwman-0.4.5/ChangeLog usr/doc/pwman-0.4.5/INSTALL usr/doc/pwman-0.4.5/README usr/doc/pwman-0.4.5/TODO usr/man/ usr/man/man1/ usr/man/man1/pwman.1.gz Slackware package /usr/src/slapt-src-i486/system/pwman/pwman-0.4.5-i586-1salix15.0.txz created. Installing package pwman-0.4.5-i586-1salix15.0... | pwman (An NCurses password management program) | | PWman is a text-based application based on the ui design of abook | (http://abook.sourceforge.net). PWman works on Linux, and should also | run on most other UNIXes(untested). | | | | | | | |