<86>Mar 29 20:10:52 userdel[2867510]: delete user 'rooter' <86>Mar 29 20:10:52 userdel[2867510]: removed group 'rooter' owned by 'rooter' <86>Mar 29 20:10:52 userdel[2867510]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 29 20:10:52 groupadd[2867533]: group added to /etc/group: name=rooter, GID=657 <86>Mar 29 20:10:52 groupadd[2867533]: group added to /etc/gshadow: name=rooter <86>Mar 29 20:10:52 groupadd[2867533]: new group: name=rooter, GID=657 <86>Mar 29 20:10:52 useradd[2867551]: new user: name=rooter, UID=657, GID=657, home=/root, shell=/bin/bash <86>Mar 29 20:10:52 userdel[2867589]: delete user 'builder' <86>Mar 29 20:10:52 userdel[2867589]: removed group 'builder' owned by 'builder' <86>Mar 29 20:10:52 userdel[2867589]: removed shadow group 'builder' owned by 'builder' <86>Mar 29 20:10:52 groupadd[2867612]: group added to /etc/group: name=builder, GID=658 <86>Mar 29 20:10:52 groupadd[2867612]: group added to /etc/gshadow: name=builder <86>Mar 29 20:10:52 groupadd[2867612]: new group: name=builder, GID=658 <86>Mar 29 20:10:52 useradd[2867629]: new user: name=builder, UID=658, GID=658, home=/usr/src, shell=/bin/bash <13>Mar 29 20:10:55 rpmi: libowfat-0.31-alt1 1501514667 installed <13>Mar 29 20:10:55 rpmi: libowfat-devel-0.31-alt1 1501514667 installed <13>Mar 29 20:10:55 rpmi: zlib-devel-1.2.11-alt1 sisyphus+221902.6000.4.1 1550600768 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/opentracker-1.6-alt2.nosrc.rpm (w1.gzdio) Installing opentracker-1.6-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.21783 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf opentracker-1.6 + echo 'Source #0 (opentracker-1.6.tar):' Source #0 (opentracker-1.6.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/opentracker-1.6.tar + cd opentracker-1.6 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.21783 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd opentracker-1.6 + export 'FEATURES=-DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING' + FEATURES='-DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING' + make -j8 make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o scan_urlencoded_query.o -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE scan_urlencoded_query.c make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o ot_clean.o -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE ot_clean.c make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o ot_udp.o -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE ot_udp.c make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o ot_mutex.o -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE ot_mutex.c make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o ot_iovec.o -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE ot_iovec.c make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o trackerlogic.o -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE trackerlogic.c trackerlogic.c: In function 'remove_peer_from_torrent': trackerlogic.c:368:37: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: peer_list->seed_count--; /* Fall throughs intended */ ~~~~~~~~~~~~~~~~~~~~~^~ trackerlogic.c:369:7: note: here case 1: peer_list->peer_count--; /* Fall throughs intended */ ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o ot_fullscrape.o -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE ot_fullscrape.c make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o ot_vector.o -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE ot_vector.c make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o ot_accesslist.o -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE ot_accesslist.c make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o ot_livesync.o -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE ot_livesync.c make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o scan_urlencoded_query.debug.o -I/usr/include/libowfat -Wall -pipe -Wextra -D_DEBUG -g -ggdb -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE scan_urlencoded_query.c make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o opentracker.o -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE opentracker.c opentracker.c: In function 'drop_privileges': opentracker.c:514:7: warning: ignoring return value of 'setegid', declared with attribute warn_unused_result [-Wunused-result] setegid( (gid_t)-2 ); setgid( (gid_t)-2 ); ^~~~~~~~~~~~~~~~~~~~ opentracker.c:514:29: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] setegid( (gid_t)-2 ); setgid( (gid_t)-2 ); ^~~~~~~~~~~~~~~~~~~ opentracker.c:515:7: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid( (uid_t)-2 ); seteuid( (uid_t)-2 ); ^~~~~~~~~~~~~~~~~~~ opentracker.c:515:29: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] setuid( (uid_t)-2 ); seteuid( (uid_t)-2 ); ^~~~~~~~~~~~~~~~~~~~ opentracker.c:518:7: warning: ignoring return value of 'setegid', declared with attribute warn_unused_result [-Wunused-result] setegid( pws->pw_gid ); setgid( pws->pw_gid ); ^~~~~~~~~~~~~~~~~~~~~~ opentracker.c:518:31: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] setegid( pws->pw_gid ); setgid( pws->pw_gid ); ^~~~~~~~~~~~~~~~~~~~~ opentracker.c:519:7: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid( pws->pw_uid ); seteuid( pws->pw_uid ); ^~~~~~~~~~~~~~~~~~~~~ opentracker.c:519:31: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] setuid( pws->pw_uid ); seteuid( pws->pw_uid ); ^~~~~~~~~~~~~~~~~~~~~~ opentracker.c: In function 'main': opentracker.c:619:2: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] freopen("/dev/null", "a+", stdout); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opentracker.c:620:2: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] freopen("/dev/null", "a+", stderr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o ot_mutex.debug.o -I/usr/include/libowfat -Wall -pipe -Wextra -D_DEBUG -g -ggdb -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE ot_mutex.c make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o opentracker.debug.o -I/usr/include/libowfat -Wall -pipe -Wextra -D_DEBUG -g -ggdb -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE opentracker.c make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o trackerlogic.debug.o -I/usr/include/libowfat -Wall -pipe -Wextra -D_DEBUG -g -ggdb -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE trackerlogic.c trackerlogic.c: In function 'remove_peer_from_torrent': trackerlogic.c:368:37: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: peer_list->seed_count--; /* Fall throughs intended */ ~~~~~~~~~~~~~~~~~~~~~^~ trackerlogic.c:369:7: note: here case 1: peer_list->peer_count--; /* Fall throughs intended */ ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o ot_vector.debug.o -I/usr/include/libowfat -Wall -pipe -Wextra -D_DEBUG -g -ggdb -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE ot_vector.c make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o ot_clean.debug.o -I/usr/include/libowfat -Wall -pipe -Wextra -D_DEBUG -g -ggdb -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE ot_clean.c make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o ot_iovec.debug.o -I/usr/include/libowfat -Wall -pipe -Wextra -D_DEBUG -g -ggdb -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE ot_iovec.c make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o ot_udp.debug.o -I/usr/include/libowfat -Wall -pipe -Wextra -D_DEBUG -g -ggdb -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE ot_udp.c make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o ot_stats.o -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE ot_stats.c ot_stats.c: In function 'stats_issue_event': ot_stats.c:673:9: warning: this statement may fall through [-Wimplicit-fallthrough=] if( proto == FLAG_TCP ) ot_overall_tcp_successfulscrapes++; else ot_overall_udp_successfulscrapes++; ^ ot_stats.c:674:5: note: here case EVENT_FULLSCRAPE: ^~~~ ot_stats.c:685:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( 2, _debug, off ); ^~~~~~~~~~~~~~~~~~~~~~~ ot_stats.c:696:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( 2, _debug, off ); ^~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o ot_stats.debug.o -I/usr/include/libowfat -Wall -pipe -Wextra -D_DEBUG -g -ggdb -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE ot_stats.c ot_stats.c: In function 'stats_issue_event': ot_stats.c:673:9: warning: this statement may fall through [-Wimplicit-fallthrough=] if( proto == FLAG_TCP ) ot_overall_tcp_successfulscrapes++; else ot_overall_udp_successfulscrapes++; ^ ot_stats.c:674:5: note: here case EVENT_FULLSCRAPE: ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o ot_http.o -I/usr/include/libowfat -Wall -pipe -Wextra -O3 -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE ot_http.c make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o ot_accesslist.debug.o -I/usr/include/libowfat -Wall -pipe -Wextra -D_DEBUG -g -ggdb -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE ot_accesslist.c make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o ot_fullscrape.debug.o -I/usr/include/libowfat -Wall -pipe -Wextra -D_DEBUG -g -ggdb -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE ot_fullscrape.c make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o ot_livesync.debug.o -I/usr/include/libowfat -Wall -pipe -Wextra -D_DEBUG -g -ggdb -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE ot_livesync.c make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -o opentracker opentracker.o trackerlogic.o scan_urlencoded_query.o ot_mutex.o ot_stats.o ot_vector.o ot_clean.o ot_udp.o ot_iovec.o ot_fullscrape.o ot_accesslist.o ot_http.o ot_livesync.o -L/usr/lib -lowfat -pthread -lpthread -lz strip opentracker make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -c -o ot_http.debug.o -I/usr/include/libowfat -Wall -pipe -Wextra -D_DEBUG -g -ggdb -DWANT_SYNC_LIVE -DWANT_SYNC_SCRAPE -DWANT_COMPRESSION_GZIP -DWANT_RESTRICT_STATS -DWANT_IP_FROM_QUERY_STRING -DWANT_FULLSCRAPE ot_http.c make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' make: Entering directory '/usr/src/RPM/BUILD/opentracker-1.6' cc -o opentracker.debug opentracker.debug.o trackerlogic.debug.o scan_urlencoded_query.debug.o ot_mutex.debug.o ot_stats.debug.o ot_vector.debug.o ot_clean.debug.o ot_udp.debug.o ot_iovec.debug.o ot_fullscrape.debug.o ot_accesslist.debug.o ot_http.debug.o ot_livesync.debug.o -L/usr/lib -lowfat -pthread -lpthread -lz make: Leaving directory '/usr/src/RPM/BUILD/opentracker-1.6' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.50582 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/opentracker-buildroot + : + /bin/rm -rf -- /usr/src/tmp/opentracker-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd opentracker-1.6 + install -dm1750 /usr/src/tmp/opentracker-buildroot/var/lib/opentracker + install -pDm0755 opentracker /usr/src/tmp/opentracker-buildroot/usr/bin/opentracker + install -pDm0755 opentracker.init /usr/src/tmp/opentracker-buildroot/etc/rc.d/init.d/opentracker + install -pDm0755 opentracker.sysconfig /usr/src/tmp/opentracker-buildroot/etc/sysconfig/opentracker + install -D -m 644 opentracker.conf.sample /usr/src/tmp/opentracker-buildroot/etc/opentracker/opentracker.conf + touch /usr/src/tmp/opentracker-buildroot/etc/opentracker/whitelist.conf + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/opentracker-buildroot (auto) Verifying and fixing files in /usr/src/tmp/opentracker-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/opentracker-buildroot/ (default) Compressing files in /usr/src/tmp/opentracker-buildroot (auto) Adjusting library links in /usr/src/tmp/opentracker-buildroot ./var/lib: 056-debuginfo.brp: WARNING: You have 1 stripped ELF objects. Please compile with debugging information! 056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows: ./usr/bin/opentracker Verifying ELF objects in /usr/src/tmp/opentracker-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: opentracker-1.6-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.39385 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd opentracker-1.6 + DOCDIR=/usr/src/tmp/opentracker-buildroot/usr/share/doc/opentracker-1.6 + export DOCDIR + rm -rf /usr/src/tmp/opentracker-buildroot/usr/share/doc/opentracker-1.6 + /bin/mkdir -p /usr/src/tmp/opentracker-buildroot/usr/share/doc/opentracker-1.6 + cp -prL README README_v6 nginx.retracker.conf /usr/src/tmp/opentracker-buildroot/usr/share/doc/opentracker-1.6 + chmod -R go-w /usr/src/tmp/opentracker-buildroot/usr/share/doc/opentracker-1.6 + chmod -R a+rX /usr/src/tmp/opentracker-buildroot/usr/share/doc/opentracker-1.6 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xrei1W 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.evnXYM find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Finding Requires(pre) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bvi5tG Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ykN4vD Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Zt5VXD Requires: /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(SourceIfNotEmpty), /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libowfat.so.0()(64bit) >= set:nhdBwbJJdgV9K51aKOtRRc7rZ9esxDL4f1OSOpSYGuvJqbQaDBSJ0w6tQ6hXtazXbDXKvy0zhCfzQ4QRSPYAVC7RNVZIZcqEC79UsLg6MQisxUkBaPZiy6xx3rZlM7Aig6ZCcXcU2yhOExQPsFfz, libpthread.so.0(GLIBC_2.2.5)(64bit), libpthread.so.0(GLIBC_2.3.2)(64bit), libz.so.1()(64bit) >= set:kib6N0JUbT0, rtld(GNU_HASH) Requires(interp): /bin/sh Requires(rpmlib): rpmlib(SetVersions) Requires(pre): /bin/sh, /usr/sbin/groupadd, /usr/sbin/useradd Requires(post): /bin/sh, /usr/sbin/post_service Requires(preun): /bin/sh, /usr/sbin/preun_service Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EEE22H Wrote: /usr/src/RPM/RPMS/x86_64/opentracker-1.6-alt2.x86_64.rpm (w2.lzdio) 6.46user 1.85system 0:10.85elapsed 76%CPU (0avgtext+0avgdata 34652maxresident)k 0inputs+0outputs (0major+397470minor)pagefaults 0swaps 12.19user 6.07system 0:20.27elapsed 90%CPU (0avgtext+0avgdata 118072maxresident)k 248inputs+0outputs (0major+664096minor)pagefaults 0swaps --- opentracker-1.6-alt2.x86_64.rpm.repo 2010-09-22 09:52:37.000000000 +0000 +++ opentracker-1.6-alt2.x86_64.rpm.hasher 2021-03-29 20:11:09.983739134 +0000 @@ -12,4 +12,2 @@ Requires: /bin/sh -Requires: /bin/sh -Requires: /bin/sh Requires: /etc/rc.d/init.d @@ -22,2 +20,3 @@ Requires: /lib64/ld-linux-x86-64.so.2 +Requires: libc.so.6(GLIBC_2.14)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit) @@ -26,6 +25,7 @@ Requires: libc.so.6(GLIBC_2.4)(64bit) -Requires: libowfat.so.0()(64bit) +Requires: libowfat.so.0()(64bit) >= set:nhdBwbJJdgV9K51aKOtRRc7rZ9esxDL4f1OSOpSYGuvJqbQaDBSJ0w6tQ6hXtazXbDXKvy0zhCfzQ4QRSPYAVC7RNVZIZcqEC79UsLg6MQisxUkBaPZiy6xx3rZlM7Aig6ZCcXcU2yhOExQPsFfz +Requires: rpmlib(SetVersions) Requires: libpthread.so.0(GLIBC_2.2.5)(64bit) Requires: libpthread.so.0(GLIBC_2.3.2)(64bit) -Requires: libz.so.1()(64bit) +Requires: libz.so.1()(64bit) >= set:kib6N0JUbT0 Requires: rtld(GNU_HASH)