<86>Nov 10 01:49:44 userdel[3227561]: delete user 'rooter'
<86>Nov 10 01:49:44 userdel[3227561]: removed group 'rooter' owned by 'rooter'
<86>Nov 10 01:49:44 userdel[3227561]: removed shadow group 'rooter' owned by 'rooter'
<86>Nov 10 01:49:44 groupadd[3227571]: group added to /etc/group: name=rooter, GID=1829
<86>Nov 10 01:49:44 groupadd[3227571]: group added to /etc/gshadow: name=rooter
<86>Nov 10 01:49:44 groupadd[3227571]: new group: name=rooter, GID=1829
<86>Nov 10 01:49:44 useradd[3227577]: new user: name=rooter, UID=1829, GID=1829, home=/root, shell=/bin/bash, from=none
<86>Nov 10 01:49:44 userdel[3227588]: delete user 'builder'
<86>Nov 10 01:49:44 userdel[3227588]: removed group 'builder' owned by 'builder'
<86>Nov 10 01:49:44 userdel[3227588]: removed shadow group 'builder' owned by 'builder'
<86>Nov 10 01:49:44 groupadd[3227598]: group added to /etc/group: name=builder, GID=1830
<86>Nov 10 01:49:44 groupadd[3227598]: group added to /etc/gshadow: name=builder
<86>Nov 10 01:49:44 groupadd[3227598]: new group: name=builder, GID=1830
<86>Nov 10 01:49:44 useradd[3227604]: new user: name=builder, UID=1830, GID=1830, home=/usr/src, shell=/bin/bash, from=none
<13>Nov 10 01:49:47 rpmi: libpng16-1.6.40-alt1 sisyphus+323732.100.1.1 1687771851 installed
<13>Nov 10 01:49:47 rpmi: zlib-devel-1.2.13-alt1 sisyphus+309409.200.2.1 1667402043 installed
<13>Nov 10 01:49:47 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed
<13>Nov 10 01:49:47 rpmi: libstdc++13-devel-13.2.1-alt2 sisyphus+327572.100.1.1 1692472816 installed
<13>Nov 10 01:49:47 rpmi: gcc13-c++-13.2.1-alt2 sisyphus+327572.100.1.1 1692472816 installed
<13>Nov 10 01:49:47 rpmi: gcc-c++-13-alt1 sisyphus+323337.300.1.1 1687267966 installed
<13>Nov 10 01:49:47 rpmi: libpng-devel-1.6.40-alt1 sisyphus+323732.100.1.1 1687771851 installed
<13>Nov 10 01:49:47 rpmi: lzip-1.23-alt1 sisyphus+297310.100.1.1 1648302365 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/ocrad-0.28-alt1.nosrc.rpm (w1.gzdio)
Installing ocrad-0.28-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.80430
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ocrad-0.28
+ echo 'Source #0 (ocrad-0.28.tar):'
Source #0 (ocrad-0.28.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/ocrad-0.28.tar
+ cd ocrad-0.28
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.80430
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocrad-0.28
+ ./configure --prefix=/usr

creating config.status
creating Makefile
VPATH = .
prefix = /usr
exec_prefix = $(prefix)
bindir = $(exec_prefix)/bin
datarootdir = $(prefix)/share
includedir = ${prefix}/include
infodir = $(datarootdir)/info
libdir = ${exec_prefix}/lib
mandir = $(datarootdir)/man
CXX = g++
AR = ar
CPPFLAGS = 
CXXFLAGS = -Wall -W -O2
LDFLAGS = 
ARFLAGS = -rcs
LIBS = -lpng
OK. Now you can run make.
+ make -j16 'CXXFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o segment.o segment.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o ucs.o ucs.cc
ucs.cc: In function 'int UCS::compose(int, int)':
ucs.cc:103:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  103 |               if( accent == ':' ) return CADIAER; break;
      |               ^~
ucs.cc:103:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  103 |               if( accent == ':' ) return CADIAER; break;
      |                                                   ^~~~~
ucs.cc:107:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  107 |               if( accent == ':' ) return CEDIAER; break;
      |               ^~
ucs.cc:107:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  107 |               if( accent == ':' ) return CEDIAER; break;
      |                                                   ^~~~~
