<86>May 2 01:30:28 userdel[3104337]: delete user 'rooter' <86>May 2 01:30:28 userdel[3104337]: removed group 'rooter' owned by 'rooter' <86>May 2 01:30:28 groupadd[3104355]: group added to /etc/group: name=rooter, GID=915 <86>May 2 01:30:28 groupadd[3104355]: group added to /etc/gshadow: name=rooter <86>May 2 01:30:28 groupadd[3104355]: new group: name=rooter, GID=915 <86>May 2 01:30:28 useradd[3104366]: new user: name=rooter, UID=915, GID=915, home=/root, shell=/bin/bash <86>May 2 01:30:28 userdel[3104383]: delete user 'builder' <86>May 2 01:30:28 userdel[3104383]: removed group 'builder' owned by 'builder' <86>May 2 01:30:28 userdel[3104383]: removed shadow group 'builder' owned by 'builder' <86>May 2 01:30:28 groupadd[3104396]: group added to /etc/group: name=builder, GID=916 <86>May 2 01:30:28 groupadd[3104396]: group added to /etc/gshadow: name=builder <86>May 2 01:30:28 groupadd[3104396]: new group: name=builder, GID=916 <86>May 2 01:30:28 useradd[3104408]: new user: name=builder, UID=916, GID=916, home=/usr/src, shell=/bin/bash <13>May 2 01:30:29 rpmi: libpng16-1.6.37-alt1 sisyphus+275734.100.2.1 1624788826 installed <13>May 2 01:30:29 rpmi: zlib-devel-1.2.12-alt1 sisyphus+298590.100.1.1 1650147041 installed <13>May 2 01:30:29 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>May 2 01:30:29 rpmi: libstdc++11-devel-11.2.1-alt2 sisyphus+291192.100.1.1 1638461683 installed <13>May 2 01:30:30 rpmi: gcc11-c++-11.2.1-alt2 sisyphus+291192.100.1.1 1638461683 installed <13>May 2 01:30:30 rpmi: gcc-c++-11-alt1 sisyphus+285602.400.1.1 1632238564 installed <13>May 2 01:30:30 rpmi: libpng-devel-1.6.37-alt1 sisyphus+275734.100.2.1 1624788826 installed <13>May 2 01:30:30 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.90884 + 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.90884 + 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 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 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 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 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 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 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 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 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 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 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 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 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_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_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 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.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 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 -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 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 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 -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 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 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 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 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 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.36196 + 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 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 :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.36196 + 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.58358 + 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.zhQD4E 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.s7eyXd 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.4)(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.VRfO2l 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.2r732y find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.C5042k 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) 36.39user 3.55system 0:16.95elapsed 235%CPU (0avgtext+0avgdata 144676maxresident)k 0inputs+0outputs (0major+1192191minor)pagefaults 0swaps 39.41user 6.25system 0:21.92elapsed 208%CPU (0avgtext+0avgdata 144676maxresident)k 168inputs+0outputs (30692major+1458870minor)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 2022-05-02 01:30:48.589264039 +0000 @@ -29,3 +29,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 9e3ced3fd831c9ba47d6c495bf425867 File: /usr/share/doc/ocrad-0.28 40755 root:root @@ -38,2 +38,2 @@ File: /usr/share/man/man1/ocrad.1.xz 100644 root:root 0f73be26c9d5d0711fcfae38f6dc37f5 -RPMIdentity: 6c5a5ee8ff4297fe2bf338cedcff1057472b2dcfe35d6f795b3ee78bf14e6dea38431402ce47b9c062de13941e983b6c2c1aefb75e8e1d37d71e45d5d5272a36 +RPMIdentity: 26ee44391abdfe8094bedabd9ebd66b8f5c31424753f1fbe43c812e0c069163d8172c36724a8f66d979d2a686e677795d069ff5d04382f8de59421f507c30632 --- 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 2022-05-02 01:30:49.021268544 +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/f6 40755 root:root +/usr/lib/debug/.build-id/f6/5d5541b595061f7ae2786ab9e49b7137580043 120777 root:root ../../../../bin/ocrad +/usr/lib/debug/.build-id/f6/5d5541b595061f7ae2786ab9e49b7137580043.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/f6 40755 root:root +File: /usr/lib/debug/.build-id/f6/5d5541b595061f7ae2786ab9e49b7137580043 120777 root:root ../../../../bin/ocrad +File: /usr/lib/debug/.build-id/f6/5d5541b595061f7ae2786ab9e49b7137580043.debug 120777 root:root ../../usr/bin/ocrad.debug +File: /usr/lib/debug/usr/bin/ocrad.debug 100644 root:root da31113480dd3c15ca36f9d87604f258 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: b9ca958b61ab64c8102004ae36b45c43de78aad07661b9665970a057b89eb7c3d7f6089f9f469125d9e07d8270fa370230009de893074c0dac3b513f19acb447