<86>Jun 16 10:39:21 userdel[3682898]: delete user 'rooter'
<86>Jun 16 10:39:21 userdel[3682898]: removed group 'rooter' owned by 'rooter'
<86>Jun 16 10:39:21 userdel[3682898]: removed shadow group 'rooter' owned by 'rooter'
<86>Jun 16 10:39:21 groupadd[3682939]: group added to /etc/group: name=rooter, GID=1805
<86>Jun 16 10:39:21 groupadd[3682939]: group added to /etc/gshadow: name=rooter
<86>Jun 16 10:39:21 groupadd[3682939]: new group: name=rooter, GID=1805
<86>Jun 16 10:39:21 useradd[3682971]: new user: name=rooter, UID=1805, GID=1805, home=/root, shell=/bin/bash
<86>Jun 16 10:39:21 userdel[3683018]: delete user 'builder'
<86>Jun 16 10:39:21 userdel[3683018]: removed group 'builder' owned by 'builder'
<86>Jun 16 10:39:21 userdel[3683018]: removed shadow group 'builder' owned by 'builder'
<86>Jun 16 10:39:21 groupadd[3683067]: group added to /etc/group: name=builder, GID=1806
<86>Jun 16 10:39:21 groupadd[3683067]: group added to /etc/gshadow: name=builder
<86>Jun 16 10:39:21 groupadd[3683067]: new group: name=builder, GID=1806
<86>Jun 16 10:39:21 useradd[3683098]: new user: name=builder, UID=1806, GID=1806, home=/usr/src, shell=/bin/bash
warning: user sorex does not exist - using root
warning: group sorex does not exist - using root
warning: user sorex does not exist - using root
warning: group sorex does not exist - using root
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/unrtf-0.21.9-alt1.nosrc.rpm (w1.gzdio)
Installing unrtf-0.21.9-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.65131
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf unrtf-0.21.9
+ echo 'Source #0 (unrtf-0.21.9.tar.gz):'
Source #0 (unrtf-0.21.9.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/unrtf-0.21.9.tar.gz
+ /bin/tar -xf -
+ cd unrtf-0.21.9
+ /bin/chmod -c -Rf u+rwX,go-w .
+ sed -i s,/usr/local/lib/unrtf/,/usr/lib64/unrtf/,g src/path.h
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.65131
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd unrtf-0.21.9
+ ./bootstrap
configure.ac:28: installing 'config/compile'
configure.ac:44: installing 'config/config.guess'
configure.ac:44: installing 'config/config.sub'
configure.ac:12: installing 'config/install-sh'
configure.ac:12: installing 'config/missing'
src/Makefile.am: installing 'config/depcomp'
parallel-tests: installing 'config/test-driver'
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export FFLAGS
+ FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export FCFLAGS
+ '[' -n '' ']'
++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2'
++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g'
+ ASFLAGS=
+ 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=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --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 whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-alt-linux-gcc... x86_64-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 x86_64-alt-linux-gcc accepts -g... yes
checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed
checking whether x86_64-alt-linux-gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of x86_64-alt-linux-gcc... none
checking how to run the C preprocessor... x86_64-alt-linux-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for memset... yes
checking for strchr... yes
checking for strstr... yes
checking build system type... x86_64-alt-linux-gnu
checking host system type... x86_64-alt-linux-gnu
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating outputs/Makefile
config.status: creating patches/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --without-included-gettext
+ make -j16
make  all-recursive
Making all in src
make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..  -DPKGDATADIR=\"/usr/share/unrtf\"   -pipe -frecord-gcc-switches -Wall -g -O2 -c -o error.o error.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..  -DPKGDATADIR=\"/usr/share/unrtf\"   -pipe -frecord-gcc-switches -Wall -g -O2 -c -o hash.o hash.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..  -DPKGDATADIR=\"/usr/share/unrtf\"   -pipe -frecord-gcc-switches -Wall -g -O2 -c -o malloc.o malloc.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..  -DPKGDATADIR=\"/usr/share/unrtf\"   -pipe -frecord-gcc-switches -Wall -g -O2 -c -o unicode.o unicode.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..  -DPKGDATADIR=\"/usr/share/unrtf\"   -pipe -frecord-gcc-switches -Wall -g -O2 -c -o main.o main.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..  -DPKGDATADIR=\"/usr/share/unrtf\"   -pipe -frecord-gcc-switches -Wall -g -O2 -c -o my_iconv.o my_iconv.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..  -DPKGDATADIR=\"/usr/share/unrtf\"   -pipe -frecord-gcc-switches -Wall -g -O2 -c -o path.o path.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..  -DPKGDATADIR=\"/usr/share/unrtf\"   -pipe -frecord-gcc-switches -Wall -g -O2 -c -o util.o util.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..  -DPKGDATADIR=\"/usr/share/unrtf\"   -pipe -frecord-gcc-switches -Wall -g -O2 -c -o word.o word.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..  -DPKGDATADIR=\"/usr/share/unrtf\"   -pipe -frecord-gcc-switches -Wall -g -O2 -c -o parse.o parse.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..  -DPKGDATADIR=\"/usr/share/unrtf\"   -pipe -frecord-gcc-switches -Wall -g -O2 -c -o output.o output.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..  -DPKGDATADIR=\"/usr/share/unrtf\"   -pipe -frecord-gcc-switches -Wall -g -O2 -c -o attr.o attr.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..  -DPKGDATADIR=\"/usr/share/unrtf\"   -pipe -frecord-gcc-switches -Wall -g -O2 -c -o user.o user.c
user.c: In function 'give_definition':
user.c:93:2: warning: macro expands to multiple statements [-Wmultistatement-macros]
  if (def_buffer_length == chars_nr)\
  ^~
