Cook: bc 1.07.1 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): readline-dev-7.0p5-any Installing (pkg/local): libgdbm-1.18.1-i486 Installing (pkg/local): perl-core-5.28.1-i486 Installing (pkg/local): perl-5.28.1-i486 Installing (pkg/local): texinfo-6.5-i486 Extracting source archive "bc-1.07.1.tar.gz" Checking sha1sum of source tarball... /home/slitaz/src/bc-1.07.1.tar.gz: OK Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed configure: loading site script /etc/slitaz/cook.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for i486-slitaz-linux-gcc... i486-slitaz-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 i486-slitaz-linux-gcc accepts -g... yes checking for i486-slitaz-linux-gcc option to accept ISO C89... none needed checking whether i486-slitaz-linux-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of i486-slitaz-linux-gcc... gcc3 checking how to run the C preprocessor... i486-slitaz-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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for i486-slitaz-linux-ar... i486-slitaz-linux-ar checking the archiver (i486-slitaz-linux-ar) interface... ar checking for bison... bison -y checking for i486-slitaz-linux-ranlib... i486-slitaz-linux-ranlib checking whether make sets $(MAKE)... (cached) yes checking for stdarg.h... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for errno.h... yes checking for limits.h... yes checking for unistd.h... (cached) yes 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. checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating bc/Makefile config.status: creating dc/Makefile config.status: creating lib/Makefile config.status: creating doc/Makefile config.status: creating doc/texi-ver.incl config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/home/slitaz/wok/bc/source/bc-1.07.1' Making all in lib make[2]: Entering directory '/home/slitaz/wok/bc/source/bc-1.07.1/lib' i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../h -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../h -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -MT getopt1.o -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.o getopt1.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../h -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -MT vfprintf.o -MD -MP -MF .deps/vfprintf.Tpo -c -o vfprintf.o vfprintf.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../h -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -MT number.o -MD -MP -MF .deps/number.Tpo -c -o number.o number.c mv -f .deps/vfprintf.Tpo .deps/vfprintf.Po mv -f .deps/getopt.Tpo .deps/getopt.Po mv -f .deps/getopt1.Tpo .deps/getopt1.Po mv -f .deps/number.Tpo .deps/number.Po rm -f libbc.a i486-slitaz-linux-ar cru libbc.a getopt.o getopt1.o vfprintf.o number.o i486-slitaz-linux-ranlib libbc.a make[2]: Leaving directory '/home/slitaz/wok/bc/source/bc-1.07.1/lib' Making all in bc make[2]: Entering directory '/home/slitaz/wok/bc/source/bc-1.07.1/bc' i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -MT bc.o -MD -MP -MF .deps/bc.Tpo -c -o bc.o bc.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -MT scan.o -MD -MP -MF .deps/scan.Tpo -c -o scan.o scan.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -MT execute.o -MD -MP -MF .deps/execute.Tpo -c -o execute.o execute.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -MT load.o -MD -MP -MF .deps/load.Tpo -c -o load.o load.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -MT storage.o -MD -MP -MF .deps/storage.Tpo -c -o storage.o storage.c main.c: In function 'use_quit': main.c:355:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (1, "\n(interrupt) Exiting bc.\n", 26); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/main.Tpo .deps/main.Po mv -f .deps/load.Tpo .deps/load.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -MT warranty.o -MD -MP -MF .deps/warranty.Tpo -c -o warranty.o warranty.c mv -f .deps/warranty.Tpo .deps/warranty.Po mv -f .deps/storage.Tpo .deps/storage.Po mv -f .deps/bc.Tpo .deps/bc.Po mv -f .deps/execute.Tpo .deps/execute.Po mv -f .deps/scan.Tpo .deps/scan.Po mv -f .deps/util.Tpo .deps/util.Po echo '{0}' > libmath.h make global.o make[3]: Entering directory '/home/slitaz/wok/bc/source/bc-1.07.1/bc' i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -MT global.o -MD -MP -MF .deps/global.Tpo -c -o global.o global.c mv -f .deps/global.Tpo .deps/global.Po make[3]: Leaving directory '/home/slitaz/wok/bc/source/bc-1.07.1/bc' i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -Wl,-Os,--as-needed -o libmath.h -o fbc main.o bc.o scan.o execute.o load.o storage.o util.o warranty.o global.o ../lib/libbc.a -lfl -lreadline -lncurses ./fbc -c ./libmath.b libmath.h ./fix-libmath_h rm -f ./fbc ./global.o i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -MT global.o -MD -MP -MF .deps/global.Tpo -c -o global.o global.c mv -f .deps/global.Tpo .deps/global.Po i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -Wl,-Os,--as-needed -o bc main.o bc.o scan.o execute.o load.o storage.o util.o global.o warranty.o ../lib/libbc.a -lfl -lreadline -lncurses make[2]: Leaving directory '/home/slitaz/wok/bc/source/bc-1.07.1/bc' Making all in dc make[2]: Entering directory '/home/slitaz/wok/bc/source/bc-1.07.1/dc' i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I./.. -I./../h -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -MT dc.o -MD -MP -MF .deps/dc.Tpo -c -o dc.o dc.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I./.. -I./../h -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I./.. -I./../h -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -MT eval.o -MD -MP -MF .deps/eval.Tpo -c -o eval.o eval.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I./.. -I./../h -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -MT stack.o -MD -MP -MF .deps/stack.Tpo -c -o stack.o stack.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I./.. -I./../h -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -MT array.o -MD -MP -MF .deps/array.Tpo -c -o array.o array.c i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I./.. -I./../h -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -MT numeric.o -MD -MP -MF .deps/numeric.Tpo -c -o numeric.o numeric.c misc.c: In function 'dc_system': misc.c:140:3: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(tmpstr); ^~~~~~~~~~~~~~ misc.c:144:2: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(s); ^~~~~~~~~ mv -f .deps/array.Tpo .deps/array.Po i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I./.. -I./../h -D_GLIBCXX_USE_C99_MATH=1 -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -MT string.o -MD -MP -MF .deps/string.Tpo -c -o string.o string.c mv -f .deps/misc.Tpo .deps/misc.Po mv -f .deps/dc.Tpo .deps/dc.Po mv -f .deps/numeric.Tpo .deps/numeric.Po mv -f .deps/string.Tpo .deps/string.Po mv -f .deps/stack.Tpo .deps/stack.Po mv -f .deps/eval.Tpo .deps/eval.Po i486-slitaz-linux-gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -funsigned-char -Wl,-Os,--as-needed -o dc dc.o misc.o eval.o stack.o array.o numeric.o string.o ../lib/libbc.a make[2]: Leaving directory '/home/slitaz/wok/bc/source/bc-1.07.1/dc' Making all in doc make[2]: Entering directory '/home/slitaz/wok/bc/source/bc-1.07.1/doc' restore=: && backupdir=".am$$" && \ am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && 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; \ CDPATH="${ZSH_VERSION+.}:" && cd .; \ else \ rc=$?; \ CDPATH="${ZSH_VERSION+.}:" && cd . && \ $restore $backupdir/* `echo "./bc.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc restore=: && backupdir=".am$$" && \ am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && 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; \ CDPATH="${ZSH_VERSION+.}:" && cd .; \ else \ rc=$?; \ CDPATH="${ZSH_VERSION+.}:" && cd . && \ $restore $backupdir/* `echo "./dc.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc make[2]: Leaving directory '/home/slitaz/wok/bc/source/bc-1.07.1/doc' make[2]: Entering directory '/home/slitaz/wok/bc/source/bc-1.07.1' make[2]: Leaving directory '/home/slitaz/wok/bc/source/bc-1.07.1' make[1]: Leaving directory '/home/slitaz/wok/bc/source/bc-1.07.1' Making install in lib make[1]: Entering directory '/home/slitaz/wok/bc/source/bc-1.07.1/lib' make[2]: Entering directory '/home/slitaz/wok/bc/source/bc-1.07.1/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 '/home/slitaz/wok/bc/source/bc-1.07.1/lib' make[1]: Leaving directory '/home/slitaz/wok/bc/source/bc-1.07.1/lib' Making install in bc make[1]: Entering directory '/home/slitaz/wok/bc/source/bc-1.07.1/bc' make[2]: Entering directory '/home/slitaz/wok/bc/source/bc-1.07.1/bc' make[2]: Nothing to be done for 'install-data-am'. .././install-sh -c -d '/home/slitaz/wok/bc/install/usr/bin' /usr/bin/install -c bc '/home/slitaz/wok/bc/install/usr/bin' make[2]: Leaving directory '/home/slitaz/wok/bc/source/bc-1.07.1/bc' make[1]: Leaving directory '/home/slitaz/wok/bc/source/bc-1.07.1/bc' Making install in dc make[1]: Entering directory '/home/slitaz/wok/bc/source/bc-1.07.1/dc' make[2]: Entering directory '/home/slitaz/wok/bc/source/bc-1.07.1/dc' make[2]: Nothing to be done for 'install-data-am'. .././install-sh -c -d '/home/slitaz/wok/bc/install/usr/bin' /usr/bin/install -c dc '/home/slitaz/wok/bc/install/usr/bin' make[2]: Leaving directory '/home/slitaz/wok/bc/source/bc-1.07.1/dc' make[1]: Leaving directory '/home/slitaz/wok/bc/source/bc-1.07.1/dc' Making install in doc make[1]: Entering directory '/home/slitaz/wok/bc/source/bc-1.07.1/doc' make[2]: Entering directory '/home/slitaz/wok/bc/source/bc-1.07.1/doc' make[2]: Nothing to be done for 'install-exec-am'. .././install-sh -c -d '/home/slitaz/wok/bc/install/usr/share/man/man1' .././install-sh -c -d '/home/slitaz/wok/bc/install/usr/share/info' /usr/bin/install -c -m 644 bc.1 dc.1 '/home/slitaz/wok/bc/install/usr/share/man/man1' /usr/bin/install -c -m 644 ./bc.info ./dc.info '/home/slitaz/wok/bc/install/usr/share/info' install-info --info-dir='/home/slitaz/wok/bc/install/usr/share/info' '/home/slitaz/wok/bc/install/usr/share/info/bc.info' install-info --info-dir='/home/slitaz/wok/bc/install/usr/share/info' '/home/slitaz/wok/bc/install/usr/share/info/dc.info' make[2]: Leaving directory '/home/slitaz/wok/bc/source/bc-1.07.1/doc' make[1]: Leaving directory '/home/slitaz/wok/bc/source/bc-1.07.1/doc' make[1]: Entering directory '/home/slitaz/wok/bc/source/bc-1.07.1' make[2]: Entering directory '/home/slitaz/wok/bc/source/bc-1.07.1' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/slitaz/wok/bc/source/bc-1.07.1' make[1]: Leaving directory '/home/slitaz/wok/bc/source/bc-1.07.1' ================================================================================ Executing strip on all files... Done Time: 0.29s. Size: 129484 B -> 109460 B. Save: 20 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 4.46s. Size: 49451 B -> 16406 B. Save: 32 KB. Cache hit: 2/2. Installing (pkg/local): desktop-file-validate-static-0.23-i486 QA: Checking bc.desktop... Done Time: 1.73s. Size: 448 B -> 448 B. Save: 0 KB. ================================================================================ Build dependencies to remove: 7 Removing: advancecomp-static desktop-file-validate-static libgdbm perl perl-core readline-dev texinfo Pack: bc 1.07.1 ================================================================================ Copying folders and files... Done Copying "receipt"... Done Copying "description.txt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done Removing old package "bc-1.07.1-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "bc-1.07.1-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/bc-1.07.1... Done Checking site script in source/bc-1.07.1... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: bc 1.07.1 ================================================================================ Src file : bc-1.07.1.tar.gz Src size : 412.0K Source dir : 2.4M Produced : 232.0K Cook time : 28s Cook date : 2020-07-08 06:40 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 156.0K : 37.2K : 3 : bc-1.07.1-i486.tazpkg ================================================================================