<86>Aug  9 04:32:18 userdel[708125]: delete user 'rooter'
<86>Aug  9 04:32:18 groupadd[708259]: group added to /etc/group: name=rooter, GID=651
<86>Aug  9 04:32:18 groupadd[708259]: new group: name=rooter, GID=651
<86>Aug  9 04:32:18 useradd[708333]: new user: name=rooter, UID=651, GID=651, home=/root, shell=/bin/bash
<86>Aug  9 04:32:18 userdel[708444]: delete user 'builder'
<86>Aug  9 04:32:18 groupadd[708538]: group added to /etc/group: name=builder, GID=652
<86>Aug  9 04:32:18 groupadd[708538]: group added to /etc/gshadow: name=builder
<86>Aug  9 04:32:18 groupadd[708538]: new group: name=builder, GID=652
<86>Aug  9 04:32:18 useradd[708752]: new user: name=builder, UID=652, GID=652, home=/usr/src, shell=/bin/bash
warning: user hacker does not exist - using root
warning: group hacker does not exist - using root
warning: user hacker does not exist - using root
warning: group hacker does not exist - using root
warning: user hacker does not exist - using root
warning: group hacker does not exist - using root
warning: user hacker does not exist - using root
warning: group hacker does not exist - using root
<13>Aug  9 04:32:21 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed
<13>Aug  9 04:32:22 rpmi: libstdc++8-devel-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587756 installed
<13>Aug  9 04:32:23 rpmi: gcc8-c++-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587756 installed
<13>Aug  9 04:32:23 rpmi: gcc-c++-8-alt2 p9+246536.100.3.1 1582643803 installed
<13>Aug  9 04:32:23 rpmi: lzip-1.21-alt1 sisyphus+219508.200.1.1 1547661379 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/ocrad-0.25-alt1.nosrc.rpm
Installing ocrad-0.25-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.37013
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ocrad-0.25
+ echo 'Source #0 (ocrad-0.25.tar.lz):'
Source #0 (ocrad-0.25.tar.lz):
+ /bin/tar -xf /usr/src/RPM/SOURCES/ocrad-0.25.tar.lz
+ cd ocrad-0.25
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.37013
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocrad-0.25
+ ./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++
CPPFLAGS = 
CXXFLAGS = -Wall -W -O2
LDFLAGS = 
OK. Now you can run make.
+ make 'CXXFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2'
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.25'
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o common.o common.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o segment.o segment.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o mask.o mask.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o rational.o rational.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o rectangle.o rectangle.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o track.o track.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o iso_8859.o iso_8859.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -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]
               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'
               if( accent == ':' ) return CADIAER; break;
                                                   ^~~~~
ucs.cc:107:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
               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'
               if( accent == ':' ) return CEDIAER; break;
                                                   ^~~~~
ucs.cc:113:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
               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'
               if( accent == ':' ) return CIDIAER; break;
                                                   ^~~~~
ucs.cc:118:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
               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'
               if( accent == ':' ) return CODIAER; break;
                                                   ^~~~~
ucs.cc:124:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
               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'
               if( accent == ':' ) return CUDIAER; break;
                                                   ^~~~~
ucs.cc:126:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
               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'
               if( accent == ':' ) return CYDIAER; break;
                                                   ^~~~~
ucs.cc:131:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
               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'
               if( accent == ':' ) return SADIAER; break;
                                                   ^~~~~
ucs.cc:135:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
               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'
               if( accent == ':' ) return SEDIAER; break;
                                                   ^~~~~
ucs.cc:144:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
               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'
               if( accent == ':' ) return SIDIAER; break;
                                                   ^~~~~
ucs.cc:149:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
               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'
               if( accent == ':' ) return SODIAER; break;
                                                   ^~~~~
ucs.cc:155:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
               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'
               if( accent == ':' ) return SUDIAER; break;
                                                   ^~~~~
ucs.cc:157:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
               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'
               if( accent == ':' ) return SYDIAER; break;
                                                   ^~~~~
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o user_filter.o user_filter.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o page_image.o page_image.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o page_image_io.o page_image_io.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o bitmap.o bitmap.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o blob.o blob.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o profile.o profile.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o feats.o feats.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o feats_test0.o feats_test0.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o feats_test1.o feats_test1.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o character.o character.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o character_r11.o character_r11.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o character_r12.o character_r12.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o character_r13.o character_r13.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o textline.o textline.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -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]
                     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'
                     if( c1.bottom() < c2.bottom() - 2 ) continue; break;
                                                                   ^~~~~
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o textblock.o textblock.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o textpage.o textpage.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o arg_parser.o arg_parser.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -DPROGVERSION=\"0.25\" -c -o main.o main.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -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 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
g++ -pipe -frecord-gcc-switches -Wall -g -O2  -c -o ocradlib.o ocradlib.cc
ocradlib.cc: In function 'int OCRAD_set_image(OCRAD_Descriptor*, const OCRAD_Pixmap*, bool)':
ocradlib.cc:113:15: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=]
   catch( std::bad_alloc )
               ^~~~~~~~~