user.c:138:7: note: in expansion of macro 'ADD_CHAR'
       ADD_CHAR(unicode_char[i])
       ^~~~~~~~
user.c:137:6: note: some parts of macro expansion are not guarded by this 'for' clause
      for (i = 0; unicode_char[i] != '\0'; i++)
      ^~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..  -DPKGDATADIR=\"/usr/share/unrtf\"   -pipe -frecord-gcc-switches -Wall -g -O2 -c -o convert.o convert.c
convert.c: In function 'cptoencoding':
convert.c:475:14: warning: type of 'parm' defaults to 'int' [-Wimplicit-int]
 static char *cptoencoding(parm)
              ^~~~~~~~~~~~
convert.c: In function 'cmd_expand':
convert.c:1378:19: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
   sprintf(str, "%d", param/4);
                   ^
In file included from /usr/include/stdio.h:862,
                 from convert.c:93:
/usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 2 and 11 bytes into a destination of size 10
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
x86_64-alt-linux-gcc  -pipe -frecord-gcc-switches -Wall -g -O2   -o unrtf attr.o convert.o error.o hash.o my_iconv.o main.o malloc.o output.o parse.o path.o unicode.o user.o util.o word.o  
make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
Making all in tests
make[2]: Nothing to be done for 'all'.
Making all in doc
make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/doc'
sed -e 's!@DATADIR@!/usr/share/unrtf!g' < ./unrtf.1.in > unrtf.1
make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/doc'
Making all in patches
make[2]: Nothing to be done for 'all'.
Making all in outputs
make[2]: Nothing to be done for 'all'.
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.85850
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/unrtf-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/unrtf-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd unrtf-0.21.9
+ /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/unrtf-buildroot/usr exec_prefix=/usr/src/tmp/unrtf-buildroot/usr bindir=/usr/src/tmp/unrtf-buildroot/usr/bin sbindir=/usr/src/tmp/unrtf-buildroot/usr/sbin sysconfdir=/usr/src/tmp/unrtf-buildroot/etc datadir=/usr/src/tmp/unrtf-buildroot/usr/share includedir=/usr/src/tmp/unrtf-buildroot/usr/include libdir=/usr/src/tmp/unrtf-buildroot/usr/lib64 libexecdir=/usr/src/tmp/unrtf-buildroot/usr/lib localstatedir=/usr/src/tmp/unrtf-buildroot/var/lib sharedstatedir=/usr/src/tmp/unrtf-buildroot/var/lib mandir=/usr/src/tmp/unrtf-buildroot/usr/share/man infodir=/usr/src/tmp/unrtf-buildroot/usr/share/info install
make: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9'
Making install in src
make[1]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
 /bin/mkdir -p '/usr/src/tmp/unrtf-buildroot/usr/bin'
  /usr/libexec/rpm-build/install -p unrtf '/usr/src/tmp/unrtf-buildroot/usr/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
make[1]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/src'
Making install in tests
make[1]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/tests'
make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/tests'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/tests'
make[1]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/tests'
Making install in doc
make[1]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/doc'
make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/doc'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/usr/src/tmp/unrtf-buildroot/usr/share/man/man1'
 /usr/libexec/rpm-build/install -p -m 644 unrtf.1 '/usr/src/tmp/unrtf-buildroot/usr/share/man/man1'
