>>> espeakup: Building testing/espeakup 0.90-r1 (using abuild 3.10.0_rc1-r2) started Fri, 28 Oct 2022 14:59:29 +0000 >>> espeakup: Checking sanity of /home/buildozer/aports/testing/espeakup/APKBUILD... >>> espeakup: Analyzing dependencies... >>> espeakup: Installing for build: build-base alsa-lib-dev espeak-ng-dev meson (1/16) Installing alsa-lib (1.2.7.2-r0) (2/16) Installing alsa-lib-dev (1.2.7.2-r0) (3/16) Installing pcaudiolib (1.2-r0) (4/16) Installing espeak-ng (1.50-r1) (5/16) Installing espeak-ng-dev (1.50-r1) (6/16) Installing samurai (1.2-r2) (7/16) Installing libbz2 (1.0.8-r3) (8/16) Installing libffi (3.4.4-r0) (9/16) Installing gdbm (1.23-r0) (10/16) Installing xz-libs (5.2.7-r0) (11/16) Installing mpdecimal (2.5.1-r1) (12/16) Installing readline (8.2.0-r0) (13/16) Installing sqlite-libs (3.39.4-r0) (14/16) Installing python3 (3.10.8-r3) (15/16) Installing meson (0.63.3-r0) (16/16) Installing .makedepends-espeakup (20221028.145930) Executing busybox-1.35.0-r27.trigger OK: 476 MiB in 112 packages >>> espeakup: Cleaning up srcdir >>> espeakup: Cleaning up pkgdir >>> espeakup: Fetching https://distfiles.alpinelinux.org/distfiles/edge/espeakup-0.90.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 100 25170 100 25170 0 0 46512 0 --:--:-- --:--:-- --:--:-- 46611 >>> espeakup: Fetching https://distfiles.alpinelinux.org/distfiles/edge/espeakup-0.90.tar.gz >>> espeakup: Checking sha512sums... espeakup-0.90.tar.gz: OK espeakup.initd: OK espeakup.confd: OK modules-load.conf: OK >>> espeakup: Unpacking /var/cache/distfiles/edge/espeakup-0.90.tar.gz... The Meson build system Version: 0.63.3 Source dir: /home/buildozer/aports/testing/espeakup/src/espeakup-0.90 Build dir: /home/buildozer/aports/testing/espeakup/src/espeakup-0.90/output Build type: native build Project name: espeakup Project version: 0.90 C compiler for the host machine: gcc (gcc 12.2.1 "gcc (Alpine 12.2.1_git20220924-r3) 12.2.1 20220924") C linker for the host machine: gcc ld.bfd 2.39 Host machine cpu family: aarch64 Host machine cpu: aarch64 Run-time dependency threads found: YES Found pkg-config: /usr/bin/pkg-config (1.9.3) Run-time dependency espeak-ng found: YES 1.50 Run-time dependency alsa found: YES 1.2.7.2 Library m found: YES Program ronn found: NO Did not find CMake 'cmake' Found CMake: NO Run-time dependency systemd found: NO (tried pkgconfig and cmake) Found git repository at /home/buildozer/aports Build targets in project: 2 espeakup 0.90 User defined options auto_features : auto bindir : /usr/bin buildtype : plain datadir : /usr/share includedir : /usr/include infodir : /usr/share/info libdir : /usr/lib libexecdir : /usr/libexec localedir : /usr/share/locale localstatedir : /var mandir : /usr/share/man prefix : /usr sbindir : /usr/sbin sharedstatedir: /var/lib sysconfdir : /etc wrap_mode : nodownload b_lto : false b_pie : true b_staticpic : true Found ninja-1.9 at /usr/bin/ninja ninja: entering directory '/home/buildozer/aports/testing/espeakup/src/espeakup-0.90/output' [1/9] Generating src/version.h with a custom command fatal: not a git repository (or any of the parent directories): .git [2/9] Compiling C object espeakup.p/src_stringhandling.c.o [3/9] Compiling C object espeakup.p/src_softsynth.c.o [4/9] Compiling C object espeakup.p/src_signal.c.o [5/9] Compiling C object espeakup.p/src_queue.c.o [6/9] Compiling C object espeakup.p/src_espeakup.c.o [7/9] Compiling C object espeakup.p/src_espeak.c.o [8/9] Compiling C object espeakup.p/src_cli.c.o ../src/signal.c: In function 'dummy_handler': ../src/signal.c:34:31: warning: unused parameter 'sig' [-Wunused-parameter] 34 | static void dummy_handler(int sig) | ~~~~^~~ ../src/signal.c: In function 'signal_thread': ../src/signal.c:38:27: warning: unused parameter 'arg' [-Wunused-parameter] 38 | void *signal_thread(void *arg) | ~~~~~~^~~ In file included from ../src/espeakup.c:27: In function 'write', inlined from 'main' at ../src/espeakup.c:225:10: /usr/include/fortify/unistd.h:152:16: warning: 'fd' may be used uninitialized [-Wmaybe-uninitialized] 152 | return __orig_write(__f, __s, __n); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/espeakup.c: In function 'main': ../src/espeakup.c:139:13: note: 'fd' was declared here 139 | int fd, devnull; | ^~ ../src/softsynth.c: In function 'process_command': ../src/softsynth.c:89:44: warning: unused parameter 's' [-Wunused-parameter] 89 | static int process_command(struct synth_t *s, char *buf, int start) | ~~~~~~~~~~~~~~~~^ ../src/softsynth.c: In function 'process_buffer': ../src/softsynth.c:179:34: warning: comparison is always false due to limited range of data type [-Wtype-limits] 179 | while ((buf[end] < 0 || buf[end] >= ' ' || buf[end] == '\n') && | ^ ../src/softsynth.c: In function 'process_buffer_acsint': ../src/softsynth.c:205:36: warning: comparison is always true due to limited range of data type [-Wtype-limits] 205 | if (buf[i] >= 0 && buf[i] < ' ') | ^~ ../src/espeak.c: In function 'callback': ../src/espeak.c:50:28: warning: unused parameter 'wav' [-Wunused-parameter] 50 | static int callback(short *wav, int numsamples, espeak_EVENT *events) | ~~~~~~~^~~ ../src/espeak.c:50:37: warning: unused parameter 'numsamples' [-Wunused-parameter] 50 | static int callback(short *wav, int numsamples, espeak_EVENT *events) | ~~~~^~~~~~~~~~ In function 'queue_process_entry', inlined from 'espeak_thread' at ../src/espeak.c:460:4: ../src/espeak.c:389:12: warning: 'error' may be used uninitialized [-Wmaybe-uninitialized] 389 | if (error == EE_OK) { | ^ ../src/espeak.c: In function 'espeak_thread': ../src/espeak.c:330:22: note: 'error' was declared here 330 | espeak_ERROR error; | ^~~~~ [9/9] Linking target espeakup >>> espeakup: Entering fakeroot... Installing espeakup to /home/buildozer/aports/testing/espeakup/pkg/espeakup/usr/bin >>> espeakup-openrc*: Running split function openrc... >>> espeakup-openrc*: Preparing subpackage espeakup-openrc... >>> espeakup-openrc*: Running postcheck for espeakup-openrc >>> espeakup*: Running postcheck for espeakup >>> espeakup*: Preparing package espeakup... >>> espeakup*: Stripping binaries >>> espeakup-openrc*: Scanning shared objects >>> espeakup*: Scanning shared objects >>> espeakup-openrc*: Tracing dependencies... >>> espeakup-openrc*: Package size: 24.0 KB >>> espeakup-openrc*: Compressing data... >>> espeakup-openrc*: Create checksum... >>> espeakup-openrc*: Create espeakup-openrc-0.90-r1.apk >>> espeakup*: Tracing dependencies... so:libasound.so.2 so:libc.musl-aarch64.so.1 so:libespeak-ng.so.1 >>> espeakup*: Package size: 96.0 KB >>> espeakup*: Compressing data... >>> espeakup*: Create checksum... >>> espeakup*: Create espeakup-0.90-r1.apk >>> espeakup: Build complete at Fri, 28 Oct 2022 14:59:34 +0000 elapsed time 0h 0m 5s >>> espeakup: Cleaning up srcdir >>> espeakup: Cleaning up pkgdir >>> espeakup: Uninstalling dependencies... (1/16) Purging .makedepends-espeakup (20221028.145930) (2/16) Purging alsa-lib-dev (1.2.7.2-r0) (3/16) Purging espeak-ng-dev (1.50-r1) (4/16) Purging espeak-ng (1.50-r1) (5/16) Purging meson (0.63.3-r0) (6/16) Purging samurai (1.2-r2) (7/16) Purging python3 (3.10.8-r3) (8/16) Purging pcaudiolib (1.2-r0) (9/16) Purging alsa-lib (1.2.7.2-r0) (10/16) Purging libbz2 (1.0.8-r3) (11/16) Purging libffi (3.4.4-r0) (12/16) Purging gdbm (1.23-r0) (13/16) Purging xz-libs (5.2.7-r0) (14/16) Purging mpdecimal (2.5.1-r1) (15/16) Purging readline (8.2.0-r0) (16/16) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 406 MiB in 96 packages >>> espeakup: Updating the testing/aarch64 repository index... >>> espeakup: Signing the index...