<86>Sep 13 01:10:45 userdel[1028772]: delete user 'rooter'
<86>Sep 13 01:10:45 userdel[1028772]: removed group 'rooter' owned by 'rooter'
<86>Sep 13 01:10:45 userdel[1028772]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep 13 01:10:45 groupadd[1028783]: group added to /etc/group: name=rooter, GID=585
<86>Sep 13 01:10:45 groupadd[1028783]: group added to /etc/gshadow: name=rooter
<86>Sep 13 01:10:45 groupadd[1028783]: new group: name=rooter, GID=585
<86>Sep 13 01:10:45 useradd[1028791]: new user: name=rooter, UID=585, GID=585, home=/root, shell=/bin/bash
<86>Sep 13 01:10:45 userdel[1028807]: delete user 'builder'
<86>Sep 13 01:10:45 userdel[1028807]: removed group 'builder' owned by 'builder'
<86>Sep 13 01:10:45 userdel[1028807]: removed shadow group 'builder' owned by 'builder'
<86>Sep 13 01:10:45 groupadd[1028819]: group added to /etc/group: name=builder, GID=586
<86>Sep 13 01:10:45 groupadd[1028819]: group added to /etc/gshadow: name=builder
<86>Sep 13 01:10:45 groupadd[1028819]: new group: name=builder, GID=586
<86>Sep 13 01:10:45 useradd[1028828]: new user: name=builder, UID=586, GID=586, home=/usr/src, shell=/bin/bash
<13>Sep 13 01:10:48 rpmi: libtinfo-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686221 installed
<13>Sep 13 01:10:48 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
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.75125
+ 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.58331
+ 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 '<string.h>' or provide a declaration of 'strlen'
expanded.c:28:1:
+#include <string.h>
 
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 '<string.h>' 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.77675
+ 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
+ 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)
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.28367
+ 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.ZaKOY6
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.CxeEp8
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.hUs2jd
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.K2UuIl
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Wuvwyx
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
Wrote: /usr/src/RPM/RPMS/x86_64/hnb-debuginfo-1.9.18-alt1.qa1.x86_64.rpm
6.14user 2.14system 0:12.08elapsed 68%CPU (0avgtext+0avgdata 30152maxresident)k
0inputs+0outputs (0major+372285minor)pagefaults 0swaps
11.95user 7.10system 0:21.80elapsed 87%CPU (0avgtext+0avgdata 117208maxresident)k
0inputs+0outputs (0major+664232minor)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	2020-09-13 01:11:03.885496943 +0000
@@ -7,3 +7,3 @@
 /usr/share/doc/hnb-1.9.18/doc/hnbrc	100644	
-/usr/share/man/man1/hnb.1.gz	100644	
+/usr/share/man/man1/hnb.1.xz	100644	
 Requires: /lib64/ld-linux-x86-64.so.2  
--- 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	2020-09-13 01:11:03.936495399 +0000
@@ -31,2 +31,3 @@
 /usr/src/debug/hnb-1.9.18/src/query.c	100644	
+/usr/src/debug/hnb-1.9.18/src/query.h	100644	
 /usr/src/debug/hnb-1.9.18/src/search.c	100644