<86>Jun 18 04:50:45 userdel[575547]: delete user 'rooter'
<86>Jun 18 04:50:45 userdel[575547]: removed group 'rooter' owned by 'rooter'
<86>Jun 18 04:50:45 userdel[575547]: removed shadow group 'rooter' owned by 'rooter'
<86>Jun 18 04:50:45 groupadd[575562]: group added to /etc/group: name=rooter, GID=966
<86>Jun 18 04:50:45 groupadd[575562]: group added to /etc/gshadow: name=rooter
<86>Jun 18 04:50:45 groupadd[575562]: new group: name=rooter, GID=966
<86>Jun 18 04:50:45 useradd[575577]: new user: name=rooter, UID=966, GID=966, home=/root, shell=/bin/bash
<86>Jun 18 04:50:45 userdel[575591]: delete user 'builder'
<86>Jun 18 04:50:45 userdel[575591]: removed group 'builder' owned by 'builder'
<86>Jun 18 04:50:45 userdel[575591]: removed shadow group 'builder' owned by 'builder'
<86>Jun 18 04:50:45 groupadd[575602]: group added to /etc/group: name=builder, GID=967
<86>Jun 18 04:50:45 groupadd[575602]: group added to /etc/gshadow: name=builder
<86>Jun 18 04:50:45 groupadd[575602]: new group: name=builder, GID=967
<86>Jun 18 04:50:45 useradd[575616]: new user: name=builder, UID=967, GID=967, home=/usr/src, shell=/bin/bash
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/libdmtx-0.7.5-alt2.nosrc.rpm (w1.gzdio)
Installing libdmtx-0.7.5-alt2.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.76499
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf libdmtx-0.7.5
+ echo 'Source #0 (libdmtx-0.7.5.tar):'
Source #0 (libdmtx-0.7.5.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/libdmtx-0.7.5.tar
+ cd libdmtx-0.7.5
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.76499
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libdmtx-0.7.5
+ autoreconf -fisv
autoreconf-default: Entering directory `.'
autoreconf-default: configure.ac: not using Gettext
autoreconf-default: running: aclocal --force -I m4
aclocal-default: warning: couldn't open directory 'm4': No such file or directory
autoreconf-default: configure.ac: tracing
autoreconf-default: running: libtoolize --force --install
libtoolize-default: putting auxiliary files in '.'.
libtoolize-default: linking file './config.guess'
libtoolize-default: linking file './config.sub'
libtoolize-default: linking file './install-sh'
libtoolize-default: linking file './ltmain.sh'
libtoolize-default: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize-default: linking file 'm4/libtool.m4'
libtoolize-default: linking file 'm4/ltoptions.m4'
libtoolize-default: linking file 'm4/ltsugar.m4'
libtoolize-default: linking file 'm4/ltversion.m4'
libtoolize-default: linking file 'm4/lt~obsolete.m4'
autoreconf-default: configure.ac: not using Intltool
autoreconf-default: configure.ac: not using gtk-doc
autoreconf-default: running: /usr/bin/autoconf-2.60 --force
autoreconf-default: running: /usr/bin/autoheader-2.60 --force
autoreconf-default: running: automake --add-missing --force-missing
configure.ac:13: installing './compile'
configure.ac:2: installing './missing'
Makefile.am: installing './depcomp'
autoreconf-default: Leaving directory `.'
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -march=i586 -mtune=generic'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -march=i586 -mtune=generic'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -march=i586 -mtune=generic'
+ export FFLAGS
+ FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -march=i586 -mtune=generic'
+ export FCFLAGS
+ '[' -n '' ']'
++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -march=i586 -mtune=generic'
++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g'
+ ASFLAGS=' -march=i586 -mtune=generic'
+ export ASFLAGS
+ export lt_cv_deplibs_check_method=pass_all
+ lt_cv_deplibs_check_method=pass_all
+ readlink -e -- ./configure
+ xargs -ri dirname -- '{}'
+ xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n'
+ sort -u
+ xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess
+ ./configure --build=i586-alt-linux --host=i586-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext
configure: WARNING: unrecognized options: --without-included-gettext
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for i586-alt-linux-gcc... i586-alt-linux-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i586-alt-linux-gcc accepts -g... yes
checking for i586-alt-linux-gcc option to accept ISO C89... none needed
checking whether i586-alt-linux-gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of i586-alt-linux-gcc... none
checking build system type... i586-alt-linux-gnu
checking host system type... i586-alt-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by i586-alt-linux-gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert i586-alt-linux-gnu file names to i586-alt-linux-gnu format... func_convert_file_noop
checking how to convert i586-alt-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for i586-alt-linux-file... no
checking for file... file
checking for i586-alt-linux-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for i586-alt-linux-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for i586-alt-linux-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for i586-alt-linux-strip... no
checking for strip... strip
checking for i586-alt-linux-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from i586-alt-linux-gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for i586-alt-linux-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... i586-alt-linux-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if i586-alt-linux-gcc supports -fno-rtti -fno-exceptions... no
checking for i586-alt-linux-gcc option to produce PIC... -fPIC -DPIC
checking if i586-alt-linux-gcc PIC flag -fPIC -DPIC works... yes
checking if i586-alt-linux-gcc static flag -static works... no
checking if i586-alt-linux-gcc supports -c -o file.o... yes
checking if i586-alt-linux-gcc supports -c -o file.o... (cached) yes
checking whether the i586-alt-linux-gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for library containing sin... -lm
checking for library containing cos... none required
checking for library containing atan2... none required
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for gettimeofday... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libdmtx.pc
config.status: creating test/Makefile
config.status: creating test/simple_test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --without-included-gettext
+ make -j16
make  all-recursive
Making all in .
make[2]: Entering directory '/usr/src/RPM/BUILD/libdmtx-0.7.5'
/bin/sh ./libtool  --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I.  -Wshadow -Wall -pedantic -std=c99  -Wall -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -march=i586 -mtune=generic -c -o libdmtx_la-dmtx.lo `test -f 'dmtx.c' || echo './'`dmtx.c
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -Wshadow -Wall -pedantic -std=c99 -Wall -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -march=i586 -mtune=generic -c dmtx.c  -fPIC -DPIC -o .libs/libdmtx_la-dmtx.o
In file included from dmtx.c:64:
dmtxencodescheme.c: In function 'EncodeNextChunk':
dmtxencodescheme.c:138:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  138 |    if(scheme == DmtxSchemeEdifact)
      |    ^~
