<86>Sep  9 08:32:48 userdel[2527726]: delete user 'rooter'
<86>Sep  9 08:32:48 userdel[2527726]: removed group 'rooter' owned by 'rooter'
<86>Sep  9 08:32:48 userdel[2527726]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep  9 08:32:48 groupadd[2527737]: group added to /etc/group: name=rooter, GID=543
<86>Sep  9 08:32:48 groupadd[2527737]: group added to /etc/gshadow: name=rooter
<86>Sep  9 08:32:48 groupadd[2527737]: new group: name=rooter, GID=543
<86>Sep  9 08:32:48 useradd[2527744]: new user: name=rooter, UID=543, GID=543, home=/root, shell=/bin/bash
<86>Sep  9 08:32:48 userdel[2527759]: delete user 'builder'
<86>Sep  9 08:32:48 userdel[2527759]: removed group 'builder' owned by 'builder'
<86>Sep  9 08:32:48 userdel[2527759]: removed shadow group 'builder' owned by 'builder'
<86>Sep  9 08:32:48 groupadd[2527770]: group added to /etc/group: name=builder, GID=544
<86>Sep  9 08:32:48 groupadd[2527770]: group added to /etc/gshadow: name=builder
<86>Sep  9 08:32:48 groupadd[2527770]: new group: name=builder, GID=544
<86>Sep  9 08:32:48 useradd[2527781]: new user: name=builder, UID=544, GID=544, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/hfalg-1.20-alt1.src.rpm: license not found in '/usr/share/license' directory: Freely
/usr/src/in/srpm/hfalg-1.20-alt1.src.rpm: license not found in '/usr/share/license' directory: distributable
warning: user victor does not exist - using root
warning: group victor does not exist - using root
warning: user victor does not exist - using root
warning: group victor does not exist - using root
<13>Sep  9 08:32:51 rpmi: libjpeg-2:2.0.2-alt1 sisyphus+226996.100.1.1 1554902907 installed
<13>Sep  9 08:32:51 rpmi: libjpeg-devel-2:2.0.2-alt1 sisyphus+226996.100.1.1 1554902907 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/hfalg-1.20-alt1.nosrc.rpm
Installing hfalg-1.20-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.97576
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf hfalg-1.20
+ /bin/mkdir -p hfalg-1.20
+ cd hfalg-1.20
+ /bin/chmod -c -Rf u+rwX,go-w .
+ cp /usr/src/RPM/SOURCES/hfalg.c .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.49474
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd hfalg-1.20
+ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic hfalg.c -o hfalg -ljpeg -lm
hfalg.c: In function 'forkBuffer':
hfalg.c:57:7: warning: unused variable 'i' [-Wunused-variable]
   57 |   int i;
      |       ^
hfalg.c: In function 'minmax3':
hfalg.c:323:8: warning: unused variable 'ntmp' [-Wunused-variable]
  323 |    int ntmp;
      |        ^~~~
hfalg.c: In function 'minmax4':
hfalg.c:427:8: warning: unused variable 'ntmp' [-Wunused-variable]
  427 |    int ntmp;
      |        ^~~~
hfalg.c:426:8: warning: unused variable 'nlow' [-Wunused-variable]
  426 |    int nlow = 255;
      |        ^~~~
hfalg.c:425:8: warning: unused variable 'nhigh' [-Wunused-variable]
  425 |    int nhigh = 0;
      |        ^~~~~
hfalg.c:424:8: warning: unused variable 'mag' [-Wunused-variable]
  424 |    int mag = vectorLength( r, g, b );
      |        ^~~
hfalg.c: In function 'ela':
hfalg.c:726:7: warning: unused variable 'i' [-Wunused-variable]
  726 |   int i;
      |       ^
hfalg.c: In function 'usage':
hfalg.c:52:1: warning: control reaches end of non-void function [-Wreturn-type]
   52 | }
      | ^
