<86>Apr 25 01:43:30 userdel[17658]: delete user `rooter' <86>Apr 25 01:43:30 userdel[17658]: remove group `rooter' <86>Apr 25 01:43:30 groupadd[17659]: new group: name=rooter, gid=501 <86>Apr 25 01:43:30 useradd[17660]: new user: name=rooter, uid=501, gid=501, home=/root, shell=/bin/bash <86>Apr 25 01:43:30 userdel[17662]: delete user `builder' <86>Apr 25 01:43:30 userdel[17662]: remove group `builder' <86>Apr 25 01:43:30 groupadd[17663]: new group: name=builder, gid=502 <86>Apr 25 01:43:30 useradd[17664]: new user: name=builder, uid=502, gid=502, home=/usr/src, shell=/bin/bash <13>Apr 25 01:43:32 rpmi: rpm-build-licenses-1.0-alt2 installed Installing 4th-3.5c3-alt4.src.rpm Building target platforms: ppc Building for target ppc Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.12766 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf 4th-3.5c3-unix + echo 'Source #0 (4th-3.5c3-unix.tar):' Source #0 (4th-3.5c3-unix.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/4th-3.5c3-unix.tar + cd 4th-3.5c3-unix + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (4th-3.5c3-alt4.patch):' Patch #0 (4th-3.5c3-alt4.patch): + /usr/bin/patch -p1 patching file sources/4th.h + echo 'Patch #1 (4th-3.5c3-shared.patch):' Patch #1 (4th-3.5c3-shared.patch): + /usr/bin/patch -p1 patching file sources/Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.12766 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd 4th-3.5c3-unix + '[' -n '' ']' + NPROCS=48 + make -j48 -C sources BINARIES=/usr/bin LIBRARIES=/usr/lib INCLUDES=/usr/include SHARED=1 STATIC=1 'CFLAGS=-pipe -Wall -O3 -fsigned-char -fPIC -DPIC -DUNIX' CC=gcc make: Entering directory `/usr/src/RPM/BUILD/4th-3.5c3-unix/sources' gcc -pipe -Wall -O3 -fsigned-char -fPIC -DPIC -DUNIX -c -o errs_4th.o errs_4th.c gcc -pipe -Wall -O3 -fsigned-char -fPIC -DPIC -DUNIX -c -o save_4th.o save_4th.c gcc -pipe -Wall -O3 -fsigned-char -fPIC -DPIC -DUNIX -c -o load_4th.o load_4th.c gcc -pipe -Wall -O3 -fsigned-char -fPIC -DPIC -DUNIX -c -o free_4th.o free_4th.c gcc -pipe -Wall -O3 -fsigned-char -fPIC -DPIC -DUNIX -c -o comp_4th.o comp_4th.c gcc -pipe -Wall -O3 -fsigned-char -fPIC -DPIC -DUNIX -c -o name_4th.o name_4th.c gcc -pipe -Wall -O3 -fsigned-char -fPIC -DPIC -DUNIX -c -o dump_4th.o dump_4th.c gcc -pipe -Wall -O3 -fsigned-char -fPIC -DPIC -DUNIX -c -o exec_4th.o exec_4th.c gcc -pipe -Wall -O3 -fsigned-char -fPIC -DPIC -DUNIX -c -o open_4th.o open_4th.c gcc -pipe -Wall -O3 -fsigned-char -fPIC -DPIC -DUNIX -c -o cgen_4th.o cgen_4th.c gcc -pipe -Wall -O3 -fsigned-char -fPIC -DPIC -DUNIX -c -o 4th.o 4th.c gcc -pipe -Wall -O3 -fsigned-char -fPIC -DPIC -DUNIX -c -o 4tsh.o 4tsh.c 4th.c: In function 'PromptFor': 4th.c:279: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result gcc -shared -o lib4th.so.0.60.3 errs_4th.o save_4th.o load_4th.o free_4th.o comp_4th.o name_4th.o dump_4th.o exec_4th.o open_4th.o cgen_4th.o -Wl,-soname,lib4th.so.0 ar r lib4th.a errs_4th.o save_4th.o load_4th.o free_4th.o comp_4th.o name_4th.o dump_4th.o exec_4th.o open_4th.o cgen_4th.o ar: creating lib4th.a ln -sf lib4th.so.0.60.3 lib4th.so.0 ln -sf lib4th.so.0.60.3 lib4th.so gcc -pipe -Wall -O3 -fsigned-char -fPIC -DPIC -DUNIX -I. -o 4th 4th.o -L. -l4th gcc -pipe -Wall -O3 -fsigned-char -fPIC -DPIC -DUNIX -I. -o 4tsh 4tsh.o -L. -l4th make: Leaving directory `/usr/src/RPM/BUILD/4th-3.5c3-unix/sources' + sed 's/\r$//' documentation/4tHmanual.txt + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.56560 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/4th-buildroot + : + /bin/rm -rf -- /usr/src/tmp/4th-buildroot + cd 4th-3.5c3-unix + install -d -m 0755 /usr/src/tmp/4th-buildroot/usr/bin /usr/src/tmp/4th-buildroot/usr/lib /usr/src/tmp/4th-buildroot/usr/lib/4th /usr/src/tmp/4th-buildroot/usr/include/4th /usr/src/tmp/4th-buildroot/usr/share/doc/4th-3.5c3/examples + make 'INSTALL=/bin/install -p' -C sources SHARED=1 STATIC=1 BINARIES=/usr/src/tmp/4th-buildroot/usr/bin LIBRARIES=/usr/src/tmp/4th-buildroot/usr/lib install make: Entering directory `/usr/src/RPM/BUILD/4th-3.5c3-unix/sources' gcc -DUNIX -fsigned-char -Wall -O3 -s -I. -o 4th 4th.o -L. -l4th gcc -DUNIX -fsigned-char -Wall -O3 -s -I. -o 4tsh 4tsh.o -L. -l4th cp lib4th.so.0.60.3 lib4th.a /usr/src/tmp/4th-buildroot/usr/lib ln -sf lib4th.so.0.60.3 /usr/src/tmp/4th-buildroot/usr/lib/lib4th.so.0 ln -sf lib4th.so.0.60.3 /usr/src/tmp/4th-buildroot/usr/lib/lib4th.so cp 4th 4tsh /usr/src/tmp/4th-buildroot/usr/bin make: Leaving directory `/usr/src/RPM/BUILD/4th-3.5c3-unix/sources' + install -pD -m 0644 documentation/4th.1 /usr/src/tmp/4th-buildroot/usr/share/man/man1/4th.1 + ln -s 4th.1 /usr/src/tmp/4th-buildroot/usr/share/man/man1/4thx.1 + ln -s 4th /usr/src/tmp/4th-buildroot/usr/bin/4thx + install -m 0644 sources/4th.h sources/cmds_4th.h /usr/src/tmp/4th-buildroot/usr/include/4th/ + install -m 0644 lib/2rotover.4th lib/ansblock.4th lib/anscore.4th lib/ansdbl.4th lib/ansfacil.4th lib/ansfile.4th lib/ansfloat.4th lib/ansmem.4th lib/anstools.4th lib/argopen.4th lib/ascii7.4th lib/asinacos.4th lib/back.4th lib/backtrak.4th lib/banners.4th lib/bits.4th lib/boxes.4th lib/bsearch.4th lib/buffer.4th lib/choose.4th lib/compare.4th lib/comus.4th lib/constant.4th lib/convert.4th lib/crc.4th lib/dbldot.4th lib/debug.4th lib/digit.4th lib/dump.4th lib/easter.4th lib/easy.4th lib/emits.4th lib/enter.4th lib/environ.4th lib/evaluate.4th lib/ezneeds.4th lib/falog.4th lib/fatan2.4th lib/fatanh.4th lib/fexp.4th lib/ffl-frc.4th lib/figures.4th lib/files.4th lib/filter.4th lib/fixeddot.4th lib/flnflog.4th lib/fraction.4th lib/fsinfcos.4th lib/getenv.4th lib/hiorder.4th lib/interprt.4th lib/istype.4th lib/leading.4th lib/license.4th lib/lists.4th lib/locals.4th lib/math.4th lib/mixed.4th lib/ncoding.4th lib/null.4th lib/obsolete.4th lib/padding.4th lib/parsname.4th lib/pickroll.4th lib/picture.4th lib/print.4th lib/qsort.4th lib/quiz.4th lib/quotes.4th lib/randbin.4th lib/range.4th lib/rdepth.4th lib/replace.4th lib/rot13.4th lib/row.4th lib/savefile.4th lib/say.4th lib/scanfile.4th lib/scanskip.4th lib/search.4th lib/sinhcosh.4th lib/slice.4th lib/stack.4th lib/startend.4th lib/strstack.4th lib/stsstack.4th lib/tabs.4th lib/taylor.4th lib/tea.4th lib/termansi.4th lib/throw.4th lib/time.4th lib/timer.4th lib/todbl.4th lib/tokenize.4th lib/tonumber.4th lib/toolbelt.4th lib/translat.4th lib/trim.4th lib/ulcase.4th lib/unitconv.4th lib/utf8.4th lib/version.4th lib/wildcard.4th lib/word.4th lib/xlswrite.4th lib/yesno.4th /usr/src/tmp/4th-buildroot/usr/lib/4th/ + find examples -type f -exec install -pD -m 0644 '{}' '/usr/src/tmp/4th-buildroot/usr/share/doc/4th-3.5c3/{}' ';' + install -m 0644 documentation/euro.txt /usr/src/tmp/4th-buildroot/usr/share/doc/4th-3.5c3/examples/ + install -m 0644 README documentation/manual.txt /usr/src/tmp/4th-buildroot/usr/share/doc/4th-3.5c3/ + install -d /usr/src/tmp/4th-buildroot/usr/share/applications + iconv -f cp1251 -t utf-8 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/4th-buildroot (auto) mode of `./usr/lib/lib4th.so.0.60.3' changed to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/4th-buildroot (binconfig,pkgconfig,libtool) Compressing files in /usr/src/tmp/4th-buildroot (auto) removed `/usr/src/tmp/4th-buildroot/usr/share/man/man1/4thx.1' `/usr/src/tmp/4th-buildroot/usr/share/man/man1/4thx.1.gz' -> `4th.1.gz' Adjusting library links in /usr/src/tmp/4th-buildroot ./usr/lib: lib4th.so.0 -> lib4th.so.0.60.3 Verifying ELF objects in /usr/src/tmp/4th-buildroot (arch=normal,fhs=normal,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Stripping binaries in /usr/src/tmp/4th-buildroot (executable,shared) Processing files: 4th-3.5c3-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing(Provides): /bin/sh -e /usr/src/tmp/rpm-tmp.61065 + 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.64287 + 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: lib4th = 3.5c3-alt4, /lib/ld.so.1, lib4th.so.0, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Processing files: 4th-examples-3.5c3-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing(Provides): /bin/sh -e /usr/src/tmp/rpm-tmp.68698 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/find-provides find-provides: empty file list, nothing to do + exit 0 Finding Requires (using /usr/lib/rpm/find-requires) Executing(Requires): /bin/sh -e /usr/src/tmp/rpm-tmp.40302 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/find-requires find-requires: empty file list, nothing to do + exit 0 Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) <= 4.0-1, rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: 4th = 3.5c3 Processing files: lib4th-3.5c3-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing(Provides): /bin/sh -e /usr/src/tmp/rpm-tmp.97033 + 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.79762 + 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 Provides: lib4th.so.0 Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) <= 4.0-1, rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Processing files: lib4th-devel-3.5c3-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing(Provides): /bin/sh -e /usr/src/tmp/rpm-tmp.42238 + 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.24124 + 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: lib4th = 3.5c3-alt4, /usr/lib/lib4th.so.0.60.3 Processing files: lib4th-devel-static-3.5c3-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing(Provides): /bin/sh -e /usr/src/tmp/rpm-tmp.34717 + 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.16303 + 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: lib4th-devel = 3.5c3-alt4, glibc-devel-static Processing files: 4th-doc-txt-3.5c3-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing(Provides): /bin/sh -e /usr/src/tmp/rpm-tmp.15005 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/find-provides find-provides: empty file list, nothing to do + exit 0 Finding Requires (using /usr/lib/rpm/find-requires) Executing(Requires): /bin/sh -e /usr/src/tmp/rpm-tmp.76012 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/find-requires find-requires: empty file list, nothing to do + exit 0 Provides: 4th-doc = 3.5c3-alt4, 4th-manual = 3.5c3-alt4, 4th-manual-txt = 3.5c3-alt4 Requires(rpmlib): rpmlib(VersionedDependencies) <= 3.0.3-1, rpmlib(PayloadFilesHavePrefix) <= 4.0-1, rpmlib(CompressedFileNames) <= 3.0.4-1 Finding unpackaged files (using /usr/lib/rpm/check-files) Executing(check-files): /bin/sh -e /usr/src/tmp/rpm-tmp.67612 + 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/4th-3.5c3-alt4.src.rpm Wrote: /usr/src/RPM/RPMS/ppc/4th-3.5c3-alt4.ppc.rpm Wrote: /usr/src/RPM/RPMS/noarch/4th-examples-3.5c3-alt4.noarch.rpm Wrote: /usr/src/RPM/RPMS/ppc/lib4th-3.5c3-alt4.ppc.rpm Wrote: /usr/src/RPM/RPMS/ppc/lib4th-devel-3.5c3-alt4.ppc.rpm Wrote: /usr/src/RPM/RPMS/ppc/lib4th-devel-static-3.5c3-alt4.ppc.rpm Wrote: /usr/src/RPM/RPMS/noarch/4th-doc-txt-3.5c3-alt4.noarch.rpm 9.05user 3.43system 0:20.45elapsed 61%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+778408minor)pagefaults 0swaps