dmtxencodescheme.c:74:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   74 | #define CHKERR { \
      |                ^
dmtxencodescheme.c:139:54: note: in expansion of macro 'CHKERR'
  139 |       CompleteIfDoneEdifact(stream, sizeIdxRequest); CHKERR;
      |                                                      ^~~~~~
In file included from dmtx.c:67:
dmtxencodec40textx12.c: In function 'EncodeNextChunkCTX':
dmtxencodec40textx12.c:51:14: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   51 |              for(i = 0; i < valueList.length % 3; i++)
      |              ^~~
dmtxencodec40textx12.c:18:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   18 | #define CHKERR { if(stream->status != DmtxStatusEncoding) { return; } }
      |                ^
dmtxencodec40textx12.c:52:49: note: in expansion of macro 'CHKERR'
   52 |                 StreamInputAdvancePrev(stream); CHKERR;
      |                                                 ^~~~~~
dmtxencodec40textx12.c: In function 'CompletePartialC40Text':
dmtxencodec40textx12.c:270:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  270 |       if(valueList->length == 2 && outputTmp.length == 1)
      |       ^~
dmtxencodec40textx12.c:18:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   18 | #define CHKERR { if(stream->status != DmtxStatusEncoding) { return; } }
      |                ^
dmtxencodec40textx12.c:271:42: note: in expansion of macro 'CHKERR'
  271 |          StreamInputAdvancePrev(stream); CHKERR;
      |                                          ^~~~~~
dmtxencodec40textx12.c:298:10: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  298 |          for(i = 0; i < outputTmp.length; i++)
      |          ^~~
dmtxencodec40textx12.c:18:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   18 | #define CHKERR { if(stream->status != DmtxStatusEncoding) { return; } }
      |                ^
dmtxencodec40textx12.c:299:55: note: in expansion of macro 'CHKERR'
  299 |             AppendValueAscii(stream, outputTmp.b[i]); CHKERR;
      |                                                       ^~~~~~
