<86>Apr 4 13:51:08 userdel[70812]: delete user 'rooter' <86>Apr 4 13:51:08 groupadd[70861]: group added to /etc/group: name=rooter, GID=657 <86>Apr 4 13:51:08 groupadd[70861]: group added to /etc/gshadow: name=rooter <86>Apr 4 13:51:08 groupadd[70861]: new group: name=rooter, GID=657 <86>Apr 4 13:51:08 useradd[70893]: new user: name=rooter, UID=657, GID=657, home=/root, shell=/bin/bash <86>Apr 4 13:51:08 userdel[70979]: delete user 'builder' <86>Apr 4 13:51:08 groupadd[71029]: group added to /etc/group: name=builder, GID=658 <86>Apr 4 13:51:08 groupadd[71029]: group added to /etc/gshadow: name=builder <86>Apr 4 13:51:08 groupadd[71029]: new group: name=builder, GID=658 <86>Apr 4 13:51:08 useradd[71060]: new user: name=builder, UID=658, GID=658, home=/usr/src, shell=/bin/bash <13>Apr 4 13:51:10 rpmi: libtinfo-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed <13>Apr 4 13:51:10 rpmi: libncurses-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.53689 + 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.53689 + 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 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 cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o state.o state.c 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:60:13: warning: variable 'flags' set but not used [-Wunused-but-set-variable] int level, flags, startlevel, lastlevel, cnt; ^~~~~ 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 cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o actions.o actions.c 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:42:14: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] } else if((!strcmp(argv[1],"-a"))||(!strcmp(argv[1],"--all"))){ ^~~~~~ 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' cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o tree_sort.o tree_sort.c 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; ^~~~~ 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 cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o node.o node.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] ); ^ 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 cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o cli_macro.o cli_macro.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o tree_misc.o tree_misc.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o ui_overlay.o ui_overlay.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o ui_draw.o ui_draw.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o statcmds.o statcmds.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o ui_menu.o ui_menu.c 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: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\ ^~~~~~~ cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file_ascii.o file_ascii.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file_binary.o file_binary.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o query.o query.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o autosave.o autosave.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o spell.o spell.c 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 cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o ui_style.o ui_style.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o hnb.o hnb.c hnb.c: In function 'main': 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: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 cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o search.o search.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file_opml.o file_opml.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file_hnb.o file_hnb.c 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:50:32: warning: variable 'lastlevel' set but not used [-Wunused-but-set-variable] int level, flags, startlevel, lastlevel, cnt; ^~~~~~~~~ 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 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.5070 + 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) verify-elf: WARNING: ./usr/bin/hnb: uses non-LFS functions: __xstat fopen mkstemp open Hardlinking identical .pyc and .pyo files Processing files: hnb-1.9.18-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.92013 + 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.jt3gnP 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.BDlcWS find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libncurses.so.5 >= set:mhWiBzDlR0Bkmxm1PTVUAAbBeRGFOVU6PSNSBGATofpOjk0dsPt, libtinfo.so.5 >= 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.pX5Vwk 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.AlOPHa find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZbF6uc find-requires: running scripts (debuginfo) Requires: hnb = 1.9.18-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libncurses.so.5), debug(libtinfo.so.5) Wrote: /usr/src/RPM/RPMS/i586/hnb-1.9.18-alt1.qa1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/hnb-debuginfo-1.9.18-alt1.qa1.i586.rpm 3.82user 0.72system 0:10.81elapsed 42%CPU (0avgtext+0avgdata 23588maxresident)k 0inputs+0outputs (0major+309580minor)pagefaults 0swaps 7.31user 3.06system 0:17.66elapsed 58%CPU (0avgtext+0avgdata 116536maxresident)k 0inputs+0outputs (0major+587485minor)pagefaults 0swaps --- hnb-1.9.18-alt1.qa1.i586.rpm.repo 2013-04-15 06:10:37.000000000 +0000 +++ hnb-1.9.18-alt1.qa1.i586.rpm.hasher 2019-04-04 13:51:24.124470449 +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: /lib/ld-linux.so.2 --- hnb-debuginfo-1.9.18-alt1.qa1.i586.rpm.repo 2013-04-15 06:10:37.000000000 +0000 +++ hnb-debuginfo-1.9.18-alt1.qa1.i586.rpm.hasher 2019-04-04 13:51:24.151470666 +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