<86>Feb 7 08:22:57 userdel[236887]: delete user 'rooter' <86>Feb 7 08:22:57 userdel[236887]: removed group 'rooter' owned by 'rooter' <86>Feb 7 08:22:57 groupadd[236898]: group added to /etc/group: name=rooter, GID=549 <86>Feb 7 08:22:57 groupadd[236898]: group added to /etc/gshadow: name=rooter <86>Feb 7 08:22:57 groupadd[236898]: new group: name=rooter, GID=549 <86>Feb 7 08:22:57 useradd[236905]: new user: name=rooter, UID=549, GID=549, home=/root, shell=/bin/bash <86>Feb 7 08:22:57 userdel[236912]: delete user 'builder' <86>Feb 7 08:22:57 userdel[236912]: removed group 'builder' owned by 'builder' <86>Feb 7 08:22:57 userdel[236912]: removed shadow group 'builder' owned by 'builder' <86>Feb 7 08:22:57 groupadd[236918]: group added to /etc/group: name=builder, GID=550 <86>Feb 7 08:22:57 groupadd[236918]: group added to /etc/gshadow: name=builder <86>Feb 7 08:22:57 groupadd[236918]: new group: name=builder, GID=550 <86>Feb 7 08:22:57 useradd[236924]: new user: name=builder, UID=550, GID=550, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.500 + 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.500 + 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 -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export FFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS=' -march=i586 -mtune=generic' + 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=i586-alt-linux --host=i586-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=/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 -march=i586 -mtune=generic ) works... yes checking whether the C compiler (gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking host system type... i586-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... 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 -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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=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:66: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] 153 | ctr_strm = accept(sock_tcp, (struct sockaddr*)&rcv_tcp_addr, &rcv_tcp_adrlen); | ^~~~~~~~~~~~~~~ | | | int * In file included from pathload_gbls.h:48, from pathload_snd.c:29: /usr/include/sys/socket.h:233:28: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 233 | socklen_t *__restrict __addr_len); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ pathload_snd.c:187:68: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] 187 | if (getsockopt(ctr_strm, IPPROTO_TCP, TCP_MAXSEG, (char*)&mss, &opt_len)<0) | ^~~~~~~~ | | | int * In file included from pathload_gbls.h:48, from pathload_snd.c:29: /usr/include/sys/socket.h:210:32: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 210 | socklen_t *__restrict __optlen) __THROW; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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=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_fleet': pathload_snd_func.c:46:11: warning: variable 'pkt_id' set but not used [-Wunused-but-set-variable] 46 | l_int32 pkt_id ; | ^~~~~~ pathload_snd_func.c: In function 'send_latency': pathload_snd_func.c:304:63: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] 304 | if (getsockname(sock_udp, (struct sockaddr *)&rcv_udp_addr, &len ) < 0 ) | ^~~~ | | | int * In file included from pathload_gbls.h:48, from pathload_snd_func.c:33: /usr/include/sys/socket.h:117:26: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 117 | socklen_t *__restrict __len) __THROW; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ gcc pathload_snd.o pathload_snd_func.o -o pathload_snd -lm -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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=4 -DHAVE_STRFTIME=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SOCKET=1 -DTHRLIB gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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=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:5: warning: first argument of 'main' should be 'int' [-Wmain] 38 | int main(l_int32 argc, char *argv[]) | ^~~~ pathload_rcv.c: In function 'main': pathload_rcv.c:185:56: warning: format '%d' expects argument of type 'int', but argument 2 has type 'l_int32' {aka 'long int'} [-Wformat=] 185 | printf("ERROR :: Unable to set socket buffer to %d .\n",rcv_buff_sz); | ~^ ~~~~~~~~~~~ | | | | int l_int32 {aka long int} | %ld gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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=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 'get_adr': pathload_rcv_func.c:81:11: warning: variable 'ctr_msg_rcvd' set but not used [-Wunused-but-set-variable] 81 | l_int32 ctr_msg_rcvd ; | ^~~~~~~~~~~~ pathload_rcv_func.c: In function 'recv_train': pathload_rcv_func.c:187:8: warning: unused variable 'ctr_buff' [-Wunused-variable] 187 | char ctr_buff[8]; | ^~~~~~~~ pathload_rcv_func.c:181:11: warning: unused variable 'ret_val' [-Wunused-variable] 181 | l_int32 ret_val ; | ^~~~~~~ pathload_rcv_func.c:180:10: warning: unused variable 'readset' [-Wunused-variable] 180 | fd_set readset; | ^~~~~~~ pathload_rcv_func.c:179:18: warning: unused variable 'select_tv' [-Wunused-variable] 179 | struct timeval select_tv; | ^~~~~~~~~ pathload_rcv_func.c: In function 'recv_fleet': pathload_rcv_func.c:619:43: warning: format '%d' expects argument of type 'int', but argument 2 has type 'l_int32' {aka 'long int'} [-Wformat=] 619 | printf("\tAborting fleet. Stream_cnt %d\n",stream_cnt); | ~^ ~~~~~~~~~~ | | | | int l_int32 {aka long int} | %ld pathload_rcv_func.c:362:11: warning: unused variable 'ret_val' [-Wunused-variable] 362 | l_int32 ret_val ; | ^~~~~~~ pathload_rcv_func.c:361:10: warning: unused variable 'readset' [-Wunused-variable] 361 | fd_set readset; | ^~~~~~~ pathload_rcv_func.c:360:18: warning: unused variable 'select_tv' [-Wunused-variable] 360 | struct timeval select_tv; | ^~~~~~~~~ pathload_rcv_func.c:359:11: warning: unused variable 'p' [-Wunused-variable] 359 | l_int32 p=0; | ^ pathload_rcv_func.c:342:11: warning: variable 'finished_stream' set but not used [-Wunused-but-set-variable] 342 | l_int32 finished_stream = 0 ; | ^~~~~~~~~~~~~~~ pathload_rcv_func.c: In function 'print_contextswitch_info': pathload_rcv_func.c:642:31: warning: format '%d' expects argument of type 'int', but argument 2 has type 'l_int32' {aka 'long int'} [-Wformat=] 642 | if (Verbose) printf(":%2d",num_sndr_cs[j]); | ~~^ ~~~~~~~~~~~~~~ | | | | int l_int32 {aka long int} | %2ld pathload_rcv_func.c:643:31: warning: format '%d' expects argument of type 'int', but argument 3 has type 'l_int32' {aka 'long int'} [-Wformat=] 643 | fprintf(pathload_fp,":%2d",num_sndr_cs[j]); | ~~^ ~~~~~~~~~~~~~~ | | | | int l_int32 {aka long int} | %2ld pathload_rcv_func.c:652:31: warning: format '%d' expects argument of type 'int', but argument 2 has type 'l_int32' {aka 'long int'} [-Wformat=] 652 | if (Verbose) printf(":%2d",num_rcvr_cs[j]); | ~~^ ~~~~~~~~~~~~~~ | | | | int l_int32 {aka long int} | %2ld pathload_rcv_func.c:653:31: warning: format '%d' expects argument of type 'int', but argument 3 has type 'l_int32' {aka 'long int'} [-Wformat=] 653 | fprintf(pathload_fp,":%2d",num_rcvr_cs[j]); | ~~^ ~~~~~~~~~~~~~~ | | | | int l_int32 {aka long int} | %2ld pathload_rcv_func.c:663:31: warning: format '%d' expects argument of type 'int', but argument 2 has type 'l_int32' {aka 'long int'} [-Wformat=] 663 | if (Verbose) printf(":%2d",discard[j]); | ~~^ ~~~~~~~~~~ | | | | int l_int32 {aka long int} | %2ld pathload_rcv_func.c:664:31: warning: format '%d' expects argument of type 'int', but argument 3 has type 'l_int32' {aka 'long int'} [-Wformat=] 664 | fprintf(pathload_fp,":%2d",discard[j]); | ~~^ ~~~~~~~~~~ | | | | int l_int32 {aka long int} | %2ld 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] 1274 | 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] 1373 | 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' 1375 | fprintf(pathload_fp,"d"); | ^~~~~~~ pathload_rcv_func.c:1380:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1380 | 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' 1382 | fprintf(pathload_fp,"I"); | ^~~~~~~ pathload_rcv_func.c:1387:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1387 | 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' 1389 | fprintf(pathload_fp,"N"); | ^~~~~~~ pathload_rcv_func.c:1394:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1394 | 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' 1396 | fprintf(pathload_fp,"U"); | ^~~~~~~ pathload_rcv_func.c: In function 'aggregate_trend_result': pathload_rcv_func.c:1416:35: warning: format '%d' expects argument of type 'int', but argument 2 has type 'l_int32' {aka 'long int'} [-Wformat=] 1416 | printf(" PCT metric/stream[%2d] :: ",trend_idx); | ~~^ ~~~~~~~~~ | | | | int l_int32 {aka long int} | %2ld pathload_rcv_func.c:1417:46: warning: format '%d' expects argument of type 'int', but argument 3 has type 'l_int32' {aka 'long int'} [-Wformat=] 1417 | fprintf(pathload_fp," PCT metric/stream[%2d] :: ",trend_idx); | ~~^ ~~~~~~~~~ | | | | int l_int32 {aka long int} | %2ld pathload_rcv_func.c:1428:35: warning: format '%d' expects argument of type 'int', but argument 2 has type 'l_int32' {aka 'long int'} [-Wformat=] 1428 | printf(" PDT metric/stream[%2d] :: ",trend_idx); | ~~^ ~~~~~~~~~ | | | | int l_int32 {aka long int} | %2ld pathload_rcv_func.c:1429:46: warning: format '%d' expects argument of type 'int', but argument 3 has type 'l_int32' {aka 'long int'} [-Wformat=] 1429 | fprintf(pathload_fp," PDT metric/stream[%2d] :: ",trend_idx); | ~~^ ~~~~~~~~~ | | | | int l_int32 {aka long int} | %2ld pathload_rcv_func.c:1440:35: warning: format '%d' expects argument of type 'int', but argument 2 has type 'l_int32' {aka 'long int'} [-Wformat=] 1440 | printf(" PCT Trend/stream [%2d] :: ",trend_idx); | ~~^ ~~~~~~~~~ | | | | int l_int32 {aka long int} | %2ld pathload_rcv_func.c:1441:46: warning: format '%d' expects argument of type 'int', but argument 3 has type 'l_int32' {aka 'long int'} [-Wformat=] 1441 | fprintf(pathload_fp," PCT Trend/stream [%2d] :: ",trend_idx); | ~~^ ~~~~~~~~~ | | | | int l_int32 {aka long int} | %2ld pathload_rcv_func.c:1444:35: warning: format '%d' expects argument of type 'int', but argument 2 has type 'l_int32' {aka 'long int'} [-Wformat=] 1444 | printf(" PDT Trend/stream [%2d] :: ",trend_idx); | ~~^ ~~~~~~~~~ | | | | int l_int32 {aka long int} | %2ld pathload_rcv_func.c:1445:46: warning: format '%d' expects argument of type 'int', but argument 3 has type 'l_int32' {aka 'long int'} [-Wformat=] 1445 | fprintf(pathload_fp," PDT Trend/stream [%2d] :: ",trend_idx); | ~~^ ~~~~~~~~~ | | | | int l_int32 {aka long int} | %2ld pathload_rcv_func.c:1449:35: warning: format '%d' expects argument of type 'int', but argument 2 has type 'l_int32' {aka 'long int'} [-Wformat=] 1449 | printf(" Trend per stream [%2d] :: ",trend_idx); | ~~^ ~~~~~~~~~ | | | | int l_int32 {aka long int} | %2ld pathload_rcv_func.c:1450:46: warning: format '%d' expects argument of type 'int', but argument 3 has type 'l_int32' {aka 'long int'} [-Wformat=] 1450 | fprintf(pathload_fp," Trend per stream [%2d] :: ",trend_idx); | ~~^ ~~~~~~~~~ | | | | int l_int32 {aka long int} | %2ld pathload_rcv_func.c: In function 'print_time': pathload_rcv_func.c:1785:19: warning: format '%d' expects argument of type 'int', but argument 3 has type 'l_int32' {aka 'long int'} [-Wformat=] 1785 | fprintf(fp,"%1d",time); | ~~^ ~~~~ | | | | | l_int32 {aka long int} | int | %1ld pathload_rcv_func.c:1788:19: warning: format '%d' expects argument of type 'int', but argument 3 has type 'l_int32' {aka 'long int'} [-Wformat=] 1788 | fprintf(fp,"%2d",time); | ~~^ ~~~~ | | | | | l_int32 {aka long int} | int | %2ld 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] 272 | 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 -march=i586 -mtune=generic -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=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.83985 + 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) verify-elf: WARNING: ./usr/sbin/pathload_snd: uses non-LFS functions: fcntl verify-elf: WARNING: ./usr/sbin/pathload_rcv: uses non-LFS functions: fcntl fopen Hardlinking identical .pyc and .pyo files Processing files: pathload-1.3.2-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.83985 + 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.78LGBW 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.3eBJ4U find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.28), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libm.so.6(GLIBC_2.0), libpthread.so.0(GLIBC_2.0), libpthread.so.0(GLIBC_2.1), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1qk6vV 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.oseuHX find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.92M5JY find-requires: running scripts (debuginfo) Requires: pathload = 1.3.2-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libm.so.6), debug(libpthread.so.0) Wrote: /usr/src/RPM/RPMS/i586/pathload-1.3.2-alt1.qa1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/pathload-debuginfo-1.3.2-alt1.qa1.i586.rpm 4.24user 0.83system 0:09.74elapsed 52%CPU (0avgtext+0avgdata 36792maxresident)k 0inputs+0outputs (0major+360286minor)pagefaults 0swaps 5.56user 2.97system 0:13.99elapsed 60%CPU (0avgtext+0avgdata 36792maxresident)k 0inputs+0outputs (0major+539036minor)pagefaults 0swaps --- pathload-1.3.2-alt1.qa1.i586.rpm.repo 2013-04-17 15:13:47.000000000 +0000 +++ pathload-1.3.2-alt1.qa1.i586.rpm.hasher 2020-02-07 08:23:09.454579983 +0000 @@ -10,2 +10,3 @@ Requires: libc.so.6(GLIBC_2.15) +Requires: libc.so.6(GLIBC_2.28) Requires: libc.so.6(GLIBC_2.3.4) @@ -13,3 +14,2 @@ Requires: libm.so.6(GLIBC_2.0) -Requires: libm.so.6(GLIBC_2.1) Requires: libpthread.so.0(GLIBC_2.0)