<86>Apr 27 09:04:39 userdel[3068969]: delete user 'rooter' <86>Apr 27 09:04:39 userdel[3068969]: removed group 'rooter' owned by 'rooter' <86>Apr 27 09:04:39 userdel[3068969]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 09:04:39 groupadd[3069024]: group added to /etc/group: name=rooter, GID=1871 <86>Apr 27 09:04:39 groupadd[3069024]: group added to /etc/gshadow: name=rooter <86>Apr 27 09:04:39 groupadd[3069024]: new group: name=rooter, GID=1871 <86>Apr 27 09:04:39 useradd[3069065]: new user: name=rooter, UID=1871, GID=1871, home=/root, shell=/bin/bash, from=none <86>Apr 27 09:04:39 userdel[3069144]: delete user 'builder' <86>Apr 27 09:04:39 userdel[3069144]: removed group 'builder' owned by 'builder' <86>Apr 27 09:04:39 userdel[3069144]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 09:04:39 groupadd[3069215]: group added to /etc/group: name=builder, GID=1872 <86>Apr 27 09:04:39 groupadd[3069215]: group added to /etc/gshadow: name=builder <86>Apr 27 09:04:39 groupadd[3069215]: new group: name=builder, GID=1872 <86>Apr 27 09:04:39 useradd[3069291]: new user: name=builder, UID=1872, GID=1872, home=/usr/src, shell=/bin/bash, from=none warning: user user does not exist - using root warning: group user does not exist - using root warning: user user does not exist - using root warning: group user does not exist - using root Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/unrtf-0.21.10-alt1.nosrc.rpm (w1.gzdio) Installing unrtf-0.21.10-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.21886 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf unrtf-0.21.10 + echo 'Source #0 (unrtf-0.21.10.tar.gz):' Source #0 (unrtf-0.21.10.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/unrtf-0.21.10.tar.gz + /bin/tar -xf - + cd unrtf-0.21.10 + /bin/chmod -c -Rf u+rwX,go-w . + sed -i -e s#/usr/local/lib/unrtf/#/usr/share/unrtf/# src/main.h + sed -i -e s#/usr/local/lib/unrtf/#/usr/share/unrtf/# src/path.h + sed -i -e s#/usr/local/lib/unrtf/#/usr/share/unrtf/# src/my_iconv.h + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.21886 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd unrtf-0.21.10 + autoreconf -fi configure.ac:8: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:8: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:8: the top level configure.ac:32: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:32: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:32: the top level + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export FCFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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_runstatedir_flags= + grep -qF runstatedir=DIR ./configure + configure_runstatedir_flags=--runstatedir=/var/run + ./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 --runstatedir=/var/run --without-included-gettext configure: WARNING: unrecognized options: --without-included-gettext checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/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 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 the compiler supports GNU C... yes checking whether i586-alt-linux-gcc accepts -g... yes checking for i586-alt-linux-gcc option to enable C11 features... 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 for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for stdlib.h... (cached) yes checking for stdio.h... (cached) yes checking for ctype.h... yes checking for string.h... (cached) yes checking build system type... i586-alt-linux-gnu checking host system type... i586-alt-linux-gnu checking for GNU libc compatible malloc... yes checking for memset... yes checking for strchr... yes checking for strstr... yes 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: 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.10/src' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o error.o error.c make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o hash.o hash.c make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o malloc.o malloc.c make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o unicode.o unicode.c make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o util.o util.c make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o path.o path.c make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o my_iconv.o my_iconv.c make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o word.o word.c make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o parse.o parse.c make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o main.o main.c make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o output.o output.c output.c: In function 'op_translate_char': output.c:195:24: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 195 | result = get_alias(op, unicode); /* Try for ie, entity */ | ^ output.c: In function 'op_translate_buffer': output.c:290:33: warning: passing argument 1 of 'my_free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | my_free(result); | ^~~~~~ In file included from output.c:65: malloc.h:36:21: note: expected 'char *' but argument is of type 'const char *' 36 | extern void my_free(char *); | ^~~~~~ make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o attr.o attr.c attr.c: In function 'attr_push': attr.c:520:15: warning: unused variable 'oldparam' [-Wunused-variable] 520 | char *oldparam; | ^~~~~~~~ attr.c: At top level: attr.c:116:12: warning: 'attrstack_find_attr' defined but not used [-Wunused-function] 116 | static int attrstack_find_attr(int findattr, char **paramp) | ^~~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o user.o user.c user.c: In function 'give_definition': user.c:95:9: warning: macro expands to multiple statements [-Wmultistatement-macros] 95 | if (def_buffer_length == chars_nr)\ | ^~ user.c:144:49: note: in expansion of macro 'ADD_CHAR' 144 | ADD_CHAR(unicode_char[i]) | ^~~~~~~~ user.c:143:41: note: some parts of macro expansion are not guarded by this 'for' clause 143 | for (i = 0; unicode_char[i] != '\0'; i++) | ^~~ make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DPKGDATADIR=\"/usr/share/unrtf\" -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o convert.o convert.c convert.c: In function 'read_font_decl': convert.c:682:13: warning: unused variable 'l' [-Wunused-variable] 682 | int l; | ^ convert.c: In function 'cmd_field': convert.c:1522:81: warning: passing argument 1 of 'my_free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1522 | my_free(string); | ^~~~~~ In file included from convert.c:115: malloc.h:36:21: note: expected 'char *' but argument is of type 'const char *' 36 | extern void my_free(char *); | ^~~~~~ convert.c: In function 'print_with_special_exprs': convert.c:3795:41: warning: passing argument 1 of 'my_free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 3795 | my_free(post_trans); | ^~~~~~~~~~ malloc.h:36:21: note: expected 'char *' but argument is of type 'const char *' 36 | extern void my_free(char *); | ^~~~~~ make[2]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -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.10/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.10/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.10/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.50559 + 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:/usr/bin:/bin:/usr/local/bin:/usr/games + cd unrtf-0.21.10 + /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/lib libexecdir=/usr/src/tmp/unrtf-buildroot/usr/lib localstatedir=/usr/src/tmp/unrtf-buildroot/var/lib runstatedir=/usr/src/tmp/unrtf-buildroot/var/run 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.10' Making install in src make[1]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' /usr/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.10/src' make[1]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.10/src' Making install in tests make[1]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/tests' make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/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.10/tests' make[1]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.10/tests' Making install in doc make[1]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/doc' make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/doc' make[2]: Nothing to be done for 'install-exec-am'. /usr/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.10/doc' make[1]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.10/doc' Making install in patches make[1]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/patches' make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/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.10/patches' make[1]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.10/patches' Making install in outputs make[1]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/outputs' make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10/outputs' make[2]: Nothing to be done for 'install-exec-am'. /usr/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.10/outputs' make[1]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.10/outputs' make[1]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10' make[2]: Entering directory '/usr/src/RPM/BUILD/unrtf-0.21.10' 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.10' make[1]: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.10' make: Leaving directory '/usr/src/RPM/BUILD/unrtf-0.21.10' + /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) verify-elf: WARNING: ./usr/bin/unrtf: uses non-LFS functions: fopen Splitting links to aliased files under /{,s}bin in /usr/src/tmp/unrtf-buildroot Processing files: unrtf-0.21.10-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.78997 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd unrtf-0.21.10 + DOCDIR=/usr/src/tmp/unrtf-buildroot/usr/share/doc/unrtf-0.21.10 + export DOCDIR + rm -rf /usr/src/tmp/unrtf-buildroot/usr/share/doc/unrtf-0.21.10 + /bin/mkdir -p /usr/src/tmp/unrtf-buildroot/usr/share/doc/unrtf-0.21.10 + cp -prL AUTHORS ChangeLog NEWS README tests /usr/src/tmp/unrtf-buildroot/usr/share/doc/unrtf-0.21.10 + chmod -R go-w /usr/src/tmp/unrtf-buildroot/usr/share/doc/unrtf-0.21.10 + chmod -R a+rX /usr/src/tmp/unrtf-buildroot/usr/share/doc/unrtf-0.21.10 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Zhryyn 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.YJfBLU find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UVZcME Creating unrtf-debuginfo package Processing files: unrtf-debuginfo-0.21.10-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aWyo4m find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WQKhun find-requires: running scripts (debuginfo) Requires: unrtf = 0.21.10-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Adding to unrtf-debuginfo a strict dependency on unrtf Wrote: /usr/src/RPM/RPMS/i586/unrtf-0.21.10-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/unrtf-debuginfo-0.21.10-alt1.i586.rpm (w2.lzdio) 3.85user 2.55system 0:11.01elapsed 58%CPU (0avgtext+0avgdata 44960maxresident)k 0inputs+0outputs (0major+474805minor)pagefaults 0swaps 3.27user 2.24system 0:19.33elapsed 28%CPU (0avgtext+0avgdata 121596maxresident)k 0inputs+0outputs (0major+136773minor)pagefaults 0swaps --- unrtf-0.21.10-alt1.i586.rpm.repo 2021-07-17 00:45:06.000000000 +0000 +++ unrtf-0.21.10-alt1.i586.rpm.hasher 2024-04-27 09:04:55.888902714 +0000 @@ -56,2 +56,3 @@ Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -60,3 +61,3 @@ Provides: unrtf = 0.21.10-alt1:sisyphus+279403.100.1.1 -File: /usr/bin/unrtf 100755 root:root 476a0b33cc81857c69ec44b94399895a +File: /usr/bin/unrtf 100755 root:root b29621c4ca8c395d26cbcd58db1c8f33 File: /usr/share/doc/unrtf-0.21.10 40755 root:root @@ -70,5 +71,5 @@ File: /usr/share/doc/unrtf-0.21.10/tests/Greek2.rtf 100644 root:root 31a22193d11cc0f9bbb6bf5398b52b53 -File: /usr/share/doc/unrtf-0.21.10/tests/Makefile 100644 root:root 6490e72bfc01af2316d1590382ba94ee +File: /usr/share/doc/unrtf-0.21.10/tests/Makefile 100644 root:root 529249e74e026b1d97cf227df9691d01 File: /usr/share/doc/unrtf-0.21.10/tests/Makefile.am 100644 root:root 94266104b7fabad3fc231d89c95c1e9e -File: /usr/share/doc/unrtf-0.21.10/tests/Makefile.in 100644 root:root 3b8db0136f6eba0b91f57cce7b5b7844 +File: /usr/share/doc/unrtf-0.21.10/tests/Makefile.in 100644 root:root 74937c14918113560a6be9089b3de5f2 File: /usr/share/doc/unrtf-0.21.10/tests/Turkish.rtf 100644 root:root 8cfae36024abb39c3c68c8d6413d33df @@ -110,2 +111,2 @@ File: /usr/share/unrtf/vt.conf 100644 root:root a58bc0debe13a08e8cccf685753573cd -RPMIdentity: e2321dd4ba7b80764e6a276c306c3c622697c8e968a0174cc904238938134513515622fd6a81a68da93ec4dad24c2ce26d49b74ce53fefa27cf77f5d66397284 +RPMIdentity: 47a36d699299c82bc21ad11e7617004e7b5bbedb8bb07632f517d113bedd29857f7f91a4af52e01f1e3c41a3c08a212c8bd9f745031a573a03917a70945e8e72 --- unrtf-debuginfo-0.21.10-alt1.i586.rpm.repo 2021-07-17 00:45:06.000000000 +0000 +++ unrtf-debuginfo-0.21.10-alt1.i586.rpm.hasher 2024-04-27 09:04:55.964904012 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/61 40755 root:root -/usr/lib/debug/.build-id/61/247623779dbe77ab1e37bdbf7f26a962231561 120777 root:root ../../../../bin/unrtf -/usr/lib/debug/.build-id/61/247623779dbe77ab1e37bdbf7f26a962231561.debug 120777 root:root ../../usr/bin/unrtf.debug +/usr/lib/debug/.build-id/4a 40755 root:root +/usr/lib/debug/.build-id/4a/473b13f69678b5436af02d44821edc806c5fb7 120777 root:root ../../../../bin/unrtf +/usr/lib/debug/.build-id/4a/473b13f69678b5436af02d44821edc806c5fb7.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.10-alt1:sisyphus+279403.100.1.1 -File: /usr/lib/debug/.build-id/61 40755 root:root -File: /usr/lib/debug/.build-id/61/247623779dbe77ab1e37bdbf7f26a962231561 120777 root:root ../../../../bin/unrtf -File: /usr/lib/debug/.build-id/61/247623779dbe77ab1e37bdbf7f26a962231561.debug 120777 root:root ../../usr/bin/unrtf.debug -File: /usr/lib/debug/usr/bin/unrtf.debug 100644 root:root eec02ce374e03f227b9b0d32ec5cce6b +File: /usr/lib/debug/.build-id/4a 40755 root:root +File: /usr/lib/debug/.build-id/4a/473b13f69678b5436af02d44821edc806c5fb7 120777 root:root ../../../../bin/unrtf +File: /usr/lib/debug/.build-id/4a/473b13f69678b5436af02d44821edc806c5fb7.debug 120777 root:root ../../usr/bin/unrtf.debug +File: /usr/lib/debug/usr/bin/unrtf.debug 100644 root:root 3fed1b6873f5087b686c381bb9067e56 File: /usr/src/debug/unrtf-0.21.10 40755 root:root @@ -73,2 +73,2 @@ File: /usr/src/debug/unrtf-0.21.10/src/word.h 100644 root:root 0d831e4e0b54bb944647added15fd107 -RPMIdentity: 8eaa0fbe22fc1f8caf8ef53b667e0d5b3097e452486a51d2b63216f6ca5362e797b2aa27a13dd52f67c25598d48385ee177e2bd02b134fcc58ed889636f7b5a4 +RPMIdentity: 2b5cfa61fb3c8f8ea3c9c275c9097ab14e4bd65ddedb5d4e833c312f3c27d462686d225949f7a477f6603794c88cc93c4a165de3e10cc2a3d608a9a3b05cdfaf