<86>Sep 29 11:26:57 userdel[1026270]: delete user 'rooter' <86>Sep 29 11:26:57 userdel[1026270]: removed group 'rooter' owned by 'rooter' <86>Sep 29 11:26:57 groupadd[1026316]: group added to /etc/group: name=rooter, GID=1874 <86>Sep 29 11:26:57 groupadd[1026316]: group added to /etc/gshadow: name=rooter <86>Sep 29 11:26:57 groupadd[1026316]: new group: name=rooter, GID=1874 <86>Sep 29 11:26:57 useradd[1026348]: new user: name=rooter, UID=1874, GID=1874, home=/root, shell=/bin/bash <86>Sep 29 11:26:57 userdel[1026407]: delete user 'builder' <86>Sep 29 11:26:57 userdel[1026407]: removed group 'builder' owned by 'builder' <86>Sep 29 11:26:57 userdel[1026407]: removed shadow group 'builder' owned by 'builder' <86>Sep 29 11:26:57 groupadd[1026450]: group added to /etc/group: name=builder, GID=1875 <86>Sep 29 11:26:57 groupadd[1026450]: group added to /etc/gshadow: name=builder <86>Sep 29 11:26:57 groupadd[1026450]: new group: name=builder, GID=1875 <86>Sep 29 11:26:57 useradd[1026492]: new user: name=builder, UID=1875, GID=1875, home=/usr/src, shell=/bin/bash <13>Sep 29 11:27:00 rpmi: libncurses-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686221 installed <13>Sep 29 11:27:00 rpmi: libtinfo-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686221 installed <13>Sep 29 11:27:00 rpmi: libncurses-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686221 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/hnb-1.9.18-alt1.qa1.nosrc.rpm (w1.gzdio) Installing hnb-1.9.18-alt1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.64906 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf hnb-1.9.18 + echo 'Source #0 (hnb-1.9.18.tar.gz):' Source #0 (hnb-1.9.18.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/hnb-1.9.18.tar.gz + /bin/tar -xf - + cd hnb-1.9.18 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.56738 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hnb-1.9.18 + make make: Entering directory '/usr/src/RPM/BUILD/hnb-1.9.18' (cd src;make) make[1]: Entering directory '/usr/src/RPM/BUILD/hnb-1.9.18/src' (cd libcli;make libcli.a) make[2]: Entering directory '/usr/src/RPM/BUILD/hnb-1.9.18/src/libcli' cc -Wall -c -o cli.o cli.c cli.c: In function 'cli_docmd': cli.c:233:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] int ret=(int)data; ^ cli.c: In function 'help': cli.c:413:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return(int)data; ^ cli.c:420:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return(int)data; ^ cli.c: In function 'vars': cli.c:449:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return(int)data; ^ cc -Wall -c -o cli_history.o cli_history.c cc -Wall -c -o cli_tokenize.o cli_tokenize.c cli_tokenize.c: In function 'argv_tokenize': cli_tokenize.c:222:40: warning: pointer targets in passing argument 1 of 'cli_getstring' differ in signedness [-Wpointer-sign] total_length+=strlen(cli_getstring(varname)); ^~~~~~~ cli_tokenize.c:83:7: note: expected 'char *' but argument is of type 'unsigned char *' char *cli_getstring(char *variable); ^~~~~~~~~~~~~ cli_tokenize.c:272:33: warning: pointer targets in passing argument 1 of 'cli_getstring' differ in signedness [-Wpointer-sign] strcpy(output,cli_getstring(varname)); ^~~~~~~ cli_tokenize.c:83:7: note: expected 'char *' but argument is of type 'unsigned char *' char *cli_getstring(char *variable); ^~~~~~~~~~~~~ cli_tokenize.c:273:34: warning: pointer targets in passing argument 1 of 'cli_getstring' differ in signedness [-Wpointer-sign] output+=strlen(cli_getstring(varname)); ^~~~~~~ cli_tokenize.c:83:7: note: expected 'char *' but argument is of type 'unsigned char *' char *cli_getstring(char *variable); ^~~~~~~~~~~~~ ar rc libcli.a cli*.o make[2]: Leaving directory '/usr/src/RPM/BUILD/hnb-1.9.18/src/libcli' make[1]: Circular init_subsystems.c <- init_subsystems.c dependency dropped. echo "/* this file is autogenerated, do not edit */">init_subsystems.c cat *.c | grep "^\!init_" | sort | sed -e "s/^\!/void /g">>init_subsystems.c echo "">>init_subsystems.c echo "void init_subsystems(){">>init_subsystems.c cat *.c | grep "^\!init_" | sort | sed -e "s/^\!/ /g">>init_subsystems.c echo "}">>init_subsystems.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o init_subsystems.o init_subsystems.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o clipboard.o clipboard.c clipboard.c: In function 'copy_cmd': clipboard.c:42:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ clipboard.c: In function 'cut_cmd': clipboard.c:50:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)data; ^ clipboard.c:61:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ clipboard.c: In function 'paste_cmd': clipboard.c:74:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)data; ^ clipboard.c:81:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o state.o state.c state.c: In function 'save_state_cmd': state.c:61:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ state.c: In function 'restore_state_cmd': state.c:77:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file_html.o file_html.c file_html.c: In function 'export_html': file_html.c:70:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ file_html.c:133:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ file_html.c:60:13: warning: variable 'flags' set but not used [-Wunused-but-set-variable] int level, flags, startlevel, lastlevel, cnt; ^~~~~ file_html.c: In function 'export_htmlcss': file_html.c:177:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ file_html.c:227:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o path.o path.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o tree_todo.o tree_todo.c tree_todo.c: In function 'toggle_todo_cmd': tree_todo.c:274:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ tree_todo.c: In function 'toggle_done_cmd': tree_todo.c:282:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ tree_todo.c:291:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o actions.o actions.c actions.c: In function 'cmd_system': actions.c:45:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)pos; ^ actions.c: In function 'cmd_action': actions.c:146:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ actions.c:150:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ actions.c:153:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o expanded.o expanded.c expanded.c: In function 'cmd_expand': expanded.c:36:14: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] inputbuf[strlen (inputbuf) + 1] = 0; ^~~~~~ expanded.c:36:14: warning: incompatible implicit declaration of built-in function 'strlen' expanded.c:36:14: note: include '' or provide a declaration of 'strlen' expanded.c:28:1: +#include expanded.c:36:14: inputbuf[strlen (inputbuf) + 1] = 0; ^~~~~~ expanded.c:39:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)pos; ^ expanded.c:42:14: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] } else if((!strcmp(argv[1],"-a"))||(!strcmp(argv[1],"--all"))){ ^~~~~~ expanded.c:51:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ expanded.c: In function 'cmd_collapse': expanded.c:60:14: warning: incompatible implicit declaration of built-in function 'strlen' inputbuf[strlen (inputbuf) + 1] = 0; ^~~~~~ expanded.c:60:14: note: include '' or provide a declaration of 'strlen' expanded.c:63:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)pos; ^ expanded.c:76:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o tree_sort.o tree_sort.c tree_sort.c: In function 'sort_cmd': tree_sort.c:158:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file_xml.o file_xml.c file_xml.c: In function 'xml_export_nodes': file_xml.c:79:6: warning: variable 'flags' set but not used [-Wunused-but-set-variable] int flags; ^~~~~ file_xml.c: In function 'export_xml': file_xml.c:162:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ file_xml.c:173:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ file_xml.c: In function 'import_xml': file_xml.c:224:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ file_xml.c:234:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ file_xml.c:331:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o ui.o ui.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o ui_cli.o ui_cli.c ui_cli.c: In function 'add': ui_cli.c:68:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ ui_cli.c: In function 'addc': ui_cli.c:84:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ ui_cli.c:98:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ ui_cli.c: In function 'pwd': ui_cli.c:107:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ ui_cli.c: In function 'cd': ui_cli.c:116:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)node_root(pos); ^ ui_cli.c:121:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) (node_left (tnode)); ^ ui_cli.c:131:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ ui_cli.c:133:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) tnode; ^ ui_cli.c:135:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ ui_cli.c: In function 'ls': ui_cli.c:191:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ ui_cli.c: In function 'docmd': ui_cli.c:224:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return (Node *) ret; ^ ui_cli.c: In function 'cli': ui_cli.c:256:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] pos = (Node *) cli_docmd (commandline, pos); ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o node.o node.c node.c: In function 'cmd_att_set': node.c:148:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ node.c:152:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ node.c: In function 'cmd_att_get': node.c:162:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ node.c:169:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ node.c: In function 'cmd_att_clear': node.c:177:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ node.c:180:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ node.c: In function 'cmd_att_list': node.c:193:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o prefs.o prefs.c prefs.c: In function 'write_default_prefs': prefs.c:89:3: warning: string length '15444' is greater than the length '4095' ISO C99 compilers are required to support [-Woverlength-strings] ); ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o xml_tok.o xml_tok.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file.o file.c file.c: In function 'cmd_save': file.c:159:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)pos; ^ file.c:182:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ file.c: In function 'cmd_revert': file.c:200:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o cli_macro.o cli_macro.c cli_macro.c: In function 'cmd_macro': cli_macro.c:91:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)do_macro(tmacro,pos); ^ cli_macro.c:100:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ cli_macro.c:122:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o tree_misc.o tree_misc.c tree_misc.c: In function 'cmd_movenode': tree_misc.c:35:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)pos; ^ tree_misc.c:39:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)data; ^ tree_misc.c:72:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ tree_misc.c: In function 'cmd_go': tree_misc.c:88:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)pos; ^ tree_misc.c:118:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)pos; ^ tree_misc.c: In function 'cmd_outdent': tree_misc.c:143:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)pos; ^ tree_misc.c:147:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)data; ^ tree_misc.c:179:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ tree_misc.c: In function 'cmd_indent': tree_misc.c:193:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)pos; ^ tree_misc.c:197:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)data; ^ tree_misc.c:223:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ tree_misc.c: In function 'remove_cmd': tree_misc.c:245:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)data; ^ tree_misc.c:266:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ tree_misc.c: In function 'commandline_cmd': tree_misc.c:295:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ tree_misc.c: In function 'insert_below_cmd': tree_misc.c:313:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)data; ^ tree_misc.c:328:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o ui_overlay.o ui_overlay.c ui_overlay.c: In function 'ui_helptext_cmd': ui_overlay.c:51:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) data; ^ ui_overlay.c: In function 'ui_status_cmd': ui_overlay.c:141:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) data; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o ui_draw.o ui_draw.c ui_draw.c: In function 'display_format_cmd': ui_draw.c:536:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)data; ^ ui_draw.c:621:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) data; ^ ui_draw.c: In function 'ui_draw': ui_draw.c:783:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] lines = draw_item (active_line, (int) input, node, drawmode_edit); ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o statcmds.o statcmds.c statcmds.c: In function 'mem_cmd': statcmds.c:38:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ statcmds.c:56:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ statcmds.c:67:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ statcmds.c: In function 'stats_cmd': statcmds.c:117:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o ui_menu.o ui_menu.c ui_menu.c: In function 'cmd_menu': ui_menu.c:115:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)menu_do(pos); ^ ui_menu.c:145:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return(int)pos; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file_ps.o file_ps.c file_ps.c: In function 'export_ps': file_ps.c:78:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ file_ps.c:84:2: warning: string length '5113' is greater than the length '4095' ISO C99 compilers are required to support [-Woverlength-strings] fprintf (file, "%%!PS %% all files must open with this header\n\ ^~~~~~~ file_ps.c:228:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file_ascii.o file_ascii.c file_ascii.c: In function 'import_ascii': file_ascii.c:49:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) (node); ^ file_ascii.c:76:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) (node); ^ file_ascii.c: In function 'export_ascii': file_ascii.c:113:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ file_ascii.c:133:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file_binary.o file_binary.c file_binary.c: In function 'export_binary': file_binary.c:92:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ file_binary.c:102:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ file_binary.c: In function 'import_binary': file_binary.c:120:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ file_binary.c:169:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o query.o query.c query.c: In function 'getquery_cmd': query.c:39:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o autosave.o autosave.c autosave.c: In function 'tree_changed_cmd': autosave.c:59:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ autosave.c: In function 'autosave_check_timeout': autosave.c:71:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o spell.o spell.c spell.c: In function 'spell_cmd': spell.c:80:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)data; ^ spell.c:95:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ spell.c: In function 'spell_node': spell.c:52:28: warning: '%s' directive writing up to 31 bytes into a region of size between 0 and 254 [-Wformat-overflow=] sprintf (commandline, "%s %s", spell_command, tempfilename); ^~ ~~~~~~~~~~~~ spell.c:52:2: note: 'sprintf' output between 2 and 287 bytes into a destination of size 255 sprintf (commandline, "%s %s", spell_command, tempfilename); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o util_string.o util_string.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o cal.o cal.c cal.c: In function 'insert_cal': cal.c:48:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)data; ^ cal.c:56:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)data; ^ cal.c:106:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)pos; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o ui_style.o ui_style.c ui_style.c: In function 'ui_style_cmd': ui_style.c:127:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)data; ^ ui_style.c:140:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) data; ^ ui_style.c:169:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) data; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o hnb.o hnb.c hnb.c: In function 'main': hnb.c:346:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] pos = (Node *) cli_docmd (cmdline.cmd, pos); ^ hnb.c:348:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] pos = (Node *) cli_docmd (argv[argno++], pos); ^ hnb.c:319:29: warning: '%s' directive writing up to 4095 bytes into a region of size between 3961 and 4088 [-Wformat-overflow=] sprintf (buf, "import_%s %s", prefs.format, file_to_load); ^~ ~~~~~~~~~~~~ hnb.c:319:4: note: 'sprintf' output between 9 and 4231 bytes into a destination of size 4096 sprintf (buf, "import_%s %s", prefs.format, file_to_load); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hnb.c:317:33: warning: '%s' directive writing up to 4095 bytes into a region of size 4082 [-Wformat-overflow=] sprintf (buf, "import_binary %s", file_to_load); ^~ ~~~~~~~~~~~~ hnb.c:317:4: note: 'sprintf' output between 15 and 4110 bytes into a destination of size 4096 sprintf (buf, "import_binary %s", file_to_load); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o ui_binding.o ui_binding.c ui_binding.c: In function 'ui_context_cmd': ui_binding.c:257:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return(int)data; ^ ui_binding.c:260:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) data; ^ ui_binding.c: In function 'ui_bind_cmd': ui_binding.c:283:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)data; ^ ui_binding.c:296:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) data; ^ ui_binding.c: In function 'dummy_cmd': ui_binding.c:400:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) data; ^ At top level: ui_binding.c:398:12: warning: 'dummy_cmd' defined but not used [-Wunused-function] static int dummy_cmd (int argc, char **argv, void *data) ^~~~~~~~~ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o ui_edit.o ui_edit.c ui_edit.c: In function 'ui_edit_cmd': ui_edit.c:51:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)data; ^ ui_edit.c:70:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) pos; ^ ui_edit.c:84:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ui_draw (pos, (char *) cursor_pos, 1); ^ ui_edit.c:218:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) data; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o search.o search.c search.c: In function 'search': search.c:40:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) data; ^ search.c:49:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) data; ^ search.c:56:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) data; ^ search.c:59:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)pos; ^ search.c:62:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)pos; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file_opml.o file_opml.c file_opml.c: In function 'export_opml': file_opml.c:106:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ file_opml.c:136:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ file_opml.c: In function 'import_opml': file_opml.c:157:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ file_opml.c:167:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ file_opml.c:211:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file_hnb.o file_hnb.c file_hnb.c: In function 'export_hnb': file_hnb.c:121:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ file_hnb.c:146:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ file_hnb.c: In function 'import_hnb': file_hnb.c:173:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ file_hnb.c:183:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ file_hnb.c:266:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file_help.o file_help.c file_help.c: In function 'export_help': file_help.c:58:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ file_help.c:89:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) node; ^ file_help.c:50:32: warning: variable 'lastlevel' set but not used [-Wunused-but-set-variable] int level, flags, startlevel, lastlevel, cnt; ^~~~~~~~~ file_help.c: In function 'import_help': file_help.c:103:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int) (node); ^ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o tokenizer.o tokenizer.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o tree.o tree.c tree.c: In function 'node_swap': tree.c:385:22: warning: variable 'Bright' set but not used [-Wunused-but-set-variable] Node *Bup, *Bleft, *Bright, *Bdown; ^~~~~~ tree.c:384:22: warning: variable 'Aright' set but not used [-Wunused-but-set-variable] Node *Aup, *Aleft, *Aright, *Adown; ^~~~~~ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o evilloop.o evilloop.c evilloop.c: In function 'cmd_quit': evilloop.c:129:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)pos; ^ cc -o hnb file_html.o expanded.o ui.o xml_tok.o file_opml.o file_help.o hnb.o statcmds.o evilloop.o init_subsystems.o clipboard.o ui_style.o tree_todo.o file.o node.o cli_macro.o ui_menu.o file_ps.o path.o ui_binding.o file_ascii.o search.o ui_cli.o tree_misc.o ui_overlay.o ui_draw.o autosave.o cal.o ui_edit.o tree.o actions.o file_binary.o tree_sort.o file_xml.o spell.o prefs.o state.o query.o util_string.o file_hnb.o tokenizer.o -lncurses libcli/libcli.a -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g make[1]: Leaving directory '/usr/src/RPM/BUILD/hnb-1.9.18/src' make: Leaving directory '/usr/src/RPM/BUILD/hnb-1.9.18' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.53590 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/hnb-buildroot + : + /bin/rm -rf -- /usr/src/tmp/hnb-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd hnb-1.9.18 + /bin/install -pD -m0755 src/hnb /usr/src/tmp/hnb-buildroot/usr/bin/hnb + /bin/install -pD -m0644 doc/hnb.1 /usr/src/tmp/hnb-buildroot/usr/share/man/man1/hnb.1 + /bin/rm -f doc/hnb.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/hnb-buildroot (auto) Verifying and fixing files in /usr/src/tmp/hnb-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/hnb-buildroot/ (default) Compressing files in /usr/src/tmp/hnb-buildroot (auto) Verifying ELF objects in /usr/src/tmp/hnb-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: hnb-1.9.18-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.78598 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hnb-1.9.18 + DOCDIR=/usr/src/tmp/hnb-buildroot/usr/share/doc/hnb-1.9.18 + export DOCDIR + rm -rf /usr/src/tmp/hnb-buildroot/usr/share/doc/hnb-1.9.18 + /bin/mkdir -p /usr/src/tmp/hnb-buildroot/usr/share/doc/hnb-1.9.18 + cp -prL README doc /usr/src/tmp/hnb-buildroot/usr/share/doc/hnb-1.9.18 + chmod -R go-w /usr/src/tmp/hnb-buildroot/usr/share/doc/hnb-1.9.18 + chmod -R a+rX /usr/src/tmp/hnb-buildroot/usr/share/doc/hnb-1.9.18 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.21QyWr find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8Apjbh find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libncurses.so.5()(64bit) >= set:mhWiBzDlR0Bkmxm1PTVUAAbBeRGFOVU6PSNSBGATofpOjk0dsPt, libtinfo.so.5()(64bit) >= set:lhZKHDmphYMV1mJ7YluhvAzZg, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IFlYT9 Creating hnb-debuginfo package Processing files: hnb-debuginfo-1.9.18-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0WbS55 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uczHK5 find-requires: running scripts (debuginfo) Requires: hnb = 1.9.18-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libncurses.so.5), debug64(libtinfo.so.5) Wrote: /usr/src/RPM/RPMS/x86_64/hnb-1.9.18-alt1.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/hnb-debuginfo-1.9.18-alt1.qa1.x86_64.rpm (w2.lzdio) 2.15user 1.83system 0:08.23elapsed 48%CPU (0avgtext+0avgdata 30288maxresident)k 0inputs+0outputs (0major+404998minor)pagefaults 0swaps 3.22user 2.13system 0:16.05elapsed 33%CPU (0avgtext+0avgdata 135408maxresident)k 0inputs+0outputs (0major+196354minor)pagefaults 0swaps --- hnb-1.9.18-alt1.qa1.x86_64.rpm.repo 2013-04-15 06:10:35.000000000 +0000 +++ hnb-1.9.18-alt1.qa1.x86_64.rpm.hasher 2024-09-29 11:27:11.058975809 +0000 @@ -7,3 +7,3 @@ /usr/share/doc/hnb-1.9.18/doc/hnbrc 100644 root:root -/usr/share/man/man1/hnb.1.gz 100644 root:root +/usr/share/man/man1/hnb.1.xz 100644 root:root Requires: /lib64/ld-linux-x86-64.so.2 @@ -20,3 +20,3 @@ Provides: hnb = 1.9.18-alt1.qa1 -File: /usr/bin/hnb 100755 root:root d382604f02588ef6a51772c44b11adf1 +File: /usr/bin/hnb 100755 root:root 3c678579c30058cfd2bad92b73bf986b File: /usr/share/doc/hnb-1.9.18 40755 root:root @@ -27,3 +27,3 @@ File: /usr/share/doc/hnb-1.9.18/doc/hnbrc 100644 root:root 969e5382796eb949876ad9f72029756d -File: /usr/share/man/man1/hnb.1.gz 100644 root:root 427e195367c64a3761044e53df61b018 -RPMIdentity: 80359674510a2571bdae0f8ab97af9bbe771fda30e5eed764e7b4b4f59e58a195906a689b980b55cf694a0e872e1124e909b9da41b5eb12859c4d3f4d61d430f +File: /usr/share/man/man1/hnb.1.xz 100644 root:root bfacbb8e2cbe89c8160872819fcdb112 +RPMIdentity: 02837cb463e6dcc9a1a7b08da4c97f20585529306856d496a851d5cb90b0676e0f57041a4a0adf32e26cbc687a2703a86b8304b37f00909933d82851c1d374db --- hnb-debuginfo-1.9.18-alt1.qa1.x86_64.rpm.repo 2013-04-15 06:10:35.000000000 +0000 +++ hnb-debuginfo-1.9.18-alt1.qa1.x86_64.rpm.hasher 2024-09-29 11:27:11.129977210 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/13 40755 root:root -/usr/lib/debug/.build-id/13/349e219321f6ae39483c79319796381a409b88 120777 root:root ../../../../bin/hnb -/usr/lib/debug/.build-id/13/349e219321f6ae39483c79319796381a409b88.debug 120777 root:root ../../usr/bin/hnb.debug +/usr/lib/debug/.build-id/7c 40755 root:root +/usr/lib/debug/.build-id/7c/093acc4bf511d410ebaed119a44624dac1984b 120777 root:root ../../../../bin/hnb +/usr/lib/debug/.build-id/7c/093acc4bf511d410ebaed119a44624dac1984b.debug 120777 root:root ../../usr/bin/hnb.debug /usr/lib/debug/usr/bin/hnb.debug 100644 root:root @@ -34,2 +34,3 @@ /usr/src/debug/hnb-1.9.18/src/query.c 100644 root:root +/usr/src/debug/hnb-1.9.18/src/query.h 100644 root:root /usr/src/debug/hnb-1.9.18/src/search.c 100644 root:root @@ -67,6 +68,6 @@ Provides: hnb-debuginfo = 1.9.18-alt1.qa1 -File: /usr/lib/debug/.build-id/13 40755 root:root -File: /usr/lib/debug/.build-id/13/349e219321f6ae39483c79319796381a409b88 120777 root:root ../../../../bin/hnb -File: /usr/lib/debug/.build-id/13/349e219321f6ae39483c79319796381a409b88.debug 120777 root:root ../../usr/bin/hnb.debug -File: /usr/lib/debug/usr/bin/hnb.debug 100644 root:root 5858a87a0162db9e029853ff8044da18 +File: /usr/lib/debug/.build-id/7c 40755 root:root +File: /usr/lib/debug/.build-id/7c/093acc4bf511d410ebaed119a44624dac1984b 120777 root:root ../../../../bin/hnb +File: /usr/lib/debug/.build-id/7c/093acc4bf511d410ebaed119a44624dac1984b.debug 120777 root:root ../../usr/bin/hnb.debug +File: /usr/lib/debug/usr/bin/hnb.debug 100644 root:root fd0c282eac118ad1831f7ae1d84cfcec File: /usr/src/debug/hnb-1.9.18 40755 root:root @@ -101,2 +102,3 @@ File: /usr/src/debug/hnb-1.9.18/src/query.c 100644 root:root 99f17ba2ace786ecd74c921c89991843 +File: /usr/src/debug/hnb-1.9.18/src/query.h 100644 root:root 5538ee157132556cec87789033cb5e5e File: /usr/src/debug/hnb-1.9.18/src/search.c 100644 root:root 7a9dbcd7be09d0866076abc28a08a38f @@ -127,2 +129,2 @@ File: /usr/src/debug/hnb-1.9.18/src/xml_tok.h 100644 root:root 3d9a54ef91bba63272ed1ceda3f46368 -RPMIdentity: 2cb62a8050fe6e986da1393f4b62b81afe5c798e2e5e039db85a0fd97e19153572fb7419743d9106df5f884e82c1d66914f1ca0c73ec2862650d8b509e0e0e9a +RPMIdentity: 15130dd278d63258f84e4c9a6009729217d3fb1eadaa7cf131e5d90d82e5549649df10dc9714a989d30f146f8e4762b23550719ae3785084e0c40d8279d42efc