<86>Apr 26 06:59:21 userdel[15117]: delete user `rooter' <86>Apr 26 06:59:21 userdel[15117]: remove group `rooter' <86>Apr 26 06:59:21 groupadd[15118]: new group: name=rooter, gid=501 <86>Apr 26 06:59:21 useradd[15119]: new user: name=rooter, uid=501, gid=501, home=/root, shell=/bin/bash <86>Apr 26 06:59:21 userdel[15121]: delete user `builder' <86>Apr 26 06:59:21 userdel[15121]: remove group `builder' <86>Apr 26 06:59:21 groupadd[15122]: new group: name=builder, gid=502 <86>Apr 26 06:59:21 useradd[15123]: new user: name=builder, uid=502, gid=502, home=/usr/src, shell=/bin/bash <13>Apr 26 06:59:23 rpmi: libtinfo-devel-5.6-alt4 installed <13>Apr 26 06:59:23 rpmi: libncurses-devel-5.6-alt4 installed Installing hnb-1.9.18-alt1.src.rpm Building target platforms: ppc Building for target ppc Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.9662 + 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.9662 + 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: warning: pointer targets in passing argument 1 of 'cli_getstring' differ in signedness cli_tokenize.c:272: warning: pointer targets in passing argument 1 of 'cli_getstring' differ in signedness cli_tokenize.c:273: warning: pointer targets in passing argument 1 of 'cli_getstring' differ in signedness 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:79:6: warning: C++ style comments are not allowed in ISO C90 actions.c:79:6: warning: (this will be reported only once per input file) 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 cal.o cal.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 clipboard.o clipboard.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o evilloop.o evilloop.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: warning: implicit declaration of function 'strlen' expanded.c:36: warning: incompatible implicit declaration of built-in function 'strlen' expanded.c:42: warning: implicit declaration of function 'strcmp' expanded.c: In function 'cmd_collapse': expanded.c:60: warning: incompatible implicit declaration of built-in function 'strlen' 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 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 file_help.o file_help.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_html.o file_html.c file_html.c: In function 'export_htmlcss': file_html.c:180: warning: string length '1018' is greater than the length '509' ISO C90 compilers are required to support 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:109: warning: string length '521' is greater than the length '509' ISO C90 compilers are required to support 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: warning: string length '5113' is greater than the length '509' ISO C90 compilers are required to support cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o file_xml.o file_xml.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o hnb.o hnb.c 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 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: warning: string length '15444' is greater than the length '509' ISO C90 compilers are required to support 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 search.o search.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o spell.o spell.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 state.o state.c 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 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 tree_sort.o tree_sort.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 ui.o ui.c cc -c -I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g -o ui_binding.o ui_binding.c ui_binding.c:399: warning: 'dummy_cmd' defined but not used 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 ui_draw.o ui_draw.c 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 ui_menu.o ui_menu.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_style.o ui_style.c 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 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.12570 + 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) Compressing files in /usr/src/tmp/hnb-buildroot (auto) Verifying ELF objects in /usr/src/tmp/hnb-buildroot (arch=normal,fhs=normal,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Stripping binaries in /usr/src/tmp/hnb-buildroot (executable,shared) Processing files: hnb-1.9.18-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.12570 + 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(Provides): /bin/sh -e /usr/src/tmp/rpm-tmp.12570 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/find-provides find-provides: running scripts (alternatives,lib,pam,perl,pkgconfig,python,shell) + exit 0 Finding Requires (using /usr/lib/rpm/find-requires) Executing(Requires): /bin/sh -e /usr/src/tmp/rpm-tmp.84058 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/find-requires find-requires: running scripts (files,lib,pam,perl,pkgconfig,pkgconfiglib,python,shebang,shell,static,symlinks) + exit 0 Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) <= 4.0-1, rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: /lib/ld.so.1, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.4), libncurses.so.5, libtinfo.so.5, rtld(GNU_HASH) Finding unpackaged files (using /usr/lib/rpm/check-files) Executing(check-files): /bin/sh -e /usr/src/tmp/rpm-tmp.69399 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/check-files + exit 0 Wrote: /usr/src/RPM/SRPMS/hnb-1.9.18-alt1.src.rpm Wrote: /usr/src/RPM/RPMS/ppc/hnb-1.9.18-alt1.ppc.rpm 4.57user 1.22system 0:08.81elapsed 65%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+258077minor)pagefaults 0swaps