ucs.cc:113:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  113 |               if( accent == ':' ) return CIDIAER; break;
      |               ^~
ucs.cc:113:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  113 |               if( accent == ':' ) return CIDIAER; break;
      |                                                   ^~~~~
ucs.cc:118:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  118 |               if( accent == ':' ) return CODIAER; break;
      |               ^~
ucs.cc:118:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  118 |               if( accent == ':' ) return CODIAER; break;
      |                                                   ^~~~~
ucs.cc:124:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  124 |               if( accent == ':' ) return CUDIAER; break;
      |               ^~
ucs.cc:124:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  124 |               if( accent == ':' ) return CUDIAER; break;
      |                                                   ^~~~~
ucs.cc:126:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  126 |               if( accent == ':' ) return CYDIAER; break;
      |               ^~
ucs.cc:126:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  126 |               if( accent == ':' ) return CYDIAER; break;
      |                                                   ^~~~~
ucs.cc:131:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  131 |               if( accent == ':' ) return SADIAER; break;
      |               ^~
ucs.cc:131:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  131 |               if( accent == ':' ) return SADIAER; break;
      |                                                   ^~~~~
ucs.cc:135:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  135 |               if( accent == ':' ) return SEDIAER; break;
      |               ^~
ucs.cc:135:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  135 |               if( accent == ':' ) return SEDIAER; break;
      |                                                   ^~~~~
ucs.cc:144:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  144 |               if( accent == ':' ) return SIDIAER; break;
      |               ^~
ucs.cc:144:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  144 |               if( accent == ':' ) return SIDIAER; break;
      |                                                   ^~~~~
ucs.cc:149:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  149 |               if( accent == ':' ) return SODIAER; break;
      |               ^~
ucs.cc:149:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  149 |               if( accent == ':' ) return SODIAER; break;
      |                                                   ^~~~~
ucs.cc:155:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  155 |               if( accent == ':' ) return SUDIAER; break;
      |               ^~
ucs.cc:155:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  155 |               if( accent == ':' ) return SUDIAER; break;
      |                                                   ^~~~~
ucs.cc:157:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  157 |               if( accent == ':' ) return SYDIAER; break;
      |               ^~
ucs.cc:157:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  157 |               if( accent == ':' ) return SYDIAER; break;
      |                                                   ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o rectangle.o rectangle.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o iso_8859.o iso_8859.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o mask.o mask.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o common.o common.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o rational.o rational.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o track.o track.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o feats_test1.o feats_test1.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o user_filter.o user_filter.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o png_io.o png_io.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o page_image_io.o page_image_io.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o feats.o feats.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o character_r13.o character_r13.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o blob.o blob.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o profile.o profile.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o character_r12.o character_r12.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o character_r11.o character_r11.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o bitmap.o bitmap.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o feats_test0.o feats_test0.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o character.o character.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o ocradlib.o ocradlib.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -DPROGVERSION=\"0.28\" -c -o main.o main.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o arg_parser.o arg_parser.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o textline.o textline.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o page_image.o page_image.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o textline_r2.o textline_r2.cc
textline_r2.cc: In member function 'void Textline::recognize2(const Charset&)':
textline_r2.cc:499:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  499 |                     if( c1.bottom() < c2.bottom() - 2 ) continue; break;
      |                     ^~
