>>> bordeaux: Building community/bordeaux 0.9.7-r0 (using abuild 3.16.0_rc4-r0) started Thu, 06 Nov 2025 02:52:15 +0000 >>> bordeaux: Validating /home/buildozer/aports/community/bordeaux/APKBUILD... >>> bordeaux: Analyzing dependencies... >>> bordeaux: Installing for build: build-base cmake samurai fmt-dev>=8.1.0 flite-dev openssl-dev moderncli-dev>=1.2.5 webforcpp-dev>=0.1.3 libosip2-dev>=5.3.0 libexosip2-dev>=5.3.0 ( 1/20) Installing libbz2 (1.0.8-r6) ( 2/20) Installing xz-libs (5.8.1-r0) ( 3/20) Installing libarchive (3.8.2-r0) ( 4/20) Installing rhash-libs (1.4.6-r0) ( 5/20) Installing libuv (1.51.0-r0) ( 6/20) Installing cmake (4.1.2-r0) ( 7/20) Installing samurai (1.2-r7) ( 8/20) Installing fmt (11.2.0-r1) ( 9/20) Installing fmt-dev (11.2.0-r1) (10/20) Installing alsa-lib (1.2.14-r1) (11/20) Installing flite (2.2-r5) (12/20) Installing flite-dev (2.2-r5) (13/20) Installing openssl-dev (3.5.4-r0) (14/20) Installing moderncli-dev (1.4.1-r0) (15/20) Installing webforcpp-dev (0.2.0-r0) (16/20) Installing libosip2 (5.3.1-r1) (17/20) Installing libosip2-dev (5.3.1-r1) (18/20) Installing libexosip2 (5.3.0-r2) (19/20) Installing libexosip2-dev (5.3.0-r2) (20/20) Installing .makedepends-bordeaux (20251106.025216) busybox-1.37.0-r24.trigger: Executing script... OK: 415 MiB in 125 packages >>> bordeaux: Cleaning up srcdir >>> bordeaux: Cleaning up pkgdir >>> bordeaux: Cleaning up tmpdir >>> bordeaux: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/bordeaux-v0.9.7.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.23/bordeaux-v0.9.7.tar.gz.part' bordeaux-v0.9.7.tar. 100% |********************************| 84851 0:00:00 ETA '/var/cache/distfiles/v3.23/bordeaux-v0.9.7.tar.gz.part' saved /var/cache/distfiles/v3.23/bordeaux-v0.9.7.tar.gz: OK /home/buildozer/aports/community/bordeaux/bordeaux.initd: OK /home/buildozer/aports/community/bordeaux/bordeaux.confd: OK >>> bordeaux: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/bordeaux-v0.9.7.tar.gz /var/cache/distfiles/v3.23/bordeaux-v0.9.7.tar.gz: OK /home/buildozer/aports/community/bordeaux/bordeaux.initd: OK /home/buildozer/aports/community/bordeaux/bordeaux.confd: OK >>> bordeaux: Unpacking /var/cache/distfiles/v3.23/bordeaux-v0.9.7.tar.gz... -- The CXX compiler identification is GNU 15.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PkgConfig: /usr/bin/pkg-config (found version "2.5.1") -- Looking for C++ include flite/flite.h -- Looking for C++ include flite/flite.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found OpenSSL: /usr/lib/libcrypto.so (found version "3.5.4") -- Checking for module 'moderncli>=1.2.5' -- Found moderncli, version 1.4.1 -- Checking for module 'webforcpp>=0.1.0' -- Found webforcpp, version 0.2.0 -- Checking for module 'libosip2>=5.3.0' -- Found libosip2, version 5.3.1 -- Checking for one of the modules 'jemalloc' -- Configuring done (0.5s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/build [1/19] Building CXX object utils/CMakeFiles/bordeauxsnd.dir/bordeauxsnd.cpp.o [2/19] Building CXX object utils/CMakeFiles/bordeauxctl.dir/bordeauxctl.cpp.o [3/19] Building CXX object plugins/CMakeFiles/plugin_en.dir/en.cpp.o [4/19] Building CXX object drivers/CMakeFiles/driver_test.dir/tests.cpp.o [5/19] Building CXX object drivers/CMakeFiles/driver_sip.dir/sip.cpp.o [6/19] Building CXX object src/CMakeFiles/server.dir/utils.cpp.o [7/19] Building CXX object src/CMakeFiles/server.dir/symbols.cpp.o [8/19] Building CXX object src/CMakeFiles/server.dir/sessions.cpp.o [9/19] Building CXX object src/CMakeFiles/server.dir/server.cpp.o [10/19] Building CXX object src/CMakeFiles/server.dir/script.cpp.o [11/19] Building CXX object src/CMakeFiles/server.dir/runtime.cpp.o [12/19] Building CXX object src/CMakeFiles/server.dir/media.cpp.o [13/19] Building CXX object src/CMakeFiles/server.dir/drivers.cpp.o [14/19] Linking CXX shared module plugins/plugin_en.so [15/19] Linking CXX executable utils/bordeauxctl In file included from /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.cpp:18: /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp: In member function 'auto server::rtp_packet::send(int, const sockaddr*, std::size_t) const': /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp:153:28: warning: 'auto tycho::send_to(int, const void*, std::size_t, int, const sockaddr*, socklen_t)' is deprecated: use Socket::send_to [-Wdeprecated-declarations] 153 | auto size = send_to(socket, packet_, max + header_size(), MSG_DONTWAIT, addr, inet_size(addr)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp:26: /usr/include/moderncli/socket.hpp:1681:13: note: declared here 1681 | inline auto send_to(int so, const void *from, std::size_t size, int flags = 0, const struct sockaddr *addr = nullptr, socklen_t asize = sizeof(struct sockaddr_storage)) noexcept { | ^~~~~~~ /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp: In member function 'auto server::rtp_packet::recv(int, sockaddr*, std::size_t)': /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp:161:30: warning: 'auto tycho::recv_from(int, void*, std::size_t, int, sockaddr*, socklen_t*)' is deprecated: use Socket::recv_from [-Wdeprecated-declarations] 161 | auto size = recv_from(socket, packet_, max + header_size(), 0, addr, &len); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/moderncli/socket.hpp:1686:13: note: declared here 1686 | inline auto recv_from(int so, void *to, std::size_t size, int flags = 0, struct sockaddr *addr = nullptr, socklen_t *asize = nullptr) noexcept { | ^~~~~~~~~ /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.cpp: In member function 'void server::rtp_audio::keepalive()': /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.cpp:185:16: warning: 'auto tycho::send_to(int, const void*, std::size_t, int, const sockaddr*, socklen_t)' is deprecated: use Socket::send_to [-Wdeprecated-declarations] 185 | send_to(socket_, nullptr, 0, 0, address(), inet_size(address())); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/moderncli/socket.hpp:1681:13: note: declared here 1681 | inline auto send_to(int so, const void *from, std::size_t size, int flags = 0, const struct sockaddr *addr = nullptr, socklen_t asize = sizeof(struct sockaddr_storage)) noexcept { | ^~~~~~~ In file included from /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/sessions.hpp:24, from /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/drivers/tests.cpp:20: /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp: In member function 'auto server::rtp_packet::send(int, const sockaddr*, std::size_t) const': /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp:153:28: warning: 'auto tycho::send_to(int, const void*, std::size_t, int, const sockaddr*, socklen_t)' is deprecated: use Socket::send_to [-Wdeprecated-declarations] 153 | auto size = send_to(socket, packet_, max + header_size(), MSG_DONTWAIT, addr, inet_size(addr)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp:26: /usr/include/moderncli/socket.hpp:1681:13: note: declared here 1681 | inline auto send_to(int so, const void *from, std::size_t size, int flags = 0, const struct sockaddr *addr = nullptr, socklen_t asize = sizeof(struct sockaddr_storage)) noexcept { | ^~~~~~~ /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp: In member function 'auto server::rtp_packet::recv(int, sockaddr*, std::size_t)': /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp:161:30: warning: 'auto tycho::recv_from(int, void*, std::size_t, int, sockaddr*, socklen_t*)' is deprecated: use Socket::recv_from [-Wdeprecated-declarations] 161 | auto size = recv_from(socket, packet_, max + header_size(), 0, addr, &len); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/moderncli/socket.hpp:1686:13: note: declared here 1686 | inline auto recv_from(int so, void *to, std::size_t size, int flags = 0, struct sockaddr *addr = nullptr, socklen_t *asize = nullptr) noexcept { | ^~~~~~~~~ [16/19] Linking CXX shared module drivers/driver_test.so In file included from /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/sessions.hpp:24, from /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/runtime.hpp:21, from /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/drivers.cpp:19: /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp: In member function 'auto server::rtp_packet::send(int, const sockaddr*, std::size_t) const': /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp:153:28: warning: 'auto tycho::send_to(int, const void*, std::size_t, int, const sockaddr*, socklen_t)' is deprecated: use Socket::send_to [-Wdeprecated-declarations] 153 | auto size = send_to(socket, packet_, max + header_size(), MSG_DONTWAIT, addr, inet_size(addr)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp:26: /usr/include/moderncli/socket.hpp:1681:13: note: declared here 1681 | inline auto send_to(int so, const void *from, std::size_t size, int flags = 0, const struct sockaddr *addr = nullptr, socklen_t asize = sizeof(struct sockaddr_storage)) noexcept { | ^~~~~~~ /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp: In member function 'auto server::rtp_packet::recv(int, sockaddr*, std::size_t)': /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp:161:30: warning: 'auto tycho::recv_from(int, void*, std::size_t, int, sockaddr*, socklen_t*)' is deprecated: use Socket::recv_from [-Wdeprecated-declarations] 161 | auto size = recv_from(socket, packet_, max + header_size(), 0, addr, &len); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/moderncli/socket.hpp:1686:13: note: declared here 1686 | inline auto recv_from(int so, void *to, std::size_t size, int flags = 0, struct sockaddr *addr = nullptr, socklen_t *asize = nullptr) noexcept { | ^~~~~~~~~ In file included from /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/sessions.hpp:24, from /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/runtime.hpp:21, from /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/runtime.cpp:19: /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp: In member function 'auto server::rtp_packet::send(int, const sockaddr*, std::size_t) const': /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp:153:28: warning: 'auto tycho::send_to(int, const void*, std::size_t, int, const sockaddr*, socklen_t)' is deprecated: use Socket::send_to [-Wdeprecated-declarations] 153 | auto size = send_to(socket, packet_, max + header_size(), MSG_DONTWAIT, addr, inet_size(addr)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp:26: /usr/include/moderncli/socket.hpp:1681:13: note: declared here 1681 | inline auto send_to(int so, const void *from, std::size_t size, int flags = 0, const struct sockaddr *addr = nullptr, socklen_t asize = sizeof(struct sockaddr_storage)) noexcept { | ^~~~~~~ /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp: In member function 'auto server::rtp_packet::recv(int, sockaddr*, std::size_t)': /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp:161:30: warning: 'auto tycho::recv_from(int, void*, std::size_t, int, sockaddr*, socklen_t*)' is deprecated: use Socket::recv_from [-Wdeprecated-declarations] 161 | auto size = recv_from(socket, packet_, max + header_size(), 0, addr, &len); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/moderncli/socket.hpp:1686:13: note: declared here 1686 | inline auto recv_from(int so, void *to, std::size_t size, int flags = 0, struct sockaddr *addr = nullptr, socklen_t *asize = nullptr) noexcept { | ^~~~~~~~~ [17/19] Linking CXX executable utils/bordeauxsnd In file included from /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/sessions.hpp:24, from /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/server.cpp:22: /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp: In member function 'auto server::rtp_packet::send(int, const sockaddr*, std::size_t) const': /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp:153:28: warning: 'auto tycho::send_to(int, const void*, std::size_t, int, const sockaddr*, socklen_t)' is deprecated: use Socket::send_to [-Wdeprecated-declarations] 153 | auto size = send_to(socket, packet_, max + header_size(), MSG_DONTWAIT, addr, inet_size(addr)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp:26: /usr/include/moderncli/socket.hpp:1681:13: note: declared here 1681 | inline auto send_to(int so, const void *from, std::size_t size, int flags = 0, const struct sockaddr *addr = nullptr, socklen_t asize = sizeof(struct sockaddr_storage)) noexcept { | ^~~~~~~ /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp: In member function 'auto server::rtp_packet::recv(int, sockaddr*, std::size_t)': /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp:161:30: warning: 'auto tycho::recv_from(int, void*, std::size_t, int, sockaddr*, socklen_t*)' is deprecated: use Socket::recv_from [-Wdeprecated-declarations] 161 | auto size = recv_from(socket, packet_, max + header_size(), 0, addr, &len); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/moderncli/socket.hpp:1686:13: note: declared here 1686 | inline auto recv_from(int so, void *to, std::size_t size, int flags = 0, struct sockaddr *addr = nullptr, socklen_t *asize = nullptr) noexcept { | ^~~~~~~~~ In file included from /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/sessions.hpp:24, from /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/sessions.cpp:1: /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp: In member function 'auto server::rtp_packet::send(int, const sockaddr*, std::size_t) const': /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp:153:28: warning: 'auto tycho::send_to(int, const void*, std::size_t, int, const sockaddr*, socklen_t)' is deprecated: use Socket::send_to [-Wdeprecated-declarations] 153 | auto size = send_to(socket, packet_, max + header_size(), MSG_DONTWAIT, addr, inet_size(addr)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp:26: /usr/include/moderncli/socket.hpp:1681:13: note: declared here 1681 | inline auto send_to(int so, const void *from, std::size_t size, int flags = 0, const struct sockaddr *addr = nullptr, socklen_t asize = sizeof(struct sockaddr_storage)) noexcept { | ^~~~~~~ /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp: In member function 'auto server::rtp_packet::recv(int, sockaddr*, std::size_t)': /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp:161:30: warning: 'auto tycho::recv_from(int, void*, std::size_t, int, sockaddr*, socklen_t*)' is deprecated: use Socket::recv_from [-Wdeprecated-declarations] 161 | auto size = recv_from(socket, packet_, max + header_size(), 0, addr, &len); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/moderncli/socket.hpp:1686:13: note: declared here 1686 | inline auto recv_from(int so, void *to, std::size_t size, int flags = 0, struct sockaddr *addr = nullptr, socklen_t *asize = nullptr) noexcept { | ^~~~~~~~~ [18/19] Linking CXX executable src/bordeaux In file included from /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/sessions.hpp:24, from /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/drivers/sip.cpp:19: /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp: In member function 'auto server::rtp_packet::send(int, const sockaddr*, std::size_t) const': /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp:153:28: warning: 'auto tycho::send_to(int, const void*, std::size_t, int, const sockaddr*, socklen_t)' is deprecated: use Socket::send_to [-Wdeprecated-declarations] 153 | auto size = send_to(socket, packet_, max + header_size(), MSG_DONTWAIT, addr, inet_size(addr)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp:26: /usr/include/moderncli/socket.hpp:1681:13: note: declared here 1681 | inline auto send_to(int so, const void *from, std::size_t size, int flags = 0, const struct sockaddr *addr = nullptr, socklen_t asize = sizeof(struct sockaddr_storage)) noexcept { | ^~~~~~~ /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp: In member function 'auto server::rtp_packet::recv(int, sockaddr*, std::size_t)': /home/buildozer/aports/community/bordeaux/src/bordeaux-v0.9.7/src/media.hpp:161:30: warning: 'auto tycho::recv_from(int, void*, std::size_t, int, sockaddr*, socklen_t*)' is deprecated: use Socket::recv_from [-Wdeprecated-declarations] 161 | auto size = recv_from(socket, packet_, max + header_size(), 0, addr, &len); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/moderncli/socket.hpp:1686:13: note: declared here 1686 | inline auto recv_from(int so, void *to, std::size_t size, int flags = 0, struct sockaddr *addr = nullptr, socklen_t *asize = nullptr) noexcept { | ^~~~~~~~~ [19/19] Linking CXX shared module drivers/driver_sip.so >>> bordeaux: Entering fakeroot... -- Install configuration: "Release" -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/sbin/bordeaux -- Set non-toolchain portion of runtime path of "/home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/sbin/bordeaux" to "" -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/etc/bordeaux.conf -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/man/man8/bordeaux.8 -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/man/man5/bordeaux.conf.5 -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/lib/bordeaux/driver_sip.so -- Set non-toolchain portion of runtime path of "/home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/lib/bordeaux/driver_sip.so" to "" -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/lib/bordeaux/plugin_en.so a: 4760 samples b: 5480 samples c: 5200 samples d: 5920 samples e: 6160 samples f: 5080 samples g: 6040 samples h: 5520 samples i: 5760 samples j: 6200 samples k: 5880 samples l: 6400 samples m: 6320 samples n: 5600 samples o: 6120 samples p: 5720 samples q: 7720 samples r: 5880 samples s: 5080 samples t: 6280 samples u: 6520 samples v: 4880 samples w: 9000 samples x: 5480 samples y: 5840 samples z: 5280 samples january: 9760 samples february: 9120 samples march: 6880 samples april: 7400 samples may: 5880 samples june: 7240 samples july: 7880 samples august: 6400 samples september: 8880 samples october: 7480 samples november: 9200 samples december: 8120 samples yes: 6000 samples no: 6320 samples on: 5880 samples off: 6120 samples true: 7520 samples false: 6440 samples th: 6560 samples and: 6000 samples or: 5200 samples comma: 5920 samples point: 7080 samples negative: 8480 samples degree: 8480 samples degrees: 7880 samples hour: 6720 samples hours: 6600 samples minute: 5280 samples minutes: 5720 samples second: 6960 samples seconds: 7520 samples ringback: 48000 samples busytone: 8000 samples reorder: 4000 samples dialtone: 61600 samples denomination: 7440 samples denominations: 7160 samples denchange: 6240 samples denchanges: 6120 samples temperature: 7920 samples speeds: 11080 samples speed: 10680 samples today: 6800 samples yesterday: 9240 samples tomorrow: 8800 samples monday: 6920 samples tuesday: 7000 samples wednesday: 7840 samples thursday: 7320 samples friday: 7120 samples saturday: 7840 samples sunday: 8000 samples hundred: 6920 samples thousand: 7240 samples million: 6320 samples billion: 6200 samples 0: 6120 samples 1: 6360 samples 2: 6040 samples 3: 7400 samples 4: 5720 samples 5: 6200 samples 6: 4960 samples 7: 6280 samples 8: 5120 samples 9: 6400 samples 10: 6360 samples 11: 7880 samples 12: 8040 samples 13: 7280 samples 14: 7560 samples 15: 7200 samples 16: 7680 samples 17: 8400 samples 18: 7200 samples 19: 8360 samples 20: 7520 samples 30: 6120 samples 40: 6720 samples 50: 6800 samples 60: 8400 samples 70: 8080 samples 80: 5960 samples 90: 7960 samples 1st: 5360 samples 2nd: 6960 samples 3rd: 5320 samples 4th: 7200 samples 5th: 5200 samples 6th: 5760 samples 7th: 6120 samples 8th: 6360 samples 9th: 7160 samples 10th: 6960 samples 11th: 7680 samples 12th: 8120 samples 13th: 8480 samples 14th: 8760 samples 15th: 8440 samples 16th: 8920 samples 17th: 9480 samples 18th: 8440 samples 19th: 9560 samples 20th: 6680 samples 30th: 6320 samples 40th: 7680 samples 50th: 8080 samples 60th: 8840 samples 70th: 8440 samples 80th: 6680 samples 90th: 8280 samples silence: 8000 samples pause: 1600 samples beep: 2000 samples -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en.phr -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/sys.phr -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/t.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/2nd.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/a.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/dialtone.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/thousand.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/30.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/false.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/e.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/hour.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/h.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/saturday.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/18th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/p.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/z.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/denchange.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/s.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/june.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/october.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/90.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/90th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/1st.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/j.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/billion.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/16.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/9th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/50th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/40th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/ringback.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/15th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/k.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/y.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/f.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/6.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/reorder.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/march.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/or.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/monday.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/comma.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/denchanges.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/tuesday.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/18.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/c.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/1.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/o.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/3rd.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/friday.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/may.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/5.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/13.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/30th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/speed.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/denomination.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/17.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/april.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/speeds.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/50.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/4.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/i.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/hours.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/l.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/6th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/january.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/20.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/14.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/0.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/16th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/m.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/minute.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/yes.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/off.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/10th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/v.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/14th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/11th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/7.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/x.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/sunday.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/17th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/9.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/12th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/19.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/19th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/second.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/minutes.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/u.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/40.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/and.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/80.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/5th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/true.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/degree.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/8th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/tomorrow.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/70.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/d.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/13th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/today.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/february.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/60.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/2.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/80th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/september.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/on.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/thursday.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/denominations.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/3.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/wednesday.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/70th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/g.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/december.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/4th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/w.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/seconds.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/yesterday.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/july.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/million.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/no.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/7th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/negative.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/n.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/12.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/point.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/20th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/10.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/60th.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/degrees.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/temperature.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/q.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/november.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/11.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/hundred.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/r.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/15.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/busytone.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/b.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/8.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/en/default/august.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/sys -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/sys/silence.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/sys/beep.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/bordeaux/voices/sys/pause.au -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/bin/bordeauxctl -- Set non-toolchain portion of runtime path of "/home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/bin/bordeauxctl" to "" -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/bin/bordeauxsnd -- Set non-toolchain portion of runtime path of "/home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/bin/bordeauxsnd" to "" -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/man/man1/bordeauxctl.1 -- Installing: /home/buildozer/aports/community/bordeaux/pkg/bordeaux/usr/share/man/man1/bordeauxsnd.1 >>> bordeaux-doc*: Running split function doc... 'usr/share/doc' -> '/home/buildozer/aports/community/bordeaux/pkg/bordeaux-doc/usr/share/doc' 'usr/share/man' -> '/home/buildozer/aports/community/bordeaux/pkg/bordeaux-doc/usr/share/man' 'usr/share/licenses' -> '/home/buildozer/aports/community/bordeaux/pkg/bordeaux-doc/usr/share/licenses' >>> bordeaux-doc*: Preparing subpackage bordeaux-doc... >>> bordeaux-doc*: Running postcheck for bordeaux-doc >>> bordeaux-openrc*: Running split function openrc... 'etc/conf.d' -> '/home/buildozer/aports/community/bordeaux/pkg/bordeaux-openrc/etc/conf.d' 'etc/init.d' -> '/home/buildozer/aports/community/bordeaux/pkg/bordeaux-openrc/etc/init.d' >>> bordeaux-openrc*: Preparing subpackage bordeaux-openrc... >>> bordeaux-openrc*: Running postcheck for bordeaux-openrc >>> bordeaux-sip*: Running split function sip... 'usr/lib/bordeaux/driver_sip.so' -> '/home/buildozer/aports/community/bordeaux/pkg/bordeaux-sip/usr/lib/bordeaux/driver_sip.so' >>> bordeaux-sip*: Preparing subpackage bordeaux-sip... >>> bordeaux-sip*: Stripping binaries >>> bordeaux-sip*: Running postcheck for bordeaux-sip >>> bordeaux-en_voices*: Running split function en_voices... 'usr/share/bordeaux/voices/en' -> '/home/buildozer/aports/community/bordeaux/pkg/bordeaux-en_voices/usr/share/bordeaux/voices/en' 'usr/lib/bordeaux/plugin_en.so' -> '/home/buildozer/aports/community/bordeaux/pkg/bordeaux-en_voices/usr/lib/bordeaux/plugin_en.so' >>> bordeaux-en_voices*: Preparing subpackage bordeaux-en_voices... >>> bordeaux-en_voices*: Stripping binaries >>> bordeaux-en_voices*: Running postcheck for bordeaux-en_voices >>> bordeaux*: Running postcheck for bordeaux >>> bordeaux*: Preparing package bordeaux... >>> bordeaux*: Stripping binaries >>> bordeaux*: Scanning shared objects >>> bordeaux-sip*: Scanning shared objects >>> bordeaux-en_voices*: Scanning shared objects >>> bordeaux-doc*: Tracing dependencies... >>> bordeaux-doc*: Package size: 53.4 KB >>> bordeaux-doc*: Compressing data... >>> bordeaux-doc*: Create checksum... >>> bordeaux-doc*: Create bordeaux-doc-0.9.7-r0.apk >>> bordeaux-en_voices*: Tracing dependencies... bordeaux so:libc.musl-armhf.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> bordeaux-en_voices*: Package size: 1.0 MB >>> bordeaux-en_voices*: Compressing data... >>> bordeaux-en_voices*: Create checksum... >>> bordeaux-en_voices*: Create bordeaux-en_voices-0.9.7-r0.apk >>> bordeaux-openrc*: Tracing dependencies... >>> bordeaux-openrc*: Package size: 673.0 B >>> bordeaux-openrc*: Compressing data... >>> bordeaux-openrc*: Create checksum... >>> bordeaux-openrc*: Create bordeaux-openrc-0.9.7-r0.apk >>> bordeaux-sip*: Tracing dependencies... bordeaux so:libc.musl-armhf.so.1 so:libeXosip2.so.15 so:libgcc_s.so.1 so:libosipparser2.so.15 so:libstdc++.so.6 >>> bordeaux-sip*: Package size: 113.4 KB >>> bordeaux-sip*: Compressing data... >>> bordeaux-sip*: Create checksum... >>> bordeaux-sip*: Create bordeaux-sip-0.9.7-r0.apk >>> bordeaux*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libcrypto.so.3 so:libflite.so.1 so:libflite_cmu_us_slt.so.1 so:libfmt.so.11 so:libgcc_s.so.1 so:libstdc++.so.6 >>> bordeaux*: Package size: 502.2 KB >>> bordeaux*: Compressing data... >>> bordeaux*: Create checksum... >>> bordeaux*: Create bordeaux-0.9.7-r0.apk >>> bordeaux: Build complete at Thu, 06 Nov 2025 02:52:28 +0000 elapsed time 0h 0m 13s >>> bordeaux: Cleaning up srcdir >>> bordeaux: Cleaning up pkgdir >>> bordeaux: Cleaning up tmpdir >>> bordeaux: Uninstalling dependencies... ( 1/20) Purging .makedepends-bordeaux (20251106.025216) ( 2/20) Purging cmake (4.1.2-r0) ( 3/20) Purging samurai (1.2-r7) ( 4/20) Purging fmt-dev (11.2.0-r1) ( 5/20) Purging fmt (11.2.0-r1) ( 6/20) Purging flite-dev (2.2-r5) ( 7/20) Purging flite (2.2-r5) ( 8/20) Purging moderncli-dev (1.4.1-r0) ( 9/20) Purging webforcpp-dev (0.2.0-r0) (10/20) Purging libosip2-dev (5.3.1-r1) (11/20) Purging libexosip2-dev (5.3.0-r2) (12/20) Purging libexosip2 (5.3.0-r2) (13/20) Purging alsa-lib (1.2.14-r1) (14/20) Purging libarchive (3.8.2-r0) (15/20) Purging libbz2 (1.0.8-r6) (16/20) Purging libosip2 (5.3.1-r1) (17/20) Purging libuv (1.51.0-r0) (18/20) Purging rhash-libs (1.4.6-r0) (19/20) Purging xz-libs (5.8.1-r0) (20/20) Purging openssl-dev (3.5.4-r0) busybox-1.37.0-r24.trigger: Executing script... OK: 342 MiB in 105 packages >>> bordeaux: Updating the community/armhf repository index... >>> bordeaux: Signing the index...