dmtxencodec40textx12.c: In function 'CompletePartialX12':
dmtxencodec40textx12.c:362:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  362 |       for(i = 0; i < outputTmp.length; i++)
      |       ^~~
dmtxencodec40textx12.c:18:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   18 | #define CHKERR { if(stream->status != DmtxStatusEncoding) { return; } }
      |                ^
dmtxencodec40textx12.c:363:52: note: in expansion of macro 'CHKERR'
  363 |          AppendValueAscii(stream, outputTmp.b[i]); CHKERR;
      |                                                    ^~~~~~
libtool: compile:  i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -Wshadow -Wall -pedantic -std=c99 -Wall -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -march=i586 -mtune=generic -c dmtx.c -o libdmtx_la-dmtx.o >/dev/null 2>&1
make[2]: Leaving directory '/usr/src/RPM/BUILD/libdmtx-0.7.5'
make[2]: Entering directory '/usr/src/RPM/BUILD/libdmtx-0.7.5'
/bin/sh ./libtool  --tag=CC   --mode=link i586-alt-linux-gcc -Wall -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -march=i586 -mtune=generic   -o libdmtx.la -rpath /usr/lib libdmtx_la-dmtx.lo  -lm 
libtool: link: i586-alt-linux-gcc -shared  -fPIC -DPIC  .libs/libdmtx_la-dmtx.o   -lm  -g -O2 -flto=auto -march=i586 -mtune=generic   -Wl,-soname -Wl,libdmtx.so.0 -o .libs/libdmtx.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libdmtx.so.0" && ln -s "libdmtx.so.0.0.0" "libdmtx.so.0")
libtool: link: (cd ".libs" && rm -f "libdmtx.so" && ln -s "libdmtx.so.0.0.0" "libdmtx.so")
libtool: link: ar cr .libs/libdmtx.a  libdmtx_la-dmtx.o
libtool: link: ranlib .libs/libdmtx.a
libtool: link: ( cd ".libs" && rm -f "libdmtx.la" && ln -s "../libdmtx.la" "libdmtx.la" )
make[2]: Leaving directory '/usr/src/RPM/BUILD/libdmtx-0.7.5'
Making all in test
Making all in simple_test
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all-am'.
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.38363
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/libdmtx-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/libdmtx-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd libdmtx-0.7.5
+ make install DESTDIR=/usr/src/tmp/libdmtx-buildroot INSTALL_ROOT=/usr/src/tmp/libdmtx-buildroot
make: Entering directory '/usr/src/RPM/BUILD/libdmtx-0.7.5'
Making install in .
make[1]: Entering directory '/usr/src/RPM/BUILD/libdmtx-0.7.5'
make[2]: Entering directory '/usr/src/RPM/BUILD/libdmtx-0.7.5'
 /bin/mkdir -p '/usr/src/tmp/libdmtx-buildroot/usr/lib'
 /bin/sh ./libtool   --mode=install /bin/install -c   libdmtx.la '/usr/src/tmp/libdmtx-buildroot/usr/lib'
libtool: install: /bin/install -c .libs/libdmtx.so.0.0.0 /usr/src/tmp/libdmtx-buildroot/usr/lib/libdmtx.so.0.0.0
libtool: install: (cd /usr/src/tmp/libdmtx-buildroot/usr/lib && { ln -s -f libdmtx.so.0.0.0 libdmtx.so.0 || { rm -f libdmtx.so.0 && ln -s libdmtx.so.0.0.0 libdmtx.so.0; }; })
libtool: install: (cd /usr/src/tmp/libdmtx-buildroot/usr/lib && { ln -s -f libdmtx.so.0.0.0 libdmtx.so || { rm -f libdmtx.so && ln -s libdmtx.so.0.0.0 libdmtx.so; }; })
libtool: install: /bin/install -c .libs/libdmtx.lai /usr/src/tmp/libdmtx-buildroot/usr/lib/libdmtx.la
libtool: install: /bin/install -c .libs/libdmtx.a /usr/src/tmp/libdmtx-buildroot/usr/lib/libdmtx.a
libtool: install: chmod 644 /usr/src/tmp/libdmtx-buildroot/usr/lib/libdmtx.a
libtool: install: ranlib /usr/src/tmp/libdmtx-buildroot/usr/lib/libdmtx.a
libtool: warning: remember to run 'libtool --finish /usr/lib'
 /bin/mkdir -p '/usr/src/tmp/libdmtx-buildroot/usr/include'
 /bin/install -c -m 644 dmtx.h '/usr/src/tmp/libdmtx-buildroot/usr/include'
 /bin/mkdir -p '/usr/src/tmp/libdmtx-buildroot/usr/share/man/man3'
 /bin/install -c -m 644 man/libdmtx.3 '/usr/src/tmp/libdmtx-buildroot/usr/share/man/man3'
 /bin/mkdir -p '/usr/src/tmp/libdmtx-buildroot/usr/lib/pkgconfig'
 /bin/install -c -m 644 libdmtx.pc '/usr/src/tmp/libdmtx-buildroot/usr/lib/pkgconfig'
