<86>Apr 14 00:53:42 userdel[21908]: delete user 'rooter' <86>Apr 14 00:53:42 userdel[21908]: removed group 'rooter' owned by 'rooter' <86>Apr 14 00:53:42 userdel[21908]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 14 00:53:42 groupadd[21938]: group added to /etc/group: name=rooter, GID=567 <86>Apr 14 00:53:42 groupadd[21938]: group added to /etc/gshadow: name=rooter <86>Apr 14 00:53:42 groupadd[21938]: new group: name=rooter, GID=567 <86>Apr 14 00:53:42 useradd[21963]: new user: name=rooter, UID=567, GID=567, home=/root, shell=/bin/bash <86>Apr 14 00:53:42 userdel[22019]: delete user 'builder' <86>Apr 14 00:53:42 userdel[22019]: removed group 'builder' owned by 'builder' <86>Apr 14 00:53:42 userdel[22019]: removed shadow group 'builder' owned by 'builder' <86>Apr 14 00:53:42 groupadd[22052]: group added to /etc/group: name=builder, GID=568 <86>Apr 14 00:53:42 groupadd[22052]: group added to /etc/gshadow: name=builder <86>Apr 14 00:53:42 groupadd[22052]: new group: name=builder, GID=568 <86>Apr 14 00:53:42 useradd[22076]: new user: name=builder, UID=568, GID=568, home=/usr/src, shell=/bin/bash <13>Apr 14 00:53:46 rpmi: libtinfo-devel-5.9-alt8 1456756459 installed <13>Apr 14 00:53:46 rpmi: libncurses-devel-5.9-alt8 1456756459 installed Installing greed-4.1-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.16792 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf greed-4.1 + echo 'Source #0 (greed-4.1.tar.gz):' Source #0 (greed-4.1.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/greed-4.1.tar.gz + /bin/tar -xf - + cd greed-4.1 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.59809 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd greed-4.1 + make SFILE=/var/lib/games/greed.hs make: Entering directory `/usr/src/RPM/BUILD/greed-4.1' cc -DSCOREFILE=\"/var/lib/games/greed.hs\" -DRELEASE=\"4.1\" -o greed greed.c -O3 -lcurses greed.c:176:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char **argv) ^ greed.c: In function 'main': greed.c:207:23: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration] srand48(time(0) ^ getpid() << 16); /* initialize the random seed * ^ greed.c:277:19: warning: implicit declaration of function 'tunnel' [-Wimplicit-function-declaration] while ((val = tunnel(getch(), attribs)) > 0) ^ greed.c: In function 'tunnel': greed.c:368:16: warning: implicit declaration of function 'othermove' [-Wimplicit-function-declaration] else if (!othermove(dy, dx)) { /* no other good move */ ^ greed.c: In function 'topscores': greed.c:522:23: warning: implicit declaration of function 'getuid' [-Wimplicit-function-declaration] whoami = getpwuid(getuid()); ^ greed.c:528:2: warning: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] chdir(whoami->pw_dir); ^ greed.c:538:5: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration] read(fd, toplist, SCOREFILESIZE); /* read whole score file in at once */ ^ greed.c:555:13: warning: implicit declaration of function 'lseek' [-Wimplicit-function-declaration] (void) lseek(fd, 0, 0); /* seek back to top of file */ ^ greed.c:556:6: warning: implicit declaration of function 'write' [-Wimplicit-function-declaration] write(fd, toplist, SCOREFILESIZE); /* write it all out */ ^ greed.c:560:5: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] close(fd); ^ greed.c:566:16: warning: implicit declaration of function 'tgetent' [-Wimplicit-function-declaration] if (new && tgetent(termbuf, getenv("TERM")) > 0) { ^ greed.c:580:6: warning: implicit declaration of function 'tputs' [-Wimplicit-function-declaration] tputs(boldon, 1, doputc); ^ greed.c: In function 'lockit': greed.c:610:7: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] if (unlink(LOCKPATH) == -1) { ^ greed.c:617:6: warning: implicit declaration of function 'sleep' [-Wimplicit-function-declaration] sleep(1); ^ make: Leaving directory `/usr/src/RPM/BUILD/greed-4.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.88410 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/greed-buildroot + : + /bin/rm -rf -- /usr/src/tmp/greed-buildroot + cd greed-4.1 + mkdir -p /usr/src/tmp/greed-buildroot/usr/games /usr/src/tmp/greed-buildroot/usr/share/man/man6 /usr/src/tmp/greed-buildroot/var/lib/games + install greed /usr/src/tmp/greed-buildroot/usr/games/ + install greed.6 /usr/src/tmp/greed-buildroot/usr/share/man/man6/ + install /dev/null /usr/src/tmp/greed-buildroot/var/lib/games/greed.hs + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/greed-buildroot (auto) Verifying and fixing files in /usr/src/tmp/greed-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/greed-buildroot (auto) mode of '/usr/src/tmp/greed-buildroot/usr/share/man/man6/greed.6' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Adjusting library links in /usr/src/tmp/greed-buildroot ./var/lib: Verifying ELF objects in /usr/src/tmp/greed-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: greed-4.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Ekc0UJ find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ka9y39 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib64/ld-linux-x86-64.so.2, 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), libncurses.so.5()(64bit) >= set:mhWiBzDlR0Bkuo7S0dIpvZjLtGJqRVFf7T8zehGjuE2ILWO3K9r1i1, libtinfo.so.5()(64bit) >= set:lhhUFvuwUQzbpW8qy8NwbrL5, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.epRZaD Creating greed-debuginfo package Processing files: greed-debuginfo-4.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kSTN58 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ACcwRH find-requires: running scripts (debuginfo) Requires: greed = 4.1-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libncurses.so.5), debug64(libtinfo.so.5) Wrote: /usr/src/RPM/RPMS/x86_64/greed-4.1-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/greed-debuginfo-4.1-alt1.x86_64.rpm 2.33user 1.19system 0:07.92elapsed 44%CPU (0avgtext+0avgdata 28360maxresident)k 0inputs+0outputs (0major+143585minor)pagefaults 0swaps 7.32user 6.01system 0:17.59elapsed 75%CPU (0avgtext+0avgdata 124088maxresident)k 0inputs+0outputs (0major+355921minor)pagefaults 0swaps --- greed-4.1-alt1.x86_64.rpm.repo 2015-09-14 09:51:56.000000000 +0000 +++ greed-4.1-alt1.x86_64.rpm.hasher 2019-04-14 00:53:56.781084399 +0000 @@ -1,3 +1,3 @@ /usr/games/greed 102711 -/usr/share/man/man6/greed.6.gz 100644 +/usr/share/man/man6/greed.6.xz 100644 /var/lib/games/greed.hs 100664