<86>Oct 6 12:07:36 userdel[435883]: delete user 'rooter' <86>Oct 6 12:07:36 userdel[435883]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 6 12:07:36 groupadd[435910]: group added to /etc/group: name=rooter, GID=1877 <86>Oct 6 12:07:36 groupadd[435910]: group added to /etc/gshadow: name=rooter <86>Oct 6 12:07:36 groupadd[435910]: new group: name=rooter, GID=1877 <86>Oct 6 12:07:36 useradd[435938]: new user: name=rooter, UID=1877, GID=1877, home=/root, shell=/bin/bash <86>Oct 6 12:07:36 userdel[435981]: delete user 'builder' <86>Oct 6 12:07:36 userdel[435981]: removed group 'builder' owned by 'builder' <86>Oct 6 12:07:36 userdel[435981]: removed shadow group 'builder' owned by 'builder' <86>Oct 6 12:07:36 groupadd[436065]: group added to /etc/group: name=builder, GID=1878 <86>Oct 6 12:07:36 groupadd[436065]: group added to /etc/gshadow: name=builder <86>Oct 6 12:07:36 groupadd[436065]: new group: name=builder, GID=1878 <86>Oct 6 12:07:36 useradd[436136]: new user: name=builder, UID=1878, GID=1878, home=/usr/src, shell=/bin/bash <13>Oct 6 12:07:39 rpmi: libpng16-1.6.36-alt1 sisyphus+219478.100.1.1 1547633315 installed <13>Oct 6 12:07:39 rpmi: zlib-devel-1.2.11-alt1 sisyphus+221902.6000.4.1 1550600768 installed <13>Oct 6 12:07:39 rpmi: libjpeg-2:2.0.2-alt1 sisyphus+226996.100.1.1 1554902884 installed <13>Oct 6 12:07:39 rpmi: libgif-4.1.6-alt3 1299634266 installed <13>Oct 6 12:07:39 rpmi: libgif-devel-4.1.6-alt3 1299634266 installed <13>Oct 6 12:07:39 rpmi: libjpeg-devel-2:2.0.2-alt1 sisyphus+226996.100.1.1 1554902884 installed <13>Oct 6 12:07:39 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/fbv-1.0b-alt2.1.nosrc.rpm (w1.gzdio) Installing fbv-1.0b-alt2.1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.29873 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf fbv-1.0b + echo 'Source #0 (fbv-1.0b.tar.gz):' Source #0 (fbv-1.0b.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/fbv-1.0b.tar.gz + /bin/tar -xf - + cd fbv-1.0b + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (fbv-nocenter.patch):' Patch #1 (fbv-nocenter.patch): + /usr/bin/patch -p1 patching file ChangeLog patching file fbv.1 patching file main.c + echo 'Patch #2 (fbv-1.0b-features.h.patch):' Patch #2 (fbv-1.0b-features.h.patch): + /usr/bin/patch -p1 patching file fb_display.c + echo 'Patch #3 (fbv-1.0b-alt-libpng15.patch):' Patch #3 (fbv-1.0b-alt-libpng15.patch): + /usr/bin/patch -p2 patching file png.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.29873 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd fbv-1.0b + ./configure --prefix=/usr --mandir=/usr/share/man checking for libungif presence... yes checking for libjpeg presence... yes checking for libpng presence... yes building with bmp support... yes checking for DEFAULT_FRAMEBUFFER... /dev/fb0 installation dir: /usr/bin manuals dir: /usr/share/man + make -j16 'CC=gcc -pipe -frecord-gcc-switches -Wall -g -O2' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -O2 -Wall -D_GNU_SOURCE -c -o jpeg.o jpeg.c jpeg.c: In function 'fh_jpeg_load': jpeg.c:65:12: warning: variable 'py' set but not used [-Wunused-but-set-variable] int px,py,c; ^~ jpeg.c: In function 'fh_jpeg_getsize': jpeg.c:114:15: warning: variable 'c' set but not used [-Wunused-but-set-variable] int px,py,c; ^ jpeg.c: In function 'fh_jpeg_id': jpeg.c:43:5: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd,id,10); ^~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -O2 -Wall -D_GNU_SOURCE -c -o transforms.o transforms.c In file included from transforms.c:21: transforms.c: In function 'simple_resize': transforms.c:27:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(cr = (unsigned char*) malloc(dx*dy*3)); ^~ transforms.c: In function 'color_average_resize': transforms.c:65:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(cr=(unsigned char*) malloc(dx*dy*3)); p=cr; ^~ transforms.c: In function 'rotate': transforms.c:93:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(n = (unsigned char*) malloc(ox * oy * 3)); ^ transforms.c: In function 'alpha_rotate': transforms.c:143:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(n = (unsigned char*) malloc(ox * oy)); ^ make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -O2 -Wall -D_GNU_SOURCE -c -o png.o png.c png.c: In function 'fh_png_load': png.c:108:10: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] fbptr = buffer; ^ png.c:114:26: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] unsigned char *trp = rp; ^~ png.c:131:10: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] fbptr = buffer; ^ png.c: In function 'fh_png_id': png.c:41:5: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd,id,4); ^~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -O2 -Wall -D_GNU_SOURCE -c -o bmp.o bmp.c bmp.c: In function 'fh_bmp_id': bmp.c:51:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, id, 2); ^~~~~~~~~~~~~~~ bmp.c: In function 'fetch_pallete': bmp.c:66:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, buff, 4); ^~~~~~~~~~~~~~~~~ bmp.c: In function 'fh_bmp_load': bmp.c:89:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, buff, 4); ^~~~~~~~~~~~~~~~~ bmp.c:95:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, buff, 2); ^~~~~~~~~~~~~~~~~ bmp.c:104:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, buff, 1); ^~~~~~~~~~~~~~~~~ bmp.c:120:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, buff, 1); ^~~~~~~~~~~~~~~~~ bmp.c:136:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, buff, skip); ^~~~~~~~~~~~~~~~~~~~ bmp.c:147:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, buff, 1); ^~~~~~~~~~~~~~~~~ bmp.c:158:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, buff, 1); ^~~~~~~~~~~~~~~~~ bmp.c:165:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, buff, skip); ^~~~~~~~~~~~~~~~~~~~ bmp.c:176:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, buff, 1); ^~~~~~~~~~~~~~~~~ bmp.c:182:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, buff, skip); ^~~~~~~~~~~~~~~~~~~~ bmp.c:195:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, buff, 3); ^~~~~~~~~~~~~~~~~ bmp.c:201:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, buff, skip); ^~~~~~~~~~~~~~~~~~~~ bmp.c: In function 'fh_bmp_getsize': bmp.c:226:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, size, 4); ^~~~~~~~~~~~~~~~~ bmp.c:229:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, size, 4); ^~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -O2 -Wall -D_GNU_SOURCE -c -o fb_display.o fb_display.c make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -O2 -Wall -D_GNU_SOURCE -c -o gif.o gif.c gif.c: In function 'fh_gif_id': gif.c:45:5: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd,id,4); ^~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -O2 -Wall -D_GNU_SOURCE -c -o main.o main.c main.c: In function 'show_image': main.c:432:4: warning: 'i.do_free' may be used uninitialized in this function [-Wmaybe-uninitialized] if(i.do_free) ^ main.c:435:3: warning: 'i.alpha' may be used uninitialized in this function [-Wmaybe-uninitialized] free(i.alpha); ^~~~~~~~~~~~~ main.c:434:3: warning: 'i.rgb' may be used uninitialized in this function [-Wmaybe-uninitialized] free(i.rgb); ^~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o fbv main.o jpeg.o gif.o png.o bmp.o fb_display.o transforms.o -lpng -ljpeg -lungif make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' Build DONE. make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.29873 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/fbv-buildroot + : + /bin/rm -rf -- /usr/src/tmp/fbv-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd fbv-1.0b + mkdir -p /usr/src/tmp/fbv-buildroot/usr/bin /usr/src/tmp/fbv-buildroot/usr/share/man/man1 + /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/fbv-buildroot/usr exec_prefix=/usr/src/tmp/fbv-buildroot/usr bindir=/usr/src/tmp/fbv-buildroot/usr/bin sbindir=/usr/src/tmp/fbv-buildroot/usr/sbin sysconfdir=/usr/src/tmp/fbv-buildroot/etc datadir=/usr/src/tmp/fbv-buildroot/usr/share includedir=/usr/src/tmp/fbv-buildroot/usr/include libdir=/usr/src/tmp/fbv-buildroot/usr/lib64 libexecdir=/usr/src/tmp/fbv-buildroot/usr/lib localstatedir=/usr/src/tmp/fbv-buildroot/var/lib sharedstatedir=/usr/src/tmp/fbv-buildroot/var/lib mandir=/usr/src/tmp/fbv-buildroot/usr/share/man infodir=/usr/src/tmp/fbv-buildroot/usr/share/info install make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' cp fbv /usr/src/tmp/fbv-buildroot/usr/bin gzip -9c fbv.1 > /usr/src/tmp/fbv-buildroot/usr/share/man/man1/fbv.1.gz make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/fbv-buildroot (auto) Verifying and fixing files in /usr/src/tmp/fbv-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/fbv-buildroot/ (default) Compressing files in /usr/src/tmp/fbv-buildroot (auto) Verifying ELF objects in /usr/src/tmp/fbv-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: fbv-1.0b-alt2.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.86963 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd fbv-1.0b + DOCDIR=/usr/src/tmp/fbv-buildroot/usr/share/doc/fbv-1.0b + export DOCDIR + rm -rf /usr/src/tmp/fbv-buildroot/usr/share/doc/fbv-1.0b + /bin/mkdir -p /usr/src/tmp/fbv-buildroot/usr/share/doc/fbv-1.0b + cp -prL ChangeLog README TODO /usr/src/tmp/fbv-buildroot/usr/share/doc/fbv-1.0b + chmod -R go-w /usr/src/tmp/fbv-buildroot/usr/share/doc/fbv-1.0b + chmod -R a+rX /usr/src/tmp/fbv-buildroot/usr/share/doc/fbv-1.0b + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.e3IPga 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.S9YSXq find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.11)(64bit), libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libgif.so.4()(64bit) >= set:jgr7ccu9aWZ1j3jcUVC3, libjpeg.so.62()(64bit) >= set:jfvZgUYgm1WcNFYdT6Zpru, libpng16.so.16()(64bit) >= set:lgOKYIugJ8W6A1wDVl8PO6o4iHmqkk45x58S2721YPClP1, 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.GTFxdL Creating fbv-debuginfo package Processing files: fbv-debuginfo-1.0b-alt2.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AY2FZ8 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SjiAgA find-requires: running scripts (debuginfo) Requires: fbv = 1.0b-alt2.1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libgif.so.4), debug64(libjpeg.so.62), debug64(libpng16.so.16) Adding to fbv-debuginfo a strict dependency on fbv Wrote: /usr/src/RPM/RPMS/x86_64/fbv-1.0b-alt2.1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/fbv-debuginfo-1.0b-alt2.1.x86_64.rpm (w2.lzdio) 1.80user 1.86system 0:07.06elapsed 51%CPU (0avgtext+0avgdata 31024maxresident)k 0inputs+0outputs (0major+266097minor)pagefaults 0swaps 3.28user 2.64system 0:16.33elapsed 36%CPU (0avgtext+0avgdata 135532maxresident)k 144inputs+0outputs (0major+213335minor)pagefaults 0swaps --- fbv-1.0b-alt2.1.x86_64.rpm.repo 2019-03-02 08:42:33.000000000 +0000 +++ fbv-1.0b-alt2.1.x86_64.rpm.hasher 2024-10-06 12:07:49.772518474 +0000 @@ -20,3 +20,3 @@ Provides: fbv = 1.0b-alt2.1:sisyphus+223396.100.1.1 -File: /usr/bin/fbv 100755 root:root a374b3bdd4afa7d301176c6e9f36fa62 +File: /usr/bin/fbv 100755 root:root 9860ffc58f0e6c881f242031f77664e5 File: /usr/share/doc/fbv-1.0b 40755 root:root @@ -26,2 +26,2 @@ File: /usr/share/man/man1/fbv.1.xz 100644 root:root a95df8bf4333d0fc7a08e7da32da7b38 -RPMIdentity: 20ffb63861bc459bf9b21bddb5685ff56b396edddeb53c81ef99084b3812ee1cf372f334e5c211306a2c3a067bf9ff34348030306340fb0e94f2e88332f9b047 +RPMIdentity: bf2b16767f5c704e96aab776d88d23b8385eedfa15b5e6ace2a76a5bd7116d14c51ca35e95a13215b43aa6c1a29218c0ca824c520249e7490decc659cafc20f8 --- fbv-debuginfo-1.0b-alt2.1.x86_64.rpm.repo 2019-03-02 08:42:33.000000000 +0000 +++ fbv-debuginfo-1.0b-alt2.1.x86_64.rpm.hasher 2024-10-06 12:07:49.858519860 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/73 40755 root:root -/usr/lib/debug/.build-id/73/bbd37ee72fbd2625678eae0ef26febd3cd22de 120777 root:root ../../../../bin/fbv -/usr/lib/debug/.build-id/73/bbd37ee72fbd2625678eae0ef26febd3cd22de.debug 120777 root:root ../../usr/bin/fbv.debug +/usr/lib/debug/.build-id/d3 40755 root:root +/usr/lib/debug/.build-id/d3/052bb9db02c592dae220e348056db7fe5d3eed 120777 root:root ../../../../bin/fbv +/usr/lib/debug/.build-id/d3/052bb9db02c592dae220e348056db7fe5d3eed.debug 120777 root:root ../../usr/bin/fbv.debug /usr/lib/debug/usr/bin/fbv.debug 100644 root:root @@ -21,6 +21,6 @@ Provides: fbv-debuginfo = 1.0b-alt2.1:sisyphus+223396.100.1.1 -File: /usr/lib/debug/.build-id/73 40755 root:root -File: /usr/lib/debug/.build-id/73/bbd37ee72fbd2625678eae0ef26febd3cd22de 120777 root:root ../../../../bin/fbv -File: /usr/lib/debug/.build-id/73/bbd37ee72fbd2625678eae0ef26febd3cd22de.debug 120777 root:root ../../usr/bin/fbv.debug -File: /usr/lib/debug/usr/bin/fbv.debug 100644 root:root 140150261b9bc915855c57b3763dfc27 +File: /usr/lib/debug/.build-id/d3 40755 root:root +File: /usr/lib/debug/.build-id/d3/052bb9db02c592dae220e348056db7fe5d3eed 120777 root:root ../../../../bin/fbv +File: /usr/lib/debug/.build-id/d3/052bb9db02c592dae220e348056db7fe5d3eed.debug 120777 root:root ../../usr/bin/fbv.debug +File: /usr/lib/debug/usr/bin/fbv.debug 100644 root:root 6cc095aece33a44d64fc98ef054f4dc7 File: /usr/src/debug/fbv-1.0b 40755 root:root @@ -34,2 +34,2 @@ File: /usr/src/debug/fbv-1.0b/transforms.c 100644 root:root 515c0354b503aaaae790990304049ba8 -RPMIdentity: dd808cf3e887b037ac29e4763253ae289dbcb56288c72be0d47b6af2e67a11aa92e56b194676a9a2d75008daf94bd33efbdfff6e5fefbd858317cac1c269c9f3 +RPMIdentity: 567d4a983ef93b75ea4db24247c4f72a964779391b72ba2ad5e670c0f5c3cf35d649e87c55416e14f911fcd13e3b91d402ecba1b9495dcad1b3a9e8cd8f54195