<86>Jan 3 01:19:49 userdel[220420]: delete user 'rooter' <86>Jan 3 01:19:49 userdel[220420]: removed group 'rooter' owned by 'rooter' <86>Jan 3 01:19:49 groupadd[220436]: group added to /etc/group: name=rooter, GID=993 <86>Jan 3 01:19:49 groupadd[220436]: group added to /etc/gshadow: name=rooter <86>Jan 3 01:19:49 groupadd[220436]: new group: name=rooter, GID=993 <86>Jan 3 01:19:49 useradd[220450]: new user: name=rooter, UID=993, GID=993, home=/root, shell=/bin/bash <86>Jan 3 01:19:49 userdel[220464]: delete user 'builder' <86>Jan 3 01:19:49 userdel[220464]: removed group 'builder' owned by 'builder' <86>Jan 3 01:19:49 groupadd[220473]: group added to /etc/group: name=builder, GID=994 <86>Jan 3 01:19:49 groupadd[220473]: group added to /etc/gshadow: name=builder <86>Jan 3 01:19:49 groupadd[220473]: new group: name=builder, GID=994 <86>Jan 3 01:19:49 useradd[220486]: new user: name=builder, UID=994, GID=994, home=/usr/src, shell=/bin/bash <13>Jan 3 01:19:50 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Jan 3 01:19:50 rpmi: libstdc++11-devel-11.2.1-alt2 sisyphus+291192.100.1.1 1638461683 installed <13>Jan 3 01:19:51 rpmi: gcc11-c++-11.2.1-alt2 sisyphus+291192.100.1.1 1638461683 installed <13>Jan 3 01:19:51 rpmi: gcc-c++-11-alt1 sisyphus+285602.400.1.1 1632238564 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocrad-0.27-alt2.nosrc.rpm (w1.gzdio) Installing ocrad-0.27-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.91312 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocrad-0.27 + echo 'Source #0 (ocrad-0.27.tar):' Source #0 (ocrad-0.27.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocrad-0.27.tar + cd ocrad-0.27 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.91312 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocrad-0.27 + ./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 -j16 'CXXFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -DPROGVERSION=\"0.27\" -c -o main.o main.cc make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' ar -crs 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.27' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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 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 make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.27' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.22965 + 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.27 + /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 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.27' 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.27' + make install-man DESTDIR=/usr/src/tmp/ocrad-buildroot make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' 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.27' + /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 :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.22965 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocrad-0.27 + make check make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' g++ -Wall -W -O2 -DPROGVERSION=\"0.27\" -c -o ocradcheck.o ocradcheck.cc g++ -Wall -W -O2 -o ocradcheck ocradcheck.o libocrad.a testing ocrad-0.27... tests completed successfully. make: Leaving directory '/usr/src/RPM/BUILD/ocrad-0.27' + exit 0 Processing files: ocrad-0.27-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.53315 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocrad-0.27 + DOCDIR=/usr/src/tmp/ocrad-buildroot/usr/share/doc/ocrad-0.27 + export DOCDIR + rm -rf /usr/src/tmp/ocrad-buildroot/usr/share/doc/ocrad-0.27 + /bin/mkdir -p /usr/src/tmp/ocrad-buildroot/usr/share/doc/ocrad-0.27 + cp -prL AUTHORS ChangeLog INSTALL NEWS README /usr/src/tmp/ocrad-buildroot/usr/share/doc/ocrad-0.27 + chmod -R go-w /usr/src/tmp/ocrad-buildroot/usr/share/doc/ocrad-0.27 + chmod -R a+rX /usr/src/tmp/ocrad-buildroot/usr/share/doc/ocrad-0.27 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.g26T6P 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.iPssrB 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.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.4)(64bit), libgcc_s.so.1(GCC_3.0)(64bit), libgcc_s.so.1(GCC_3.3.1)(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) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6wxqxW Creating ocrad-debuginfo package Processing files: ocrad-debuginfo-0.27-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YCIfO1 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ze7Xyk find-requires: running scripts (debuginfo) Requires: ocrad = 0.27-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libgcc_s.so.1), 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.27-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocrad-debuginfo-0.27-alt2.x86_64.rpm (w2.lzdio) 38.22user 3.51system 0:19.34elapsed 215%CPU (0avgtext+0avgdata 142844maxresident)k 0inputs+0outputs (0major+1144600minor)pagefaults 0swaps 41.58user 6.43system 0:25.22elapsed 190%CPU (0avgtext+0avgdata 142844maxresident)k 0inputs+0outputs (30500major+1411193minor)pagefaults 0swaps --- ocrad-0.27-alt2.x86_64.rpm.repo 2021-11-11 04:40:22.000000000 +0000 +++ ocrad-0.27-alt2.x86_64.rpm.hasher 2022-01-03 01:20:13.066042169 +0000 @@ -25,3 +25,3 @@ Provides: ocrad = 0.27-alt2:sisyphus+289369.100.1.1 -File: /usr/bin/ocrad 100755 root:root 68598e545119e9e8937618c585100f98 +File: /usr/bin/ocrad 100755 root:root 5759dae8680901cfc7ae2ae1ed8260ac File: /usr/share/doc/ocrad-0.27 40755 root:root @@ -34,2 +34,2 @@ File: /usr/share/man/man1/ocrad.1.xz 100644 root:root ab9a989c9aea1293a266743b046b156c -RPMIdentity: 930203c249b3e87102c05f383f40bb6a1195b5af0218738f628f3e24f6296c2eff308484050a437eff1d04d289a6a07800933e37501865b0c50d189dadb3be43 +RPMIdentity: c82ad31050fa43e841d9d22b6bfcb07bb79c637e3a13dd387b3de16383f633864b9b86bb11b5295e9ccf691a29dab0eb0e58d3aa994c7218a155f712e0132fee --- ocrad-debuginfo-0.27-alt2.x86_64.rpm.repo 2021-11-11 04:40:22.000000000 +0000 +++ ocrad-debuginfo-0.27-alt2.x86_64.rpm.hasher 2022-01-03 01:20:13.139042890 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/f0 40755 root:root -/usr/lib/debug/.build-id/f0/2212a233c284db3df372807c98587747feafe4 120777 root:root ../../../../bin/ocrad -/usr/lib/debug/.build-id/f0/2212a233c284db3df372807c98587747feafe4.debug 120777 root:root ../../usr/bin/ocrad.debug +/usr/lib/debug/.build-id/83 40755 root:root +/usr/lib/debug/.build-id/83/84b870e624e61ddf7fba97999344d24e57ba30 120777 root:root ../../../../bin/ocrad +/usr/lib/debug/.build-id/83/84b870e624e61ddf7fba97999344d24e57ba30.debug 120777 root:root ../../usr/bin/ocrad.debug /usr/lib/debug/usr/bin/ocrad.debug 100644 root:root @@ -60,6 +60,6 @@ Provides: ocrad-debuginfo = 0.27-alt2:sisyphus+289369.100.1.1 -File: /usr/lib/debug/.build-id/f0 40755 root:root -File: /usr/lib/debug/.build-id/f0/2212a233c284db3df372807c98587747feafe4 120777 root:root ../../../../bin/ocrad -File: /usr/lib/debug/.build-id/f0/2212a233c284db3df372807c98587747feafe4.debug 120777 root:root ../../usr/bin/ocrad.debug -File: /usr/lib/debug/usr/bin/ocrad.debug 100644 root:root ceb374a05867d2ee9b696a0f188b7ee4 +File: /usr/lib/debug/.build-id/83 40755 root:root +File: /usr/lib/debug/.build-id/83/84b870e624e61ddf7fba97999344d24e57ba30 120777 root:root ../../../../bin/ocrad +File: /usr/lib/debug/.build-id/83/84b870e624e61ddf7fba97999344d24e57ba30.debug 120777 root:root ../../usr/bin/ocrad.debug +File: /usr/lib/debug/usr/bin/ocrad.debug 100644 root:root 1e01fe66f81c69b7e2146eff40f185cc File: /usr/src/debug/ocrad-0.27 40755 root:root @@ -113,2 +113,2 @@ File: /usr/src/debug/ocrad-0.27/user_filter.h 100644 root:root 485cb48d50f65f468f77546269f12cd3 -RPMIdentity: d984ced5687016d4bfeb8cd0bf21dc8a2954e0da45292c32021c65a3b877d91032265ba18fb598bae149a24851b295e4990ddab6604df34f07252f8b1e9cddc4 +RPMIdentity: 03078c818cc4ea3f981cf1d030e0e8daadb5afac6ab8fc8ac7d17ef5e3cc5f049dd34080c452355aa3d8184ba267615dbe1c9f581fd0d2bf009c09a3cd28decd