>>> slibtool: Building community/slibtool 0.5.33-r0 (using abuild 3.8.0_rc3-r2) started Sat, 29 May 2021 12:33:44 +0000 >>> slibtool: Checking sanity of /home/buildozer/aports/community/slibtool/APKBUILD... >>> slibtool: Analyzing dependencies... >>> slibtool: Installing for build: build-base (1/1) Installing .makedepends-slibtool (20210529.123347) OK: 312 MiB in 90 packages >>> slibtool: Cleaning up srcdir >>> slibtool: Cleaning up pkgdir >>> slibtool: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/slibtool-0.5.33.tar.xz % 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 100 74100 100 74100 0 0 279k 0 --:--:-- --:--:-- --:--:-- 279k >>> slibtool: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/slibtool-0.5.33.tar.xz >>> slibtool: Checking sha512sums... slibtool-0.5.33.tar.xz: OK >>> slibtool: Unpacking /var/cache/distfiles/v3.14/slibtool-0.5.33.tar.xz... slibtool : configure : init_vars() ............................... OK. slibtool : configure : verify_build_directory() .................. OK. slibtool : configure : verify_source_directory() ................. OK. slibtool : configure : verify_source_info() ...................... OK. slibtool : configure : common_defaults() ......................... OK. slibtool : configure : config_flags() ............................ OK. slibtool : configure : config_copy() ............................. OK. .. slibtool : configure : detect and query host (targeted) system == checking for C compiler ..................................... gcc. == checking for C pre-processor ................................ cpp. == checking for C++ compiler ............ i586-alpine-linux-musl-g++. == checking for ar ................... i586-alpine-linux-musl-gcc-ar. == checking for nm ................... i586-alpine-linux-musl-gcc-nm. == checking for objdump .................................... objdump. == checking for ranlib ............... i586-alpine-linux-musl-gcc-ranlib. == checking for size .......................................... size. == checking for strip ........................................ strip. == checking for strings .................................... strings. == checking for objcopy .................................... objcopy. == checking for addr2line ................................ addr2line. == checking for cov .......................................... false. == checking for elfedit .................................... elfedit. == checking for readelf .................................... readelf. == checking for readobj ...................................... false. == checking for otool ........................................ false. == checking for perk ......................................... false. == checking for mdso ......................................... false. == checking for dlltool ...................................... false. == checking for windmc ....................................... false. == checking for windres ...................................... false. == checking for as (asm) ........................................ as. == checking for as (ll) ...................................... false. == checking for as (mc) ...................................... false. == checking for ld (bfd) .................................... ld.bfd. == checking for ld (gold) .................................... false. == checking for ld (lld) ..................................... false. == checking for objdump (bfd) .............................. objdump. == checking for objdump (llvm) ............................... false. == checking for readelf (bfd) .............................. readelf. == checking for readelf (llvm) ............................... false. == detect host system ....................... i586-alpine-linux-musl. == detect host bits ............................................. 32. == detect host binary format ................................... ELF. == detect host prepended underscores ............................. no. == detect host os name ....................................... linux. == detect host os semantics ................... elf-posix-linux-ldso. == detect host os dso format ................................... ELF. == detect host os dso exrules .............................. default. == detect host os linkage .................................. default. .. slibtool : configure : detect and query native (local build) system == checking for C compiler ..................................... c99. == checking for C pre-processor ................................ cpp. == checking for C++ compiler ................................... c++. == checking for ar .............................................. ar. == checking for nm .............................................. nm. == checking for objdump .................................... objdump. == checking for ranlib ...................................... ranlib. == checking for size .......................................... size. == checking for strip ........................................ strip. == checking for strings .................................... strings. == checking for objcopy .................................... objcopy. == checking for addr2line ................................ addr2line. == checking for cov .......................................... false. == checking for elfedit .................................... elfedit. == checking for readelf .................................... readelf. == checking for readobj ...................................... false. == checking for otool ........................................ false. == checking for perk ......................................... false. == checking for mdso ......................................... false. == checking for dlltool ...................................... false. == checking for windmc ....................................... false. == checking for windres ...................................... false. == checking for as (asm) ........................................ as. == checking for as (ll) ...................................... false. == checking for as (mc) ...................................... false. == checking for ld (bfd) .................................... ld.bfd. == checking for ld (gold) .................................... false. == checking for ld (lld) ..................................... false. == checking for objdump (bfd) .............................. objdump. == checking for objdump (llvm) ............................... false. == checking for readelf (bfd) .............................. readelf. == checking for readelf (llvm) ............................... false. == detect native system ..................... i586-alpine-linux-musl. == detect native bits ........................................... 32. == detect native binary format ................................. ELF. == detect native prepended underscore............................. no. == detect native os name ..................................... linux. == detect native os semantics ................. elf-posix-linux-ldso. == detect native os dso format ................................. ELF. == detect native os dso exrules ............................ default. == detect native os linkage ................................ default. .. slibtool : configure : config_copy() ............................. OK. slibtool : configure : config_cfghost() .......................... OK. slibtool : configure : config_host() ............................. OK. slibtool : configure : configuration completed successfully. mkdir -p build mkdir -p bin mkdir -p src mkdir -p lib mkdir -p src/driver touch dirs.tag mkdir -p src/helper ./sofort/tools/version.sh \ -s . \ -o build/slibtool_version.h \ -p slibtool mkdir -p src/internal mkdir -p src/logic mkdir -p src/output mkdir -p src/skin touch tree.tag gcc -c -o src/driver/slbt_amain.o src/driver/slbt_amain.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/helper/slbt_archive_import.o src/helper/slbt_archive_import.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/helper/slbt_copy_file.o src/helper/slbt_copy_file.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/helper/slbt_dump_machine.o src/helper/slbt_dump_machine.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/helper/slbt_realpath.o src/helper/slbt_realpath.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/logic/slbt_exec_compile.o src/logic/slbt_exec_compile.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/logic/slbt_exec_ctx.o src/logic/slbt_exec_ctx.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/logic/slbt_exec_execute.o src/logic/slbt_exec_execute.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/logic/slbt_exec_install.o src/logic/slbt_exec_install.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/logic/slbt_exec_link.o src/logic/slbt_exec_link.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/logic/slbt_exec_uninstall.o src/logic/slbt_exec_uninstall.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/output/slbt_output_config.o src/output/slbt_output_config.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/output/slbt_output_error.o src/output/slbt_output_error.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/output/slbt_output_exec.o src/output/slbt_output_exec.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/output/slbt_output_fdcwd.o src/output/slbt_output_fdcwd.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/output/slbt_output_features.o src/output/slbt_output_features.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/skin/slbt_skin_default.o src/skin/slbt_skin_default.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/skin/slbt_skin_install.o src/skin/slbt_skin_install.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/skin/slbt_skin_uninstall.o src/skin/slbt_skin_uninstall.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/internal/slibtool_dprintf_impl.o src/internal/slibtool_dprintf_impl.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/internal/slibtool_errinfo_impl.o src/internal/slibtool_errinfo_impl.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC touch version.tag gcc -c -o src/internal/slibtool_lconf_impl.o src/internal/slibtool_lconf_impl.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/internal/slibtool_libmeta_impl.o src/internal/slibtool_libmeta_impl.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/internal/slibtool_mapfile_impl.o src/internal/slibtool_mapfile_impl.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/internal/slibtool_objmeta_impl.o src/internal/slibtool_objmeta_impl.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/internal/slibtool_symlink_impl.o src/internal/slibtool_symlink_impl.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_PRE_ALPHA -DSLBT_STATIC gcc -c -o src/slibtool.o src/slibtool.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -Wno-unused-parameter -DSLBT_APP gcc -c -o src/driver/slbt_driver_ctx.o src/driver/slbt_driver_ctx.c -std=c99 -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -I./src/internal -I./include -Ibuild -Os -fomit-frame-pointer -DOS_LIB_SUFFIX=\".so\" -DSLBT_TAG_VER_MAJOR=0 -DSLBT_TAG_VER_MINOR=5 -DSLBT_TAG_VER_PATCH=33 -DSLBT_MACHINE=\"i586-alpine-linux-musl\" -DSLBT_PRE_ALPHA -DSLBT_STATIC rm -f app.tag gcc -o bin/slibtool-default src/driver/slbt_amain.o src/driver/slbt_driver_ctx.o src/helper/slbt_archive_import.o src/helper/slbt_copy_file.o src/helper/slbt_dump_machine.o src/helper/slbt_realpath.o src/logic/slbt_exec_compile.o src/logic/slbt_exec_ctx.o src/logic/slbt_exec_execute.o src/logic/slbt_exec_install.o src/logic/slbt_exec_link.o src/logic/slbt_exec_uninstall.o src/output/slbt_output_config.o src/output/slbt_output_error.o src/output/slbt_output_exec.o src/output/slbt_output_fdcwd.o src/output/slbt_output_features.o src/skin/slbt_skin_default.o src/skin/slbt_skin_install.o src/skin/slbt_skin_uninstall.o src/internal/slibtool_dprintf_impl.o src/internal/slibtool_errinfo_impl.o src/internal/slibtool_lconf_impl.o src/internal/slibtool_libmeta_impl.o src/internal/slibtool_mapfile_impl.o src/internal/slibtool_objmeta_impl.o src/internal/slibtool_symlink_impl.o src/slibtool.o -Llib cp bin/slibtool-default bin/slibtool touch app.tag >>> slibtool: Entering fakeroot... mkdir -p /home/buildozer/aports/community/slibtool/pkg/slibtool/usr/bin rm -f bin/slibtool-shared.tmp rm -f bin/slibtool-static.tmp rm -f bin/dlibtool.tmp rm -f bin/dlibtool-shared.tmp rm -f bin/dlibtool-static.tmp rm -f bin/clibtool.tmp rm -f bin/clibtool-shared.tmp rm -f bin/clibtool-static.tmp rm -f bin/rlibtool.tmp rm -f bin/rclibtool.tmp rm -f bin/rdlibtool.tmp rm -f bin/rdclibtool.tmp ln -s ./slibtool bin/slibtool-shared.tmp ln -s ./slibtool bin/slibtool-static.tmp ln -s ./slibtool bin/dlibtool.tmp ln -s ./slibtool bin/dlibtool-shared.tmp ln -s ./slibtool bin/dlibtool-static.tmp ln -s ./slibtool bin/clibtool.tmp ln -s ./slibtool bin/clibtool-shared.tmp ln -s ./slibtool bin/clibtool-static.tmp ln -s ./slibtool bin/rlibtool.tmp ln -s ./slibtool bin/rclibtool.tmp ln -s ./slibtool bin/rdlibtool.tmp ln -s ./slibtool bin/rdclibtool.tmp mv bin/slibtool-shared.tmp /home/buildozer/aports/community/slibtool/pkg/slibtool/usr/bin/slibtool-shared mv bin/slibtool-static.tmp /home/buildozer/aports/community/slibtool/pkg/slibtool/usr/bin/slibtool-static mv bin/dlibtool.tmp /home/buildozer/aports/community/slibtool/pkg/slibtool/usr/bin/dlibtool mv bin/dlibtool-shared.tmp /home/buildozer/aports/community/slibtool/pkg/slibtool/usr/bin/dlibtool-shared mv bin/dlibtool-static.tmp /home/buildozer/aports/community/slibtool/pkg/slibtool/usr/bin/dlibtool-static mv bin/clibtool.tmp /home/buildozer/aports/community/slibtool/pkg/slibtool/usr/bin/clibtool mv bin/clibtool-shared.tmp /home/buildozer/aports/community/slibtool/pkg/slibtool/usr/bin/clibtool-shared mv bin/clibtool-static.tmp /home/buildozer/aports/community/slibtool/pkg/slibtool/usr/bin/clibtool-static mv bin/rlibtool.tmp /home/buildozer/aports/community/slibtool/pkg/slibtool/usr/bin/rlibtool mv bin/rclibtool.tmp /home/buildozer/aports/community/slibtool/pkg/slibtool/usr/bin/rclibtool mv bin/rdlibtool.tmp /home/buildozer/aports/community/slibtool/pkg/slibtool/usr/bin/rdlibtool mv bin/rdclibtool.tmp /home/buildozer/aports/community/slibtool/pkg/slibtool/usr/bin/rdclibtool mkdir -p /home/buildozer/aports/community/slibtool/pkg/slibtool/usr/bin cp bin/slibtool /home/buildozer/aports/community/slibtool/pkg/slibtool/usr/bin >>> slibtool*: Running postcheck for slibtool >>> slibtool*: Preparing package slibtool... >>> slibtool*: Stripping binaries >>> slibtool*: Scanning shared objects >>> slibtool*: Tracing dependencies... so:libc.musl-x86.so.1 >>> slibtool*: Package size: 152.0 KB >>> slibtool*: Compressing data... >>> slibtool*: Create checksum... >>> slibtool*: Create slibtool-0.5.33-r0.apk >>> slibtool: Build complete at Sat, 29 May 2021 12:33:50 +0000 elapsed time 0h 0m 6s >>> slibtool: Cleaning up srcdir >>> slibtool: Cleaning up pkgdir >>> slibtool: Uninstalling dependencies... (1/1) Purging .makedepends-slibtool (20210529.123347) OK: 312 MiB in 89 packages >>> slibtool: Updating the community/x86 repository index... >>> slibtool: Signing the index...