textline_r2.cc:499:67: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  499 |                     if( c1.bottom() < c2.bottom() - 2 ) continue; break;
      |                                                                   ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o textblock.o textblock.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -c -o textpage.o textpage.cc
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
ar -rcs libocrad.a common.o segment.o mask.o rational.o rectangle.o track.o iso_8859.o ucs.o user_filter.o page_image.o page_image_io.o png_io.o bitmap.o blob.o profile.o feats.o feats_test0.o feats_test1.o character.o character_r11.o character_r12.o character_r13.o textline.o textline_r2.o textblock.o textpage.o ocradlib.o
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects  -o ocrad common.o segment.o mask.o rational.o rectangle.o track.o iso_8859.o ucs.o user_filter.o page_image.o page_image_io.o png_io.o bitmap.o blob.o profile.o feats.o feats_test0.o feats_test1.o character.o character_r11.o character_r12.o character_r13.o textline.o textline_r2.o textblock.o textpage.o arg_parser.o main.o -lpng
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.90964
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocrad-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/ocrad-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd ocrad-0.28
+ /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/ocrad-buildroot/usr exec_prefix=/usr/src/tmp/ocrad-buildroot/usr bindir=/usr/src/tmp/ocrad-buildroot/usr/bin sbindir=/usr/src/tmp/ocrad-buildroot/usr/sbin sysconfdir=/usr/src/tmp/ocrad-buildroot/etc datadir=/usr/src/tmp/ocrad-buildroot/usr/share includedir=/usr/src/tmp/ocrad-buildroot/usr/include libdir=/usr/src/tmp/ocrad-buildroot/usr/lib64 libexecdir=/usr/src/tmp/ocrad-buildroot/usr/lib localstatedir=/usr/src/tmp/ocrad-buildroot/var/lib runstatedir=/usr/src/tmp/ocrad-buildroot/var/run sharedstatedir=/usr/src/tmp/ocrad-buildroot/var/lib mandir=/usr/src/tmp/ocrad-buildroot/usr/share/man infodir=/usr/src/tmp/ocrad-buildroot/usr/share/info install
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
if [ ! -d "/usr/src/tmp/ocrad-buildroot/usr/bin" ] ; then /usr/libexec/rpm-build/install -p -d -m 755 "/usr/src/tmp/ocrad-buildroot/usr/bin" ; fi
if [ ! -d "/usr/src/tmp/ocrad-buildroot/usr/include" ] ; then /usr/libexec/rpm-build/install -p -d -m 755 "/usr/src/tmp/ocrad-buildroot/usr/include" ; fi
if [ ! -d "/usr/src/tmp/ocrad-buildroot/usr/lib64" ] ; then /usr/libexec/rpm-build/install -p -d -m 755 "/usr/src/tmp/ocrad-buildroot/usr/lib64" ; fi
/usr/libexec/rpm-build/install -p -m 755 ./ocrad "/usr/src/tmp/ocrad-buildroot/usr/bin/ocrad"
/usr/libexec/rpm-build/install -p -m 644 ./ocradlib.h "/usr/src/tmp/ocrad-buildroot/usr/include/ocradlib.h"
/usr/libexec/rpm-build/install -p -m 644 ./libocrad.a "/usr/src/tmp/ocrad-buildroot/usr/lib64/libocrad.a"
if [ ! -d "/usr/src/tmp/ocrad-buildroot/usr/share/info" ] ; then /usr/libexec/rpm-build/install -p -d -m 755 "/usr/src/tmp/ocrad-buildroot/usr/share/info" ; fi
rm -f "/usr/src/tmp/ocrad-buildroot/usr/share/info/ocrad.info"*
/usr/libexec/rpm-build/install -p -m 644 ./doc/ocrad.info "/usr/src/tmp/ocrad-buildroot/usr/share/info/ocrad.info"
if /bin/sh -c "install-info --version" > /dev/null 2>&1 ; then \
  install-info --info-dir="/usr/src/tmp/ocrad-buildroot/usr/share/info" "/usr/src/tmp/ocrad-buildroot/usr/share/info/ocrad.info" ; \
