<86>Apr 27 14:31:45 userdel[7727]: delete user `rooter' <86>Apr 27 14:31:45 userdel[7727]: remove group `rooter' <86>Apr 27 14:31:45 groupadd[7728]: new group: name=rooter, gid=501 <86>Apr 27 14:31:45 useradd[7729]: new user: name=rooter, uid=501, gid=501, home=/root, shell=/bin/bash <86>Apr 27 14:31:45 userdel[7731]: delete user `builder' <86>Apr 27 14:31:45 userdel[7731]: remove group `builder' <86>Apr 27 14:31:45 groupadd[7732]: new group: name=builder, gid=502 <86>Apr 27 14:31:45 useradd[7733]: new user: name=builder, uid=502, gid=502, home=/usr/src, shell=/bin/bash Installing pathload-1.3.2-alt1.src.rpm Building target platforms: ppc Building for target ppc Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.5188 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf pathload_1.3.2 + echo 'Source #0 (pathload.tar.gz):' Source #0 (pathload.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/pathload.tar.gz + /bin/tar -xf - + cd pathload_1.3.2 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.5188 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pathload_1.3.2 + 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 ']' + ./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 gcc... gcc checking whether the C compiler (gcc -pipe -Wall -O2 -fsigned-char ) works... yes checking whether the C compiler (gcc -pipe -Wall -O2 -fsigned-char ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking host system type... powerpc-alt-linux-gnu checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for cc_r... gcc checking for main in -lm... yes checking for main in -lposix4... no checking for socket in -lsocket... no checking for gethostbyname in -lnsl... yes checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for fcntl.h... yes checking for strings.h... yes checking for sys/time.h... yes checking for unistd.h... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking size of int... 4 checking size of long... 4 checking for strftime... yes checking for gethostname... yes checking for gettimeofday... yes checking for socket... yes creating ./config.status creating makefile + make make: Entering directory `/usr/src/RPM/BUILD/pathload_1.3.2' gcc -pipe -Wall -O2 -fsigned-char -pthread -DHAVE_PTHREAD=1 -DHAVE_LIBM=1 -DHAVE_LIBNSL=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_STRFTIME=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SOCKET=1 -DTHRLIB -c -o pathload_snd.o pathload_snd.c pathload_snd.c: In function 'main': pathload_snd.c:153: warning: pointer targets in passing argument 3 of 'accept' differ in signedness pathload_snd.c:187: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness gcc -pipe -Wall -O2 -fsigned-char -pthread -DHAVE_PTHREAD=1 -DHAVE_LIBM=1 -DHAVE_LIBNSL=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_STRFTIME=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SOCKET=1 -DTHRLIB -c -o pathload_snd_func.o pathload_snd_func.c pathload_snd_func.c: In function 'send_latency': pathload_snd_func.c:304: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness gcc pathload_snd.o pathload_snd_func.o -o pathload_snd -lnsl -lm -pipe -Wall -O2 -fsigned-char -pthread -DHAVE_PTHREAD=1 -DHAVE_LIBM=1 -DHAVE_LIBNSL=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_STRFTIME=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SOCKET=1 -DTHRLIB gcc -pipe -Wall -O2 -fsigned-char -pthread -DHAVE_PTHREAD=1 -DHAVE_LIBM=1 -DHAVE_LIBNSL=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_STRFTIME=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SOCKET=1 -DTHRLIB -c -o pathload_rcv.o pathload_rcv.c pathload_rcv.c:38: warning: first argument of 'main' should be 'int' pathload_rcv.c: In function 'main': pathload_rcv.c:185: warning: format '%d' expects type 'int', but argument 3 has type 'l_int32' gcc -pipe -Wall -O2 -fsigned-char -pthread -DHAVE_PTHREAD=1 -DHAVE_LIBM=1 -DHAVE_LIBNSL=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_STRFTIME=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SOCKET=1 -DTHRLIB -c -o pathload_rcv_func.o pathload_rcv_func.c pathload_rcv_func.c: In function 'recv_train': pathload_rcv_func.c:187: warning: unused variable 'ctr_buff' pathload_rcv_func.c:181: warning: unused variable 'ret_val' pathload_rcv_func.c:180: warning: unused variable 'readset' pathload_rcv_func.c:179: warning: unused variable 'select_tv' pathload_rcv_func.c: In function 'recv_fleet': pathload_rcv_func.c:619: warning: format '%d' expects type 'int', but argument 3 has type 'l_int32' pathload_rcv_func.c:362: warning: unused variable 'ret_val' pathload_rcv_func.c:361: warning: unused variable 'readset' pathload_rcv_func.c:360: warning: unused variable 'select_tv' pathload_rcv_func.c:359: warning: unused variable 'p' pathload_rcv_func.c: In function 'print_contextswitch_info': pathload_rcv_func.c:642: warning: format '%2d' expects type 'int', but argument 3 has type 'l_int32' pathload_rcv_func.c:643: warning: format '%2d' expects type 'int', but argument 4 has type 'l_int32' pathload_rcv_func.c:652: warning: format '%2d' expects type 'int', but argument 3 has type 'l_int32' pathload_rcv_func.c:653: warning: format '%2d' expects type 'int', but argument 4 has type 'l_int32' pathload_rcv_func.c:663: warning: format '%2d' expects type 'int', but argument 3 has type 'l_int32' pathload_rcv_func.c:664: warning: format '%2d' expects type 'int', but argument 4 has type 'l_int32' pathload_rcv_func.c: In function 'aggregate_trend_result': pathload_rcv_func.c:1416: warning: format '%2d' expects type 'int', but argument 3 has type 'l_int32' pathload_rcv_func.c:1417: warning: format '%2d' expects type 'int', but argument 4 has type 'l_int32' pathload_rcv_func.c:1428: warning: format '%2d' expects type 'int', but argument 3 has type 'l_int32' pathload_rcv_func.c:1429: warning: format '%2d' expects type 'int', but argument 4 has type 'l_int32' pathload_rcv_func.c:1440: warning: format '%2d' expects type 'int', but argument 3 has type 'l_int32' pathload_rcv_func.c:1441: warning: format '%2d' expects type 'int', but argument 4 has type 'l_int32' pathload_rcv_func.c:1444: warning: format '%2d' expects type 'int', but argument 3 has type 'l_int32' pathload_rcv_func.c:1445: warning: format '%2d' expects type 'int', but argument 4 has type 'l_int32' pathload_rcv_func.c:1449: warning: format '%2d' expects type 'int', but argument 3 has type 'l_int32' pathload_rcv_func.c:1450: warning: format '%2d' expects type 'int', but argument 4 has type 'l_int32' pathload_rcv_func.c: In function 'print_time': pathload_rcv_func.c:1785: warning: format '%1d' expects type 'int', but argument 4 has type 'l_int32' pathload_rcv_func.c:1788: warning: format '%2d' expects type 'int', but argument 4 has type 'l_int32' gcc pathload_rcv.o pathload_rcv_func.o -o pathload_rcv -lnsl -lm -pipe -Wall -O2 -fsigned-char -pthread -DHAVE_PTHREAD=1 -DHAVE_LIBM=1 -DHAVE_LIBNSL=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_STRFTIME=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SOCKET=1 -DTHRLIB rm -f pathload_snd.o pathload_snd_func.o pathload_rcv.o pathload_rcv_func.o config.cache config.log config.status make: Leaving directory `/usr/src/RPM/BUILD/pathload_1.3.2' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.31779 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/pathload-buildroot + : + /bin/rm -rf -- /usr/src/tmp/pathload-buildroot + cd pathload_1.3.2 + /bin/mkdir -p /usr/src/tmp/pathload-buildroot//usr/sbin + /bin/install pathload_rcv /usr/src/tmp/pathload-buildroot//usr/sbin/ + /bin/install pathload_snd /usr/src/tmp/pathload-buildroot//usr/sbin/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/pathload-buildroot (auto) Verifying and fixing files in /usr/src/tmp/pathload-buildroot (binconfig,pkgconfig,libtool) Compressing files in /usr/src/tmp/pathload-buildroot (auto) Verifying ELF objects in /usr/src/tmp/pathload-buildroot (arch=normal,fhs=normal,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Stripping binaries in /usr/src/tmp/pathload-buildroot (executable,shared) Processing files: pathload-1.3.2-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.31779 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pathload_1.3.2 + DOCDIR=/usr/src/tmp/pathload-buildroot/usr/share/doc/pathload-1.3.2 + export DOCDIR + rm -rf /usr/src/tmp/pathload-buildroot/usr/share/doc/pathload-1.3.2 + /bin/mkdir -p /usr/src/tmp/pathload-buildroot/usr/share/doc/pathload-1.3.2 + cp -prL README COPYING CHANGES /usr/src/tmp/pathload-buildroot/usr/share/doc/pathload-1.3.2 + chmod -R go-w /usr/src/tmp/pathload-buildroot/usr/share/doc/pathload-1.3.2 + chmod -R a+rX /usr/src/tmp/pathload-buildroot/usr/share/doc/pathload-1.3.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing(Provides): /bin/sh -e /usr/src/tmp/rpm-tmp.31779 + 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.99959 + 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.3.4), libc.so.6(GLIBC_2.4), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.1), libpthread.so.0(GLIBC_2.0), libpthread.so.0(GLIBC_2.1), rtld(GNU_HASH) Finding unpackaged files (using /usr/lib/rpm/check-files) Executing(check-files): /bin/sh -e /usr/src/tmp/rpm-tmp.7419 + 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/pathload-1.3.2-alt1.src.rpm Wrote: /usr/src/RPM/RPMS/ppc/pathload-1.3.2-alt1.ppc.rpm 4.81user 1.61system 0:09.27elapsed 69%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+346474minor)pagefaults 0swaps