make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/doc'
make[1]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/doc'
Making install in patches
make[1]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/patches'
make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/patches'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/patches'
make[1]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/patches'
Making install in outputs
make[1]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/outputs'
make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9/outputs'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/usr/src/tmp/unrtf-buildroot/usr/share/unrtf'
 /usr/libexec/rpm-build/install -p -m 644 html.conf latex.conf rtf.conf text.conf troff_mm.conf vt.conf SYMBOL.charmap '/usr/src/tmp/unrtf-buildroot/usr/share/unrtf'
make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/outputs'
make[1]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9/outputs'
make[1]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9'
make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.9'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9'
make[1]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9'
make: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.9'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/unrtf-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/unrtf-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/unrtf-buildroot/ (default)
Compressing files in /usr/src/tmp/unrtf-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/unrtf-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Processing files: unrtf-0.21.9-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.67201
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd unrtf-0.21.9
+ DOCDIR=/usr/src/tmp/unrtf-buildroot/usr/share/doc/unrtf-0.21.9
+ export DOCDIR
+ rm -rf /usr/src/tmp/unrtf-buildroot/usr/share/doc/unrtf-0.21.9
+ /bin/mkdir -p /usr/src/tmp/unrtf-buildroot/usr/share/doc/unrtf-0.21.9
+ cp -prL AUTHORS ChangeLog NEWS README tests /usr/src/tmp/unrtf-buildroot/usr/share/doc/unrtf-0.21.9
+ chmod -R go-w /usr/src/tmp/unrtf-buildroot/usr/share/doc/unrtf-0.21.9
+ chmod -R a+rX /usr/src/tmp/unrtf-buildroot/usr/share/doc/unrtf-0.21.9
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LlnIBr
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.nuFXGC
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)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vbbviR
Creating unrtf-debuginfo package
Processing files: unrtf-debuginfo-0.21.9-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dHJEo9
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pka7Yu
find-requires: running scripts (debuginfo)
Requires: unrtf = 0.21.9-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/unrtf-0.21.9-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/unrtf-debuginfo-0.21.9-alt1.x86_64.rpm (w2.lzdio)
3.99user 3.81system 0:10.37elapsed 75%CPU (0avgtext+0avgdata 45780maxresident)k
0inputs+0outputs (0major+574076minor)pagefaults 0swaps
2.94user 2.19system 0:18.33elapsed 27%CPU (0avgtext+0avgdata 128860maxresident)k
0inputs+0outputs (0major+152151minor)pagefaults 0swaps
--- unrtf-0.21.9-alt1.x86_64.rpm.repo	2015-01-21 05:56:22.000000000 +0000
+++ unrtf-0.21.9-alt1.x86_64.rpm.hasher	2024-06-16 10:39:37.201159324 +0000
@@ -42,3 +42,3 @@
 /usr/share/doc/unrtf-0.21.9/tests/unnested.rtf	100644	root:root	
-/usr/share/man/man1/unrtf.1.gz	100644	root:root	
+/usr/share/man/man1/unrtf.1.xz	100644	root:root	
 /usr/share/unrtf/SYMBOL.charmap	100644	root:root	
@@ -59,3 +59,3 @@
 Provides: unrtf = 0.21.9-alt1
-File: /usr/bin/unrtf	100755	root:root	f486ed1b3cb60868d2be7d603cad2f57	
+File: /usr/bin/unrtf	100755	root:root	ba5ee58a2f8d94d2a879b1a6db348da8	
 File: /usr/share/doc/unrtf-0.21.9	40755	root:root		
@@ -69,5 +69,5 @@
 File: /usr/share/doc/unrtf-0.21.9/tests/Greek2.rtf	100644	root:root	31a22193d11cc0f9bbb6bf5398b52b53	
-File: /usr/share/doc/unrtf-0.21.9/tests/Makefile	100644	root:root	21ff9dcae2d9c5ff006caef9faa9ebe7	
+File: /usr/share/doc/unrtf-0.21.9/tests/Makefile	100644	root:root	62ee180137094352de3ec75deb17e45c	
 File: /usr/share/doc/unrtf-0.21.9/tests/Makefile.am	100644	root:root	94266104b7fabad3fc231d89c95c1e9e	
-File: /usr/share/doc/unrtf-0.21.9/tests/Makefile.in	100644	root:root	2e0fcc8c10e8b93ce8d3ef0145dcc4c9	
+File: /usr/share/doc/unrtf-0.21.9/tests/Makefile.in	100644	root:root	35e141123a695dd0016dcbd5609d43d5	
 File: /usr/share/doc/unrtf-0.21.9/tests/Turkish.rtf	100644	root:root	8cfae36024abb39c3c68c8d6413d33df	
