<86>Nov 3 00:28:31 userdel[2612513]: delete user 'rooter' <86>Nov 3 00:28:31 groupadd[2612536]: group added to /etc/group: name=rooter, GID=951 <86>Nov 3 00:28:31 groupadd[2612536]: group added to /etc/gshadow: name=rooter <86>Nov 3 00:28:31 groupadd[2612536]: new group: name=rooter, GID=951 <86>Nov 3 00:28:31 useradd[2612552]: new user: name=rooter, UID=951, GID=951, home=/root, shell=/bin/bash <86>Nov 3 00:28:31 userdel[2612578]: delete user 'builder' <86>Nov 3 00:28:31 userdel[2612578]: removed group 'builder' owned by 'builder' <86>Nov 3 00:28:31 userdel[2612578]: removed shadow group 'builder' owned by 'builder' <86>Nov 3 00:28:31 groupadd[2612595]: group added to /etc/group: name=builder, GID=952 <86>Nov 3 00:28:31 groupadd[2612595]: group added to /etc/gshadow: name=builder <86>Nov 3 00:28:31 groupadd[2612595]: new group: name=builder, GID=952 <86>Nov 3 00:28:31 useradd[2612605]: new user: name=builder, UID=952, GID=952, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/ocrad-0.27-alt1.src.rpm: The use of such a license name is ambiguous: GPL <13>Nov 3 00:28:32 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Nov 3 00:28:32 rpmi: libstdc++11-devel-11.2.1-alt1 sisyphus+285602.200.1.1 1632233545 installed <13>Nov 3 00:28:33 rpmi: gcc11-c++-11.2.1-alt1 sisyphus+285602.200.1.1 1632233545 installed <13>Nov 3 00:28:33 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-alt1.nosrc.rpm (w1.gzdio) Installing ocrad-0.27-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.82231 + 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.82231 + 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' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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.38487 + 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) /usr/bin/strip: ./usr/lib64/st9pyhrS/common.o: plugin needed to handle lto object process-lto: ERROR: ./usr/lib64/libocrad.a: contains __gnu_lto_slim only. 061-brp-strip-lto.brp: Most likely this file contains GIMPLE bytecode that should NOT be packaged 061-brp-strip-lto.brp: since its format can change between GCC versions. 061-brp-strip-lto.brp: Use -ffat-lto-objects option to package machine code in static libraries, e.g. 061-brp-strip-lto.brp: %{?optflags_lto:%global optflags_lto %optflags_lto -ffat-lto-objects} 061-brp-strip-lto.brp: Alternatively, you might want to stop packaging static libraries 061-brp-strip-lto.brp: or disable link-time optimization for this package. error: Bad exit status from /usr/src/tmp/rpm-tmp.38487 (%install) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.38487 (%install) Command exited with non-zero status 1 18.84user 1.98system 0:05.52elapsed 376%CPU (0avgtext+0avgdata 114452maxresident)k 0inputs+0outputs (0major+687383minor)pagefaults 0swaps hsh-rebuild: rebuild of `ocrad-0.27-alt1.src.rpm' failed. Command exited with non-zero status 1 21.61user 4.13system 0:09.77elapsed 263%CPU (0avgtext+0avgdata 114452maxresident)k 0inputs+0outputs (30594major+877784minor)pagefaults 0swaps