<86>Apr 26 21:47:01 userdel[19030]: delete user `rooter' <86>Apr 26 21:47:01 userdel[19030]: remove group `rooter' <86>Apr 26 21:47:01 groupadd[19031]: new group: name=rooter, gid=501 <86>Apr 26 21:47:01 useradd[19032]: new user: name=rooter, uid=501, gid=501, home=/root, shell=/bin/bash <86>Apr 26 21:47:01 userdel[19034]: delete user `builder' <86>Apr 26 21:47:01 userdel[19034]: remove group `builder' <86>Apr 26 21:47:01 groupadd[19035]: new group: name=builder, gid=502 <86>Apr 26 21:47:01 useradd[19036]: new user: name=builder, uid=502, gid=502, home=/usr/src, shell=/bin/bash Installing libenet-1.2-alt1.src.rpm Building target platforms: ppc Building for target ppc Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.29631 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf enet-1.2 + echo 'Source #0 (enet-1.2.tar.gz):' Source #0 (enet-1.2.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/enet-1.2.tar.gz + /bin/tar -xf - + cd enet-1.2 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.29631 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd enet-1.2 + export 'CFLAGS=-pipe -Wall -O2 -fsigned-char -fPIC' + CFLAGS='-pipe -Wall -O2 -fsigned-char -fPIC' + CFLAGS='-pipe -Wall -O2 -fsigned-char -fPIC' + 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'. Using `AC_PROG_RANLIB' is rendered obsolete by `AC_PROG_LIBTOOL' You should update your `aclocal.m4' by running aclocal. + ./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 a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes 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 ISO C89... none needed checking for style of include used by make... GNU checking dependency style of ppc-alt-linux-gcc... none checking for ppc-alt-linux-ranlib... no checking for ranlib... ranlib checking for gethostbyaddr_r... yes checking for gethostbyname_r... yes checking for poll... yes checking for fcntl... yes checking for inet_pton... yes checking for inet_ntop... yes checking for struct msghdr.msg_flags... yes checking for socklen_t... yes checking how to run the C preprocessor... ppc-alt-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether to use CRC32... no configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating include/enet/Makefile config.status: executing depfiles commands + make make: Entering directory `/usr/src/RPM/BUILD/enet-1.2' Making all in include make[1]: Entering directory `/usr/src/RPM/BUILD/enet-1.2/include' Making all in enet make[2]: Entering directory `/usr/src/RPM/BUILD/enet-1.2/include/enet' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/RPM/BUILD/enet-1.2/include/enet' make[2]: Entering directory `/usr/src/RPM/BUILD/enet-1.2/include' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/usr/src/RPM/BUILD/enet-1.2/include' make[1]: Leaving directory `/usr/src/RPM/BUILD/enet-1.2/include' make[1]: Entering directory `/usr/src/RPM/BUILD/enet-1.2' ppc-alt-linux-gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"1-8-2008\" -DPACKAGE_STRING=\"libenet\ 1-8-2008\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"1-8-2008\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -I. -Iinclude/ -pipe -Wall -O2 -fsigned-char -fPIC -c host.c ppc-alt-linux-gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"1-8-2008\" -DPACKAGE_STRING=\"libenet\ 1-8-2008\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"1-8-2008\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -I. -Iinclude/ -pipe -Wall -O2 -fsigned-char -fPIC -c list.c ppc-alt-linux-gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"1-8-2008\" -DPACKAGE_STRING=\"libenet\ 1-8-2008\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"1-8-2008\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -I. -Iinclude/ -pipe -Wall -O2 -fsigned-char -fPIC -c callbacks.c ppc-alt-linux-gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"1-8-2008\" -DPACKAGE_STRING=\"libenet\ 1-8-2008\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"1-8-2008\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -I. -Iinclude/ -pipe -Wall -O2 -fsigned-char -fPIC -c packet.c ppc-alt-linux-gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"1-8-2008\" -DPACKAGE_STRING=\"libenet\ 1-8-2008\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"1-8-2008\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -I. -Iinclude/ -pipe -Wall -O2 -fsigned-char -fPIC -c peer.c ppc-alt-linux-gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"1-8-2008\" -DPACKAGE_STRING=\"libenet\ 1-8-2008\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"1-8-2008\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -I. -Iinclude/ -pipe -Wall -O2 -fsigned-char -fPIC -c protocol.c protocol.c: In function 'enet_protocol_dispatch_incoming_commands': protocol.c:47: warning: enumeration value 'ENET_PEER_STATE_DISCONNECTED' not handled in switch protocol.c:47: warning: enumeration value 'ENET_PEER_STATE_CONNECTING' not handled in switch protocol.c:47: warning: enumeration value 'ENET_PEER_STATE_ACKNOWLEDGING_CONNECT' not handled in switch protocol.c:47: warning: enumeration value 'ENET_PEER_STATE_CONNECTED' not handled in switch protocol.c:47: warning: enumeration value 'ENET_PEER_STATE_DISCONNECT_LATER' not handled in switch protocol.c:47: warning: enumeration value 'ENET_PEER_STATE_DISCONNECTING' not handled in switch protocol.c:47: warning: enumeration value 'ENET_PEER_STATE_ACKNOWLEDGING_DISCONNECT' not handled in switch protocol.c: In function 'enet_protocol_handle_acknowledge': protocol.c:709: warning: enumeration value 'ENET_PEER_STATE_DISCONNECTED' not handled in switch protocol.c:709: warning: enumeration value 'ENET_PEER_STATE_CONNECTING' not handled in switch protocol.c:709: warning: enumeration value 'ENET_PEER_STATE_CONNECTION_PENDING' not handled in switch protocol.c:709: warning: enumeration value 'ENET_PEER_STATE_CONNECTION_SUCCEEDED' not handled in switch protocol.c:709: warning: enumeration value 'ENET_PEER_STATE_CONNECTED' not handled in switch protocol.c:709: warning: enumeration value 'ENET_PEER_STATE_ACKNOWLEDGING_DISCONNECT' not handled in switch protocol.c:709: warning: enumeration value 'ENET_PEER_STATE_ZOMBIE' not handled in switch ppc-alt-linux-gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"1-8-2008\" -DPACKAGE_STRING=\"libenet\ 1-8-2008\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"1-8-2008\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -I. -Iinclude/ -pipe -Wall -O2 -fsigned-char -fPIC -c unix.c ppc-alt-linux-gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"1-8-2008\" -DPACKAGE_STRING=\"libenet\ 1-8-2008\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"1-8-2008\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -I. -Iinclude/ -pipe -Wall -O2 -fsigned-char -fPIC -c win32.c rm -f libenet.a ar cru libenet.a host.o list.o callbacks.o packet.o peer.o protocol.o unix.o win32.o ranlib libenet.a make[1]: Leaving directory `/usr/src/RPM/BUILD/enet-1.2' make: Leaving directory `/usr/src/RPM/BUILD/enet-1.2' + gcc -shared -Wl,-soname,libenet.so.1 callbacks.o host.o list.o packet.o peer.o protocol.o unix.o win32.o -o libenet.so.1 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.15615 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libenet-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libenet-buildroot + cd enet-1.2 + install -dm 755 /usr/src/tmp/libenet-buildroot/usr/lib + install -m 644 libenet.so.1 /usr/src/tmp/libenet-buildroot/usr/lib + ln -s libenet.so.1 /usr/src/tmp/libenet-buildroot/usr/lib/libenet.so + install -dm 755 /usr/src/tmp/libenet-buildroot/usr/include/enet + install -m 644 include/enet/callbacks.h include/enet/enet.h include/enet/list.h include/enet/protocol.h include/enet/time.h include/enet/types.h include/enet/unix.h include/enet/utility.h include/enet/win32.h /usr/src/tmp/libenet-buildroot/usr/include/enet + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libenet-buildroot (auto) Verifying and fixing files in /usr/src/tmp/libenet-buildroot (binconfig,pkgconfig,libtool) Compressing files in /usr/src/tmp/libenet-buildroot (auto) Adjusting library links in /usr/src/tmp/libenet-buildroot ./usr/lib: libenet.so.1 -> libenet.so.1 Verifying ELF objects in /usr/src/tmp/libenet-buildroot (arch=normal,fhs=normal,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Stripping binaries in /usr/src/tmp/libenet-buildroot (executable,shared) Processing files: libenet-1.2-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.15615 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd enet-1.2 + DOCDIR=/usr/src/tmp/libenet-buildroot/usr/share/doc/libenet-1.2 + export DOCDIR + rm -rf /usr/src/tmp/libenet-buildroot/usr/share/doc/libenet-1.2 + /bin/mkdir -p /usr/src/tmp/libenet-buildroot/usr/share/doc/libenet-1.2 + cp -prL ChangeLog LICENSE README /usr/src/tmp/libenet-buildroot/usr/share/doc/libenet-1.2 + chmod -R go-w /usr/src/tmp/libenet-buildroot/usr/share/doc/libenet-1.2 + chmod -R a+rX /usr/src/tmp/libenet-buildroot/usr/share/doc/libenet-1.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing(Provides): /bin/sh -e /usr/src/tmp/rpm-tmp.15615 + 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.45548 + 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: libenet.so.1 Requires(interp): /sbin/ldconfig, /sbin/ldconfig Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) <= 4.0-1, rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.2), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Processing files: libenet-devel-1.2-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.93865 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd enet-1.2 + DOCDIR=/usr/src/tmp/libenet-buildroot/usr/share/doc/libenet-devel-1.2 + export DOCDIR + rm -rf /usr/src/tmp/libenet-buildroot/usr/share/doc/libenet-devel-1.2 + /bin/mkdir -p /usr/src/tmp/libenet-buildroot/usr/share/doc/libenet-devel-1.2 + cp -prL tutorial.txt design.txt /usr/src/tmp/libenet-buildroot/usr/share/doc/libenet-devel-1.2 + chmod -R go-w /usr/src/tmp/libenet-buildroot/usr/share/doc/libenet-devel-1.2 + chmod -R a+rX /usr/src/tmp/libenet-buildroot/usr/share/doc/libenet-devel-1.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing(Provides): /bin/sh -e /usr/src/tmp/rpm-tmp.93865 + 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.14736 + 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: libenet = 1.2, /usr/lib/libenet.so.1 Finding unpackaged files (using /usr/lib/rpm/check-files) Executing(check-files): /bin/sh -e /usr/src/tmp/rpm-tmp.38089 + 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/libenet-1.2-alt1.src.rpm Wrote: /usr/src/RPM/RPMS/ppc/libenet-1.2-alt1.ppc.rpm Wrote: /usr/src/RPM/RPMS/ppc/libenet-devel-1.2-alt1.ppc.rpm 3.82user 1.86system 0:11.19elapsed 50%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+404050minor)pagefaults 0swaps