>>> bitwise: Building testing/bitwise 0.43-r0 (using abuild 3.10.0_rc1-r2) started Wed, 28 Sep 2022 10:47:24 +0000 >>> bitwise: Checking sanity of /home/buildozer/aports/testing/bitwise/APKBUILD... >>> bitwise: Analyzing dependencies... >>> bitwise: Installing for build: build-base ncurses-dev readline-dev (1/5) Installing ncurses-dev (6.3_p20220924-r0) (2/5) Installing libhistory (8.2.0-r0) (3/5) Installing readline (8.2.0-r0) (4/5) Installing readline-dev (8.2.0-r0) (5/5) Installing .makedepends-bitwise (20220928.104728) Executing busybox-1.35.0-r25.trigger OK: 299 MiB in 101 packages >>> bitwise: Cleaning up srcdir >>> bitwise: Cleaning up pkgdir >>> bitwise: Fetching https://github.com/mellowcandle/bitwise/releases/download/v0.43/bitwise-v0.43.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 124k 100 124k 0 0 90128 0 0:00:01 0:00:01 --:--:-- 457k >>> bitwise: Fetching https://github.com/mellowcandle/bitwise/releases/download/v0.43/bitwise-v0.43.tar.gz >>> bitwise: Checking sha512sums... bitwise-v0.43.tar.gz: OK >>> bitwise: Unpacking /var/cache/distfiles/bitwise-v0.43.tar.gz... 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 riscv64-alpine-linux-musl-gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking for gcc option to accept ISO C99... none needed checking for gcc option to accept ISO Standard C... (cached) none needed checking for gcc option to accept ISO C99... (cached) none needed checking how to run the C preprocessor... 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 form_driver in -lform... yes checking for newwin in -lncurses... yes checking for library containing sqrt... none required checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking form.h usability... yes checking form.h presence... yes checking for form.h... yes checking whether bswap_32 is declared... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for uint64_t... yes checking for working strcoll... yes checking for memchr... yes checking for memmove... yes checking for memset... yes checking for stpcpy... yes checking for strchr... yes checking for strcspn... yes checking for strdup... yes checking for strerror... yes checking for strpbrk... yes checking for strrchr... yes checking for strspn... 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 inc/config.h config.status: executing depfiles commands depbase=`echo src/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I./inc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -MT src/main.o -MD -MP -MF $depbase.Tpo -c -o src/main.o src/main.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/misc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I./inc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -MT src/misc.o -MD -MP -MF $depbase.Tpo -c -o src/misc.o src/misc.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/interactive.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I./inc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -MT src/interactive.o -MD -MP -MF $depbase.Tpo -c -o src/interactive.o src/interactive.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/cmd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I./inc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -MT src/cmd.o -MD -MP -MF $depbase.Tpo -c -o src/cmd.o src/cmd.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/stack.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I./inc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -MT src/stack.o -MD -MP -MF $depbase.Tpo -c -o src/stack.o src/stack.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/shunting-yard.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I./inc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -MT src/shunting-yard.o -MD -MP -MF $depbase.Tpo -c -o src/shunting-yard.o src/shunting-yard.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/help.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I./inc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -MT src/help.o -MD -MP -MF $depbase.Tpo -c -o src/help.o src/help.c &&\ mv -f $depbase.Tpo $depbase.Po gcc -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o bitwise src/main.o src/misc.o src/interactive.o src/cmd.o src/stack.o src/shunting-yard.o src/help.o -lncurses -lform -lreadline >>> bitwise: Entering fakeroot... make[1]: Entering directory '/home/buildozer/aports/testing/bitwise/src/bitwise-v0.43' ./install-sh -c -d '/home/buildozer/aports/testing/bitwise/pkg/bitwise/usr/share/man/man1' ./install-sh -c -d '/home/buildozer/aports/testing/bitwise/pkg/bitwise/usr/bin' /usr/bin/install -c -m 644 bitwise.1 '/home/buildozer/aports/testing/bitwise/pkg/bitwise/usr/share/man/man1' /usr/bin/install -c bitwise '/home/buildozer/aports/testing/bitwise/pkg/bitwise/usr/bin' make[1]: Leaving directory '/home/buildozer/aports/testing/bitwise/src/bitwise-v0.43' >>> bitwise-doc*: Running split function doc... >>> bitwise-doc*: Preparing subpackage bitwise-doc... >>> bitwise-doc*: Running postcheck for bitwise-doc >>> bitwise*: Running postcheck for bitwise >>> bitwise*: Preparing package bitwise... >>> bitwise*: Stripping binaries >>> bitwise-doc*: Scanning shared objects >>> bitwise*: Scanning shared objects >>> bitwise-doc*: Tracing dependencies... >>> bitwise-doc*: Package size: 24.0 KB >>> bitwise-doc*: Compressing data... >>> bitwise-doc*: Create checksum... >>> bitwise-doc*: Create bitwise-doc-0.43-r0.apk >>> bitwise*: Tracing dependencies... so:libc.musl-riscv64.so.1 so:libformw.so.6 so:libncursesw.so.6 so:libreadline.so.8 >>> bitwise*: Package size: 44.0 KB >>> bitwise*: Compressing data... >>> bitwise*: Create checksum... >>> bitwise*: Create bitwise-0.43-r0.apk >>> bitwise: Build complete at Wed, 28 Sep 2022 10:48:23 +0000 elapsed time 0h 0m 59s >>> bitwise: Cleaning up srcdir >>> bitwise: Cleaning up pkgdir >>> bitwise: Uninstalling dependencies... (1/5) Purging .makedepends-bitwise (20220928.104728) (2/5) Purging readline-dev (8.2.0-r0) (3/5) Purging libhistory (8.2.0-r0) (4/5) Purging readline (8.2.0-r0) (5/5) Purging ncurses-dev (6.3_p20220924-r0) Executing busybox-1.35.0-r25.trigger OK: 298 MiB in 96 packages >>> bitwise: Updating the testing/riscv64 repository index... >>> bitwise: Signing the index...