fi
if [ ! -d "/usr/src/tmp/ocrad-buildroot/usr/share/man/man1" ] ; then /usr/libexec/rpm-build/install -p -d -m 755 "/usr/src/tmp/ocrad-buildroot/usr/share/man/man1" ; fi
rm -f "/usr/src/tmp/ocrad-buildroot/usr/share/man/man1/ocrad.1"*
/usr/libexec/rpm-build/install -p -m 644 ./doc/ocrad.1 "/usr/src/tmp/ocrad-buildroot/usr/share/man/man1/ocrad.1"
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
+ make install-man DESTDIR=/usr/src/tmp/ocrad-buildroot
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
if [ ! -d "/usr/src/tmp/ocrad-buildroot/usr/share/man/man1" ] ; then install -d -m 755 "/usr/src/tmp/ocrad-buildroot/usr/share/man/man1" ; fi
rm -f "/usr/src/tmp/ocrad-buildroot/usr/share/man/man1/ocrad.1"*
install -m 644 ./doc/ocrad.1 "/usr/src/tmp/ocrad-buildroot/usr/share/man/man1/ocrad.1"
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/ocrad-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/ocrad-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/ocrad-buildroot/ (default)
Compressing files in /usr/src/tmp/ocrad-buildroot (auto)
Verifying info files in /usr/src/tmp/ocrad-buildroot/usr/share/info (normal)
Adjusting library links in /usr/src/tmp/ocrad-buildroot
./usr/lib64: (from <cmdline>:0)
Verifying ELF objects in /usr/src/tmp/ocrad-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.2454
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocrad-0.28
+ make check
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.28'
g++  -Wall -W -O2 -DPROGVERSION=\"0.28\" -c -o ocradcheck.o ocradcheck.cc
g++ -Wall -W -O2  -o ocradcheck arg_parser.o ocradcheck.o libocrad.a -lpng
testing ocrad-0.28...
tests completed successfully.
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.28'
+ exit 0
Processing files: ocrad-0.28-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.9942
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocrad-0.28
+ DOCDIR=/usr/src/tmp/ocrad-buildroot/usr/share/doc/ocrad-0.28
+ export DOCDIR
+ rm -rf /usr/src/tmp/ocrad-buildroot/usr/share/doc/ocrad-0.28
+ /bin/mkdir -p /usr/src/tmp/ocrad-buildroot/usr/share/doc/ocrad-0.28
+ cp -prL AUTHORS ChangeLog INSTALL NEWS README /usr/src/tmp/ocrad-buildroot/usr/share/doc/ocrad-0.28
+ chmod -R go-w /usr/src/tmp/ocrad-buildroot/usr/share/doc/ocrad-0.28
+ chmod -R a+rX /usr/src/tmp/ocrad-buildroot/usr/share/doc/ocrad-0.28
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2J1kum
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.9yRq5P
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.34)(64bit), libc.so.6(GLIBC_2.38)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libgcc_s.so.1(GCC_3.0)(64bit), libgcc_s.so.1(GCC_3.3.1)(64bit), libpng16.so.16()(64bit) >= set:lgOK4cFpyvn61Ixb7vt6X6J1mnBaZgxJvuwFZ6wCg2bXQKume2M07db0, libpng16.so.16(PNG16_0)(64bit), libstdc++.so.6(CXXABI_1.3)(64bit), libstdc++.so.6(CXXABI_1.3.9)(64bit), libstdc++.so.6(GLIBCXX_3.4)(64bit), libstdc++.so.6(GLIBCXX_3.4.21)(64bit), libstdc++.so.6(GLIBCXX_3.4.29)(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.RnQXWk
Creating ocrad-debuginfo package
Processing files: ocrad-debuginfo-0.28-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XRBiJ0
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Vw2gyP
find-requires: running scripts (debuginfo)
Requires: ocrad = 0.28-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libgcc_s.so.1), debug64(libpng16.so.16), debug64(libstdc++.so.6)
Adding to ocrad-debuginfo a strict dependency on ocrad
warning: Installed (but unpackaged) file(s) found:
    /usr/include/ocradlib.h
    /usr/lib64/libocrad.a
Wrote: /usr/src/RPM/RPMS/x86_64/ocrad-0.28-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/ocrad-debuginfo-0.28-alt1.x86_64.rpm (w2.lzdio)
37.15user 4.07system 0:13.47elapsed 306%CPU (0avgtext+0avgdata 129880maxresident)k
0inputs+0outputs (0major+1176709minor)pagefaults 0swaps
2.81user 1.26system 0:20.71elapsed 19%CPU (0avgtext+0avgdata 127460maxresident)k
0inputs+0outputs (0major+208782minor)pagefaults 0swaps
--- ocrad-0.28-alt1.x86_64.rpm.repo	2022-01-26 02:26:17.000000000 +0000
+++ ocrad-0.28-alt1.x86_64.rpm.hasher	2023-11-10 01:50:03.381288173 +0000
@@ -15,3 +15,5 @@
 Requires: libc.so.6(GLIBC_2.34)(64bit)  
+Requires: libc.so.6(GLIBC_2.38)(64bit)  
 Requires: libc.so.6(GLIBC_2.4)(64bit)  
+Requires: libc.so.6(GLIBC_2.7)(64bit)  
 Requires: libgcc_s.so.1(GCC_3.0)(64bit)  