ocradlib.cc: In function 'int OCRAD_set_image_from_file(OCRAD_Descriptor*, const char*, bool)':
ocradlib.cc:139:15: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=]
   catch( std::bad_alloc )
               ^~~~~~~~~
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 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.25'
+ make check
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.25'
g++ -Wall -W -O2  -DPROGVERSION=\"0.25\" -c -o ocradcheck.o ocradcheck.cc
g++ -Wall -W -O2  -o ocradcheck ocradcheck.o libocrad.a
testing ocrad-0.25............................
tests completed successfully.
make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.25'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.36570
+ 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
+ cd ocrad-0.25
+ /usr/bin/make 'INSTALL=/bin/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 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.25'
if [ ! -d "/usr/src/tmp/ocrad-buildroot/usr/bin" ] ; then /bin/install -p -d -m 755 "/usr/src/tmp/ocrad-buildroot/usr/bin" ; fi
if [ ! -d "/usr/src/tmp/ocrad-buildroot/usr/include" ] ; then /bin/install -p -d -m 755 "/usr/src/tmp/ocrad-buildroot/usr/include" ; fi
if [ ! -d "/usr/src/tmp/ocrad-buildroot/usr/lib64" ] ; then /bin/install -p -d -m 755 "/usr/src/tmp/ocrad-buildroot/usr/lib64" ; fi
/bin/install -p -m 755 ./ocrad "/usr/src/tmp/ocrad-buildroot/usr/bin/ocrad"
/bin/install -p -m 644 ./ocradlib.h "/usr/src/tmp/ocrad-buildroot/usr/include/ocradlib.h"
/bin/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 /bin/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"*
/bin/install -p -m 644 ./doc/ocrad.info "/usr/src/tmp/ocrad-buildroot/usr/share/info/ocrad.info"
install-info --info-dir="/usr/src/tmp/ocrad-buildroot/usr/share/info" "/usr/src/tmp/ocrad-buildroot/usr/share/info/ocrad.info"
/bin/sh: install-info: command not found
make: [Makefile:136: install-info] Error 127 (ignored)
if [ ! -d "/usr/src/tmp/ocrad-buildroot/usr/share/man/man1" ] ; then /bin/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"*
/bin/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.25'
+ make install-man DESTDIR=/usr/src/tmp/ocrad-buildroot
make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.25'
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.25'
+ /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)
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:
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)
Hardlinking identical .pyc and .pyo files
Processing files: ocrad-0.25-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.79896
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocrad-0.25
+ DOCDIR=/usr/src/tmp/ocrad-buildroot/usr/share/doc/ocrad-0.25
+ export DOCDIR
+ rm -rf /usr/src/tmp/ocrad-buildroot/usr/share/doc/ocrad-0.25
+ /bin/mkdir -p /usr/src/tmp/ocrad-buildroot/usr/share/doc/ocrad-0.25
+ cp -prL AUTHORS ChangeLog INSTALL NEWS README /usr/src/tmp/ocrad-buildroot/usr/share/doc/ocrad-0.25
+ chmod -R go-w /usr/src/tmp/ocrad-buildroot/usr/share/doc/ocrad-0.25
+ chmod -R a+rX /usr/src/tmp/ocrad-buildroot/usr/share/doc/ocrad-0.25
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ypq9fp
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.8TL3iM
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.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), libgcc_s.so.1(GCC_3.0)(64bit), libstdc++.so.6(CXXABI_1.3)(64bit), libstdc++.so.6(CXXABI_1.3.1)(64bit), libstdc++.so.6(CXXABI_1.3.9)(64bit), libstdc++.so.6(GLIBCXX_3.4)(64bit), libstdc++.so.6(GLIBCXX_3.4.21)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ad48sc
Creating ocrad-debuginfo package
Processing files: ocrad-debuginfo-0.25-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2eccNF
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.20jddc
find-requires: running scripts (debuginfo)
Requires: ocrad = 0.25-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libgcc_s.so.1), debug64(libstdc++.so.6)
warning: Installed (but unpackaged) file(s) found:
    /usr/include/ocradlib.h
    /usr/lib64/libocrad.a
Wrote: /usr/src/RPM/RPMS/x86_64/ocrad-0.25-alt1.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/ocrad-debuginfo-0.25-alt1.x86_64.rpm
23.16user 1.91system 0:35.19elapsed 71%CPU (0avgtext+0avgdata 129088maxresident)k
0inputs+0outputs (0major+800840minor)pagefaults 0swaps
29.39user 4.42system 0:45.24elapsed 74%CPU (0avgtext+0avgdata 129088maxresident)k
160inputs+0outputs (0major+1106790minor)pagefaults 0swaps
--- ocrad-0.25-alt1.x86_64.rpm.repo	2015-12-09 22:59:07.000000000 +0000
+++ ocrad-0.25-alt1.x86_64.rpm.hasher	2020-08-09 04:33:01.926228807 +0000
@@ -17,2 +17,3 @@
 Requires: libstdc++.so.6(CXXABI_1.3.1)(64bit)  
+Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit)  
 Requires: libstdc++.so.6(GLIBCXX_3.4)(64bit)