<86>Apr 26 06:51:55 userdel[20587]: delete user `rooter' <86>Apr 26 06:51:55 userdel[20587]: remove group `rooter' <86>Apr 26 06:51:55 groupadd[20588]: new group: name=rooter, gid=501 <86>Apr 26 06:51:55 useradd[20589]: new user: name=rooter, uid=501, gid=501, home=/root, shell=/bin/bash <86>Apr 26 06:51:55 userdel[20591]: delete user `builder' <86>Apr 26 06:51:55 userdel[20591]: remove group `builder' <86>Apr 26 06:51:55 groupadd[20592]: new group: name=builder, gid=502 <86>Apr 26 06:51:55 useradd[20593]: new user: name=builder, uid=502, gid=502, home=/usr/src, shell=/bin/bash <13>Apr 26 06:51:57 rpmi: libtinfo-devel-5.6-alt4 installed <13>Apr 26 06:51:57 rpmi: libncurses-devel-5.6-alt4 installed Installing hexedit-1.2.12-alt1.0.src.rpm Building target platforms: ppc Building for target ppc Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.81302 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf hexedit + echo 'Source #0 (hexedit-1.2.12.src.tgz):' Source #0 (hexedit-1.2.12.src.tgz): + /bin/gzip -dc /usr/src/RPM/SOURCES/hexedit-1.2.12.src.tgz + /bin/tar -xf - + cd hexedit + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (hexedit-1.2.2-rh-makefile.patch):' Patch #0 (hexedit-1.2.2-rh-makefile.patch): + /usr/bin/patch -p1 patching file Makefile.in patching file Makefile-build.in + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.81302 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hexedit + 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 for a BSD-compatible install... /bin/install -c checking for initscr in -lcurses... yes checking for use_default_colors... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for _LARGE_FILES value needed for large files... no 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 whether stat file-mode macros are broken... no checking for sys/wait.h that is POSIX.1 compatible... 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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for memcmp... yes checking for memmem... yes checking for memrmem... no checking for memrchr... yes checking for strdup... yes checking for strerror... yes checking for basename... yes checking whether dirname is declared... yes checking whether basename is declared... yes checking whether memrchr is declared... yes checking whether memmem is declared... yes checking whether memrmem is declared... no configure: creating ./config.status config.status: creating Makefile config.status: creating Makefile-build config.status: creating config.h + '[' -n '' ']' + NPROCS=48 + make -j48 make: Entering directory `/usr/src/RPM/BUILD/hexedit' ppc-alt-linux-gcc -DHAVE_CONFIG_H -pipe -Wall -O2 -fsigned-char -c hexedit.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -pipe -Wall -O2 -fsigned-char -c display.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -pipe -Wall -O2 -fsigned-char -c mark.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -pipe -Wall -O2 -fsigned-char -c page.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -pipe -Wall -O2 -fsigned-char -c file.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -pipe -Wall -O2 -fsigned-char -c interact.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -pipe -Wall -O2 -fsigned-char -c misc.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -pipe -Wall -O2 -fsigned-char -c search.c hexedit.c: In function 'main': hexedit.c:56: warning: unused variable 'recognized' hexedit.c:56: warning: unused variable 'i' ppc-alt-linux-gcc -o hexedit hexedit.o display.o mark.o page.o file.o interact.o misc.o search.o -lcurses make: Leaving directory `/usr/src/RPM/BUILD/hexedit' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.25096 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/hexedit-buildroot + : + /bin/rm -rf -- /usr/src/tmp/hexedit-buildroot + cd hexedit + /usr/bin/make 'INSTALL=/bin/install -p' prefix=/usr/src/tmp/hexedit-buildroot/usr exec_prefix=/usr/src/tmp/hexedit-buildroot/usr bindir=/usr/src/tmp/hexedit-buildroot/usr/bin sbindir=/usr/src/tmp/hexedit-buildroot/usr/sbin sysconfdir=/usr/src/tmp/hexedit-buildroot/etc datadir=/usr/src/tmp/hexedit-buildroot/usr/share includedir=/usr/src/tmp/hexedit-buildroot/usr/include libdir=/usr/src/tmp/hexedit-buildroot/usr/lib libexecdir=/usr/src/tmp/hexedit-buildroot/usr/lib localstatedir=/usr/src/tmp/hexedit-buildroot/var/lib sharedstatedir=/usr/src/tmp/hexedit-buildroot/usr/com mandir=/usr/src/tmp/hexedit-buildroot/usr/share/man infodir=/usr/src/tmp/hexedit-buildroot/usr/share/info install make: Entering directory `/usr/src/RPM/BUILD/hexedit' /bin/install -p -d -m 755 /usr/src/tmp/hexedit-buildroot/usr/bin /bin/install -p -m 755 hexedit /usr/src/tmp/hexedit-buildroot/usr/bin /bin/install -p -d -m 755 /usr/src/tmp/hexedit-buildroot/usr/share/man/man1 /bin/install -p -m 644 hexedit.1 /usr/src/tmp/hexedit-buildroot/usr/share/man/man1 make: Leaving directory `/usr/src/RPM/BUILD/hexedit' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/hexedit-buildroot (auto) Verifying and fixing files in /usr/src/tmp/hexedit-buildroot (binconfig,pkgconfig,libtool) Compressing files in /usr/src/tmp/hexedit-buildroot (auto) Verifying ELF objects in /usr/src/tmp/hexedit-buildroot (arch=normal,fhs=normal,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Stripping binaries in /usr/src/tmp/hexedit-buildroot (executable,shared) Processing files: hexedit-1.2.12-alt1.0 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.25096 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hexedit + DOCDIR=/usr/src/tmp/hexedit-buildroot/usr/share/doc/hexedit-1.2.12 + export DOCDIR + rm -rf /usr/src/tmp/hexedit-buildroot/usr/share/doc/hexedit-1.2.12 + /bin/mkdir -p /usr/src/tmp/hexedit-buildroot/usr/share/doc/hexedit-1.2.12 + cp -prL Changes TODO /usr/src/tmp/hexedit-buildroot/usr/share/doc/hexedit-1.2.12 + chmod -R go-w /usr/src/tmp/hexedit-buildroot/usr/share/doc/hexedit-1.2.12 + chmod -R a+rX /usr/src/tmp/hexedit-buildroot/usr/share/doc/hexedit-1.2.12 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing(Provides): /bin/sh -e /usr/src/tmp/rpm-tmp.55108 + 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.87395 + 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.2), 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.40459 + 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/hexedit-1.2.12-alt1.0.src.rpm Wrote: /usr/src/RPM/RPMS/ppc/hexedit-1.2.12-alt1.0.ppc.rpm 5.37user 2.77system 0:09.66elapsed 84%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+611860minor)pagefaults 0swaps