@@ -101,3 +101,3 @@
 File: /usr/share/doc/unrtf-0.21.9/tests/unnested.rtf	100644	root:root	7036ed90a8421c8e8ea91a286639d80e	
-File: /usr/share/man/man1/unrtf.1.gz	100644	root:root	76bc639dbb4f9597258f2c236aa79f2b	
+File: /usr/share/man/man1/unrtf.1.xz	100644	root:root	d80e47932257ab1ca745e51b92966225	
 File: /usr/share/unrtf/SYMBOL.charmap	100644	root:root	a7c5750cf97854fcc386c0d09a4936d1	
@@ -109,2 +109,2 @@
 File: /usr/share/unrtf/vt.conf	100644	root:root	a58bc0debe13a08e8cccf685753573cd	
-RPMIdentity: ebf5d32776644de2081dde896c41ba39c5102b4f28d6b9e98ea0e2e32ff82e0622d798e22df728400323d34fbe8e0c751fd0d44a0c71da7832271106166b16be
+RPMIdentity: 1e90ff20dc0159978344c9c35fe5c8f18dea626a4ebca6c4858e00f4e687ed8c4a312b100b0adc77a643d8b834dc8440cea94c9bf2c15de6bf88b9560e8c4307
--- unrtf-debuginfo-0.21.9-alt1.x86_64.rpm.repo	2015-01-21 05:56:22.000000000 +0000
+++ unrtf-debuginfo-0.21.9-alt1.x86_64.rpm.hasher	2024-06-16 10:39:37.287160331 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/b8	40755	root:root	
-/usr/lib/debug/.build-id/b8/e5b5868f40b5e88a42ba667bf143cc6e04dc84	120777	root:root	../../../../bin/unrtf
-/usr/lib/debug/.build-id/b8/e5b5868f40b5e88a42ba667bf143cc6e04dc84.debug	120777	root:root	../../usr/bin/unrtf.debug
+/usr/lib/debug/.build-id/db	40755	root:root	
+/usr/lib/debug/.build-id/db/40e90534e784dec87f63245f1705ce720b05b3	120777	root:root	../../../../bin/unrtf
+/usr/lib/debug/.build-id/db/40e90534e784dec87f63245f1705ce720b05b3.debug	120777	root:root	../../usr/bin/unrtf.debug
 /usr/lib/debug/usr/bin/unrtf.debug	100644	root:root	
@@ -39,6 +39,6 @@
 Provides: unrtf-debuginfo = 0.21.9-alt1
-File: /usr/lib/debug/.build-id/b8	40755	root:root		
-File: /usr/lib/debug/.build-id/b8/e5b5868f40b5e88a42ba667bf143cc6e04dc84	120777	root:root		../../../../bin/unrtf
-File: /usr/lib/debug/.build-id/b8/e5b5868f40b5e88a42ba667bf143cc6e04dc84.debug	120777	root:root		../../usr/bin/unrtf.debug
-File: /usr/lib/debug/usr/bin/unrtf.debug	100644	root:root	d474810c6c38f287215bbdad312417a1	
+File: /usr/lib/debug/.build-id/db	40755	root:root		
+File: /usr/lib/debug/.build-id/db/40e90534e784dec87f63245f1705ce720b05b3	120777	root:root		../../../../bin/unrtf
+File: /usr/lib/debug/.build-id/db/40e90534e784dec87f63245f1705ce720b05b3.debug	120777	root:root		../../usr/bin/unrtf.debug
+File: /usr/lib/debug/usr/bin/unrtf.debug	100644	root:root	7cfbab48d1b3c83da8bee7e7a58654da	
 File: /usr/src/debug/unrtf-0.21.9	40755	root:root		
@@ -73,2 +73,2 @@
 File: /usr/src/debug/unrtf-0.21.9/src/word.h	100644	root:root	070faaafa40d44d265fe03fcb54c3ed9	
-RPMIdentity: 73dcb670f41bc5a292bb98daf671029e2713434d885cc22f06b0ceb3f44a771659799fd7a0596b457e6dd1786bd4d465b167f2eb7b03f1add02644445a562515
+RPMIdentity: e5a7d296c7babe2f656edb76e3d1606f7617ab035e20efc05807611f182f3dfb02bbfdd934cda1e19f0ef4c27cf78be4e412c7e16dafe6dff98bf7d50bc277e7