>>> bc: Building main/bc 1.08.2-r0 (using abuild 3.15.0-r0) started Tue, 05 Aug 2025 02:01:31 +0000 >>> bc: Validating /home/udu/aports/main/bc/APKBUILD... >>> bc: Analyzing dependencies... >>> bc: Installing for build: build-base bison ed flex readline-dev texinfo (1/3) Installing ed (1.21-r0) (2/3) Installing texinfo (7.2-r1) (3/3) Installing .makedepends-bc (20250805.020131) busybox-1.37.0-r18.trigger: Executing script... OK: 982 MiB in 418 packages >>> bc: Cleaning up srcdir >>> bc: Cleaning up pkgdir >>> bc: Cleaning up tmpdir >>> bc: Fetching https://ftp.gnu.org/gnu/bc/bc-1.08.2.tar.gz >>> bc: Fetching https://ftp.gnu.org/gnu/bc/bc-1.08.2.tar.gz >>> bc: Checking sha512sums... bc-1.08.2.tar.gz: OK >>> bc: Unpacking /var/cache/distfiles/bc-1.08.2.tar.gz... checking for a BSD-compatible install... /usr/bin/install -c checking whether sleep supports fractional seconds... yes checking filesystem timestamp resolution... 2 checking whether build environment is sane... yes checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking xargs -n works... yes checking for x86_64-alpine-linux-musl-gcc... cc 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 cc accepts -g... yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of cc... gcc3 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 wchar.h... yes checking for minix/config.h... no checking for stdarg.h... yes checking for stddef.h... yes checking for errno.h... yes checking for getopt.h... yes checking for limits.h... yes checking for lib.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for flex... flex checking for lex output file root... lex.yy checking for lex library... none needed checking whether yytext is a pointer... yes checking for x86_64-alpine-linux-musl-ar... no checking for x86_64-alpine-linux-musl-lib... no checking for x86_64-alpine-linux-musl-link... no checking for ar... ar checking the archiver (ar) interface... ar checking for bison... bison -y checking for x86_64-alpine-linux-musl-ranlib... no checking for ranlib... ranlib checking whether make sets $(MAKE)... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for ptrdiff_t... yes checking for __attribute__... yes checking for vprintf... yes checking for isgraph... yes checking for setvbuf... yes checking for fstat... yes checking for getopt_long... yes checking for strtol... yes checking for tparm in -lncurses... yes checking for readline in -lreadline... 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/udu/aports/main/bc/src/bc-1.08.2' Making all in lib make[2]: Entering directory '/home/udu/aports/main/bc/src/bc-1.08.2/lib' cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../h -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c mv -f .deps/getopt.Tpo .deps/getopt.Po cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../h -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -MT getopt1.o -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.o getopt1.c mv -f .deps/getopt1.Tpo .deps/getopt1.Po cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../h -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -MT vfprintf.o -MD -MP -MF .deps/vfprintf.Tpo -c -o vfprintf.o vfprintf.c mv -f .deps/vfprintf.Tpo .deps/vfprintf.Po cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../h -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -MT number.o -MD -MP -MF .deps/number.Tpo -c -o number.o number.c mv -f .deps/number.Tpo .deps/number.Po rm -f libbc.a ar cr libbc.a getopt.o getopt1.o vfprintf.o number.o ranlib libbc.a make[2]: Leaving directory '/home/udu/aports/main/bc/src/bc-1.08.2/lib' Making all in bc make[2]: Entering directory '/home/udu/aports/main/bc/src/bc-1.08.2/bc' cc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c mv -f .deps/main.Tpo .deps/main.Po cc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -MT bc.o -MD -MP -MF .deps/bc.Tpo -c -o bc.o bc.c mv -f .deps/bc.Tpo .deps/bc.Po cc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -MT scan.o -MD -MP -MF .deps/scan.Tpo -c -o scan.o scan.c mv -f .deps/scan.Tpo .deps/scan.Po cc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -MT execute.o -MD -MP -MF .deps/execute.Tpo -c -o execute.o execute.c mv -f .deps/execute.Tpo .deps/execute.Po cc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -MT load.o -MD -MP -MF .deps/load.Tpo -c -o load.o load.c mv -f .deps/load.Tpo .deps/load.Po cc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -MT storage.o -MD -MP -MF .deps/storage.Tpo -c -o storage.o storage.c mv -f .deps/storage.Tpo .deps/storage.Po cc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c mv -f .deps/util.Tpo .deps/util.Po cc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -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 cc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -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 cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -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 '/home/udu/aports/main/bc/src/bc-1.08.2/bc' Making all in dc make[2]: Entering directory '/home/udu/aports/main/bc/src/bc-1.08.2/dc' cc -DHAVE_CONFIG_H -I. -I.. -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -MT dc.o -MD -MP -MF .deps/dc.Tpo -c -o dc.o dc.c mv -f .deps/dc.Tpo .deps/dc.Po cc -DHAVE_CONFIG_H -I. -I.. -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -MT input.o -MD -MP -MF .deps/input.Tpo -c -o input.o input.c mv -f .deps/input.Tpo .deps/input.Po cc -DHAVE_CONFIG_H -I. -I.. -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.c mv -f .deps/misc.Tpo .deps/misc.Po cc -DHAVE_CONFIG_H -I. -I.. -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -MT eval.o -MD -MP -MF .deps/eval.Tpo -c -o eval.o eval.c mv -f .deps/eval.Tpo .deps/eval.Po cc -DHAVE_CONFIG_H -I. -I.. -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -MT stack.o -MD -MP -MF .deps/stack.Tpo -c -o stack.o stack.c mv -f .deps/stack.Tpo .deps/stack.Po cc -DHAVE_CONFIG_H -I. -I.. -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -MT array.o -MD -MP -MF .deps/array.Tpo -c -o array.o array.c mv -f .deps/array.Tpo .deps/array.Po cc -DHAVE_CONFIG_H -I. -I.. -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -MT numeric.o -MD -MP -MF .deps/numeric.Tpo -c -o numeric.o numeric.c mv -f .deps/numeric.Tpo .deps/numeric.Po cc -DHAVE_CONFIG_H -I. -I.. -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -MT string.o -MD -MP -MF .deps/string.Tpo -c -o string.o string.c mv -f .deps/string.Tpo .deps/string.Po cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -Wall -funsigned-char -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o dc dc.o input.o misc.o eval.o stack.o array.o numeric.o string.o ../lib/libbc.a -lreadline -lncurses make[2]: Leaving directory '/home/udu/aports/main/bc/src/bc-1.08.2/dc' Making all in doc make[2]: Entering directory '/home/udu/aports/main/bc/src/bc-1.08.2/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/udu/aports/main/bc/src/bc-1.08.2/doc' make[2]: Entering directory '/home/udu/aports/main/bc/src/bc-1.08.2' make[2]: Leaving directory '/home/udu/aports/main/bc/src/bc-1.08.2' make[1]: Leaving directory '/home/udu/aports/main/bc/src/bc-1.08.2' Making check in lib make[1]: Entering directory '/home/udu/aports/main/bc/src/bc-1.08.2/lib' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/home/udu/aports/main/bc/src/bc-1.08.2/lib' Making check in bc make[1]: Entering directory '/home/udu/aports/main/bc/src/bc-1.08.2/bc' make[1]: Leaving directory '/home/udu/aports/main/bc/src/bc-1.08.2/bc' Making check in dc make[1]: Entering directory '/home/udu/aports/main/bc/src/bc-1.08.2/dc' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/home/udu/aports/main/bc/src/bc-1.08.2/dc' Making check in doc make[1]: Entering directory '/home/udu/aports/main/bc/src/bc-1.08.2/doc' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/home/udu/aports/main/bc/src/bc-1.08.2/doc' make[1]: Entering directory '/home/udu/aports/main/bc/src/bc-1.08.2' make[1]: Leaving directory '/home/udu/aports/main/bc/src/bc-1.08.2' >>> bc: Entering fakeroot... Making install in lib make[1]: Entering directory '/home/udu/aports/main/bc/src/bc-1.08.2/lib' make[2]: Entering directory '/home/udu/aports/main/bc/src/bc-1.08.2/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/udu/aports/main/bc/src/bc-1.08.2/lib' make[1]: Leaving directory '/home/udu/aports/main/bc/src/bc-1.08.2/lib' Making install in bc make[1]: Entering directory '/home/udu/aports/main/bc/src/bc-1.08.2/bc' make[2]: Entering directory '/home/udu/aports/main/bc/src/bc-1.08.2/bc' make[2]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/udu/aports/main/bc/pkg/bc/usr/bin' /usr/bin/install -c bc '/home/udu/aports/main/bc/pkg/bc/usr/bin' make[2]: Leaving directory '/home/udu/aports/main/bc/src/bc-1.08.2/bc' make[1]: Leaving directory '/home/udu/aports/main/bc/src/bc-1.08.2/bc' Making install in dc make[1]: Entering directory '/home/udu/aports/main/bc/src/bc-1.08.2/dc' make[2]: Entering directory '/home/udu/aports/main/bc/src/bc-1.08.2/dc' make[2]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/udu/aports/main/bc/pkg/bc/usr/bin' /usr/bin/install -c dc '/home/udu/aports/main/bc/pkg/bc/usr/bin' make[2]: Leaving directory '/home/udu/aports/main/bc/src/bc-1.08.2/dc' make[1]: Leaving directory '/home/udu/aports/main/bc/src/bc-1.08.2/dc' Making install in doc make[1]: Entering directory '/home/udu/aports/main/bc/src/bc-1.08.2/doc' make[2]: Entering directory '/home/udu/aports/main/bc/src/bc-1.08.2/doc' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/udu/aports/main/bc/pkg/bc/usr/share/man/man1' /bin/mkdir -p '/home/udu/aports/main/bc/pkg/bc/usr/share/info' /usr/bin/install -c -m 644 bc.1 dc.1 '/home/udu/aports/main/bc/pkg/bc/usr/share/man/man1' /usr/bin/install -c -m 644 ./bc.info ./dc.info '/home/udu/aports/main/bc/pkg/bc/usr/share/info' install-info --info-dir='/home/udu/aports/main/bc/pkg/bc/usr/share/info' '/home/udu/aports/main/bc/pkg/bc/usr/share/info/bc.info' install-info --info-dir='/home/udu/aports/main/bc/pkg/bc/usr/share/info' '/home/udu/aports/main/bc/pkg/bc/usr/share/info/dc.info' make[2]: Leaving directory '/home/udu/aports/main/bc/src/bc-1.08.2/doc' make[1]: Leaving directory '/home/udu/aports/main/bc/src/bc-1.08.2/doc' make[1]: Entering directory '/home/udu/aports/main/bc/src/bc-1.08.2' make[2]: Entering directory '/home/udu/aports/main/bc/src/bc-1.08.2' 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/udu/aports/main/bc/src/bc-1.08.2' make[1]: Leaving directory '/home/udu/aports/main/bc/src/bc-1.08.2' >>> bc-doc*: Running split function doc... 'usr/share/man' -> '/home/udu/aports/main/bc/pkg/bc-doc/usr/share/man' 'usr/share/info' -> '/home/udu/aports/main/bc/pkg/bc-doc/usr/share/info' >>> bc-doc*: Preparing subpackage bc-doc... >>> bc-doc*: Running postcheck for bc-doc >>> bc*: Running postcheck for bc >>> bc*: Preparing package bc... >>> bc*: Stripping binaries >>> bc-doc*: Scanning shared objects >>> bc*: Scanning shared objects >>> bc-doc*: Tracing dependencies... >>> bc-doc*: Package size: 76.3 KB >>> bc-doc*: Compressing data... >>> bc-doc*: Create checksum... >>> bc-doc*: Create bc-doc-1.08.2-r0.apk >>> bc*: Tracing dependencies... so:libc.musl-x86_64.so.1 so:libreadline.so.8 >>> bc*: Package size: 120.5 KB >>> bc*: Compressing data... >>> bc*: Create checksum... >>> bc*: Create bc-1.08.2-r0.apk >>> bc: Build complete at Tue, 05 Aug 2025 02:01:36 +0000 elapsed time 0h 0m 5s >>> bc: Cleaning up srcdir >>> bc: Cleaning up pkgdir >>> bc: Uninstalling dependencies... (1/3) Purging .makedepends-bc (20250805.020131) (2/3) Purging ed (1.21-r0) (3/3) Purging texinfo (7.2-r1) texinfo-7.2-r1.pre-deinstall: Executing script... busybox-1.37.0-r18.trigger: Executing script... OK: 975 MiB in 415 packages >>> bc: Updating the main/x86_64 repository index... >>> bc: Signing the index...