<86>Dec 25 03:17:40 userdel[2498160]: delete user 'rooter' <86>Dec 25 03:17:40 userdel[2498160]: removed group 'rooter' owned by 'rooter' <86>Dec 25 03:17:40 groupadd[2498201]: group added to /etc/group: name=rooter, GID=927 <86>Dec 25 03:17:40 groupadd[2498201]: group added to /etc/gshadow: name=rooter <86>Dec 25 03:17:40 groupadd[2498201]: new group: name=rooter, GID=927 <86>Dec 25 03:17:40 useradd[2498243]: new user: name=rooter, UID=927, GID=927, home=/root, shell=/bin/bash <86>Dec 25 03:17:40 userdel[2498290]: delete user 'builder' <86>Dec 25 03:17:40 userdel[2498290]: removed group 'builder' owned by 'builder' <86>Dec 25 03:17:40 userdel[2498290]: removed shadow group 'builder' owned by 'builder' <86>Dec 25 03:17:40 groupadd[2498334]: group added to /etc/group: name=builder, GID=928 <86>Dec 25 03:17:40 groupadd[2498334]: group added to /etc/gshadow: name=builder <86>Dec 25 03:17:40 groupadd[2498334]: new group: name=builder, GID=928 <86>Dec 25 03:17:40 useradd[2498371]: new user: name=builder, UID=928, GID=928, home=/usr/src, shell=/bin/bash <13>Dec 25 03:17:42 rpmi: libpng16-1.6.37-alt1 sisyphus+275734.100.2.1 1624788812 installed <13>Dec 25 03:17:42 rpmi: zlib-devel-1.2.11-alt2 sisyphus+283721.100.1.1 1629847006 installed <13>Dec 25 03:17:42 rpmi: libjpeg-2:2.0.6-alt4 sisyphus+284191.100.1.1 1630330787 installed <13>Dec 25 03:17:42 rpmi: libgif-4.1.6-alt3 sisyphus+276911.100.1.3 1625273983 installed <13>Dec 25 03:17:42 rpmi: libgif-devel-4.1.6-alt3 sisyphus+276911.100.1.3 1625273983 installed <13>Dec 25 03:17:42 rpmi: libjpeg-devel-2:2.0.6-alt4 sisyphus+284191.100.1.1 1630330787 installed <13>Dec 25 03:17:42 rpmi: libpng-devel-1.6.37-alt1 sisyphus+275734.100.2.1 1624788812 installed Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.12750 + 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.12750 + 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 -flto=auto -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -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] 65 | 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] 114 | 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] 43 | 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 -flto=auto -march=i586 -mtune=generic -O2 -Wall -D_GNU_SOURCE -c -o bmp.o bmp.c bmp.c: In function 'fh_bmp_id': bmp.c:51:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 51 | read(fd, id, 2); | ^~~~~~~~~~~~~~~ bmp.c: In function 'fetch_pallete': bmp.c:66:17: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 66 | read(fd, buff, 4); | ^~~~~~~~~~~~~~~~~ bmp.c: In function 'fh_bmp_load': bmp.c:89:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 89 | read(fd, buff, 4); | ^~~~~~~~~~~~~~~~~ bmp.c:95:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 95 | read(fd, buff, 2); | ^~~~~~~~~~~~~~~~~ bmp.c:104:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 104 | read(fd, buff, 1); | ^~~~~~~~~~~~~~~~~ bmp.c:120:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 120 | read(fd, buff, 1); | ^~~~~~~~~~~~~~~~~ bmp.c:136:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 136 | read(fd, buff, skip); | ^~~~~~~~~~~~~~~~~~~~ bmp.c:147:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 147 | read(fd, buff, 1); | ^~~~~~~~~~~~~~~~~ bmp.c:158:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 158 | read(fd, buff, 1); | ^~~~~~~~~~~~~~~~~ bmp.c:165:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 165 | read(fd, buff, skip); | ^~~~~~~~~~~~~~~~~~~~ bmp.c:176:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 176 | read(fd, buff, 1); | ^~~~~~~~~~~~~~~~~ bmp.c:182:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 182 | read(fd, buff, skip); | ^~~~~~~~~~~~~~~~~~~~ bmp.c:195:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 195 | read(fd, buff, 3); | ^~~~~~~~~~~~~~~~~ bmp.c:201:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 201 | read(fd, buff, skip); | ^~~~~~~~~~~~~~~~~~~~ bmp.c: In function 'fh_bmp_getsize': bmp.c:226:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 226 | read(fd, size, 4); | ^~~~~~~~~~~~~~~~~ bmp.c:229:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 229 | 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 -flto=auto -march=i586 -mtune=generic -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] 45 | 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 -flto=auto -march=i586 -mtune=generic -O2 -Wall -D_GNU_SOURCE -c -o main.o main.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 -flto=auto -march=i586 -mtune=generic -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] 27 | 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] 65 | assert(cr=(unsigned char*) malloc(dx*dy*3)); p=cr; | ^~ transforms.c: In function 'rotate': transforms.c:93:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 93 | assert(n = (unsigned char*) malloc(ox * oy * 3)); | ^ transforms.c: In function 'alpha_rotate': transforms.c:143:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 143 | 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 -flto=auto -march=i586 -mtune=generic -O2 -Wall -D_GNU_SOURCE -c -o png.o png.c png.c: In function 'fh_png_load': png.c:108:31: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] 108 | fbptr = buffer; | ^ png.c:114:54: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 114 | unsigned char *trp = rp; | ^~ png.c:131:31: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] 131 | 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] 41 | 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 -flto=auto -march=i586 -mtune=generic -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 -flto=auto -march=i586 -mtune=generic -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.12750 + 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/lib 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) verify-elf: WARNING: ./usr/bin/fbv: uses non-LFS functions: fopen lseek mmap open Processing files: fbv-1.0b-alt2.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.49817 + 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.coTDWO find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lIP0aD find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.11), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libgif.so.4 >= set:jgr7ccu9aWZ1j3jcUVC3, libjpeg.so.62 >= set:jfvZgUYgm1WcNFYdT6Zpru, libpng16.so.16 >= set:lgOKYIugJ8W6A1wDVl8PO6o4iHmqkk45x58S2721YPClP1, libpng16.so.16(PNG16_0), 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.N9LLKd 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.ZZ3a3t find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3I211b find-requires: running scripts (debuginfo) Requires: fbv = 1.0b-alt2.1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgif.so.4), debug(libjpeg.so.62), debug(libpng16.so.16) Adding to fbv-debuginfo a strict dependency on fbv Wrote: /usr/src/RPM/RPMS/i586/fbv-1.0b-alt2.1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/fbv-debuginfo-1.0b-alt2.1.i586.rpm (w2.lzdio) 1.25user 0.63system 0:06.03elapsed 31%CPU (0avgtext+0avgdata 30072maxresident)k 0inputs+0outputs (0major+201414minor)pagefaults 0swaps 3.69user 3.47system 0:10.62elapsed 67%CPU (0avgtext+0avgdata 103476maxresident)k 64inputs+0outputs (30018major+444796minor)pagefaults 0swaps --- fbv-1.0b-alt2.1.i586.rpm.repo 2019-03-02 08:42:33.000000000 +0000 +++ fbv-1.0b-alt2.1.i586.rpm.hasher 2021-12-25 03:17:49.823003124 +0000 @@ -9,4 +9,6 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.11) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -20,3 +22,3 @@ Provides: fbv = 1.0b-alt2.1:sisyphus+223396.100.1.1 -File: /usr/bin/fbv 100755 root:root 571d9ae28ca77cb0f6a3a6f99615878c +File: /usr/bin/fbv 100755 root:root 577fc252fc514120e4d2241d3a244328 File: /usr/share/doc/fbv-1.0b 40755 root:root @@ -26,2 +28,2 @@ File: /usr/share/man/man1/fbv.1.xz 100644 root:root a95df8bf4333d0fc7a08e7da32da7b38 -RPMIdentity: b8dd41a8f324bf2dad33b7742818d83862e6e284a818adf2684140f27de6f13c5e4100f60213e4e8338405480ea65b58817da8c93c478a29820f0ab3d5f8235b +RPMIdentity: f1c411260c0e4a23499336416bcaadc3445a387403b8ca1bbb44ff27aa0a2571f8e2f2090bb980334548cc19a6ea2c031ac9e31db7c7a6a74338ec8e777acf34 --- fbv-debuginfo-1.0b-alt2.1.i586.rpm.repo 2019-03-02 08:42:33.000000000 +0000 +++ fbv-debuginfo-1.0b-alt2.1.i586.rpm.hasher 2021-12-25 03:17:49.896004384 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/64 40755 root:root -/usr/lib/debug/.build-id/64/fcf721c98e6afd062b038d386b42ab2ed27ccd 120777 root:root ../../../../bin/fbv -/usr/lib/debug/.build-id/64/fcf721c98e6afd062b038d386b42ab2ed27ccd.debug 120777 root:root ../../usr/bin/fbv.debug +/usr/lib/debug/.build-id/76 40755 root:root +/usr/lib/debug/.build-id/76/a042a1832bfcce3869f318d262f54fe7ac8a19 120777 root:root ../../../../bin/fbv +/usr/lib/debug/.build-id/76/a042a1832bfcce3869f318d262f54fe7ac8a19.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/64 40755 root:root -File: /usr/lib/debug/.build-id/64/fcf721c98e6afd062b038d386b42ab2ed27ccd 120777 root:root ../../../../bin/fbv -File: /usr/lib/debug/.build-id/64/fcf721c98e6afd062b038d386b42ab2ed27ccd.debug 120777 root:root ../../usr/bin/fbv.debug -File: /usr/lib/debug/usr/bin/fbv.debug 100644 root:root 85304817bc0b911fbdb48b8ffafa8a3f +File: /usr/lib/debug/.build-id/76 40755 root:root +File: /usr/lib/debug/.build-id/76/a042a1832bfcce3869f318d262f54fe7ac8a19 120777 root:root ../../../../bin/fbv +File: /usr/lib/debug/.build-id/76/a042a1832bfcce3869f318d262f54fe7ac8a19.debug 120777 root:root ../../usr/bin/fbv.debug +File: /usr/lib/debug/usr/bin/fbv.debug 100644 root:root 734097817f3298bdbf0c76666a9f19e1 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: d048e8576458a43ee799f1ea9513b97cae329b54d6623fd763dc263a04f9a98688f2256bd51ef2bc953215fba83847364ac7a6827321ce0de9a1af9cd10ec15b +RPMIdentity: daff3aadf570f0a481a3f7270ad2f5ae199f59cd1a6a299220776af52bc8f2577028df82a13981de1c4303b32d30958d88db029b338dd482261da5b3c4dc278e