make[2]: Leaving directory '/usr/src/RPM/BUILD/libdmtx-0.7.5'
make[1]: Leaving directory '/usr/src/RPM/BUILD/libdmtx-0.7.5'
Making install in test
make[1]: Entering directory '/usr/src/RPM/BUILD/libdmtx-0.7.5/test'
Making install in simple_test
make[2]: Entering directory '/usr/src/RPM/BUILD/libdmtx-0.7.5/test/simple_test'
make[3]: Entering directory '/usr/src/RPM/BUILD/libdmtx-0.7.5/test/simple_test'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/usr/src/RPM/BUILD/libdmtx-0.7.5/test/simple_test'
make[2]: Leaving directory '/usr/src/RPM/BUILD/libdmtx-0.7.5/test/simple_test'
make[2]: Entering directory '/usr/src/RPM/BUILD/libdmtx-0.7.5/test'
make[3]: Entering directory '/usr/src/RPM/BUILD/libdmtx-0.7.5/test'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/usr/src/RPM/BUILD/libdmtx-0.7.5/test'
make[2]: Leaving directory '/usr/src/RPM/BUILD/libdmtx-0.7.5/test'
make[1]: Leaving directory '/usr/src/RPM/BUILD/libdmtx-0.7.5/test'
make: Leaving directory '/usr/src/RPM/BUILD/libdmtx-0.7.5'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/libdmtx-buildroot (auto)
removed './usr/lib/libdmtx.la'
mode of './usr/lib/libdmtx.so.0.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/libdmtx-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
/usr/lib/pkgconfig/libdmtx.pc: Cflags: '-I${includedir}' --> ''
/usr/lib/pkgconfig/libdmtx.pc: Libs: '-L${libdir} -ldmtx' --> '-ldmtx'
Checking contents of files in /usr/src/tmp/libdmtx-buildroot/ (default)
Compressing files in /usr/src/tmp/libdmtx-buildroot (auto)
Adjusting library links in /usr/src/tmp/libdmtx-buildroot
./usr/lib: (from <cmdline>:0)
	libdmtx.so.0 -> libdmtx.so.0.0.0
