<86>Aug 1 08:15:15 userdel[300534]: delete user 'rooter' <86>Aug 1 08:15:15 userdel[300534]: removed group 'rooter' owned by 'rooter' <86>Aug 1 08:15:15 userdel[300534]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 1 08:15:15 groupadd[300541]: group added to /etc/group: name=rooter, GID=699 <86>Aug 1 08:15:15 groupadd[300541]: group added to /etc/gshadow: name=rooter <86>Aug 1 08:15:15 groupadd[300541]: new group: name=rooter, GID=699 <86>Aug 1 08:15:15 useradd[300546]: new user: name=rooter, UID=699, GID=699, home=/root, shell=/bin/bash <86>Aug 1 08:15:15 userdel[300564]: delete user 'builder' <86>Aug 1 08:15:15 userdel[300564]: removed group 'builder' owned by 'builder' <86>Aug 1 08:15:15 userdel[300564]: removed shadow group 'builder' owned by 'builder' <86>Aug 1 08:15:15 groupadd[300579]: group added to /etc/group: name=builder, GID=700 <86>Aug 1 08:15:15 groupadd[300579]: group added to /etc/gshadow: name=builder <86>Aug 1 08:15:15 groupadd[300579]: new group: name=builder, GID=700 <86>Aug 1 08:15:15 useradd[300585]: new user: name=builder, UID=700, GID=700, home=/usr/src, shell=/bin/bash <13>Aug 1 08:15:18 rpmi: libowfat-0.31-alt1 1501514667 installed <13>Aug 1 08:15:18 rpmi: libowfat-devel-0.31-alt1 1501514667 installed <13>Aug 1 08:15:18 rpmi: zlib-devel-1.2.11-alt1 sisyphus+221902.6000.4.1 1550601058 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/opentracker-1.6-alt2.nosrc.rpm (w1.gzdio) Installing opentracker-1.6-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.76307 + 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.76307 + 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_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_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_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 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 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_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_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_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 ot_fullscrape.c: In function 'fullscrape_make': ot_fullscrape.c:188:30: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'ot_time' {aka 'long int'} [-Wformat=] r += sprintf( r, ":%zd:%zd\n", peer_list->base, peer_list->down_count ); ~~^ ~~~~~~~~~~~~~~~ %ld 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_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 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_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 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_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 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_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.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_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 ot_fullscrape.c: In function 'fullscrape_make': ot_fullscrape.c:188:30: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'ot_time' {aka 'long int'} [-Wformat=] r += sprintf( r, ":%zd:%zd\n", peer_list->base, peer_list->down_count ); ~~^ ~~~~~~~~~~~~~~~ %ld 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_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 -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_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 -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 -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' 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' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.32737 + 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) verify-elf: WARNING: ./usr/bin/opentracker: uses non-LFS functions: fopen freopen mmap Hardlinking identical .pyc and .pyo files Processing files: opentracker-1.6-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.43091 + 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.WRMvvo 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.xkSKEU 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.XvZ9qH Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mlNZfH Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tO7l3M 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, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libowfat.so.0 >= set:nhdBwbJJdgV9K51aKOtRRc7rZ9esxDL4f1OSOpSYGuvJqbQaDBSJ0w6tQ6hXtazXbDXKvy0zhCfzQ4QRSPYAVC7RNVZIZcqEC79UsLg6MQisxUkBaPZiy6xx3rZlM7Aig6ZCcXcU2yhOExQPsFfz, libpthread.so.0(GLIBC_2.0), libpthread.so.0(GLIBC_2.1), libpthread.so.0(GLIBC_2.3.2), libz.so.1 >= 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.P5twt9 Wrote: /usr/src/RPM/RPMS/i586/opentracker-1.6-alt2.i586.rpm (w2.lzdio) 4.69user 0.93system 0:08.89elapsed 63%CPU (0avgtext+0avgdata 28268maxresident)k 0inputs+0outputs (0major+339141minor)pagefaults 0swaps 7.94user 3.42system 0:15.03elapsed 75%CPU (0avgtext+0avgdata 117952maxresident)k 264inputs+0outputs (0major+587548minor)pagefaults 0swaps --- opentracker-1.6-alt2.i586.rpm.repo 2010-09-22 09:52:35.000000000 +0000 +++ opentracker-1.6-alt2.i586.rpm.hasher 2021-08-01 08:15:29.214048167 +0000 @@ -12,4 +12,2 @@ Requires: /bin/sh -Requires: /bin/sh -Requires: /bin/sh Requires: /etc/rc.d/init.d @@ -27,3 +25,4 @@ Requires: libc.so.6(GLIBC_2.4) -Requires: libowfat.so.0 +Requires: libowfat.so.0 >= set:nhdBwbJJdgV9K51aKOtRRc7rZ9esxDL4f1OSOpSYGuvJqbQaDBSJ0w6tQ6hXtazXbDXKvy0zhCfzQ4QRSPYAVC7RNVZIZcqEC79UsLg6MQisxUkBaPZiy6xx3rZlM7Aig6ZCcXcU2yhOExQPsFfz +Requires: rpmlib(SetVersions) Requires: libpthread.so.0(GLIBC_2.0) @@ -31,3 +30,3 @@ Requires: libpthread.so.0(GLIBC_2.3.2) -Requires: libz.so.1 +Requires: libz.so.1 >= set:kib6N0JUbT0 Requires: rtld(GNU_HASH) @@ -40,6 +39,6 @@ File: /etc/opentracker/opentracker.conf 100644 root:root 0d0d43fc210bb17de5044e853fab24b2 -File: /etc/opentracker/whitelist.conf 100644 root:root d41d8cd98f00b204e9800998ecf8427e +File: /etc/opentracker/whitelist.conf 100644 root:root File: /etc/rc.d/init.d/opentracker 100755 root:root e801633254e1b476e1716f562fe71655 File: /etc/sysconfig/opentracker 100755 root:root 04d2a1905519ad73b0bc154edbe749d7 -File: /usr/bin/opentracker 100755 root:root e4bd9fad71cebb96ebc85fdfc68595cc +File: /usr/bin/opentracker 100755 root:root d88224346b07a7f2f4cd56d42a094576 File: /usr/share/doc/opentracker-1.6 40755 root:root @@ -49,2 +48,2 @@ File: /var/lib/opentracker 41750 root:_opentracker -RPMIdentity: 2568154bb12b73047ea4a4feb7ef75a1a2cfc96b7bbc4e030bd97b4d61cc4a853062bdcacb98630ea58c4ac2c821aa2953aefc4337605176e2b06d2ffcf67f63 +RPMIdentity: 184cb11c6fd9524baec8ed36cc3fe6afe10fe74684b72ebf7e3bdf5ca27e91185c0711d310775275ffad969a2722336493633ca75e61f25309413750346b396d