<86>Apr 25 14:41:13 userdel[21430]: delete user `rooter' <86>Apr 25 14:41:13 userdel[21430]: remove group `rooter' <86>Apr 25 14:41:13 groupadd[21431]: new group: name=rooter, gid=501 <86>Apr 25 14:41:13 useradd[21432]: new user: name=rooter, uid=501, gid=501, home=/root, shell=/bin/bash <86>Apr 25 14:41:13 userdel[21434]: delete user `builder' <86>Apr 25 14:41:13 userdel[21434]: remove group `builder' <86>Apr 25 14:41:13 groupadd[21435]: new group: name=builder, gid=502 <86>Apr 25 14:41:13 useradd[21436]: new user: name=builder, uid=502, gid=502, home=/usr/src, shell=/bin/bash Installing cunit-0.7.5-alt6.src.rpm Building target platforms: ppc Building for target ppc Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.43727 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf cunit-0.7.5 + echo 'Source #0 (cunit-0.7.5.tar):' Source #0 (cunit-0.7.5.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/cunit-0.7.5.tar + cd cunit-0.7.5 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (cunit-0.7.5-alt-makefile.patch):' Patch #0 (cunit-0.7.5-alt-makefile.patch): + /usr/bin/patch -p1 patching file src/Makefile.common.in patching file src/cunit/Makefile + echo 'Patch #1 (cunit-0.7.5-alt-trivial.patch):' Patch #1 (cunit-0.7.5-alt-trivial.patch): + /usr/bin/patch -p1 patching file src/Makefile.common.in patching file src/trivsuite/trivsuite.c + echo 'Patch #2 (cunit-0.7.5-alt-pedantic.patch):' Patch #2 (cunit-0.7.5-alt-pedantic.patch): + /usr/bin/patch -p1 patching file src/libcunit/unittester.h + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.28276 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd cunit-0.7.5 + CFLAGS='-pipe -Wall -O2 -fsigned-char' + export CFLAGS + CXXFLAGS='-pipe -Wall -O2 -fsigned-char' + export CXXFLAGS + FFLAGS='-pipe -Wall -O2 -fsigned-char' + export FFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + '[' -f configure.ac -o -f configure.in ']' + libtoolize --copy --force Remember to add `AC_PROG_LIBTOOL' to `configure.in'. You should add the contents of `/usr/share/libtool-1.5/aclocal/libtool.m4' to `aclocal.m4'. + ./configure --build=ppc-alt-linux --host=ppc-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --without-included-gettext checking for ppc-alt-linux-gcc... ppc-alt-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether ppc-alt-linux-gcc accepts -g... yes checking for ppc-alt-linux-gcc option to accept ANSI C... none needed checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for dlopen in -ldl... yes checking for ceil in -lm... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking how to run the C preprocessor... ppc-alt-linux-gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking fnmatch.h usability... yes checking fnmatch.h presence... yes checking for fnmatch.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for working alloca.h... yes checking for alloca... yes checking for working POSIX fnmatch... yes checking for vprintf... yes checking for _doprnt... no checking for gettimeofday... yes checking for fnmatch... yes checking for regcomp... yes configure: creating ./config.status config.status: creating src/Makefile.common config.status: creating Makefile config.status: creating config.h + make make: Entering directory `/usr/src/RPM/BUILD/cunit-0.7.5' make -C src depend make[1]: Entering directory `/usr/src/RPM/BUILD/cunit-0.7.5/src' make -C libcunit depend DEP parseargs.c world.c world_timers.c run.c load.c filter.c add.c info.c compile.c recursedir.c show.c show_colour.c show_mono.c show_xml.c make -C cunit depend DEP unittester.c make -C trivsuite depend DEP trivsuite.c make -C statictester depend DEP statictester.c make[1]: Leaving directory `/usr/src/RPM/BUILD/cunit-0.7.5/src' make -C src all make[1]: Entering directory `/usr/src/RPM/BUILD/cunit-0.7.5/src' make -C libcunit all CC parseargs.c CC world.c CC world_timers.c CC run.c CC load.c CC filter.c CC add.c CC info.c CC compile.c CC recursedir.c CC show.c CC show_colour.c CC show_mono.c CC show_xml.c AR libcunit.a make -C cunit all CC unittester.c LINK CUnitTester make -C trivsuite all CC trivsuite.c SO libtest_triv.so make -C statictester all CC statictester.c AR libcunitstatic.a make[1]: Leaving directory `/usr/src/RPM/BUILD/cunit-0.7.5/src' make: Leaving directory `/usr/src/RPM/BUILD/cunit-0.7.5' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.43668 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/cunit-buildroot + : + /bin/rm -rf -- /usr/src/tmp/cunit-buildroot + cd cunit-0.7.5 + /bin/mkdir -p /usr/src/tmp/cunit-buildroot/usr/include /usr/src/tmp/cunit-buildroot/usr/bin /usr/src/tmp/cunit-buildroot/usr/lib + /bin/install -m755 bin/cunit /usr/src/tmp/cunit-buildroot/usr/bin + /bin/install -m644 src/libcunit/unittester.h /usr/src/tmp/cunit-buildroot/usr/include + /bin/install -m644 build/libcunit/libcunit.a /usr/src/tmp/cunit-buildroot/usr/lib + /bin/install -m644 build/statictester/libcunitstatic.a /usr/src/tmp/cunit-buildroot/usr/lib + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/cunit-buildroot (auto) Verifying and fixing files in /usr/src/tmp/cunit-buildroot (binconfig,pkgconfig,libtool) Compressing files in /usr/src/tmp/cunit-buildroot (auto) Adjusting library links in /usr/src/tmp/cunit-buildroot ./usr/lib: Verifying ELF objects in /usr/src/tmp/cunit-buildroot (arch=normal,fhs=normal,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Stripping binaries in /usr/src/tmp/cunit-buildroot (executable,shared) Processing files: cunit-0.7.5-alt6 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.43668 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd cunit-0.7.5 + DOCDIR=/usr/src/tmp/cunit-buildroot/usr/share/doc/cunit-0.7.5 + export DOCDIR + rm -rf /usr/src/tmp/cunit-buildroot/usr/share/doc/cunit-0.7.5 + /bin/mkdir -p /usr/src/tmp/cunit-buildroot/usr/share/doc/cunit-0.7.5 + cp -prL CHANGELOG INSTALL README src/trivsuite/trivsuite.c /usr/src/tmp/cunit-buildroot/usr/share/doc/cunit-0.7.5 + chmod -R go-w /usr/src/tmp/cunit-buildroot/usr/share/doc/cunit-0.7.5 + chmod -R a+rX /usr/src/tmp/cunit-buildroot/usr/share/doc/cunit-0.7.5 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing(Provides): /bin/sh -e /usr/src/tmp/rpm-tmp.43668 + 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.84015 + 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.2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libdl.so.2(GLIBC_2.0), libdl.so.2(GLIBC_2.1), libm.so.6(GLIBC_2.0), rtld(GNU_HASH) Finding unpackaged files (using /usr/lib/rpm/check-files) Executing(check-files): /bin/sh -e /usr/src/tmp/rpm-tmp.32598 + 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/cunit-0.7.5-alt6.src.rpm Wrote: /usr/src/RPM/RPMS/ppc/cunit-0.7.5-alt6.ppc.rpm 4.97user 3.07system 0:11.15elapsed 72%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+662004minor)pagefaults 0swaps