>>> espeakup: Building testing/espeakup 0.90-r2 (using abuild 3.12.0-r4) started Thu, 14 Mar 2024 02:46:39 +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/19) Installing alsa-lib (1.2.11-r0) (2/19) Installing alsa-lib-dev (1.2.11-r0) (3/19) Installing pcaudiolib (1.2-r1) (4/19) Installing espeak-ng (1.51.1-r1) (5/19) Installing espeak-ng-dev (1.51.1-r1) (6/19) Installing samurai (1.2-r5) (7/19) Installing libffi (3.4.6-r0) (8/19) Installing gdbm (1.23-r1) (9/19) Installing mpdecimal (4.0.0-r0) (10/19) Installing libpanelw (6.4_p20231125-r0) (11/19) Installing readline (8.2.10-r0) (12/19) Installing sqlite-libs (3.45.1-r0) (13/19) Installing python3 (3.11.8-r0) (14/19) Installing python3-pycache-pyc0 (3.11.8-r0) (15/19) Installing pyc (3.11.8-r0) (16/19) Installing meson-pyc (1.3.2-r0) (17/19) Installing python3-pyc (3.11.8-r0) (18/19) Installing meson (1.3.2-r0) (19/19) Installing .makedepends-espeakup (20240314.024641) Executing busybox-1.36.1-r21.trigger OK: 336 MiB in 128 packages >>> espeakup: Cleaning up srcdir >>> espeakup: Cleaning up pkgdir >>> espeakup: Cleaning up tmpdir >>> espeakup: Fetching https://distfiles.alpinelinux.org/distfiles/edge/espeakup-0.90.tar.gz >>> 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/espeakup-0.90.tar.gz... The Meson build system Version: 1.3.2 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 13.2.1 "gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309") C linker for the host machine: gcc ld.bfd 2.42 Host machine cpu family: ppc64 Host machine cpu: ppc64le Run-time dependency threads found: YES Found pkg-config: YES (/usr/bin/pkg-config) 2.1.1 Run-time dependency espeak-ng found: YES 1.51.1 Run-time dependency alsa found: YES 1.2.11 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 werror : false wrap_mode : nodownload python.bytecompile: 0 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) | ~~~~~~^~~ ../src/espeakup.c: In function 'main': ../src/espeakup.c:225:24: warning: 'fd' may be used uninitialized [-Wmaybe-uninitialized] 225 | (void) write(fd, &ret, 1); | ^~~~~~~~~~~~~~~~~~ ../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 INFO: autodetecting backend as ninja INFO: calculating backend command to run: /usr/bin/ninja -C /home/buildozer/aports/testing/espeakup/src/espeakup-0.90/output >>> 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-r2.apk >>> espeakup*: Tracing dependencies... so:libasound.so.2 so:libc.musl-ppc64le.so.1 so:libespeak-ng.so.1 >>> espeakup*: Package size: 96.0 KB >>> espeakup*: Compressing data... >>> espeakup*: Create checksum... >>> espeakup*: Create espeakup-0.90-r2.apk >>> espeakup: Build complete at Thu, 14 Mar 2024 02:46:43 +0000 elapsed time 0h 0m 4s >>> espeakup: Cleaning up srcdir >>> espeakup: Cleaning up pkgdir >>> espeakup: Uninstalling dependencies... (1/19) Purging .makedepends-espeakup (20240314.024641) (2/19) Purging alsa-lib-dev (1.2.11-r0) (3/19) Purging espeak-ng-dev (1.51.1-r1) (4/19) Purging espeak-ng (1.51.1-r1) (5/19) Purging meson-pyc (1.3.2-r0) (6/19) Purging meson (1.3.2-r0) (7/19) Purging samurai (1.2-r5) (8/19) Purging pcaudiolib (1.2-r1) (9/19) Purging python3-pyc (3.11.8-r0) (10/19) Purging python3-pycache-pyc0 (3.11.8-r0) (11/19) Purging pyc (3.11.8-r0) (12/19) Purging alsa-lib (1.2.11-r0) (13/19) Purging python3 (3.11.8-r0) (14/19) Purging gdbm (1.23-r1) (15/19) Purging libffi (3.4.6-r0) (16/19) Purging libpanelw (6.4_p20231125-r0) (17/19) Purging mpdecimal (4.0.0-r0) (18/19) Purging readline (8.2.10-r0) (19/19) Purging sqlite-libs (3.45.1-r0) Executing busybox-1.36.1-r21.trigger OK: 265 MiB in 109 packages >>> espeakup: Updating the testing/ppc64le repository index... >>> espeakup: Signing the index...