<86>Jan 31 01:27:19 userdel[4028655]: delete user 'rooter' <86>Jan 31 01:27:19 userdel[4028655]: removed group 'rooter' owned by 'rooter' <86>Jan 31 01:27:19 userdel[4028655]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 31 01:27:19 groupadd[4028672]: group added to /etc/group: name=rooter, GID=654 <86>Jan 31 01:27:19 groupadd[4028672]: group added to /etc/gshadow: name=rooter <86>Jan 31 01:27:19 groupadd[4028672]: new group: name=rooter, GID=654 <86>Jan 31 01:27:19 useradd[4028684]: new user: name=rooter, UID=654, GID=654, home=/root, shell=/bin/bash <86>Jan 31 01:27:19 userdel[4028704]: delete user 'builder' <86>Jan 31 01:27:19 userdel[4028704]: removed group 'builder' owned by 'builder' <86>Jan 31 01:27:19 userdel[4028704]: removed shadow group 'builder' owned by 'builder' <86>Jan 31 01:27:19 groupadd[4028721]: group added to /etc/group: name=builder, GID=655 <86>Jan 31 01:27:19 groupadd[4028721]: group added to /etc/gshadow: name=builder <86>Jan 31 01:27:19 groupadd[4028721]: new group: name=builder, GID=655 <86>Jan 31 01:27:19 useradd[4028731]: new user: name=builder, UID=655, GID=655, home=/usr/src, shell=/bin/bash Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/pathload-1.3.2-alt1.qa1.nosrc.rpm 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.58249 + 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.58249 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pathload_1.3.2 + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export FCFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -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 -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + sort -u + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + ./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 --disable-silent-rules --without-included-gettext checking for gcc... gcc checking whether the C compiler (gcc -pipe -frecord-gcc-switches -Wall -g -O2 ) works... yes checking whether the C compiler (gcc -pipe -frecord-gcc-switches -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... no 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 -frecord-gcc-switches -Wall -g -O2 -pthread -DHAVE_PTHREAD=1 -DHAVE_LIBM=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, from pathload_snd.c:29: /usr/include/sys/socket.h:232: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, from pathload_snd.c:29: /usr/include/sys/socket.h:208: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:49: 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); ~~^ ~~~~~~~~~~ %d gcc -pipe -frecord-gcc-switches -Wall -g -O2 -pthread -DHAVE_PTHREAD=1 -DHAVE_LIBM=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:53: 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); ~~^ ~~~~~~~~~~ %d pathload_snd_func.c:69:29: 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); ~~^ ~~~~~~~~ %d 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:55: 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); ~~^ ~~~~~~~~~~ %d 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, from pathload_snd_func.c:33: /usr/include/sys/socket.h:116: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:53: 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); ~~^ ~~~~~~~~~~ %d gcc pathload_snd.o pathload_snd_func.o -o pathload_snd -lm -pipe -frecord-gcc-switches -Wall -g -O2 -pthread -DHAVE_PTHREAD=1 -DHAVE_LIBM=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 -frecord-gcc-switches -Wall -g -O2 -pthread -DHAVE_PTHREAD=1 -DHAVE_LIBM=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:49: 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); ~~^ ~~~~~~~~~~ %d pathload_rcv.c:276:60: 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); ~~^ ~~~~~~~~~~ %d pathload_rcv.c:281:49: 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); ~~^ ~~~~~~~~~~~ %d pathload_rcv.c:282:49: 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); ~~^ ~~~~~~~~~~~ %d pathload_rcv.c:284:60: 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); ~~^ ~~~~~~~~~~~ %d pathload_rcv.c:285:60: 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); ~~^ ~~~~~~~~~~~ %d pathload_rcv.c:291:49: 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 ); ~~^ ~~~~~~~~~~~~~~~~~ %d pathload_rcv.c:292:60: 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 ); ~~^ ~~~~~~~~~~~~~~~~~ %d gcc -pipe -frecord-gcc-switches -Wall -g -O2 -pthread -DHAVE_PTHREAD=1 -DHAVE_LIBM=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:40: 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); ~~^ ~~~~~~~~~~ %d 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:40: 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); ~~^ ~~~~~~~~~~ %d 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:40: 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); ~~^ ~~~~~~~~~~ %d pathload_rcv_func.c:372:31: 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); ~~^ ~~~~~~~~~~~~ %d pathload_rcv_func.c:375:33: 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); ~~^ ~~~~~~~~~~~~ %d 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, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ T=%ldusec\n",tr, cur_pkt_sz , stream_len,time_interval) ; ~~~~~~~~~~~~ ~~~~~~~~~~ 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:44: 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); ~~^ ~~~~~~~~~~~~ %d 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, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ K=%ldpackets, T=%ldusec\n",tr, cur_pkt_sz , stream_len,time_interval); ~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 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_pdt_trend': pathload_rcv_func.c:1373:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (Verbose) ^~ pathload_rcv_func.c:1375:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' fprintf(pathload_fp,"d"); ^~~~~~~ pathload_rcv_func.c:1380:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (Verbose) ^~ pathload_rcv_func.c:1382:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' fprintf(pathload_fp,"I"); ^~~~~~~ pathload_rcv_func.c:1387:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (Verbose) ^~ pathload_rcv_func.c:1389:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' fprintf(pathload_fp,"N"); ^~~~~~~ pathload_rcv_func.c:1394:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (Verbose) ^~ pathload_rcv_func.c:1396:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' fprintf(pathload_fp,"U"); ^~~~~~~ pathload_rcv_func.c: In function 'get_sending_rate': pathload_rcv_func.c:1602:56: 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); ~~^ ~~~~~~~~~~ %d pathload_rcv_func.c:1602:64: warning: format '%ld' expects argument of type 'long int', but argument 4 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); ~~^ ~~~~~~~~~~ %d pathload_rcv_func.c:1602:78: warning: format '%ld' expects argument of type 'long int', but argument 5 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); ~~^ ~~~~~~~~~~~~~ %d pathload_rcv_func.c:1603:67: 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); ~~^ ~~~~~~~~~~ %d pathload_rcv_func.c:1603:75: warning: format '%ld' expects argument of type 'long int', but argument 5 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); ~~^ ~~~~~~~~~~ %d pathload_rcv_func.c:1603:89: warning: format '%ld' expects argument of type 'long int', but argument 6 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); ~~^ ~~~~~~~~~~~~~ %d 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 -lm -pipe -frecord-gcc-switches -Wall -g -O2 -pthread -DHAVE_PTHREAD=1 -DHAVE_LIBM=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.1316 + 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) Checking contents of files in /usr/src/tmp/pathload-buildroot/ (default) 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.62346 + 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.RFzaxz find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dKR7QP find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) 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.HIgah9 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.x4znNv find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Vp4eqV 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 3.53user 1.07system 0:08.72elapsed 52%CPU (0avgtext+0avgdata 46732maxresident)k 0inputs+0outputs (0major+419025minor)pagefaults 0swaps 4.70user 2.98system 0:11.54elapsed 66%CPU (0avgtext+0avgdata 46732maxresident)k 0inputs+0outputs (0major+606478minor)pagefaults 0swaps