<86>Mar 15 00:50:38 userdel[372449]: delete user 'rooter' <86>Mar 15 00:50:38 userdel[372449]: removed group 'rooter' owned by 'rooter' <86>Mar 15 00:50:38 userdel[372449]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 15 00:50:38 groupadd[372454]: group added to /etc/group: name=rooter, GID=696 <86>Mar 15 00:50:38 groupadd[372454]: group added to /etc/gshadow: name=rooter <86>Mar 15 00:50:38 groupadd[372454]: new group: name=rooter, GID=696 <86>Mar 15 00:50:38 useradd[372458]: new user: name=rooter, UID=696, GID=696, home=/root, shell=/bin/bash <86>Mar 15 00:50:38 userdel[372464]: delete user 'builder' <86>Mar 15 00:50:38 userdel[372464]: removed group 'builder' owned by 'builder' <86>Mar 15 00:50:38 userdel[372464]: removed shadow group 'builder' owned by 'builder' <86>Mar 15 00:50:38 groupadd[372469]: group added to /etc/group: name=builder, GID=697 <86>Mar 15 00:50:38 groupadd[372469]: group added to /etc/gshadow: name=builder <86>Mar 15 00:50:38 groupadd[372469]: new group: name=builder, GID=697 <86>Mar 15 00:50:38 useradd[372473]: new user: name=builder, UID=697, GID=697, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/hnb-1.9.18-alt1.qa1.src.rpm: The use of such a license name is ambiguous: GPL <13>Mar 15 00:50:40 rpmi: libtinfo-devel-6.2.20210123-alt1 sisyphus+265425.100.1.1 1611851422 installed <13>Mar 15 00:50:40 rpmi: libncurses-devel-6.2.20210123-alt1 sisyphus+265425.100.1.1 1611851422 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.65597 + 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/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/hnb-1.9.18.tar.gz + 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.65597 + 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] 233 | 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] 413 | return(int)data; | ^ cli.c:420:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 420 | 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] 449 | 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] 222 | total_length+=strlen(cli_getstring(varname)); | ^~~~~~~ | | | unsigned char * cli_tokenize.c:83:27: note: expected 'char *' but argument is of type 'unsigned char *' 83 | 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] 272 | strcpy(output,cli_getstring(varname)); | ^~~~~~~ | | | unsigned char * cli_tokenize.c:83:27: note: expected 'char *' but argument is of type 'unsigned char *' 83 | 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] 273 | output+=strlen(cli_getstring(varname)); | ^~~~~~~ | | | unsigned char * cli_tokenize.c:83:27: note: expected 'char *' but argument is of type 'unsigned char *' 83 | 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' 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] 45 | 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] 146 | return (int) pos; | ^ actions.c:150:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 150 | return (int) pos; | ^ actions.c:153:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 153 | 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] 59 | 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] 71 | return (int) pos; | ^ 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] 48 | return (int)data; | ^ cal.c:56:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 56 | return (int)data; | ^ cal.c:106:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 106 | 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] 91 | return (int)do_macro(tmacro,pos); | ^ cli_macro.c:100:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 100 | return (int) pos; | ^ cli_macro.c:122:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 122 | return (int) pos; | ^ 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] 42 | 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] 50 | return (int)data; | ^ clipboard.c:61:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 61 | 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] 74 | return (int)data; | ^ clipboard.c:81:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 81 | return (int) pos; | ^ 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] 129 | 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] 36 | inputbuf[strlen (inputbuf) + 1] = 0; | ^~~~~~ expanded.c:36:14: warning: incompatible implicit declaration of built-in function 'strlen' expanded.c:28:1: note: include '' or provide a declaration of 'strlen' 27 | #include "ui_binding.h" +++ |+#include 28 | expanded.c:39:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 39 | return (int)pos; | ^ expanded.c:42:14: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 42 | } 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] 51 | return (int) pos; | ^ expanded.c: In function 'cmd_collapse': expanded.c:60:14: warning: incompatible implicit declaration of built-in function 'strlen' 60 | 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] 63 | return (int)pos; | ^ expanded.c:76:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 76 | return (int) pos; | ^ 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] 159 | return (int)pos; | ^ file.c:182:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 182 | 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] 200 | return (int) pos; | ^ 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] 49 | return (int) (node); | ^ file_ascii.c:76:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 76 | 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] 113 | return (int) node; | ^ file_ascii.c:133:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 133 | 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] 92 | return (int) node; | ^ file_binary.c:102:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 102 | 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] 120 | return (int) node; | ^ file_binary.c:169:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 169 | 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] 58 | return (int) node; | ^ file_help.c:89:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 89 | return (int) node; | ^ file_help.c:50:32: warning: variable 'lastlevel' set but not used [-Wunused-but-set-variable] 50 | 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] 103 | 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] 121 | return (int) node; | ^ file_hnb.c:146:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 146 | 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] 173 | return (int) node; | ^ file_hnb.c:183:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 183 | return (int) node; | ^ file_hnb.c:266:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 266 | return (int) node; | ^ 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] 70 | return (int) node; | ^ file_html.c:133:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 133 | return (int) node; | ^ file_html.c:60:13: warning: variable 'flags' set but not used [-Wunused-but-set-variable] 60 | 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] 177 | return (int) node; | ^ file_html.c:227:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 227 | return (int) node; | ^ 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] 106 | return (int) node; | ^ file_opml.c:136:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 136 | 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] 157 | return (int) node; | ^ file_opml.c:167:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 167 | return (int) node; | ^ file_opml.c:211:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 211 | return (int) node; | ^ 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] 78 | 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] 84 | 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] 228 | return (int) node; | ^ 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] 79 | 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] 162 | return (int) node; | ^ file_xml.c:173:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 173 | 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] 224 | return (int) node; | ^ file_xml.c:234:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 234 | return (int) node; | ^ file_xml.c:331:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 331 | return (int) node; | ^ 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] 346 | pos = (Node *) cli_docmd (cmdline.cmd, pos); | ^ hnb.c:348:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 348 | 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=] 319 | 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 319 | 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=] 317 | 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 317 | sprintf (buf, "import_binary %s", file_to_load); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 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] 148 | return (int) pos; | ^ node.c:152:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 152 | 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] 162 | return (int) pos; | ^ node.c:169:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 169 | 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] 177 | return (int) pos; | ^ node.c:180:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 180 | 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] 193 | return (int) pos; | ^ 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 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] 89 | ); | ^ 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] 39 | return (int) pos; | ^ 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] 40 | return (int) data; | ^ search.c:49:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 49 | return (int) data; | ^ search.c:56:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 56 | return (int) data; | ^ search.c:59:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 59 | return (int)pos; | ^ search.c:62:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 62 | 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] 80 | return (int)data; | ^ spell.c:95:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 95 | 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=] 52 | 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 52 | sprintf (commandline, "%s %s", spell_command, tempfilename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] 38 | return (int) pos; | ^ statcmds.c:56:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 56 | return (int) pos; | ^ statcmds.c:67:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 67 | 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] 117 | 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] 61 | 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] 77 | return (int) pos; | ^ 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] 385 | Node *Bup, *Bleft, *Bright, *Bdown; | ^~~~~~ tree.c:384:22: warning: variable 'Aright' set but not used [-Wunused-but-set-variable] 384 | Node *Aup, *Aleft, *Aright, *Adown; | ^~~~~~ 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] 35 | return (int)pos; | ^ tree_misc.c:39:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 39 | return (int)data; | ^ tree_misc.c:72:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 72 | 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] 88 | return (int)pos; | ^ tree_misc.c:118:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 118 | 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] 143 | return (int)pos; | ^ tree_misc.c:147:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 147 | return (int)data; | ^ tree_misc.c:179:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 179 | 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] 193 | return (int)pos; | ^ tree_misc.c:197:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 197 | return (int)data; | ^ tree_misc.c:223:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 223 | 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] 245 | return (int)data; | ^ tree_misc.c:266:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 266 | 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] 295 | 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] 313 | return (int)data; | ^ tree_misc.c:328:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 328 | 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] 158 | return (int) pos; | ^ 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] 274 | 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] 282 | return (int) pos; | ^ tree_todo.c:291:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 291 | return (int) pos; | ^ 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_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] 257 | return(int)data; | ^ ui_binding.c:260:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 260 | 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] 283 | return (int)data; | ^ ui_binding.c:296:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 296 | 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] 400 | return (int) data; | ^ At top level: ui_binding.c:398:12: warning: 'dummy_cmd' defined but not used [-Wunused-function] 398 | static int dummy_cmd (int argc, char **argv, void *data) | ^~~~~~~~~ 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] 68 | 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] 84 | return (int) pos; | ^ ui_cli.c:98:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 98 | 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] 107 | 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] 116 | return (int)node_root(pos); | ^ ui_cli.c:121:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 121 | return (int) (node_left (tnode)); | ^ ui_cli.c:131:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 131 | return (int) pos; | ^ ui_cli.c:133:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 133 | return (int) tnode; | ^ ui_cli.c:135:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 135 | 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] 191 | 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] 224 | 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] 256 | pos = (Node *) cli_docmd (commandline, pos); | ^ 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] 536 | return (int)data; | ^ ui_draw.c:621:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 621 | 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] 783 | lines = draw_item (active_line, (int) input, node, drawmode_edit); | ^ 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] 51 | return (int)data; | ^ ui_edit.c:70:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 70 | return (int) pos; | ^ ui_edit.c:84:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 84 | 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] 218 | return (int) data; | ^ 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] 115 | return (int)menu_do(pos); | ^ ui_menu.c:145:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 145 | 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] 51 | 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] 141 | return (int) data; | ^ 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] 127 | return (int)data; | ^ ui_style.c:140:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 140 | return (int) data; | ^ ui_style.c:169:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 169 | return (int) data; | ^ 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 xml_tok.o xml_tok.c cc -o hnb actions.o autosave.o cal.o cli_macro.o clipboard.o evilloop.o expanded.o file.o file_ascii.o file_binary.o file_help.o file_hnb.o file_html.o file_opml.o file_ps.o file_xml.o hnb.o init_subsystems.o node.o path.o prefs.o query.o search.o spell.o statcmds.o state.o tokenizer.o tree.o tree_misc.o tree_sort.o tree_todo.o ui.o ui_binding.o ui_cli.o ui_draw.o ui_edit.o ui_menu.o ui_overlay.o ui_style.o util_string.o xml_tok.o -lncurses libcli/libcli.a -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g ld: ui_draw.o:/usr/src/RPM/BUILD/hnb-1.9.18/src/ui_draw.c:42: multiple definition of `nodes_above'; ui.o:/usr/src/RPM/BUILD/hnb-1.9.18/src/ui.c:35: first defined here ld: ui_draw.o:/usr/src/RPM/BUILD/hnb-1.9.18/src/ui_draw.c:43: multiple definition of `active_line'; ui.o:/usr/src/RPM/BUILD/hnb-1.9.18/src/ui.c:36: first defined here ld: ui_draw.o:/usr/src/RPM/BUILD/hnb-1.9.18/src/ui_draw.c:44: multiple definition of `nodes_below'; ui.o:/usr/src/RPM/BUILD/hnb-1.9.18/src/ui.c:37: first defined here collect2: error: ld returned 1 exit status make[1]: *** [Makefile:11: hnb] Error 1 make[1]: Leaving directory '/usr/src/RPM/BUILD/hnb-1.9.18/src' make: *** [Makefile:3: src/hnb] Error 2 make: Leaving directory '/usr/src/RPM/BUILD/hnb-1.9.18' error: Bad exit status from /usr/src/tmp/rpm-tmp.65597 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.65597 (%build) Command exited with non-zero status 1 1.63user 0.47system 0:02.11elapsed 99%CPU (0avgtext+0avgdata 29928maxresident)k 0inputs+0outputs (0major+171202minor)pagefaults 0swaps hsh-rebuild: rebuild of `hnb-1.9.18-alt1.qa1.src.rpm' failed. Command exited with non-zero status 1 5.26user 2.61system 0:07.97elapsed 98%CPU (0avgtext+0avgdata 108264maxresident)k 0inputs+0outputs (0major+407123minor)pagefaults 0swaps