<86>May 25 04:16:56 userdel[3213280]: delete user 'rooter' <86>May 25 04:16:56 groupadd[3213331]: group added to /etc/group: name=rooter, GID=555 <86>May 25 04:16:56 groupadd[3213331]: group added to /etc/gshadow: name=rooter <86>May 25 04:16:56 groupadd[3213331]: new group: name=rooter, GID=555 <86>May 25 04:16:56 useradd[3213335]: new user: name=rooter, UID=555, GID=555, home=/root, shell=/bin/bash <86>May 25 04:16:56 userdel[3213364]: delete user 'builder' <86>May 25 04:16:56 userdel[3213364]: removed group 'builder' owned by 'builder' <86>May 25 04:16:56 userdel[3213364]: removed shadow group 'builder' owned by 'builder' <86>May 25 04:16:56 groupadd[3213378]: group added to /etc/group: name=builder, GID=556 <86>May 25 04:16:56 groupadd[3213378]: group added to /etc/gshadow: name=builder <86>May 25 04:16:56 groupadd[3213378]: new group: name=builder, GID=556 <86>May 25 04:16:56 useradd[3213392]: new user: name=builder, UID=556, GID=556, 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>May 25 04:16:58 rpmi: gcc-c++-common-1.4.24-alt3 sisyphus+243033.100.1.1 1576462403 installed <13>May 25 04:16:59 rpmi: libstdc++9-devel-9.3.1-alt1 sisyphus+251917.40.3.1 1589811833 installed <13>May 25 04:16:59 rpmi: gcc9-c++-9.3.1-alt1 sisyphus+251917.40.3.1 1589811833 installed <13>May 25 04:16:59 rpmi: gcc-c++-9-alt2 sisyphus+251923.100.2.2 1589881406 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocrad-0.27-alt1.nosrc.rpm 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.19812 + 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.19812 + 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 -j8 'CXXFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' make: Entering directory '/usr/src/RPM/BUILD/ocrad-0.27' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -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 -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' 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 -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.18248 + 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.27 + /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/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 /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/lib64" ] ; then /bin/install -p -d -m 755 "/usr/src/tmp/ocrad-buildroot/usr/lib64" ; 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/lib64/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" 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 /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.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) 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: 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) Hardlinking identical .pyc and .pyo files Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.18248 + 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-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.22958 + 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.5MwaC8 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.cUY785 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,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.4)(64bit), libgcc_s.so.1(GCC_3.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), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.q7fVb8 Creating ocrad-debuginfo package Processing files: ocrad-debuginfo-0.27-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TJw1J4 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KhaGR7 find-requires: running scripts (debuginfo) Requires: ocrad = 0.27-alt1, /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-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/ocrad-debuginfo-0.27-alt1.x86_64.rpm 24.00user 1.85system 0:17.67elapsed 146%CPU (0avgtext+0avgdata 131104maxresident)k 0inputs+0outputs (0major+808611minor)pagefaults 0swaps /.out/ocrad-0.27-alt1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/ocrad-debuginfo-0.27-alt1.x86_64.rpm: The use of such a license name is ambiguous: GPL 28.66user 4.43system 0:26.19elapsed 126%CPU (0avgtext+0avgdata 131104maxresident)k 0inputs+0outputs (0major+1117047minor)pagefaults 0swaps