hfalg.c: In function 'forkBuffer':
hfalg.c:113:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  113 |   write( fd1[1], acBuffer, sizeof( char ) * iTotalRead );
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hfalg.c: In function 'minmax1':
hfalg.c:213:1: warning: control reaches end of non-void function [-Wreturn-type]
  213 | }
      | ^
hfalg.c: In function 'minmax5':
hfalg.c:278:1: warning: control reaches end of non-void function [-Wreturn-type]
  278 | }
      | ^
hfalg.c: In function 'minmax3':
hfalg.c:382:1: warning: control reaches end of non-void function [-Wreturn-type]
  382 | }
      | ^
hfalg.c: In function 'minmax4':
hfalg.c:465:1: warning: control reaches end of non-void function [-Wreturn-type]
  465 | }
      | ^
hfalg.c: In function 'minmax2':
hfalg.c:570:1: warning: control reaches end of non-void function [-Wreturn-type]
  570 | }
      | ^
hfalg.c: In function 'maxcolor':
hfalg.c:921:1: warning: control reaches end of non-void function [-Wreturn-type]
  921 | }
      | ^
hfalg.c: In function 'mincolor':
hfalg.c:973:1: warning: control reaches end of non-void function [-Wreturn-type]
  973 | }
      | ^
hfalg.c: In function 'midcolor':
hfalg.c:1025:1: warning: control reaches end of non-void function [-Wreturn-type]
 1025 | }
      | ^
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.44322
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/hfalg-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/hfalg-buildroot
+ cd hfalg-1.20
+ install -Dpm 755 hfalg /usr/src/tmp/hfalg-buildroot//usr/bin/hfalg
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/hfalg-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/hfalg-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/hfalg-buildroot/ (default)
Compressing files in /usr/src/tmp/hfalg-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/hfalg-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/bin/hfalg: uses non-LFS functions: fcntl fopen
Hardlinking identical .pyc and .pyo files
Processing files: hfalg-1.20-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Do5iXS
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.FvQ6tT
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,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.28), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libjpeg.so.62 >= set:jfgjDuQy7QMbH0ReiLgoTzaZLHPlOTZfWC7, libm.so.6(GLIBC_2.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.YcpH5S
Creating hfalg-debuginfo package
Processing files: hfalg-debuginfo-1.20-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CWNliW
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.F0oP5W
find-requires: running scripts (debuginfo)
Requires: hfalg = 1.20-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libjpeg.so.62), debug(libm.so.6)
Wrote: /usr/src/RPM/RPMS/i586/hfalg-1.20-alt1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/hfalg-debuginfo-1.20-alt1.i586.rpm
4.06user 1.07system 0:09.05elapsed 56%CPU (0avgtext+0avgdata 29764maxresident)k
0inputs+0outputs (0major+155260minor)pagefaults 0swaps
/.out/hfalg-1.20-alt1.i586.rpm: license not found in '/usr/share/license' directory: Freely
/.out/hfalg-1.20-alt1.i586.rpm: license not found in '/usr/share/license' directory: distributable
/.out/hfalg-debuginfo-1.20-alt1.i586.rpm: license not found in '/usr/share/license' directory: Freely
/.out/hfalg-debuginfo-1.20-alt1.i586.rpm: license not found in '/usr/share/license' directory: distributable
10.10user 6.76system 0:19.77elapsed 85%CPU (0avgtext+0avgdata 110344maxresident)k
496inputs+0outputs (0major+434931minor)pagefaults 0swaps
--- hfalg-1.20-alt1.i586.rpm.repo	2011-03-15 13:43:17.000000000 +0000
+++ hfalg-1.20-alt1.i586.rpm.hasher	2020-09-09 08:33:04.230066918 +0000
@@ -4,2 +4,3 @@
 Requires: libc.so.6(GLIBC_2.1)  
+Requires: libc.so.6(GLIBC_2.28)  
 Requires: libc.so.6(GLIBC_2.3.4)