Verifying ELF objects in /usr/src/tmp/libdmtx-buildroot (arch=strict,fhs=strict,lfs=strict,lint=strict,rpath=strict,stack=strict,textrel=strict,unresolved=strict)
Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.16625
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libdmtx-0.7.5
+ exit 0
Processing files: libdmtx-0.7.5-alt2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.16625
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libdmtx-0.7.5
+ DOCDIR=/usr/src/tmp/libdmtx-buildroot/usr/share/doc/libdmtx-0.7.5
+ export DOCDIR
+ rm -rf /usr/src/tmp/libdmtx-buildroot/usr/share/doc/libdmtx-0.7.5
+ /bin/mkdir -p /usr/src/tmp/libdmtx-buildroot/usr/share/doc/libdmtx-0.7.5
+ cp -prL AUTHORS LICENSE ChangeLog KNOWNBUG NEWS README README.linux TODO /usr/src/tmp/libdmtx-buildroot/usr/share/doc/libdmtx-0.7.5
+ chmod -R go-w /usr/src/tmp/libdmtx-buildroot/usr/share/doc/libdmtx-0.7.5
+ chmod -R a+rX /usr/src/tmp/libdmtx-buildroot/usr/share/doc/libdmtx-0.7.5
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Gvo5Q4
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
lib.prov: /usr/src/tmp/libdmtx-buildroot/usr/lib/libdmtx.so.0: 79 symbols, 17 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rBvBuS
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libdmtx.so.0 = set:kd4a0rW2l9okgrCkKGwn4Z77fptM96L1U6fpqBoKqBii8etnUsJeOSjVuwxKK0FzteB92dUwTewAgNRi4J0IemkQemyx3XnXVrWNl5pyWN9P9HRy0YCAJkaq9T0S8LbEw9aUHWpfZbbY8eq1EuwU1SMAoEuhSpkEwPZ0
Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.1), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JAiY7c
Creating libdmtx-debuginfo package
Processing files: libdmtx-devel-static-0.7.5-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hr2LV8
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.jfFFki
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: libdmtx = 0.7.5-alt2, glibc-devel-static
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5Zvb8K
Processing files: libdmtx-devel-0.7.5-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lzBtv2
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.iqCqa6
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: pkgconfig(libdmtx) = 0.7.5
Requires: libdmtx = 0.7.5-alt2, /usr/lib/libdmtx.so.0.0.0, /usr/lib/pkgconfig
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.j3JTep
Processing files: libdmtx-debuginfo-0.7.5-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.V0VnMz
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Z5nsnj
find-requires: running scripts (debuginfo)
Provides: debug(libdmtx.so.0)
Requires: libdmtx = 0.7.5-alt2, debug(libc.so.6), debug(libm.so.6)
Adding to libdmtx-devel-static a strict dependency on libdmtx
Adding to libdmtx-devel a strict dependency on libdmtx
Adding to libdmtx-debuginfo a strict dependency on libdmtx
Removing 1 extra deps from libdmtx-devel due to dependency on libdmtx
Wrote: /usr/src/RPM/RPMS/i586/libdmtx-0.7.5-alt2.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libdmtx-devel-static-0.7.5-alt2.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libdmtx-devel-0.7.5-alt2.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libdmtx-debuginfo-0.7.5-alt2.i586.rpm (w2.lzdio)
10.31user 2.10system 0:22.99elapsed 54%CPU (0avgtext+0avgdata 62752maxresident)k
0inputs+0outputs (0major+910341minor)pagefaults 0swaps
11.64user 4.78system 0:26.18elapsed 62%CPU (0avgtext+0avgdata 62752maxresident)k
0inputs+0outputs (0major+1118881minor)pagefaults 0swaps
--- libdmtx-0.7.5-alt2.i586.rpm.repo	2021-10-12 02:37:04.000000000 +0000
+++ libdmtx-0.7.5-alt2.i586.rpm.hasher	2022-06-18 04:51:09.537783964 +0000
@@ -22,3 +22,3 @@
 File: /usr/lib/libdmtx.so.0	120777	root:root		libdmtx.so.0.0.0
-File: /usr/lib/libdmtx.so.0.0.0	100644	root:root	0454bc002a9c47d458ad8fb7c225418e	
+File: /usr/lib/libdmtx.so.0.0.0	100644	root:root	16a604d739296975dfbf24a0142b91f6	
 File: /usr/share/doc/libdmtx-0.7.5	40755	root:root		
@@ -32,2 +32,2 @@
 File: /usr/share/doc/libdmtx-0.7.5/TODO	100644	root:root	268638435b7bdbdf995e0fd98fa43081	
-RPMIdentity: 70123dcb9466027f62fafd464a9eac21880b367efa77e9e70b0037341dd16826ec91065d62d540b919c19a7982e04ef778e6f4643328786bb8535c4541a439f9
+RPMIdentity: 59572eb93848b8152c8e799c6a802f5fced05163737a187a77bd3ff65ba926516fe45685c373bdb92489e6f8badc85a3395da3ae742b3d631afea885904a7423
--- libdmtx-debuginfo-0.7.5-alt2.i586.rpm.repo	2021-10-12 02:37:04.000000000 +0000
+++ libdmtx-debuginfo-0.7.5-alt2.i586.rpm.hasher	2022-06-18 04:51:09.650785434 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/3c	40755	root:root	
-/usr/lib/debug/.build-id/3c/9ecbc25d3e7c28d37c4ac25c675d11dc4a7c1f	120777	root:root	../../../libdmtx.so.0.0.0
-/usr/lib/debug/.build-id/3c/9ecbc25d3e7c28d37c4ac25c675d11dc4a7c1f.debug	120777	root:root	../../usr/lib/libdmtx.so.0.0.0.debug
+/usr/lib/debug/.build-id/f0	40755	root:root	
+/usr/lib/debug/.build-id/f0/dcf881f31f0a3a9c1222144cb94ea0fd4894fb	120777	root:root	../../../libdmtx.so.0.0.0
+/usr/lib/debug/.build-id/f0/dcf881f31f0a3a9c1222144cb94ea0fd4894fb.debug	120777	root:root	../../usr/lib/libdmtx.so.0.0.0.debug
 /usr/lib/debug/usr/lib/libdmtx.so.0.0.0.debug	100644	root:root	