@@ -29,3 +31,3 @@
 Provides: ocrad = 0.28-alt1:sisyphus+294108.100.1.1
-File: /usr/bin/ocrad	100755	root:root	deba87202ae612a7b23840328e0c68de	
+File: /usr/bin/ocrad	100755	root:root	db6ddc4d537f4cf57166bdb603ee790a	
 File: /usr/share/doc/ocrad-0.28	40755	root:root		
@@ -38,2 +40,2 @@
 File: /usr/share/man/man1/ocrad.1.xz	100644	root:root	0f73be26c9d5d0711fcfae38f6dc37f5	
-RPMIdentity: 6c5a5ee8ff4297fe2bf338cedcff1057472b2dcfe35d6f795b3ee78bf14e6dea38431402ce47b9c062de13941e983b6c2c1aefb75e8e1d37d71e45d5d5272a36
+RPMIdentity: cfef406daf32a27950e7937bd54bb87925d4675aa9573434717801a567f4d071ac6d519b99f013130ee901dd4fb18dbc24c47120dffd509be9c91d1ff8c6c883
--- ocrad-debuginfo-0.28-alt1.x86_64.rpm.repo	2022-01-26 02:26:17.000000000 +0000
+++ ocrad-debuginfo-0.28-alt1.x86_64.rpm.hasher	2023-11-10 01:50:03.440289028 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/0d	40755	root:root	
-/usr/lib/debug/.build-id/0d/c66246aa0eba2b908a49ae1fb42e3872877c30	120777	root:root	../../../../bin/ocrad
-/usr/lib/debug/.build-id/0d/c66246aa0eba2b908a49ae1fb42e3872877c30.debug	120777	root:root	../../usr/bin/ocrad.debug
+/usr/lib/debug/.build-id/85	40755	root:root	
+/usr/lib/debug/.build-id/85/02abc3682df2f1dbba8c8db10279a99d8e3427	120777	root:root	../../../../bin/ocrad
+/usr/lib/debug/.build-id/85/02abc3682df2f1dbba8c8db10279a99d8e3427.debug	120777	root:root	../../usr/bin/ocrad.debug
 /usr/lib/debug/usr/bin/ocrad.debug	100644	root:root	
@@ -62,6 +62,6 @@
 Provides: ocrad-debuginfo = 0.28-alt1:sisyphus+294108.100.1.1
-File: /usr/lib/debug/.build-id/0d	40755	root:root		
-File: /usr/lib/debug/.build-id/0d/c66246aa0eba2b908a49ae1fb42e3872877c30	120777	root:root		../../../../bin/ocrad
-File: /usr/lib/debug/.build-id/0d/c66246aa0eba2b908a49ae1fb42e3872877c30.debug	120777	root:root		../../usr/bin/ocrad.debug
-File: /usr/lib/debug/usr/bin/ocrad.debug	100644	root:root	fe0433fd2849a9895e1b58ab4d8f4376	
+File: /usr/lib/debug/.build-id/85	40755	root:root		
+File: /usr/lib/debug/.build-id/85/02abc3682df2f1dbba8c8db10279a99d8e3427	120777	root:root		../../../../bin/ocrad
+File: /usr/lib/debug/.build-id/85/02abc3682df2f1dbba8c8db10279a99d8e3427.debug	120777	root:root		../../usr/bin/ocrad.debug
+File: /usr/lib/debug/usr/bin/ocrad.debug	100644	root:root	b720573d7041aa22cc5fbd3fc8fe8740	
 File: /usr/src/debug/ocrad-0.28	40755	root:root		
@@ -116,2 +116,2 @@
 File: /usr/src/debug/ocrad-0.28/user_filter.h	100644	root:root	025357c60b1adedf6ea02cf7bc564482	
-RPMIdentity: 4c9228e8965d902b3370e4f2567f574252452f14691223acc459d36387da34bb5beb96a4f559f2490be6876b875ce9d26dd1da50c04bd577feab2240eedc1448
+RPMIdentity: df5a3999557ebe513af569743614867ec381b3850703ba0b71c5b676b1749e3b6f4e59524a629d6507518e0b3daaa1821041f4daf39e58c15742671f6d709f0c