<86>Jun 6 01:14:16 userdel[395485]: delete user 'rooter' <86>Jun 6 01:14:16 userdel[395485]: removed group 'rooter' owned by 'rooter' <86>Jun 6 01:14:16 userdel[395485]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 6 01:14:16 groupadd[395490]: group added to /etc/group: name=rooter, GID=990 <86>Jun 6 01:14:16 groupadd[395490]: group added to /etc/gshadow: name=rooter <86>Jun 6 01:14:16 groupadd[395490]: new group: name=rooter, GID=990 <86>Jun 6 01:14:16 useradd[395495]: new user: name=rooter, UID=990, GID=990, home=/root, shell=/bin/bash <86>Jun 6 01:14:16 userdel[395502]: delete user 'builder' <86>Jun 6 01:14:16 userdel[395502]: removed group 'builder' owned by 'builder' <86>Jun 6 01:14:16 userdel[395502]: removed shadow group 'builder' owned by 'builder' <86>Jun 6 01:14:16 groupadd[395507]: group added to /etc/group: name=builder, GID=991 <86>Jun 6 01:14:16 groupadd[395507]: group added to /etc/gshadow: name=builder <86>Jun 6 01:14:16 groupadd[395507]: new group: name=builder, GID=991 <86>Jun 6 01:14:16 useradd[395511]: new user: name=builder, UID=991, GID=991, home=/usr/src, shell=/bin/bash <13>Jun 6 01:14:17 rpmi: libpng16-1.6.37-alt1 sisyphus+275734.100.2.1 1624788826 installed <13>Jun 6 01:14:17 rpmi: zlib-devel-1.2.12-alt1 sisyphus+298590.100.1.1 1650147041 installed <13>Jun 6 01:14:17 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Jun 6 01:14:17 rpmi: libstdc++12-devel-12.1.1-alt1 sisyphus+300988.100.1.1 1654028265 installed <13>Jun 6 01:14:18 rpmi: gcc12-c++-12.1.1-alt1 sisyphus+300988.100.1.1 1654028265 installed <13>Jun 6 01:14:18 rpmi: gcc-c++-12-alt1 sisyphus+300988.300.1.1 1654033053 installed <13>Jun 6 01:14:18 rpmi: libpng-devel-1.6.37-alt1 sisyphus+275734.100.2.1 1624788826 installed <13>Jun 6 01:14:18 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.23838 + 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.23838 + 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 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 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_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 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 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 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 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 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 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.42646 + 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.42646 + 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.63570 + 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.vn5cGy 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.uBRPkG 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.SPNQcl 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.5zuacT find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TvXn9q 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) 35.44user 3.00system 0:12.60elapsed 305%CPU (0avgtext+0avgdata 130720maxresident)k 0inputs+0outputs (0major+1122670minor)pagefaults 0swaps 38.43user 5.56system 0:17.40elapsed 252%CPU (0avgtext+0avgdata 130720maxresident)k 168inputs+0outputs (30846major+1388319minor)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-06-06 01:14:32.450175550 +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 04f6e87c79f42bc02435c25c5b6fb870 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: cd1fe81d77eb4332dff404aac15ba703000ed53b4659dbc2ce467d773270f00f1dc71b80ae89a4679e831a5173c957c38666ea4e10f9e821643eea5597b5294a --- 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-06-06 01:14:32.509176362 +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/4f 40755 root:root +/usr/lib/debug/.build-id/4f/59680703f5d11287e6aae902b3824855239b46 120777 root:root ../../../../bin/ocrad +/usr/lib/debug/.build-id/4f/59680703f5d11287e6aae902b3824855239b46.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/4f 40755 root:root +File: /usr/lib/debug/.build-id/4f/59680703f5d11287e6aae902b3824855239b46 120777 root:root ../../../../bin/ocrad +File: /usr/lib/debug/.build-id/4f/59680703f5d11287e6aae902b3824855239b46.debug 120777 root:root ../../usr/bin/ocrad.debug +File: /usr/lib/debug/usr/bin/ocrad.debug 100644 root:root 80ba2a918fee3539347acca901fc792d 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: b23db0d5e467848d077abf4c1ac92a177d28b8612146584f3d9ac169136d36d25b1a2b3507c99ea0d8216df809fdbe2c4196a60a5d966429da1320cebd8a7ae0