<86>Apr 14 00:45:21 userdel[49242]: delete user 'rooter' <86>Apr 14 00:45:21 groupadd[49300]: group added to /etc/group: name=rooter, GID=567 <86>Apr 14 00:45:21 groupadd[49300]: group added to /etc/gshadow: name=rooter <86>Apr 14 00:45:21 groupadd[49300]: new group: name=rooter, GID=567 <86>Apr 14 00:45:21 useradd[49342]: new user: name=rooter, UID=567, GID=567, home=/root, shell=/bin/bash <86>Apr 14 00:45:21 userdel[49373]: delete user 'builder' <86>Apr 14 00:45:21 userdel[49373]: removed group 'builder' owned by 'builder' <86>Apr 14 00:45:21 userdel[49373]: removed shadow group 'builder' owned by 'builder' <86>Apr 14 00:45:21 groupadd[49401]: group added to /etc/group: name=builder, GID=568 <86>Apr 14 00:45:21 groupadd[49401]: group added to /etc/gshadow: name=builder <86>Apr 14 00:45:21 groupadd[49401]: new group: name=builder, GID=568 <86>Apr 14 00:45:21 useradd[49439]: new user: name=builder, UID=568, GID=568, home=/usr/src, shell=/bin/bash Installing pathload-1.3.2-alt1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.9694 + 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.9694 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pathload_1.3.2 + CFLAGS='-pipe -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -Wall -g -O2' + export FFLAGS + '[' -n '' ']' ++ printf %s '-pipe -Wall -g -O2' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --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 -g -O2 ) works... yes checking whether the C compiler (gcc -pipe -Wall -g -O2 ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking host system type... x86_64-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... 8 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 -g -O2 -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=8 -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:66: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] ctr_strm = accept(sock_tcp, (struct sockaddr*)&rcv_tcp_addr, &rcv_tcp_adrlen); ^ In file included from pathload_gbls.h:48:0, from pathload_snd.c:29: /usr/include/sys/socket.h:243:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int accept (int __fd, __SOCKADDR_ARG __addr, ^ pathload_snd.c:187:68: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] if (getsockopt(ctr_strm, IPPROTO_TCP, TCP_MAXSEG, (char*)&mss, &opt_len)<0) ^ In file included from pathload_gbls.h:48:0, from pathload_snd.c:29: /usr/include/sys/socket.h:219:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockopt (int __fd, int __level, int __optname, ^ pathload_snd.c:204:14: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'l_int32 {aka int}' [-Wformat=] printf("Maximum packet size :: %ld bytes\n",max_pkt_sz); ^ gcc -pipe -Wall -g -O2 -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=8 -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_fleet': pathload_snd_func.c:62:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'l_int32 {aka int}' [-Wformat=] printf("ERROR : send_fleet : unable to malloc %ld bytes \n",cur_pkt_sz); ^ pathload_snd_func.c:69:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'l_int32 {aka int}' [-Wformat=] printf("Sending fleet %ld ",fleet_id); ^ pathload_snd_func.c:46:11: warning: variable 'pkt_id' set but not used [-Wunused-but-set-variable] l_int32 pkt_id ; ^ pathload_snd_func.c: In function 'send_latency': pathload_snd_func.c:285:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'l_int32 {aka int}' [-Wformat=] printf("ERROR : send_latency : unable to malloc %ld bytes \n",max_pkt_sz); ^ pathload_snd_func.c:304:63: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] if (getsockname(sock_udp, (struct sockaddr *)&rcv_udp_addr, &len ) < 0 ) ^ In file included from pathload_gbls.h:48:0, from pathload_snd_func.c:33: /usr/include/sys/socket.h:127:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockname (int __fd, __SOCKADDR_ARG __addr, ^ pathload_snd_func.c: In function 'send_train': pathload_snd_func.c:345:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'l_int32 {aka int}' [-Wformat=] printf("ERROR : send_train : unable to malloc %ld bytes \n",max_pkt_sz); ^ gcc pathload_snd.o pathload_snd_func.o -o pathload_snd -lnsl -lm -pipe -Wall -g -O2 -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=8 -DHAVE_STRFTIME=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SOCKET=1 -DTHRLIB gcc -pipe -Wall -g -O2 -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=8 -DHAVE_STRFTIME=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SOCKET=1 -DTHRLIB -c -o pathload_rcv.o pathload_rcv.c pathload_rcv.c: In function 'main': pathload_rcv.c:275:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'l_int32 {aka int}' [-Wformat=] printf(" Maximum packet size :: %ld bytes\n",max_pkt_sz); ^ pathload_rcv.c:276:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'l_int32 {aka int}' [-Wformat=] fprintf(pathload_fp," Maximum packet size :: %ld bytes\n",max_pkt_sz); ^ pathload_rcv.c:281:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'l_uint32 {aka unsigned int}' [-Wformat=] printf(" send latency @sndr :: %ld usec\n",snd_latency); ^ pathload_rcv.c:282:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'l_uint32 {aka unsigned int}' [-Wformat=] printf(" recv latency @rcvr :: %ld usec\n",rcv_latency); ^ pathload_rcv.c:284:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'l_uint32 {aka unsigned int}' [-Wformat=] fprintf(pathload_fp," send latency @sndr :: %ld usec\n",snd_latency); ^ pathload_rcv.c:285:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'l_uint32 {aka unsigned int}' [-Wformat=] fprintf(pathload_fp," recv latency @rcvr :: %ld usec\n",rcv_latency); ^ pathload_rcv.c:291:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'l_uint32 {aka unsigned int}' [-Wformat=] printf(" Minimum packet spacing :: %ld usec\n",min_time_interval ); ^ pathload_rcv.c:292:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'l_uint32 {aka unsigned int}' [-Wformat=] fprintf(pathload_fp," Minimum packet spacing :: %ld usec\n",min_time_interval ); ^ gcc -pipe -Wall -g -O2 -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=8 -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 'recvfrom_latency': pathload_rcv_func.c:45:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'l_int32 {aka int}' [-Wformat=] printf("ERROR : unable to malloc %ld bytes \n",max_pkt_sz); ^ pathload_rcv_func.c: In function 'get_adr': pathload_rcv_func.c:81:11: warning: variable 'ctr_msg_rcvd' set but not used [-Wunused-but-set-variable] l_int32 ctr_msg_rcvd ; ^ pathload_rcv_func.c: In function 'recv_train': pathload_rcv_func.c:197:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'l_int32 {aka int}' [-Wformat=] printf("ERROR : unable to malloc %ld bytes \n",max_pkt_sz); ^ pathload_rcv_func.c:187:8: warning: unused variable 'ctr_buff' [-Wunused-variable] char ctr_buff[8]; ^ pathload_rcv_func.c:181:11: warning: unused variable 'ret_val' [-Wunused-variable] l_int32 ret_val ; ^ pathload_rcv_func.c:180:10: warning: unused variable 'readset' [-Wunused-variable] fd_set readset; ^ pathload_rcv_func.c:179:18: warning: unused variable 'select_tv' [-Wunused-variable] struct timeval select_tv; ^ pathload_rcv_func.c: In function 'recv_fleet': pathload_rcv_func.c:366:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'l_int32 {aka int}' [-Wformat=] printf("ERROR : unable to malloc %ld bytes \n",cur_pkt_sz); ^ pathload_rcv_func.c:372:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'l_int32 {aka int}' [-Wformat=] printf("Receiving Fleet %ld, Rate %.2fMbps\n",exp_fleet_id,tr); ^ pathload_rcv_func.c:375:12: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'l_int32 {aka int}' [-Wformat=] printf("\nReceiving Fleet %ld\n",exp_fleet_id); ^ pathload_rcv_func.c:376:12: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'l_int32 {aka int}' [-Wformat=] printf(" Fleet Parameter(req) :: R=%.2fMbps, L=%ldB, K=%ldpackets, \ ^ pathload_rcv_func.c:376:12: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'l_int32 {aka int}' [-Wformat=] pathload_rcv_func.c:376:12: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'l_int32 {aka int}' [-Wformat=] pathload_rcv_func.c:379:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'l_int32 {aka int}' [-Wformat=] fprintf(pathload_fp,"\nReceiving Fleet %ld\n",exp_fleet_id); ^ pathload_rcv_func.c:380:23: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'l_int32 {aka int}' [-Wformat=] fprintf(pathload_fp," Fleet Parameter(req) :: R=%.2fMbps, L=%ldB, \ ^ pathload_rcv_func.c:380:23: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'l_int32 {aka int}' [-Wformat=] pathload_rcv_func.c:380:23: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'l_int32 {aka int}' [-Wformat=] pathload_rcv_func.c:362:11: warning: unused variable 'ret_val' [-Wunused-variable] l_int32 ret_val ; ^ pathload_rcv_func.c:361:10: warning: unused variable 'readset' [-Wunused-variable] fd_set readset; ^ pathload_rcv_func.c:360:18: warning: unused variable 'select_tv' [-Wunused-variable] struct timeval select_tv; ^ pathload_rcv_func.c:359:11: warning: unused variable 'p' [-Wunused-variable] l_int32 p=0; ^ pathload_rcv_func.c:342:11: warning: variable 'finished_stream' set but not used [-Wunused-but-set-variable] l_int32 finished_stream = 0 ; ^ pathload_rcv_func.c: In function 'eliminate_b2b_pkt_ic': pathload_rcv_func.c:1274:11: warning: variable 'b2b_pkt' set but not used [-Wunused-but-set-variable] l_int32 b2b_pkt[MAX_STREAM_LEN] ; ^ pathload_rcv_func.c: In function 'get_sending_rate': pathload_rcv_func.c:1602:12: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'l_int32 {aka int}' [-Wformat=] printf(" Fleet Parameter(act) :: R=%.2fMbps, L=%ldB, K=%ldpackets, T=%ldusec\n",cur_actual_rate, cur_pkt_sz , stream_len,time_interval); ^ pathload_rcv_func.c:1602:12: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'l_int32 {aka int}' [-Wformat=] pathload_rcv_func.c:1602:12: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'l_int32 {aka int}' [-Wformat=] pathload_rcv_func.c:1603:23: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'l_int32 {aka int}' [-Wformat=] fprintf(pathload_fp," Fleet Parameter(act) :: R=%.2fMbps, L=%ldB, K=%ldpackets, T=%ldusec\n",cur_actual_rate,cur_pkt_sz,stream_len,time_interval); ^ pathload_rcv_func.c:1603:23: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'l_int32 {aka int}' [-Wformat=] pathload_rcv_func.c:1603:23: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'l_int32 {aka int}' [-Wformat=] pathload_rcv_func.c: In function 'recv_train': pathload_rcv_func.c:272:21: warning: 'pack_id' may be used uninitialized in this function [-Wmaybe-uninitialized] gettimeofday(&time[pack_id+1], NULL); ^ gcc pathload_rcv.o pathload_rcv_func.o -o pathload_rcv -lnsl -lm -pipe -Wall -g -O2 -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=8 -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.79077 + 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,desktop) Compressing files in /usr/src/tmp/pathload-buildroot (auto) Verifying ELF objects in /usr/src/tmp/pathload-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: pathload-1.3.2-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.79077 + 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: /bin/sh -e /usr/src/tmp/rpm-tmp.lxTd0f find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hslWRh find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libpthread.so.0(GLIBC_2.2.5)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RRcHLm Creating pathload-debuginfo package Processing files: pathload-debuginfo-1.3.2-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.v5myCu find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7vMXkF find-requires: running scripts (debuginfo) Requires: pathload = 1.3.2-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libm.so.6), debug64(libpthread.so.0) Wrote: /usr/src/RPM/RPMS/x86_64/pathload-1.3.2-alt1.qa1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/pathload-debuginfo-1.3.2-alt1.qa1.x86_64.rpm 5.40user 1.61system 0:13.85elapsed 50%CPU (0avgtext+0avgdata 40944maxresident)k 0inputs+0outputs (0major+341601minor)pagefaults 0swaps 7.18user 4.41system 0:19.09elapsed 60%CPU (0avgtext+0avgdata 40944maxresident)k 0inputs+0outputs (0major+488311minor)pagefaults 0swaps