<86>Apr 25 23:28:49 userdel[1477]: delete user `rooter' <86>Apr 25 23:28:49 userdel[1477]: remove group `rooter' <86>Apr 25 23:28:49 groupadd[1478]: new group: name=rooter, gid=501 <86>Apr 25 23:28:49 useradd[1479]: new user: name=rooter, uid=501, gid=501, home=/root, shell=/bin/bash <86>Apr 25 23:28:49 userdel[1481]: delete user `builder' <86>Apr 25 23:28:49 userdel[1481]: remove group `builder' <86>Apr 25 23:28:49 groupadd[1482]: new group: name=builder, gid=502 <86>Apr 25 23:28:49 useradd[1483]: new user: name=builder, uid=502, gid=502, home=/usr/src, shell=/bin/bash Installing fprobe-ulog-1.1-alt4.src.rpm Building target platforms: ppc Building for target ppc Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.47959 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf fprobe-ulog-1.1 + echo 'Source #0 (fprobe-ulog-1.1.tar.bz2):' Source #0 (fprobe-ulog-1.1.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/fprobe-ulog-1.1.tar.bz2 + /bin/tar -xf - + cd fprobe-ulog-1.1 + /bin/chmod -c -Rf u+rwX,go-w . Patch #0 (fprobe-ulog-1.1-alt-omit-obsolete-setuser.patch): + echo 'Patch #0 (fprobe-ulog-1.1-alt-omit-obsolete-setuser.patch):' + /usr/bin/patch -p1 patching file src/fprobe-ulog.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.47959 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd fprobe-ulog-1.1 + 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'. 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 --sbindir=/usr/sbin --with-piddir=/ --with-hash=crc16 --enable-messages checking build system type... powerpc-alt-linux-gnu checking host system type... powerpc-alt-linux-gnu checking target system type... powerpc-alt-linux-gnu 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 ANSI C... none needed checking for style of include used by make... GNU checking dependency style of ppc-alt-linux-gcc... none checking for a BSD-compatible install... /bin/install -c checking for ppc-alt-linux-ranlib... no checking for ranlib... ranlib checking for pthread_create in -lpthread... yes 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 for inttypes.h... (cached) yes checking which memory bulk indexing mode to use... "ptr" checking which hash type and size to use... "crc16" checking whether to enable uptime trick... yes checking whether to enable icmp trick... yes checking whether to enable debugging... no checking whether to enable runtime messages... yes checking directory to store pidfiles... "/" configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/libipulog/Makefile config.status: creating config.h config.status: executing depfiles commands + make make: Entering directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1' make all-recursive make[1]: Entering directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1' Making all in src make[2]: Entering directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1/src' Making all in libipulog make[3]: Entering directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1/src/libipulog' ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/libipulog/include -pipe -Wall -O2 -fsigned-char -D_BSD_SOURCE -D_REENTRANT -DWALL -W -Wall -c libipulog.c libipulog.c: In function 'ipulog_netlink_recvfrom': libipulog.c:80: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness libipulog.c:97: warning: comparison between signed and unsigned libipulog.c: In function 'ipulog_read': libipulog.c:192: warning: unused parameter 'timeout' rm -f libipulog.a ar cru libipulog.a libipulog.o ranlib libipulog.a make[3]: Leaving directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1/src/libipulog' make[3]: Entering directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1/src' ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src/libipulog/include -pipe -Wall -O2 -fsigned-char -D_BSD_SOURCE -D_REENTRANT -DWALL -W -Wall -c fprobe-ulog.c fprobe-ulog.c: In function 'cap_thread': fprobe-ulog.c:858: warning: pointer targets in passing argument 2 of 'ipulog_read' differ in signedness fprobe-ulog.c:863: warning: pointer targets in passing argument 2 of 'ipulog_get_packet' differ in signedness fprobe-ulog.c: In function 'main': fprobe-ulog.c:1287: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result fprobe-ulog.c:1288: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result fprobe-ulog.c:1289: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src/libipulog/include -pipe -Wall -O2 -fsigned-char -D_BSD_SOURCE -D_REENTRANT -DWALL -W -Wall -c netflow.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src/libipulog/include -pipe -Wall -O2 -fsigned-char -D_BSD_SOURCE -D_REENTRANT -DWALL -W -Wall -c hash.c hash.c: In function 'hash_init': hash.c:76: warning: ignoring return value of 'fread', declared with attribute warn_unused_result ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src/libipulog/include -pipe -Wall -O2 -fsigned-char -D_BSD_SOURCE -D_REENTRANT -DWALL -W -Wall -c mem.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src/libipulog/include -pipe -Wall -O2 -fsigned-char -D_BSD_SOURCE -D_REENTRANT -DWALL -W -Wall -c my_getopt.c ppc-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src/libipulog/include -pipe -Wall -O2 -fsigned-char -D_BSD_SOURCE -D_REENTRANT -DWALL -W -Wall -c my_log.c ppc-alt-linux-gcc -pipe -Wall -O2 -fsigned-char -D_BSD_SOURCE -D_REENTRANT -DWALL -W -Wall -o fprobe-ulog fprobe-ulog.o netflow.o hash.o mem.o my_getopt.o my_log.o libipulog/libipulog.a -lpthread make[3]: Leaving directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1/src' make[2]: Leaving directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1/src' make[2]: Entering directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1' make[2]: Leaving directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1' make[1]: Leaving directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1' make: Leaving directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.71057 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/fprobe-ulog-buildroot + : + /bin/rm -rf -- /usr/src/tmp/fprobe-ulog-buildroot + cd fprobe-ulog-1.1 + /usr/bin/make 'INSTALL=/bin/install -p' prefix=/usr/src/tmp/fprobe-ulog-buildroot/usr exec_prefix=/usr/src/tmp/fprobe-ulog-buildroot/usr bindir=/usr/src/tmp/fprobe-ulog-buildroot/usr/bin sbindir=/usr/src/tmp/fprobe-ulog-buildroot/usr/sbin sysconfdir=/usr/src/tmp/fprobe-ulog-buildroot/etc datadir=/usr/src/tmp/fprobe-ulog-buildroot/usr/share includedir=/usr/src/tmp/fprobe-ulog-buildroot/usr/include libdir=/usr/src/tmp/fprobe-ulog-buildroot/usr/lib libexecdir=/usr/src/tmp/fprobe-ulog-buildroot/usr/lib localstatedir=/usr/src/tmp/fprobe-ulog-buildroot/var/lib sharedstatedir=/usr/src/tmp/fprobe-ulog-buildroot/usr/com mandir=/usr/src/tmp/fprobe-ulog-buildroot/usr/share/man infodir=/usr/src/tmp/fprobe-ulog-buildroot/usr/share/info install make: Entering directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1' Making install in src make[1]: Entering directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1/src' Making install in libipulog make[2]: Entering directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1/src/libipulog' make[3]: Entering directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1/src/libipulog' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1/src/libipulog' make[2]: Leaving directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1/src/libipulog' make[2]: Entering directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1/src' make[3]: Entering directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1/src' test -z "/usr/src/tmp/fprobe-ulog-buildroot/usr/sbin" || mkdir -p -- "/usr/src/tmp/fprobe-ulog-buildroot/usr/sbin" /bin/install -p 'fprobe-ulog' '/usr/src/tmp/fprobe-ulog-buildroot/usr/sbin/fprobe-ulog' test -z "/usr/src/tmp/fprobe-ulog-buildroot/usr/share/man/man8" || mkdir -p -- "/usr/src/tmp/fprobe-ulog-buildroot/usr/share/man/man8" /bin/install -p -m 644 './fprobe-ulog.8' '/usr/src/tmp/fprobe-ulog-buildroot/usr/share/man/man8/fprobe-ulog.8' make[3]: Leaving directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1/src' make[2]: Leaving directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1/src' make[1]: Leaving directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1/src' make[1]: Entering directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1' make[2]: Entering directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1' make[1]: Leaving directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1' make: Leaving directory `/usr/src/RPM/BUILD/fprobe-ulog-1.1' + mkdir -p /usr/src/tmp/fprobe-ulog-buildroot/etc/rc.d/init.d + install /usr/src/RPM/SOURCES/fprobe-ulog.init /usr/src/tmp/fprobe-ulog-buildroot/etc/rc.d/init.d/fprobe-ulog + mkdir -p /usr/src/tmp/fprobe-ulog-buildroot/etc/sysconfig + install /usr/src/RPM/SOURCES/fprobe-ulog.sysconfig /usr/src/tmp/fprobe-ulog-buildroot/etc/sysconfig/fprobe-ulog + mkdir -p /usr/src/tmp/fprobe-ulog-buildroot/var/lib/fprobe-ulog + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/fprobe-ulog-buildroot (auto) Verifying and fixing files in /usr/src/tmp/fprobe-ulog-buildroot (binconfig,pkgconfig,libtool) Compressing files in /usr/src/tmp/fprobe-ulog-buildroot (auto) Adjusting library links in /usr/src/tmp/fprobe-ulog-buildroot ./var/lib: Verifying ELF objects in /usr/src/tmp/fprobe-ulog-buildroot (arch=normal,fhs=normal,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Stripping binaries in /usr/src/tmp/fprobe-ulog-buildroot (executable,shared) Processing files: fprobe-ulog-1.1-alt4 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.71057 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd fprobe-ulog-1.1 + DOCDIR=/usr/src/tmp/fprobe-ulog-buildroot/usr/share/doc/fprobe-ulog-1.1 + export DOCDIR + rm -rf /usr/src/tmp/fprobe-ulog-buildroot/usr/share/doc/fprobe-ulog-1.1 + /bin/mkdir -p /usr/src/tmp/fprobe-ulog-buildroot/usr/share/doc/fprobe-ulog-1.1 + cp -prL AUTHORS ChangeLog NEWS README COPYING TODO /usr/src/tmp/fprobe-ulog-buildroot/usr/share/doc/fprobe-ulog-1.1 + chmod -R go-w /usr/src/tmp/fprobe-ulog-buildroot/usr/share/doc/fprobe-ulog-1.1 + chmod -R a+rX /usr/src/tmp/fprobe-ulog-buildroot/usr/share/doc/fprobe-ulog-1.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing(Provides): /bin/sh -e /usr/src/tmp/rpm-tmp.71057 + 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(pre) (using /usr/lib/rpm/find-scriptlet-requires) Executing(Requires(pre)): /bin/sh -e /usr/src/tmp/rpm-tmp.77714 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/find-scriptlet-requires /usr/src/tmp/fprobe-ulog-buildroot/.pre:fprobe-ulog + exit 0 Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing(Requires(post)): /bin/sh -e /usr/src/tmp/rpm-tmp.96587 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/find-scriptlet-requires /usr/src/tmp/fprobe-ulog-buildroot/.post:fprobe-ulog + exit 0 Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing(Requires(preun)): /bin/sh -e /usr/src/tmp/rpm-tmp.44408 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/find-scriptlet-requires /usr/src/tmp/fprobe-ulog-buildroot/.preun:fprobe-ulog + exit 0 Finding Requires (using /usr/lib/rpm/find-requires) Executing(Requires): /bin/sh -e /usr/src/tmp/rpm-tmp.22659 + 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 PreReq: shadow-utils Requires(interp): /bin/sh, /bin/sh, /bin/sh Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) <= 4.0-1, rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(pre): /bin/sh, /usr/sbin/useradd Requires(post): /bin/sh, /usr/sbin/post_service Requires(preun): /bin/sh, /usr/sbin/preun_service Requires: /etc/rc.d/init.d(SourceIfNotEmpty), /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib/ld.so.1, coreutils, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libpthread.so.0(GLIBC_2.0), libpthread.so.0(GLIBC_2.1), libpthread.so.0(GLIBC_2.3.2), rtld(GNU_HASH) Finding unpackaged files (using /usr/lib/rpm/check-files) Executing(check-files): /bin/sh -e /usr/src/tmp/rpm-tmp.98644 + 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/fprobe-ulog-1.1-alt4.src.rpm Wrote: /usr/src/RPM/RPMS/ppc/fprobe-ulog-1.1-alt4.ppc.rpm 4.32user 2.92system 0:12.92elapsed 56%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+643783minor)pagefaults 0swaps