<86>Dec 8 00:59:10 userdel[47524]: delete user 'rooter' <86>Dec 8 00:59:10 userdel[47524]: removed group 'rooter' owned by 'rooter' <86>Dec 8 00:59:10 userdel[47524]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 8 00:59:10 groupadd[47539]: group added to /etc/group: name=rooter, GID=552 <86>Dec 8 00:59:10 groupadd[47539]: group added to /etc/gshadow: name=rooter <86>Dec 8 00:59:10 groupadd[47539]: new group: name=rooter, GID=552 <86>Dec 8 00:59:10 useradd[47547]: new user: name=rooter, UID=552, GID=552, home=/root, shell=/bin/bash <86>Dec 8 00:59:10 userdel[47567]: delete user 'builder' <86>Dec 8 00:59:10 userdel[47567]: removed group 'builder' owned by 'builder' <86>Dec 8 00:59:10 userdel[47567]: removed shadow group 'builder' owned by 'builder' <86>Dec 8 00:59:10 groupadd[47581]: group added to /etc/group: name=builder, GID=553 <86>Dec 8 00:59:10 groupadd[47581]: group added to /etc/gshadow: name=builder <86>Dec 8 00:59:10 groupadd[47581]: new group: name=builder, GID=553 <86>Dec 8 00:59:10 useradd[47597]: new user: name=builder, UID=553, GID=553, home=/usr/src, shell=/bin/bash <13>Dec 8 00:59:14 rpmi: libgmp-devel-6.1.2-alt2 1492204409 installed <13>Dec 8 00:59:14 rpmi: libmpfr-devel-4.0.1-alt1 1518809125 installed <13>Dec 8 00:59:14 rpmi: libreadline-devel-7.0.3-alt2 1526988921 installed <13>Dec 8 00:59:14 rpmi: flex-2.6.0-alt1 1449073214 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/wcalc-2.4-alt3.nosrc.rpm Installing wcalc-2.4-alt3.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.89750 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf wcalc-2.4 + echo 'Source #0 (wcalc-2.4.tar):' Source #0 (wcalc-2.4.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/wcalc-2.4.tar + cd wcalc-2.4 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.95048 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wcalc-2.4 + 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 + '[' -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 --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 for bison... bison -y checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 for style of include used by make... GNU checking dependency style of x86_64-alt-linux-gcc... none checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for a BSD-compatible install... /bin/install -c checking for main in -ll... yes checking for acos in -lm... yes 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 a readline compatible library... -lreadline checking readline.h usability... no checking readline.h presence... no checking for readline.h... no checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking whether readline supports history... yes checking history.h usability... no checking history.h presence... no checking for history.h... no checking readline/history.h usability... yes checking readline/history.h presence... yes checking for readline/history.h... yes checking for __gmpz_init in -lgmp... yes checking for mpfr_free_str in -lmpfr... yes checking for mpfr_sec... yes checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for inline... inline checking for an ANSI C-conforming const... yes checking for size_t... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for vprintf... yes checking for _doprnt... no checking for gettimeofday... yes checking for memset... yes checking for modf... yes checking for pow... yes checking for stpcpy... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strrchr... yes checking for strtoul... yes configure: creating ./config.status config.status: creating Makefile config.status: creating English.lproj/Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: Unrecognized options: --without-included-gettext + make -j8 make all-recursive Making all in English.lproj make[2]: Nothing to be done for 'all'. make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c help.c make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c string_manip.c string_manip.c: In function 'count_digits': string_manip.c:70:10: warning: variable 'base' set but not used [-Wunused-but-set-variable] char base = 10; ^~~~ make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c historyManager.c make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c variables.c make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c files.c make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c number_formatting.c make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c parser.c make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c extract_vars.c make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c isconst.c isconst.c:8:2: warning: #warning this is all in utf8... should probably use iconv [-Wcpp] #warning this is all in utf8... should probably use iconv ^~~~~~~ make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c iscmd.c make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c isfunc.c make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c conversion.c make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c list.c make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c explain.c make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c number.c make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c evalvar.c make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c add_commas.c make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c scanner.c make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c calculator.c calculator.c: In function 'print_this_result': calculator.c:580:30: warning: '%i' directive output may be truncated writing between 1 and 10 bytes into a region of size 7 [-Wformat-truncation=] snprintf(format, 10, "%%1.%ig", conf.precision); ^~ calculator.c:580:25: note: directive argument in the range [0, 2147483647] snprintf(format, 10, "%%1.%ig", conf.precision); ^~~~~~~~~ In file included from /usr/include/stdio.h:862, from calculator.c:8: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 6 and 15 bytes into a destination of size 10 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ calculator.c:574:30: warning: '%i' directive output may be truncated writing between 1 and 10 bytes into a region of size 7 [-Wformat-truncation=] snprintf(format, 10, "%%1.%if", conf.precision); ^~ calculator.c:574:25: note: directive argument in the range [0, 2147483647] snprintf(format, 10, "%%1.%if", conf.precision); ^~~~~~~~~ In file included from /usr/include/stdio.h:862, from calculator.c:8: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 6 and 15 bytes into a destination of size 10 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ calculator.c:577:30: warning: '%i' directive output may be truncated writing between 1 and 10 bytes into a region of size 7 [-Wformat-truncation=] snprintf(format, 10, "%%1.%ie", conf.precision); ^~ calculator.c:577:25: note: directive argument in the range [0, 2147483647] snprintf(format, 10, "%%1.%ie", conf.precision); ^~~~~~~~~ In file included from /usr/include/stdio.h:862, from calculator.c:8: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 6 and 15 bytes into a destination of size 10 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c main.c make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o wcalc parser.o number_formatting.o scanner.o help.o calculator.o string_manip.o historyManager.o files.o variables.o conversion.o main.o explain.o list.o extract_vars.o isconst.o isfunc.o iscmd.o add_commas.o number.o evalvar.o -lfl -lmpfr -lgmp -lm -ll -lreadline make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.38432 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/wcalc-buildroot + : + /bin/rm -rf -- /usr/src/tmp/wcalc-buildroot + cd wcalc-2.4 + make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/wcalc-buildroot make: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' make install-recursive make[1]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' Making install in English.lproj make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4/English.lproj' make[3]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4/English.lproj' 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/wcalc-2.4/English.lproj' make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4/English.lproj' make[2]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' make[3]: Entering directory '/usr/src/RPM/BUILD/wcalc-2.4' test -z "/usr/bin" || /bin/mkdir -p "/usr/src/tmp/wcalc-buildroot/usr/bin" /bin/install -p 'wcalc' '/usr/src/tmp/wcalc-buildroot/usr/bin/wcalc' test -z "/usr/share/man/man1" || /bin/mkdir -p "/usr/src/tmp/wcalc-buildroot/usr/share/man/man1" /bin/install -p -m 644 './wcalc.1' '/usr/src/tmp/wcalc-buildroot/usr/share/man/man1/wcalc.1' make[3]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make[2]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make[1]: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' make: Leaving directory '/usr/src/RPM/BUILD/wcalc-2.4' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/wcalc-buildroot (auto) Verifying and fixing files in /usr/src/tmp/wcalc-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/wcalc-buildroot/ (default) Compressing files in /usr/src/tmp/wcalc-buildroot (auto) Verifying ELF objects in /usr/src/tmp/wcalc-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: wcalc-2.4-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.93804 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wcalc-2.4 + DOCDIR=/usr/src/tmp/wcalc-buildroot/usr/share/doc/wcalc-2.4 + export DOCDIR + rm -rf /usr/src/tmp/wcalc-buildroot/usr/share/doc/wcalc-2.4 + /bin/mkdir -p /usr/src/tmp/wcalc-buildroot/usr/share/doc/wcalc-2.4 + cp -prL NEWS COPYRIGHT AUTHORS README /usr/src/tmp/wcalc-buildroot/usr/share/doc/wcalc-2.4 + chmod -R go-w /usr/src/tmp/wcalc-buildroot/usr/share/doc/wcalc-2.4 + chmod -R a+rX /usr/src/tmp/wcalc-buildroot/usr/share/doc/wcalc-2.4 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fZuq9c 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.Oxc9rA find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) 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), libgmp.so.10()(64bit) >= set:miCwgE0afkZyUI720f6BM0OSA0, libm.so.6(GLIBC_2.2.5)(64bit), libmpfr.so.6()(64bit) >= set:mfNONH2UblfJZB5dTW2WKOiJqId1wcsVZAl59poMczWvNMMjDIFx2FfMfAZ7w8hkf9CZAo0udyjktbsuob3lI0jzUZcUn1pL5BlxJURBpU96ix9iucXquwo3tVRsOWulLiInZu4bAHYsMbMabZBvp4pqQdllVtI1dwcW2tfhrf4HjSWdO4, libreadline.so.7()(64bit) >= set:njCJKlFcmgU8mvL3SqZmm1JeEVbway4nDmIHOSxi1, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XyzqZ0 Creating wcalc-debuginfo package Processing files: wcalc-debuginfo-2.4-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.u4B0Qu find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VSN841 find-requires: running scripts (debuginfo) Requires: wcalc = 2.4-alt3, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libgmp.so.10), debug64(libm.so.6), debug64(libmpfr.so.6), debug64(libreadline.so.7) Wrote: /usr/src/RPM/RPMS/x86_64/wcalc-2.4-alt3.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/wcalc-debuginfo-2.4-alt3.x86_64.rpm 8.42user 1.80system 0:14.28elapsed 71%CPU (0avgtext+0avgdata 44916maxresident)k 0inputs+0outputs (0major+789434minor)pagefaults 0swaps 18.55user 5.21system 0:28.96elapsed 82%CPU (0avgtext+0avgdata 122684maxresident)k 2064inputs+0outputs (0major+1200447minor)pagefaults 0swaps --- wcalc-2.4-alt3.x86_64.rpm.repo 2012-08-04 18:35:26.000000000 +0000 +++ wcalc-2.4-alt3.x86_64.rpm.hasher 2018-12-08 00:59:34.090561049 +0000 @@ -6,4 +6,5 @@ /usr/share/doc/wcalc-2.4/README 100644 -/usr/share/man/man1/wcalc.1.gz 100644 +/usr/share/man/man1/wcalc.1.xz 100644 Requires: /lib64/ld-linux-x86-64.so.2 +Requires: libc.so.6(GLIBC_2.14)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit) @@ -15,4 +16,4 @@ Requires: libm.so.6(GLIBC_2.2.5)(64bit) -Requires: libmpfr.so.4()(64bit) >= set:mfNONH2UblfJZB5dTW2WKOiJqId1wcsVZAl59poMczWvNMMjDIFx2FfMfAZ7w8hkf9CZAo0udyjktbsuob3lI0jzUZcUn1pL5BlxJURBpU96ix9iucXquwo3tVRsOWulLiIHJ0Vaf7Y2IOOvZ56hC6tjllu7rg38zKgTjQS3NWAJuzc1 -Requires: libreadline.so.5()(64bit) >= set:njCJKlFcmgU8mvL3SqZmm1JeEVbway4nDmIHOSxi1 +Requires: libmpfr.so.6()(64bit) >= set:mfNONH2UblfJZB5dTW2WKOiJqId1wcsVZAl59poMczWvNMMjDIFx2FfMfAZ7w8hkf9CZAo0udyjktbsuob3lI0jzUZcUn1pL5BlxJURBpU96ix9iucXquwo3tVRsOWulLiInZu4bAHYsMbMabZBvp4pqQdllVtI1dwcW2tfhrf4HjSWdO4 +Requires: libreadline.so.7()(64bit) >= set:njCJKlFcmgU8mvL3SqZmm1JeEVbway4nDmIHOSxi1 Requires: rtld(GNU_HASH) --- wcalc-debuginfo-2.4-alt3.x86_64.rpm.repo 2012-08-04 18:35:26.000000000 +0000 +++ wcalc-debuginfo-2.4-alt3.x86_64.rpm.hasher 2018-12-08 00:59:34.211562211 +0000 @@ -46,4 +46,4 @@ Requires: debug64(libm.so.6) -Requires: debug64(libmpfr.so.4) -Requires: debug64(libreadline.so.5) +Requires: debug64(libmpfr.so.6) +Requires: debug64(libreadline.so.7) Requires: rpmlib(PayloadIsLzma)