@@ -36,6 +36,6 @@
 Provides: libdmtx-debuginfo = 0.7.5-alt2:sisyphus+286834.100.2.2
-File: /usr/lib/debug/.build-id/3c	40755	root:root		
-File: /usr/lib/debug/.build-id/3c/9ecbc25d3e7c28d37c4ac25c675d11dc4a7c1f	120777	root:root		../../../libdmtx.so.0.0.0
-File: /usr/lib/debug/.build-id/3c/9ecbc25d3e7c28d37c4ac25c675d11dc4a7c1f.debug	120777	root:root		../../usr/lib/libdmtx.so.0.0.0.debug
-File: /usr/lib/debug/usr/lib/libdmtx.so.0.0.0.debug	100644	root:root	5a7faa221fe1c01da046e67876c7ad02	
+File: /usr/lib/debug/.build-id/f0	40755	root:root		
+File: /usr/lib/debug/.build-id/f0/dcf881f31f0a3a9c1222144cb94ea0fd4894fb	120777	root:root		../../../libdmtx.so.0.0.0
+File: /usr/lib/debug/.build-id/f0/dcf881f31f0a3a9c1222144cb94ea0fd4894fb.debug	120777	root:root		../../usr/lib/libdmtx.so.0.0.0.debug
+File: /usr/lib/debug/usr/lib/libdmtx.so.0.0.0.debug	100644	root:root	621ba3ce26b9530d2f147f2e1459f16e	
 File: /usr/lib/debug/usr/lib/libdmtx.so.0.debug	120777	root:root		libdmtx.so.0.0.0.debug
@@ -66,2 +66,2 @@
 File: /usr/src/debug/libdmtx-0.7.5/dmtxvector2.c	100644	root:root	3e89003220a408c106ed38f62ac2992b	
-RPMIdentity: 6fa094ec71982e542d5a3d412c550620ca1eaefc1f02879720db13d2fc5d6c3fa306e4695cdccf7a6365264a728fdf85e6e092d87c3c688f46f50b7640841ca2
+RPMIdentity: 4b55070c998a811779e3eb9fdeb145f4b9b2b5144d6d119d99c281d0b28c43c79c9aeaa4266abfd6b0bd312e4fec6f9b15d93f4df6ca426a9274571dc93c8b46
--- libdmtx-devel-static-0.7.5-alt2.i586.rpm.repo	2021-10-12 02:37:04.000000000 +0000
+++ libdmtx-devel-static-0.7.5-alt2.i586.rpm.hasher	2022-06-18 04:51:09.909788805 +0000
@@ -5,3 +5,3 @@
 Provides: libdmtx-devel-static = 0.7.5-alt2:sisyphus+286834.100.2.2
-File: /usr/lib/libdmtx.a	100644	root:root	8c39332db47d4c74cb6bc10ade8738a0	
-RPMIdentity: 0a5ef507c1dd17dcf941be1f09d81773043eddcfeb33f5c7484a84e005337f4013785b8a72fc0e633c07379766f06b756da4ab615bd6656e3498f950cbb52d38
+File: /usr/lib/libdmtx.a	100644	root:root	ac3a84fdec2d1443b77507a4093c6af8	
+RPMIdentity: 6f434c5b76ee99fb2407eb17f9e3587bc95c89a8f86f8e380e89d60a5e396e7a80297e73dd6ec89edf43dad7ef46830d8a8dbf42eb4e0356f5ca607a840dcc81