<86>Feb 2 00:46:18 userdel[33223]: delete user 'rooter' <86>Feb 2 00:46:18 userdel[33223]: removed group 'rooter' owned by 'rooter' <86>Feb 2 00:46:18 userdel[33223]: removed shadow group 'rooter' owned by 'rooter' <86>Feb 2 00:46:18 groupadd[33232]: group added to /etc/group: name=rooter, GID=645 <86>Feb 2 00:46:18 groupadd[33232]: group added to /etc/gshadow: name=rooter <86>Feb 2 00:46:18 groupadd[33232]: new group: name=rooter, GID=645 <86>Feb 2 00:46:18 useradd[33241]: new user: name=rooter, UID=645, GID=645, home=/root, shell=/bin/bash <86>Feb 2 00:46:18 userdel[33254]: delete user 'builder' <86>Feb 2 00:46:18 userdel[33254]: removed group 'builder' owned by 'builder' <86>Feb 2 00:46:18 userdel[33254]: removed shadow group 'builder' owned by 'builder' <86>Feb 2 00:46:18 groupadd[33265]: group added to /etc/group: name=builder, GID=646 <86>Feb 2 00:46:18 groupadd[33265]: group added to /etc/gshadow: name=builder <86>Feb 2 00:46:18 groupadd[33265]: new group: name=builder, GID=646 <86>Feb 2 00:46:18 useradd[33269]: new user: name=builder, UID=646, GID=646, home=/usr/src, shell=/bin/bash <13>Feb 2 00:46:21 rpmi: libpng16-1.6.36-alt1 sisyphus+219478.100.1.1 1547633315 installed <13>Feb 2 00:46:21 rpmi: zlib-devel-1.2.11-alt1 sisyphus.217171.100 1543710738 installed <13>Feb 2 00:46:21 rpmi: libpng-devel-1.6.36-alt1 sisyphus+219478.100.1.1 1547633315 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/fbgrab-1.2-alt1.nosrc.rpm Installing fbgrab-1.2-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.39005 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf fbgrab-1.2 + echo 'Source #0 (fbgrab-1.2.tar.gz):' Source #0 (fbgrab-1.2.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/fbgrab-1.2.tar.gz + /bin/tar -xf - + cd fbgrab-1.2 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.78830 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd fbgrab-1.2 + make -j8 make: Entering directory '/usr/src/RPM/BUILD/fbgrab-1.2' gzip --best --to-stdout fbgrab.1.man > fbgrab.1.gz make: Leaving directory '/usr/src/RPM/BUILD/fbgrab-1.2' make: Entering directory '/usr/src/RPM/BUILD/fbgrab-1.2' cc -g -Wall fbgrab.c -lpng -lz -o fbgrab fbgrab.c: In function 'change_to_vt': fbgrab.c:99:5: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(&vt_info, 0, sizeof(struct vt_stat)); ^~~~~~ fbgrab.c:99:5: warning: incompatible implicit declaration of built-in function 'memset' fbgrab.c:99:5: note: include '' or provide a declaration of 'memset' fbgrab.c:28:1: +#include #include fbgrab.c:99:5: memset(&vt_info, 0, sizeof(struct vt_stat)); ^~~~~~ fbgrab.c: In function 'write_PNG': fbgrab.c:284:9: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (strcmp(filename, "-") == 0) ^~~~~~ fbgrab.c: In function 'convert_and_write': fbgrab.c:350:5: warning: incompatible implicit declaration of built-in function 'memset' memset(outbuffer, 0, bufsize); ^~~~~~ fbgrab.c:350:5: note: include '' or provide a declaration of 'memset' fbgrab.c: In function 'main': fbgrab.c:401:5: warning: incompatible implicit declaration of built-in function 'memset' memset(infile, 0, MAX_LEN); ^~~~~~ fbgrab.c:401:5: note: include '' or provide a declaration of 'memset' fbgrab.c:426:6: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy(infile, optarg, MAX_LEN); ^~~~~~~ fbgrab.c:426:6: warning: incompatible implicit declaration of built-in function 'strncpy' fbgrab.c:426:6: note: include '' or provide a declaration of 'strncpy' fbgrab.c:466:9: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] if (strlen(infile) > 0) ^~~~~~ fbgrab.c:466:9: warning: incompatible implicit declaration of built-in function 'strlen' fbgrab.c:466:9: note: include '' or provide a declaration of 'strlen' fbgrab.c:498:2: warning: incompatible implicit declaration of built-in function 'strncpy' strncpy(infile, device, MAX_LEN - 1); ^~~~~~~ fbgrab.c:498:2: note: include '' or provide a declaration of 'strncpy' make: Leaving directory '/usr/src/RPM/BUILD/fbgrab-1.2' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.78830 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/fbgrab-buildroot + : + /bin/rm -rf -- /usr/src/tmp/fbgrab-buildroot + cd fbgrab-1.2 + make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/fbgrab-buildroot make: Entering directory '/usr/src/RPM/BUILD/fbgrab-1.2' install -D -m 0755 fbgrab /usr/src/tmp/fbgrab-buildroot/usr/bin/fbgrab install -D -m 0644 fbgrab.1.gz /usr/src/tmp/fbgrab-buildroot/usr/share/man/man1/fbgrab.1.gz make: Leaving directory '/usr/src/RPM/BUILD/fbgrab-1.2' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/fbgrab-buildroot (auto) Verifying and fixing files in /usr/src/tmp/fbgrab-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/fbgrab-buildroot/ (default) Compressing files in /usr/src/tmp/fbgrab-buildroot (auto) Verifying ELF objects in /usr/src/tmp/fbgrab-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: fbgrab-1.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QaFLA2 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.RrNKo7 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.4)(64bit), libpng16.so.16()(64bit) >= set:lhHMixNE87N0iISgeWZufYg9aUlopm1e, libpng16.so.16(PNG16_0)(64bit), 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.GM4sjf Creating fbgrab-debuginfo package Processing files: fbgrab-debuginfo-1.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DZ1ftq find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.idOIQE find-requires: running scripts (debuginfo) Requires: fbgrab = 1.2-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libpng16.so.16) Wrote: /usr/src/RPM/RPMS/x86_64/fbgrab-1.2-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/fbgrab-debuginfo-1.2-alt1.x86_64.rpm 1.79user 0.47system 0:07.01elapsed 32%CPU (0avgtext+0avgdata 27244maxresident)k 0inputs+0outputs (0major+177272minor)pagefaults 0swaps 10.02user 2.95system 0:18.50elapsed 70%CPU (0avgtext+0avgdata 121916maxresident)k 0inputs+0outputs (0major+603672minor)pagefaults 0swaps --- fbgrab-1.2-alt1.x86_64.rpm.repo 2014-09-06 14:12:42.000000000 +0000 +++ fbgrab-1.2-alt1.x86_64.rpm.hasher 2019-02-02 00:46:30.631692400 +0000 @@ -1,3 +1,3 @@ /usr/bin/fbgrab 100755 -/usr/share/man/man1/fbgrab.1.gz 100644 +/usr/share/man/man1/fbgrab.1.xz 100644 Requires: /lib64/ld-linux-x86-64.so.2 @@ -5,5 +5,5 @@ Requires: libc.so.6(GLIBC_2.4)(64bit) -Requires: libpng15.so.15()(64bit) >= set:lhHMixNE87N0iISgeWZufYg9aUlopm1e +Requires: libpng16.so.16()(64bit) >= set:lhHMixNE87N0iISgeWZufYg9aUlopm1e Requires: rpmlib(SetVersions) -Requires: libpng15.so.15(PNG15_0)(64bit) +Requires: libpng16.so.16(PNG16_0)(64bit) Requires: rtld(GNU_HASH) --- fbgrab-debuginfo-1.2-alt1.x86_64.rpm.repo 2014-09-06 14:12:42.000000000 +0000 +++ fbgrab-debuginfo-1.2-alt1.x86_64.rpm.hasher 2019-02-02 00:46:30.646692527 +0000 @@ -6,3 +6,3 @@ Requires: debug64(libc.so.6) -Requires: debug64(libpng15.so.15) +Requires: debug64(libpng16.so.16) Requires: rpmlib(PayloadIsLzma)