<86>Dec 13 09:53:40 userdel[1221948]: delete user 'rooter' <86>Dec 13 09:53:40 userdel[1221948]: removed group 'rooter' owned by 'rooter' <86>Dec 13 09:53:40 userdel[1221948]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 13 09:53:41 groupadd[1221960]: group added to /etc/group: name=rooter, GID=687 <86>Dec 13 09:53:41 groupadd[1221960]: group added to /etc/gshadow: name=rooter <86>Dec 13 09:53:41 groupadd[1221960]: new group: name=rooter, GID=687 <86>Dec 13 09:53:41 useradd[1221968]: new user: name=rooter, UID=687, GID=687, home=/root, shell=/bin/bash <86>Dec 13 09:53:41 userdel[1221991]: delete user 'builder' <86>Dec 13 09:53:41 userdel[1221991]: removed group 'builder' owned by 'builder' <86>Dec 13 09:53:41 userdel[1221991]: removed shadow group 'builder' owned by 'builder' <86>Dec 13 09:53:41 groupadd[1222006]: group added to /etc/group: name=builder, GID=688 <86>Dec 13 09:53:41 groupadd[1222006]: group added to /etc/gshadow: name=builder <86>Dec 13 09:53:41 groupadd[1222006]: new group: name=builder, GID=688 <86>Dec 13 09:53:41 useradd[1222014]: new user: name=builder, UID=688, GID=688, 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>Dec 13 09:53:42 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed <13>Dec 13 09:53:43 rpmi: libstdc++8-devel-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587912 installed <13>Dec 13 09:53:44 rpmi: gcc8-c++-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587912 installed <13>Dec 13 09:53:44 rpmi: gcc-c++-8-alt2 p9+246536.100.3.1 1582643803 installed <13>Dec 13 09:53:44 rpmi: lzip-1.21-alt1 sisyphus+219508.200.1.1 1547661383 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/ocrad-0.25-alt1.nosrc.rpm Installing ocrad-0.25-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.77877 + 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.77877 + 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 -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.25' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o common.o common.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o segment.o segment.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o mask.o mask.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o rational.o rational.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o rectangle.o rectangle.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o track.o track.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o iso_8859.o iso_8859.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -c -o user_filter.o user_filter.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o page_image.o page_image.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o page_image_io.o page_image_io.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o bitmap.o bitmap.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o blob.o blob.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o profile.o profile.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o feats.o feats.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o feats_test0.o feats_test0.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o feats_test1.o feats_test1.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o character.o character.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o character_r11.o character_r11.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o character_r12.o character_r12.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o character_r13.o character_r13.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o textline.o textline.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -c -o textblock.o textblock.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o textpage.o textpage.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o arg_parser.o arg_parser.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DPROGVERSION=\"0.25\" -c -o main.o main.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -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.99039 + 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/lib 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/lib" ] ; then /bin/install -p -d -m 755 "/usr/src/tmp/ocrad-buildroot/usr/lib" ; 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/lib/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/lib: 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) verify-elf: WARNING: ./usr/bin/ocrad: uses non-LFS functions: fopen Hardlinking identical .pyc and .pyo files Processing files: ocrad-0.25-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.67522 + 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.pKivj1 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.hyvmh5 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.3.4), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(GLIBC_2.0), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.1), libstdc++.so.6(CXXABI_1.3.9), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.21), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.73sAmw 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.Mv9ikn find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4GsJnr find-requires: running scripts (debuginfo) Requires: ocrad = 0.25-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libstdc++.so.6) warning: Installed (but unpackaged) file(s) found: /usr/include/ocradlib.h /usr/lib/libocrad.a Wrote: /usr/src/RPM/RPMS/i586/ocrad-0.25-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/ocrad-debuginfo-0.25-alt1.i586.rpm 25.19user 1.73system 0:30.94elapsed 87%CPU (0avgtext+0avgdata 87812maxresident)k 0inputs+0outputs (0major+734017minor)pagefaults 0swaps 29.94user 3.91system 0:37.87elapsed 89%CPU (0avgtext+0avgdata 115620maxresident)k 160inputs+0outputs (0major+1032327minor)pagefaults 0swaps --- ocrad-0.25-alt1.i586.rpm.repo 2015-12-09 22:59:10.000000000 +0000 +++ ocrad-0.25-alt1.i586.rpm.hasher 2020-12-13 09:54:17.369508572 +0000 @@ -18,2 +18,3 @@ Requires: libstdc++.so.6(CXXABI_1.3.1) +Requires: libstdc++.so.6(CXXABI_1.3.9) Requires: libstdc++.so.6(GLIBCXX_3.4)