>>> mpdecimal: Building main/mpdecimal 4.0.1-r0 (using abuild 3.15.0_rc3-r3) started Fri, 16 May 2025 15:00:03 +0000 >>> mpdecimal: Validating /home/buildozer/aports/main/mpdecimal/APKBUILD... >>> mpdecimal: Analyzing dependencies... >>> mpdecimal: Installing for build: build-base (1/1) Installing .makedepends-mpdecimal (20250516.150003) OK: 400 MiB in 105 packages >>> mpdecimal: Cleaning up srcdir >>> mpdecimal: Cleaning up pkgdir >>> mpdecimal: Cleaning up tmpdir >>> mpdecimal: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/mpdecimal-4.0.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> mpdecimal: Fetching https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-4.0.1.tar.gz Connecting to www.bytereef.org (185.199.108.153:443) saving to '/var/cache/distfiles/v3.22/mpdecimal-4.0.1.tar.gz.part' mpdecimal-4.0.1.tar. 100% |********************************| 308k 0:00:00 ETA '/var/cache/distfiles/v3.22/mpdecimal-4.0.1.tar.gz.part' saved >>> mpdecimal: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/mpdecimal-4.0.1.tar.gz >>> mpdecimal: Checking sha512sums... mpdecimal-4.0.1.tar.gz: OK >>> mpdecimal: Unpacking /var/cache/distfiles/v3.22/mpdecimal-4.0.1.tar.gz... checking build system type... i586-alpine-linux-musl checking host system type... i586-alpine-linux-musl checking for --enable-cxx... yes checking for --enable-static... yes checking for --enable-shared... yes checking for --enable-doc... yes checking for --enable-pc... yes checking for i586-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 we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking for -O2... yes checking for i586-alpine-linux-musl-ar... no checking for ar... ar checking for i586-alpine-linux-musl-ranlib... no checking for ranlib... ranlib checking how to run the C preprocessor... cc -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 pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for size_t... yes checking for int32_t... yes checking for int64_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for __uint128_t... no checking size of size_t... 4 checking size of __uint128_t... 0 checking for x64 gcc inline assembler... no checking for x87 gcc inline assembler... yes checking for a BSD-compatible install... /usr/bin/install -c checking for glibc _FORTIFY_SOURCE/memmove bug... no configure: creating ./config.status config.status: creating Makefile config.status: creating libmpdec/Makefile config.status: creating libmpdec/mpdecimal.h config.status: creating libmpdec/.pc/libmpdec.pc config.status: creating libmpdec++/Makefile config.status: creating libmpdec++/.pc/libmpdec++.pc config.status: creating tests/Makefile config.status: creating tests++/Makefile config.status: creating config.h cd libmpdec && make make[1]: Entering directory '/home/buildozer/aports/main/mpdecimal/src/mpdecimal-4.0.1/libmpdec' cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -c basearith.c cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -c context.c cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -c constants.c cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -c convolute.c cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -c crt.c cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -c mpdecimal.c cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -c mpsignal.c cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -c difradix2.c cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -c fnt.c cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -c fourstep.c cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -c io.c cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -c mpalloc.c cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -c numbertheory.c cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -c sixstep.c cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -c transpose.c cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -c basearith.c -o .objs/basearith.o cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -c context.c -o .objs/context.o cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -c constants.c -o .objs/constants.o cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -c convolute.c -o .objs/convolute.o cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -c crt.c -o .objs/crt.o cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -c mpdecimal.c -o .objs/mpdecimal.o cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -c mpsignal.c -o .objs/mpsignal.o cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -c difradix2.c -o .objs/difradix2.o cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -c fnt.c -o .objs/fnt.o cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -c fourstep.c -o .objs/fourstep.o cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -c io.c -o .objs/io.o cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -c mpalloc.c -o .objs/mpalloc.o cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -c numbertheory.c -o .objs/numbertheory.o cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -c sixstep.c -o .objs/sixstep.o cc -DCONFIG_32 -DANSI -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -c transpose.c -o .objs/transpose.o ar rc libmpdec.a basearith.o context.o constants.o convolute.o crt.o mpdecimal.o mpsignal.o difradix2.o fnt.o fourstep.o io.o mpalloc.o numbertheory.o sixstep.o transpose.o ranlib libmpdec.a cc -shared -fPIC -Wl,-soname,libmpdec.so.4 -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o libmpdec.so.4.0.1 .objs/basearith.o .objs/context.o .objs/constants.o .objs/convolute.o .objs/crt.o .objs/mpdecimal.o .objs/mpsignal.o .objs/difradix2.o .objs/fnt.o .objs/fourstep.o .objs/io.o .objs/mpalloc.o .objs/numbertheory.o .objs/sixstep.o .objs/transpose.o -lm ln -sf libmpdec.so.4.0.1 libmpdec.so ln -sf libmpdec.so.4.0.1 libmpdec.so.4 make[1]: Leaving directory '/home/buildozer/aports/main/mpdecimal/src/mpdecimal-4.0.1/libmpdec' cd libmpdec++ && make make[1]: Entering directory '/home/buildozer/aports/main/mpdecimal/src/mpdecimal-4.0.1/libmpdec++' c++ -I. -I../libmpdec -DNDEBUG -O3 -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -c decimal.cc c++ -I. -I../libmpdec -DNDEBUG -O3 -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fPIC -c decimal.cc -o .objs/decimal.o ar rc libmpdec++.a decimal.o ranlib libmpdec++.a c++ -L../libmpdec -shared -fPIC -Wl,-soname,libmpdec++.so.4 -o libmpdec++.so.4.0.1 .objs/decimal.o -lmpdec -lm ln -sf libmpdec++.so.4.0.1 libmpdec++.so ln -sf libmpdec++.so.4.0.1 libmpdec++.so.4 make[1]: Leaving directory '/home/buildozer/aports/main/mpdecimal/src/mpdecimal-4.0.1/libmpdec++' cd libmpdec && make check_local make[1]: Entering directory '/home/buildozer/aports/main/mpdecimal/src/mpdecimal-4.0.1/libmpdec' cd ../tests && make && ./runshort.sh --local make[2]: Entering directory '/home/buildozer/aports/main/mpdecimal/src/mpdecimal-4.0.1/tests' cc -I../libmpdec -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -o runtest runtest.c test.c ../libmpdec/libmpdec.a -lm cc -I../libmpdec -O2 -Os -fstack-clash-protection -Wformat -Werror=format-security -o runtest_shared runtest.c test.c -L../libmpdec -lmpdec -lm make[2]: Leaving directory '/home/buildozer/aports/main/mpdecimal/src/mpdecimal-4.0.1/tests' # ======================================================================== # libmpdec: static library # ======================================================================== Running additional tests ... ./testdata/baseconv.decTest ... PASS ./testdata/binop_eq.decTest ... PASS ./testdata/divmod.decTest ... PASS ./testdata/divmod_eq.decTest ... PASS ./testdata/fma_eq.decTest ... PASS ./testdata/format.decTest ... PASS ./testdata/invroot.decTest ... PASS ./testdata/largeint.decTest ... PASS ./testdata/powmod.decTest ... PASS ./testdata/powmod_eq.decTest ... PASS ./testdata/shiftlr.decTest ... PASS ./testdata/getint.decTest ... PASS ./testdata/cov.decTest ... PASS ./testdata/extra.decTest ... PASS ./testdata/maxprec.decTest ... PASS # ======================================================================== # libmpdec: shared library # ======================================================================== Running additional tests ... ./testdata/baseconv.decTest ... PASS ./testdata/binop_eq.decTest ... PASS ./testdata/divmod.decTest ... PASS ./testdata/divmod_eq.decTest ... PASS ./testdata/fma_eq.decTest ... PASS ./testdata/format.decTest ... PASS ./testdata/invroot.decTest ... PASS ./testdata/largeint.decTest ... PASS ./testdata/powmod.decTest ... PASS ./testdata/powmod_eq.decTest ... PASS ./testdata/shiftlr.decTest ... PASS ./testdata/getint.decTest ... PASS ./testdata/cov.decTest ... PASS ./testdata/extra.decTest ... PASS ./testdata/maxprec.decTest ... PASS make[1]: Leaving directory '/home/buildozer/aports/main/mpdecimal/src/mpdecimal-4.0.1/libmpdec' cd libmpdec++ && make check_local make[1]: Entering directory '/home/buildozer/aports/main/mpdecimal/src/mpdecimal-4.0.1/libmpdec++' cd ../tests++ && make && ./runshort.sh --local make[2]: Entering directory '/home/buildozer/aports/main/mpdecimal/src/mpdecimal-4.0.1/tests++' c++ -I.. -I../libmpdec -I../libmpdec++ -DNDEBUG -O3 -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -o runtest runtest.cc test.cc ../libmpdec++/libmpdec++.a ../libmpdec/libmpdec.a -lm c++ -I../libmpdec -I../libmpdec++ -DNDEBUG -O3 -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -o apitest apitest.cc test.cc ../libmpdec++/libmpdec++.a ../libmpdec/libmpdec.a -lm c++ -I.. -I../libmpdec -I../libmpdec++ -DNDEBUG -O3 -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -o runtest_shared runtest.cc test.cc -L../libmpdec -L../libmpdec++ -lmpdec++ -lmpdec -lm c++ -I../libmpdec -I../libmpdec++ -DNDEBUG -O3 -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -o apitest_shared apitest.cc test.cc -L../libmpdec -L../libmpdec++ -lmpdec++ -lmpdec -lm make[2]: Leaving directory '/home/buildozer/aports/main/mpdecimal/src/mpdecimal-4.0.1/tests++' # ======================================================================== # libmpdec++: static library # ======================================================================== Running additional tests ... ./testdata/baseconv.decTest ... PASS ./testdata/binop_eq.decTest ... PASS ./testdata/divmod.decTest ... PASS ./testdata/divmod_eq.decTest ... PASS ./testdata/fma_eq.decTest ... PASS ./testdata/format.decTest ... PASS ./testdata/invroot.decTest ... PASS ./testdata/largeint.decTest ... PASS ./testdata/powmod.decTest ... PASS ./testdata/powmod_eq.decTest ... PASS ./testdata/shiftlr.decTest ... PASS ./testdata/getint.decTest ... PASS ./testdata/cov.decTest ... PASS ./testdata/extra.decTest ... PASS ./testdata/maxprec.decTest ... PASS NOTE: std::thread stack size < 512K: skipped 1 bignum test case Running API tests (single thread) ... ExceptionHierarchyTest ... PASS IEEEContextTest ... PASS ContextGetSetTest ... PASS ContextInputValidationTest ... PASS SmallContextTest ... PASS ContextReprTest ... PASS ExactConstructionTest ... PASS InexactConstructionTest ... PASS ConstructionExceptionTest ... PASS AccessorTest ... PASS UnaryOperatorTest ... PASS PointerUnaryOperatorTest ... PASS ComparisonOperatorTest ... PASS PointerComparisonOperatorTest ... PASS AssignmentOperatorTest ... PASS PointerAssignmentOperatorTest ... PASS ArithmeticOperatorTest ... PASS PointerArithmeticOperatorTest ... PASS PredicateTest ... PASS UnaryFunctionTest ... PASS CeilTest ... PASS FloorTest ... PASS TruncTest ... PASS BinaryFunctionTest ... PASS DivmodTest ... PASS QuantizeTest ... PASS TernaryFunctionTest ... PASS IrregularFunctionTest ... PASS ApplyTest ... PASS IntegerConversionTest ... PASS ExactArithTest ... PASS DataStructuresTest ... PASS LargeDataStructuresTest ... PASS StringReprTest ... PASS FormatTest ... PASS Running API tests (threaded) ... ExceptionHierarchyTest ... PASS IEEEContextTest ... PASS ContextGetSetTest ... PASS ContextInputValidationTest ... PASS SmallContextTest ... PASS ContextReprTest ... PASS ExactConstructionTest ... PASS InexactConstructionTest ... PASS ConstructionExceptionTest ... PASS AccessorTest ... PASS UnaryOperatorTest ... PASS PointerUnaryOperatorTest ... PASS ComparisonOperatorTest ... PASS PointerComparisonOperatorTest ... PASS AssignmentOperatorTest ... PASS PointerAssignmentOperatorTest ... PASS ArithmeticOperatorTest ... PASS PointerArithmeticOperatorTest ... PASS PredicateTest ... PASS UnaryFunctionTest ... PASS CeilTest ... PASS FloorTest ... PASS TruncTest ... PASS BinaryFunctionTest ... PASS DivmodTest ... PASS QuantizeTest ... PASS TernaryFunctionTest ... PASS IrregularFunctionTest ... PASS ApplyTest ... PASS IntegerConversionTest ... PASS ExactArithTest ... PASS DataStructuresTest ... PASS LargeDataStructuresTest ... PASS StringReprTest ... PASS FormatTest ... PASS # ======================================================================== # libmpdec++: shared library # ======================================================================== Running additional tests ... ./testdata/baseconv.decTest ... PASS ./testdata/binop_eq.decTest ... PASS ./testdata/divmod.decTest ... PASS ./testdata/divmod_eq.decTest ... PASS ./testdata/fma_eq.decTest ... PASS ./testdata/format.decTest ... PASS ./testdata/invroot.decTest ... PASS ./testdata/largeint.decTest ... PASS ./testdata/powmod.decTest ... PASS ./testdata/powmod_eq.decTest ... PASS ./testdata/shiftlr.decTest ... PASS ./testdata/getint.decTest ... PASS ./testdata/cov.decTest ... PASS ./testdata/extra.decTest ... PASS ./testdata/maxprec.decTest ... PASS NOTE: std::thread stack size < 512K: skipped 1 bignum test case Running API tests (single thread) ... ExceptionHierarchyTest ... PASS IEEEContextTest ... PASS ContextGetSetTest ... PASS ContextInputValidationTest ... PASS SmallContextTest ... PASS ContextReprTest ... PASS ExactConstructionTest ... PASS InexactConstructionTest ... PASS ConstructionExceptionTest ... PASS AccessorTest ... PASS UnaryOperatorTest ... PASS PointerUnaryOperatorTest ... PASS ComparisonOperatorTest ... PASS PointerComparisonOperatorTest ... PASS AssignmentOperatorTest ... PASS PointerAssignmentOperatorTest ... PASS ArithmeticOperatorTest ... PASS PointerArithmeticOperatorTest ... PASS PredicateTest ... PASS UnaryFunctionTest ... PASS CeilTest ... PASS FloorTest ... PASS TruncTest ... PASS BinaryFunctionTest ... PASS DivmodTest ... PASS QuantizeTest ... PASS TernaryFunctionTest ... PASS IrregularFunctionTest ... PASS ApplyTest ... PASS IntegerConversionTest ... PASS ExactArithTest ... PASS DataStructuresTest ... PASS LargeDataStructuresTest ... PASS StringReprTest ... PASS FormatTest ... PASS Running API tests (threaded) ... ExceptionHierarchyTest ... PASS IEEEContextTest ... PASS ContextGetSetTest ... PASS ContextInputValidationTest ... PASS SmallContextTest ... PASS ContextReprTest ... PASS ExactConstructionTest ... PASS InexactConstructionTest ... PASS ConstructionExceptionTest ... PASS AccessorTest ... PASS UnaryOperatorTest ... PASS PointerUnaryOperatorTest ... PASS ComparisonOperatorTest ... PASS PointerComparisonOperatorTest ... PASS AssignmentOperatorTest ... PASS PointerAssignmentOperatorTest ... PASS ArithmeticOperatorTest ... PASS PointerArithmeticOperatorTest ... PASS PredicateTest ... PASS UnaryFunctionTest ... PASS CeilTest ... PASS FloorTest ... PASS TruncTest ... PASS BinaryFunctionTest ... PASS DivmodTest ... PASS QuantizeTest ... PASS TernaryFunctionTest ... PASS IrregularFunctionTest ... PASS ApplyTest ... PASS IntegerConversionTest ... PASS ExactArithTest ... PASS DataStructuresTest ... PASS LargeDataStructuresTest ... PASS StringReprTest ... PASS FormatTest ... PASS make[1]: Leaving directory '/home/buildozer/aports/main/mpdecimal/src/mpdecimal-4.0.1/libmpdec++' >>> mpdecimal: Entering fakeroot... cd libmpdec && make make[1]: Entering directory '/home/buildozer/aports/main/mpdecimal/src/mpdecimal-4.0.1/libmpdec' make[1]: Nothing to be done for 'default'. make[1]: Leaving directory '/home/buildozer/aports/main/mpdecimal/src/mpdecimal-4.0.1/libmpdec' cd libmpdec++ && make make[1]: Entering directory '/home/buildozer/aports/main/mpdecimal/src/mpdecimal-4.0.1/libmpdec++' make[1]: Nothing to be done for 'default'. make[1]: Leaving directory '/home/buildozer/aports/main/mpdecimal/src/mpdecimal-4.0.1/libmpdec++' /usr/bin/install -c -d -m 755 /home/buildozer/aports/main/mpdecimal/pkg/mpdecimal/usr/include /usr/bin/install -c -d -m 755 /home/buildozer/aports/main/mpdecimal/pkg/mpdecimal/usr/lib /usr/bin/install -c -d -m 755 /home/buildozer/aports/main/mpdecimal/pkg/mpdecimal/usr/share/doc/mpdecimal /usr/bin/install -c -d -m 755 /home/buildozer/aports/main/mpdecimal/pkg/mpdecimal/usr/lib/pkgconfig /usr/bin/install -c -d -m 755 /home/buildozer/aports/main/mpdecimal/pkg/mpdecimal/usr/share/man/man3 /usr/bin/install -c -m 644 libmpdec/mpdecimal.h /home/buildozer/aports/main/mpdecimal/pkg/mpdecimal/usr/include /usr/bin/install -c -m 644 libmpdec/libmpdec.a /home/buildozer/aports/main/mpdecimal/pkg/mpdecimal/usr/lib /usr/bin/install -c -m 755 libmpdec/libmpdec.so.4.0.1 /home/buildozer/aports/main/mpdecimal/pkg/mpdecimal/usr/lib cd /home/buildozer/aports/main/mpdecimal/pkg/mpdecimal/usr/lib && ln -sf libmpdec.so.4.0.1 libmpdec.so.4 && ln -sf libmpdec.so.4.0.1 libmpdec.so /usr/bin/install -c -m 644 libmpdec++/decimal.hh /home/buildozer/aports/main/mpdecimal/pkg/mpdecimal/usr/include /usr/bin/install -c -m 644 libmpdec++/libmpdec++.a /home/buildozer/aports/main/mpdecimal/pkg/mpdecimal/usr/lib /usr/bin/install -c -m 755 libmpdec++/libmpdec++.so.4.0.1 /home/buildozer/aports/main/mpdecimal/pkg/mpdecimal/usr/lib cd /home/buildozer/aports/main/mpdecimal/pkg/mpdecimal/usr/lib && ln -sf libmpdec++.so.4.0.1 libmpdec++.so.4 && ln -sf libmpdec++.so.4.0.1 libmpdec++.so /usr/bin/install -c -m 644 libmpdec/.pc/libmpdec.pc /home/buildozer/aports/main/mpdecimal/pkg/mpdecimal/usr/lib/pkgconfig /usr/bin/install -c -m 644 libmpdec++/.pc/libmpdec++.pc /home/buildozer/aports/main/mpdecimal/pkg/mpdecimal/usr/lib/pkgconfig /usr/bin/install -c -m 644 doc/COPYRIGHT.txt /home/buildozer/aports/main/mpdecimal/pkg/mpdecimal/usr/share/doc/mpdecimal /usr/bin/install -c -m 644 doc/mpdecimal.3 /home/buildozer/aports/main/mpdecimal/pkg/mpdecimal/usr/share/man/man3 /usr/bin/install -c -m 644 doc/libmpdec.3 /home/buildozer/aports/main/mpdecimal/pkg/mpdecimal/usr/share/man/man3 /usr/bin/install -c -m 644 doc/libmpdec++.3 /home/buildozer/aports/main/mpdecimal/pkg/mpdecimal/usr/share/man/man3 >>> mpdecimal-doc*: Running split function doc... 'usr/share/doc' -> '/home/buildozer/aports/main/mpdecimal/pkg/mpdecimal-doc/usr/share/doc' 'usr/share/man' -> '/home/buildozer/aports/main/mpdecimal/pkg/mpdecimal-doc/usr/share/man' >>> mpdecimal-doc*: Preparing subpackage mpdecimal-doc... >>> mpdecimal-doc*: Running postcheck for mpdecimal-doc >>> mpdecimal-dev*: Running split function dev... 'usr/include' -> '/home/buildozer/aports/main/mpdecimal/pkg/mpdecimal-dev/usr/include' 'usr/lib/pkgconfig' -> '/home/buildozer/aports/main/mpdecimal/pkg/mpdecimal-dev/usr/lib/pkgconfig' 'usr/lib/libmpdec.a' -> '/home/buildozer/aports/main/mpdecimal/pkg/mpdecimal-dev/usr/lib/libmpdec.a' 'usr/lib/libmpdec++.a' -> '/home/buildozer/aports/main/mpdecimal/pkg/mpdecimal-dev/usr/lib/libmpdec++.a' 'usr/lib/libmpdec++.so' -> '/home/buildozer/aports/main/mpdecimal/pkg/mpdecimal-dev/usr/lib/libmpdec++.so' 'usr/lib/libmpdec.so' -> '/home/buildozer/aports/main/mpdecimal/pkg/mpdecimal-dev/usr/lib/libmpdec.so' >>> mpdecimal-dev*: Preparing subpackage mpdecimal-dev... >>> mpdecimal-dev*: Stripping binaries >>> mpdecimal-dev*: Running postcheck for mpdecimal-dev >>> mpdecimal*: Running postcheck for mpdecimal >>> mpdecimal*: Preparing package mpdecimal... >>> mpdecimal*: Stripping binaries >>> mpdecimal-dev*: Scanning shared objects >>> mpdecimal-doc*: Scanning shared objects >>> mpdecimal*: Scanning shared objects >>> mpdecimal-dev*: Tracing dependencies... mpdecimal=4.0.1-r0 pkgconfig >>> mpdecimal-dev*: Package size: 347.1 KB >>> mpdecimal-dev*: Compressing data... >>> mpdecimal-dev*: Create checksum... >>> mpdecimal-dev*: Create mpdecimal-dev-4.0.1-r0.apk >>> mpdecimal-doc*: Tracing dependencies... >>> mpdecimal-doc*: Package size: 4.4 KB >>> mpdecimal-doc*: Compressing data... >>> mpdecimal-doc*: Create checksum... >>> mpdecimal-doc*: Create mpdecimal-doc-4.0.1-r0.apk >>> mpdecimal*: Tracing dependencies... so:libc.musl-x86.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> mpdecimal*: Package size: 190.9 KB >>> mpdecimal*: Compressing data... >>> mpdecimal*: Create checksum... >>> mpdecimal*: Create mpdecimal-4.0.1-r0.apk >>> mpdecimal: Build complete at Fri, 16 May 2025 15:00:35 +0000 elapsed time 0h 0m 32s >>> mpdecimal: Cleaning up srcdir >>> mpdecimal: Cleaning up pkgdir >>> mpdecimal: Uninstalling dependencies... (1/1) Purging .makedepends-mpdecimal (20250516.150003) OK: 400 MiB in 104 packages >>> mpdecimal: Updating the main/x86 repository index... >>> mpdecimal: Signing the index...