Mock Version: 1.1.21 Mock Version: 1.1.21 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i686 --nodeps builddir/build/SPECS/bc.spec'], False, '/var/lib/mock/f18-build-1388767-228256/root/', None, 86400, True, False, 500, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i686 --nodeps builddir/build/SPECS/bc.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/bc-1.06.95-7.fc18.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/bc.spec'], False, '/var/lib/mock/f18-build-1388767-228256/root/', None, 86400, True, False, 500, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/bc.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.1vEu57 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf bc-1.06.95 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/bc-1.06.95.tar.bz2 + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd bc-1.06.95 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (bc-1.06-dc_ibase.patch):' Patch #1 (bc-1.06-dc_ibase.patch): + /usr/bin/cat /builddir/build/SOURCES/bc-1.06-dc_ibase.patch + /usr/bin/patch -s -p1 -b --suffix .dc_ibase --fuzz=0 + echo 'Patch #2 (bc-1.06.95-memleak.patch):' Patch #2 (bc-1.06.95-memleak.patch): + /usr/bin/cat /builddir/build/SOURCES/bc-1.06.95-memleak.patch + /usr/bin/patch -s -p1 -b --suffix .memleak --fuzz=0 + echo 'Patch #3 (bc-1.06.95-matlib.patch):' Patch #3 (bc-1.06.95-matlib.patch): + /usr/bin/cat /builddir/build/SOURCES/bc-1.06.95-matlib.patch + /usr/bin/patch -s -p1 -b --suffix .matlib --fuzz=0 + echo 'Patch #4 (bc-1.06.95-sigintmasking.patch):' Patch #4 (bc-1.06.95-sigintmasking.patch): + /usr/bin/cat /builddir/build/SOURCES/bc-1.06.95-sigintmasking.patch + /usr/bin/patch -s -p1 -b --suffix .sigintmask --fuzz=0 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.T8iUvu + umask 022 + cd /builddir/build/BUILD + cd bc-1.06.95 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -I/usr/lib/gfortran/modules' + export FFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + ./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-readline checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for i686-redhat-linux-gnu-gcc... no checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for egrep... 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking for flex... flex checking for yywrap in -lfl... no checking for yywrap in -ll... no checking lex output file root... lex.yy checking whether yytext is a pointer... no checking for bison... bison -y checking for a BSD-compatible install... /usr/bin/install -c checking for i686-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking whether make sets $(MAKE)... (cached) yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for unistd.h... (cached) yes checking lib.h usability... no checking lib.h presence... no checking for lib.h... no checking for an ANSI C-conforming const... yes checking for size_t... yes checking for ptrdiff_t... yes checking for vprintf... yes checking for _doprnt... no checking for isgraph... yes checking for setvbuf... yes checking for fstat... yes checking for strtol... yes checking for tparm in -lncurses... yes checking for readline in -lreadline... yes checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes Using the readline library. Adding GCC specific compile flags. configure: creating ./config.status config.status: creating Makefile config.status: creating bc/Makefile config.status: creating dc/Makefile config.status: creating doc/Makefile config.status: creating doc/texi-ver.incl config.status: creating lib/Makefile config.status: creating config.h config.status: executing depfiles commands + make -j4 make all-recursive make[1]: Entering directory `/builddir/build/BUILD/bc-1.06.95' Making all in lib make[2]: Entering directory `/builddir/build/BUILD/bc-1.06.95/lib' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../h -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -c getopt.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../h -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -c getopt1.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../h -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -c vfprintf.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../h -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -c number.c number.c: In function '_bc_rec_mul': number.c:767:14: warning: variable 'v0len' set but not used [-Wunused-but-set-variable] number.c:767:7: warning: variable 'u0len' set but not used [-Wunused-but-set-variable] rm -f libbc.a ar cru libbc.a getopt.o getopt1.o vfprintf.o number.o ranlib libbc.a make[2]: Leaving directory `/builddir/build/BUILD/bc-1.06.95/lib' Making all in bc make[2]: Entering directory `/builddir/build/BUILD/bc-1.06.95/bc' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -c main.c bison -y -d bc.y gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -c execute.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -c load.c conflicts: 3 shift/reduce main.c: In function 'open_new_file': main.c:295:12: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] main.c: In function 'use_quit': main.c:360:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] if test -f y.tab.h; then \ to=`echo "bc_H" | sed \ -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \ -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \ sed -e "/^#/!b" -e "s/Y_TAB_H/$to/g" -e "s|y\.tab\.h|bc.h|" \ y.tab.h >bc.ht; \ rm -f y.tab.h; \ if cmp -s bc.ht bc.h; then \ rm -f bc.ht ;\ else \ mv bc.ht bc.h; \ fi; \ fi if test -f y.output; then \ mv y.output bc.output; \ fi sed '/^#/ s|y\.tab\.c|bc.c|' y.tab.c >bc.ct && mv bc.ct bc.c rm -f y.tab.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -c storage.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -c util.c storage.c: In function 'process_params': storage.c:1004:11: warning: variable 'n_temp' set but not used [-Wunused-but-set-variable] gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -c global.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -c warranty.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -c bc.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -c scan.c scan.c:1800:17: warning: 'yyunput' defined but not used [-Wunused-function] gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -Wl,-z,relro -o bc main.o bc.o scan.o execute.o load.o storage.o util.o global.o warranty.o ../lib/libbc.a -lreadline -lncurses make[2]: Leaving directory `/builddir/build/BUILD/bc-1.06.95/bc' Making all in dc make[2]: Entering directory `/builddir/build/BUILD/bc-1.06.95/dc' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../h -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -c dc.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../h -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -c misc.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../h -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -c eval.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../h -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -c stack.c misc.c: In function 'dc_system': misc.c:142:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] misc.c:146:8: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../h -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -c array.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../h -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -c numeric.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../h -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -c string.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -funsigned-char -Wl,-z,relro -o dc dc.o misc.o eval.o stack.o array.o numeric.o string.o ../lib/libbc.a make[2]: Leaving directory `/builddir/build/BUILD/bc-1.06.95/dc' Making all in doc make[2]: Entering directory `/builddir/build/BUILD/bc-1.06.95/doc' restore=: && backupdir=".am$$" && \ am__cwd=`pwd` && cd . && \ rm -rf $backupdir && mkdir $backupdir && \ if (makeinfo --no-split --version) >/dev/null 2>&1; then \ for f in bc.info bc.info-[0-9] bc.info-[0-9][0-9] bc.i[0-9] bc.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ cd "$am__cwd"; \ if makeinfo --no-split -I . \ -o bc.info bc.texi; \ then \ rc=0; \ cd .; \ else \ rc=$?; \ cd . && \ $restore $backupdir/* `echo "./bc.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc restore=: && backupdir=".am$$" && \ am__cwd=`pwd` && cd . && \ rm -rf $backupdir && mkdir $backupdir && \ if (makeinfo --no-split --version) >/dev/null 2>&1; then \ for f in dc.info dc.info-[0-9] dc.info-[0-9][0-9] dc.i[0-9] dc.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ cd "$am__cwd"; \ if makeinfo --no-split -I . \ -o dc.info dc.texi; \ then \ rc=0; \ cd .; \ else \ rc=$?; \ cd . && \ $restore $backupdir/* `echo "./dc.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc bc.texi:523: warning: unlikely character ( in @var. bc.texi:523: warning: unlikely character ) in @var. bc.texi:523: warning: unlikely character [ in @var. bc.texi:523: warning: unlikely character ] in @var. bc.texi:530: warning: unlikely character ( in @var. bc.texi:530: warning: unlikely character ) in @var. bc.texi:536: warning: unlikely character ( in @var. bc.texi:536: warning: unlikely character [ in @var. bc.texi:536: warning: unlikely character ] in @var. bc.texi:536: warning: unlikely character [ in @var. bc.texi:536: warning: unlikely character ] in @var. bc.texi:536: warning: unlikely character [ in @var. bc.texi:536: warning: unlikely character ] in @var. bc.texi:536: warning: unlikely character ) in @var. bc.texi:575: warning: unlikely character ( in @var. bc.texi:575: warning: unlikely character ) in @var. bc.texi:735: warning: unlikely character , in @var. bc.texi:897: warning: unlikely character , in @var. bc.texi:904: warning: unlikely character , in @var. bc.texi:904: warning: unlikely character , in @var. bc.texi:927: warning: unlikely character , in @var. bc.texi:927: warning: unlikely character , in @var. bc.texi:927: warning: unlikely character , in @var. bc.texi:927: warning: unlikely character , in @var. bc.texi:927: warning: unlikely character , in @var. make[2]: Leaving directory `/builddir/build/BUILD/bc-1.06.95/doc' make[2]: Entering directory `/builddir/build/BUILD/bc-1.06.95' make[2]: Leaving directory `/builddir/build/BUILD/bc-1.06.95' make[1]: Leaving directory `/builddir/build/BUILD/bc-1.06.95' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.v8h9Eb + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386 ++ dirname /builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386 + cd bc-1.06.95 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386 + make install DESTDIR=/builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386 Making install in lib make[1]: Entering directory `/builddir/build/BUILD/bc-1.06.95/lib' make[2]: Entering directory `/builddir/build/BUILD/bc-1.06.95/lib' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/bc-1.06.95/lib' make[1]: Leaving directory `/builddir/build/BUILD/bc-1.06.95/lib' Making install in bc make[1]: Entering directory `/builddir/build/BUILD/bc-1.06.95/bc' make[2]: Entering directory `/builddir/build/BUILD/bc-1.06.95/bc' test -z "/usr/bin" || mkdir -p -- "/builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386/usr/bin" /usr/bin/install -c 'bc' '/builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386/usr/bin/bc' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/bc-1.06.95/bc' make[1]: Leaving directory `/builddir/build/BUILD/bc-1.06.95/bc' Making install in dc make[1]: Entering directory `/builddir/build/BUILD/bc-1.06.95/dc' make[2]: Entering directory `/builddir/build/BUILD/bc-1.06.95/dc' test -z "/usr/bin" || mkdir -p -- "/builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386/usr/bin" /usr/bin/install -c 'dc' '/builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386/usr/bin/dc' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/bc-1.06.95/dc' make[1]: Leaving directory `/builddir/build/BUILD/bc-1.06.95/dc' Making install in doc make[1]: Entering directory `/builddir/build/BUILD/bc-1.06.95/doc' make[2]: Entering directory `/builddir/build/BUILD/bc-1.06.95/doc' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/share/info" || mkdir -p -- "/builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386/usr/share/info" /usr/bin/install -c -m 644 './bc.info' '/builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386/usr/share/info/bc.info' /usr/bin/install -c -m 644 './dc.info' '/builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386/usr/share/info/dc.info' install-info --info-dir='/builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386/usr/share/info' '/builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386/usr/share/info/bc.info' install-info --info-dir='/builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386/usr/share/info' '/builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386/usr/share/info/dc.info' test -z "/usr/share/man/man1" || mkdir -p -- "/builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386/usr/share/man/man1" /usr/bin/install -c -m 644 './bc.1' '/builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386/usr/share/man/man1/bc.1' /usr/bin/install -c -m 644 './dc.1' '/builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386/usr/share/man/man1/dc.1' make[2]: Leaving directory `/builddir/build/BUILD/bc-1.06.95/doc' make[1]: Leaving directory `/builddir/build/BUILD/bc-1.06.95/doc' make[1]: Entering directory `/builddir/build/BUILD/bc-1.06.95' make[2]: Entering directory `/builddir/build/BUILD/bc-1.06.95' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/bc-1.06.95' make[1]: Leaving directory `/builddir/build/BUILD/bc-1.06.95' + rm -f /builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386//usr/share/info/dir + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/bc-1.06.95 extracting debug info from /builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386/usr/bin/bc extracting debug info from /builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386/usr/bin/dc 808 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: bc-1.06.95-7.fc18.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vdI8h2 + umask 022 + cd /builddir/build/BUILD + cd bc-1.06.95 + DOCDIR=/builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386/usr/share/doc/bc-1.06.95 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386/usr/share/doc/bc-1.06.95 + cp -pr COPYING COPYING.LIB FAQ AUTHORS NEWS README Examples/ /builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386/usr/share/doc/bc-1.06.95 + exit 0 Provides: bc = 1.06.95-7.fc18 bc(x86-32) = 1.06.95-7.fc18 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh /sbin/install-info Requires(preun): /bin/sh /sbin/install-info Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libncurses.so.5 libreadline.so.6 libtinfo.so.5 rtld(GNU_HASH) Processing files: bc-debuginfo-1.06.95-7.fc18.i686 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386 Wrote: /builddir/build/RPMS/bc-1.06.95-7.fc18.i686.rpm Wrote: /builddir/build/RPMS/bc-debuginfo-1.06.95-7.fc18.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.QJ2FMB + umask 022 + cd /builddir/build/BUILD + cd bc-1.06.95 + rm -rf /builddir/build/BUILDROOT/bc-1.06.95-7.fc18.i386 + exit 0 Child return code was: 0 LEAVE do -->