<86>Apr 25 17:37:27 userdel[26115]: delete user `rooter' <86>Apr 25 17:37:27 userdel[26115]: remove group `rooter' <86>Apr 25 17:37:27 groupadd[26116]: new group: name=rooter, gid=501 <86>Apr 25 17:37:27 useradd[26117]: new user: name=rooter, uid=501, gid=501, home=/root, shell=/bin/bash <86>Apr 25 17:37:27 userdel[26119]: delete user `builder' <86>Apr 25 17:37:27 userdel[26119]: remove group `builder' <86>Apr 25 17:37:27 groupadd[26120]: new group: name=builder, gid=502 <86>Apr 25 17:37:27 useradd[26121]: new user: name=builder, uid=502, gid=502, home=/usr/src, shell=/bin/bash Installing dtach-0.7-alt1.src.rpm Building target platforms: ppc Building for target ppc Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.35994 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf dtach-0.7 + echo 'Source #0 (dtach-0.7.tar.gz):' Source #0 (dtach-0.7.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/dtach-0.7.tar.gz + /bin/tar -xf - + cd dtach-0.7 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.35994 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd dtach-0.7 + 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.ac'. 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 how to run the C preprocessor... ppc-alt-linux-gcc -E checking for egrep... grep -E checking whether ppc-alt-linux-gcc needs -traditional... no checking for openpty in -lutil... yes checking for socket in -lsocket... no 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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking stropts.h usability... yes checking stropts.h presence... yes checking for stropts.h... yes checking whether time.h and sys/time.h may both be included... yes checking for an ANSI C-conforming const... yes checking for pid_t... yes checking return type of signal handlers... void checking for atexit... yes checking for dup2... yes checking for memset... yes checking for select... yes checking for socket... yes checking for strerror... yes checking for openpty... yes checking for forkpty... yes checking for ptsname... yes checking for grantpt... yes checking for unlockpt... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h + '[' -n '' ']' + NPROCS=48 + make -j48 make: Entering directory `/usr/src/RPM/BUILD/dtach-0.7' ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -W -Wall -I. -c -o attach.o attach.c ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -W -Wall -I. -c -o master.o master.c ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -W -Wall -I. -c -o main.o main.c master.c: In function 'pty_activity': master.c:177: warning: ignoring return value of 'write', declared with attribute warn_unused_result master.c: In function 'client_activity': master.c:255: warning: ignoring return value of 'write', declared with attribute warn_unused_result master.c:295: warning: ignoring return value of 'write', declared with attribute warn_unused_result attach.c: In function 'process_kbd': attach.c:100: warning: ignoring return value of 'write', declared with attribute warn_unused_result attach.c:110: warning: ignoring return value of 'write', declared with attribute warn_unused_result attach.c:116: warning: ignoring return value of 'write', declared with attribute warn_unused_result attach.c:130: warning: ignoring return value of 'write', declared with attribute warn_unused_result attach.c: In function 'attach_main': attach.c:181: warning: ignoring return value of 'write', declared with attribute warn_unused_result attach.c:185: warning: ignoring return value of 'write', declared with attribute warn_unused_result attach.c:191: warning: ignoring return value of 'write', declared with attribute warn_unused_result attach.c:225: warning: ignoring return value of 'write', declared with attribute warn_unused_result attach.c:248: warning: ignoring return value of 'write', declared with attribute warn_unused_result ppc-alt-linux-gcc -o dtach attach.o master.o main.o -lutil make: Leaving directory `/usr/src/RPM/BUILD/dtach-0.7' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.21882 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/dtach-buildroot + : + /bin/rm -rf -- /usr/src/tmp/dtach-buildroot + cd dtach-0.7 + /bin/mkdir -p /usr/src/tmp/dtach-buildroot/usr/bin + /bin/mkdir -p /usr/src/tmp/dtach-buildroot/usr/share/man/man1 + /bin/install -m 755 dtach /usr/src/tmp/dtach-buildroot/usr/bin + /bin/install -m 644 dtach.1 /usr/src/tmp/dtach-buildroot/usr/share/man/man1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/dtach-buildroot (auto) Verifying and fixing files in /usr/src/tmp/dtach-buildroot (binconfig,pkgconfig,libtool) Compressing files in /usr/src/tmp/dtach-buildroot (auto) Verifying ELF objects in /usr/src/tmp/dtach-buildroot (arch=normal,fhs=normal,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Stripping binaries in /usr/src/tmp/dtach-buildroot (executable,shared) Processing files: dtach-0.7-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.21882 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd dtach-0.7 + DOCDIR=/usr/src/tmp/dtach-buildroot/usr/share/doc/dtach-0.7 + export DOCDIR + rm -rf /usr/src/tmp/dtach-buildroot/usr/share/doc/dtach-0.7 + /bin/mkdir -p /usr/src/tmp/dtach-buildroot/usr/share/doc/dtach-0.7 + cp -prL COPYING README /usr/src/tmp/dtach-buildroot/usr/share/doc/dtach-0.7 + chmod -R go-w /usr/src/tmp/dtach-buildroot/usr/share/doc/dtach-0.7 + chmod -R a+rX /usr/src/tmp/dtach-buildroot/usr/share/doc/dtach-0.7 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing(Provides): /bin/sh -e /usr/src/tmp/rpm-tmp.21882 + 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.24243 + 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.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libutil.so.1(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.66594 + 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/dtach-0.7-alt1.src.rpm Wrote: /usr/src/RPM/RPMS/ppc/dtach-0.7-alt1.ppc.rpm 4.33user 3.04system 0:09.91elapsed 74%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+663372minor)pagefaults 0swaps