<86>Sep 29 11:15:58 userdel[168352]: delete user 'rooter' <86>Sep 29 11:15:58 userdel[168352]: removed group 'rooter' owned by 'rooter' <86>Sep 29 11:15:58 userdel[168352]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 29 11:15:58 groupadd[168382]: group added to /etc/group: name=rooter, GID=1805 <86>Sep 29 11:15:58 groupadd[168382]: group added to /etc/gshadow: name=rooter <86>Sep 29 11:15:58 groupadd[168382]: new group: name=rooter, GID=1805 <86>Sep 29 11:15:58 useradd[168404]: new user: name=rooter, UID=1805, GID=1805, home=/root, shell=/bin/bash <86>Sep 29 11:15:58 userdel[168428]: delete user 'builder' <86>Sep 29 11:15:58 userdel[168428]: removed group 'builder' owned by 'builder' <86>Sep 29 11:15:58 userdel[168428]: removed shadow group 'builder' owned by 'builder' <86>Sep 29 11:15:58 groupadd[168458]: group added to /etc/group: name=builder, GID=1806 <86>Sep 29 11:15:58 groupadd[168458]: group added to /etc/gshadow: name=builder <86>Sep 29 11:15:58 groupadd[168458]: new group: name=builder, GID=1806 <86>Sep 29 11:15:58 useradd[168471]: new user: name=builder, UID=1806, GID=1806, 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 (w1.gzdio) 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.69130 + 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.98871 + 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 find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + xargs -ri dirname -- '{}' + 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 --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.27355 + 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 + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + 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,gnuconfig) 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.27355 + 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.YNugu0 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.53ZgVY 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.aVJWQ0 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.xVhSh6 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.S86Gdf 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 (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/pathload-debuginfo-1.3.2-alt1.qa1.x86_64.rpm (w2.lzdio) 2.36user 2.65system 0:08.57elapsed 58%CPU (0avgtext+0avgdata 46720maxresident)k 0inputs+0outputs (0major+428931minor)pagefaults 0swaps 0.50user 1.61system 0:13.18elapsed 16%CPU (0avgtext+0avgdata 12104maxresident)k 0inputs+0outputs (0major+97697minor)pagefaults 0swaps --- pathload-1.3.2-alt1.qa1.x86_64.rpm.repo 2013-04-17 15:13:48.000000000 +0000 +++ pathload-1.3.2-alt1.qa1.x86_64.rpm.hasher 2024-09-29 11:16:08.739039509 +0000 @@ -16,4 +16,4 @@ Provides: pathload = 1.3.2-alt1.qa1 -File: /usr/sbin/pathload_rcv 100755 root:root e0e1215f2f79813bfcc9bc2323bddd0b -File: /usr/sbin/pathload_snd 100755 root:root 8b14cc9f5cfc6d5a71e5c73071519592 +File: /usr/sbin/pathload_rcv 100755 root:root c728088021883662a3ce17031ec5fcca +File: /usr/sbin/pathload_snd 100755 root:root 83a5b268da0a9294ac97c14644f8050c File: /usr/share/doc/pathload-1.3.2 40755 root:root @@ -22,2 +22,2 @@ File: /usr/share/doc/pathload-1.3.2/README 100644 root:root c0b58ec0819f34b57e4465538f9c04ed -RPMIdentity: ce5015ef3281788ebb607c543855827427ebc69501e0a3c5b41e888e0cbbb51db43bc24a9f2bc45e7fbce18d7c1a16c99f8e2d69c6ab6d951bd50573aa659237 +RPMIdentity: 5bffdba04b639e00f074b7a051461831bc32708eae1aafcf8b6931e3388b6f09a5671a8b74a5dc93a478da50853a627c9a3061da6cae0531908240b767c4f6c3 --- pathload-debuginfo-1.3.2-alt1.qa1.x86_64.rpm.repo 2013-04-17 15:13:48.000000000 +0000 +++ pathload-debuginfo-1.3.2-alt1.qa1.x86_64.rpm.hasher 2024-09-29 11:16:08.832040984 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/b2 40755 root:root -/usr/lib/debug/.build-id/b2/c6712833c62c58812e220d209368d53a8cb33b 120777 root:root ../../../../sbin/pathload_rcv -/usr/lib/debug/.build-id/b2/c6712833c62c58812e220d209368d53a8cb33b.debug 120777 root:root ../../usr/sbin/pathload_rcv.debug -/usr/lib/debug/.build-id/ce 40755 root:root -/usr/lib/debug/.build-id/ce/9ff5b9db7bd5d07b42605bfbd8bef96f82b8ef 120777 root:root ../../../../sbin/pathload_snd -/usr/lib/debug/.build-id/ce/9ff5b9db7bd5d07b42605bfbd8bef96f82b8ef.debug 120777 root:root ../../usr/sbin/pathload_snd.debug +/usr/lib/debug/.build-id/18 40755 root:root +/usr/lib/debug/.build-id/18/6ade561e96b9a3bdbdd79ba4166c710043adae 120777 root:root ../../../../sbin/pathload_rcv +/usr/lib/debug/.build-id/18/6ade561e96b9a3bdbdd79ba4166c710043adae.debug 120777 root:root ../../usr/sbin/pathload_rcv.debug +/usr/lib/debug/.build-id/c9 40755 root:root +/usr/lib/debug/.build-id/c9/25ee5cf638061b5c895c9e643fa26679077a92 120777 root:root ../../../../sbin/pathload_snd +/usr/lib/debug/.build-id/c9/25ee5cf638061b5c895c9e643fa26679077a92.debug 120777 root:root ../../usr/sbin/pathload_snd.debug /usr/lib/debug/usr/sbin/pathload_rcv.debug 100644 root:root @@ -23,10 +23,10 @@ Provides: pathload-debuginfo = 1.3.2-alt1.qa1 -File: /usr/lib/debug/.build-id/b2 40755 root:root -File: /usr/lib/debug/.build-id/b2/c6712833c62c58812e220d209368d53a8cb33b 120777 root:root ../../../../sbin/pathload_rcv -File: /usr/lib/debug/.build-id/b2/c6712833c62c58812e220d209368d53a8cb33b.debug 120777 root:root ../../usr/sbin/pathload_rcv.debug -File: /usr/lib/debug/.build-id/ce 40755 root:root -File: /usr/lib/debug/.build-id/ce/9ff5b9db7bd5d07b42605bfbd8bef96f82b8ef 120777 root:root ../../../../sbin/pathload_snd -File: /usr/lib/debug/.build-id/ce/9ff5b9db7bd5d07b42605bfbd8bef96f82b8ef.debug 120777 root:root ../../usr/sbin/pathload_snd.debug -File: /usr/lib/debug/usr/sbin/pathload_rcv.debug 100644 root:root b43867c7d8e7806761f1a37c07f49db4 -File: /usr/lib/debug/usr/sbin/pathload_snd.debug 100644 root:root 080cb315e463f8bfbdcb558a809537e3 +File: /usr/lib/debug/.build-id/18 40755 root:root +File: /usr/lib/debug/.build-id/18/6ade561e96b9a3bdbdd79ba4166c710043adae 120777 root:root ../../../../sbin/pathload_rcv +File: /usr/lib/debug/.build-id/18/6ade561e96b9a3bdbdd79ba4166c710043adae.debug 120777 root:root ../../usr/sbin/pathload_rcv.debug +File: /usr/lib/debug/.build-id/c9 40755 root:root +File: /usr/lib/debug/.build-id/c9/25ee5cf638061b5c895c9e643fa26679077a92 120777 root:root ../../../../sbin/pathload_snd +File: /usr/lib/debug/.build-id/c9/25ee5cf638061b5c895c9e643fa26679077a92.debug 120777 root:root ../../usr/sbin/pathload_snd.debug +File: /usr/lib/debug/usr/sbin/pathload_rcv.debug 100644 root:root 9847e9775a6776602e1b65b7a5d59e36 +File: /usr/lib/debug/usr/sbin/pathload_snd.debug 100644 root:root 6a6515b50af53650a2337552ab333ef0 File: /usr/src/debug/pathload_1.3.2 40755 root:root @@ -39,2 +39,2 @@ File: /usr/src/debug/pathload_1.3.2/pathload_snd_func.c 100644 root:root 8fb96715b7fe874ead05af40430bf7ba -RPMIdentity: d241324f40a309fe295d7620065662dd0e020a79fce0891e754be1e62c380f97caa9701fb189d91b26b5eb6182f58d667682a3935b159c03dc49df2a3004c419 +RPMIdentity: be5083d2f427866a201e8b873d78a5f893f8369e3eacd989d52d1d89e3c3aa5d58daae5c84efd2f384b702e4218548ac70a580523400f6d440f8e2b6ece6d7ab