>>> espeakup: Building testing/espeakup 0.90-r2 (using abuild 3.13.0-r5) started Wed, 25 Sep 2024 07:36:30 +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/20) Installing alsa-lib (1.2.12-r0) (2/20) Installing alsa-lib-dev (1.2.12-r0) (3/20) Installing pcaudiolib (1.2-r1) (4/20) Installing espeak-ng (1.51.1-r1) (5/20) Installing espeak-ng-dev (1.51.1-r1) (6/20) Installing samurai (1.2-r5) (7/20) Installing libbz2 (1.0.8-r6) (8/20) Installing libffi (3.4.6-r0) (9/20) Installing gdbm (1.24-r0) (10/20) Installing xz-libs (5.6.2-r0) (11/20) Installing mpdecimal (4.0.0-r0) (12/20) Installing libpanelw (6.5_p20240601-r1) (13/20) Installing sqlite-libs (3.46.1-r0) (14/20) Installing python3 (3.12.6-r0) (15/20) Installing python3-pycache-pyc0 (3.12.6-r0) (16/20) Installing pyc (3.12.6-r0) (17/20) Installing meson-pyc (1.5.2-r0) (18/20) Installing python3-pyc (3.12.6-r0) (19/20) Installing meson (1.5.2-r0) (20/20) Installing .makedepends-espeakup (20240925.073633) Executing busybox-1.36.1-r32.trigger OK: 317 MiB in 123 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 % 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 curl: (22) The requested URL returned error: 404 >>> espeakup: Fetching espeakup-0.90.tar.gz::https://github.com/linux-speakup/espeakup/archive/v0.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12293 0 12293 0 0 20843 0 --:--:-- --:--:-- --:--:-- 20843 100 25170 0 25170 0 0 41733 0 --:--:-- --:--:-- --:--:-- 967k >>> 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.5.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 14.2.0 "gcc (Alpine 14.2.0) 14.2.0") C linker for the host machine: gcc ld.bfd 2.43.1 Host machine cpu family: loongarch64 Host machine cpu: loongarch64 Run-time dependency threads found: YES Found pkg-config: YES (/usr/bin/pkg-config) 2.3.0 Run-time dependency espeak-ng found: YES 1.51.1 Run-time dependency alsa found: YES 1.2.12 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) | ~~~~~~^~~ 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:158:16: warning: 'fd' may be used uninitialized [-Wmaybe-uninitialized] 158 | 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/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 libfakeroot internal error: payload not recognized! >>> 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-loongarch64.so.1 so:libespeak-ng.so.1 >>> espeakup*: Package size: 64.0 KB >>> espeakup*: Compressing data... >>> espeakup*: Create checksum... >>> espeakup*: Create espeakup-0.90-r2.apk >>> espeakup: Build complete at Wed, 25 Sep 2024 07:36:37 +0000 elapsed time 0h 0m 7s >>> espeakup: Cleaning up srcdir >>> espeakup: Cleaning up pkgdir >>> espeakup: Uninstalling dependencies... (1/20) Purging .makedepends-espeakup (20240925.073633) (2/20) Purging alsa-lib-dev (1.2.12-r0) (3/20) Purging espeak-ng-dev (1.51.1-r1) (4/20) Purging espeak-ng (1.51.1-r1) (5/20) Purging meson-pyc (1.5.2-r0) (6/20) Purging meson (1.5.2-r0) (7/20) Purging samurai (1.2-r5) (8/20) Purging python3-pyc (3.12.6-r0) (9/20) Purging python3-pycache-pyc0 (3.12.6-r0) (10/20) Purging pyc (3.12.6-r0) (11/20) Purging python3 (3.12.6-r0) (12/20) Purging gdbm (1.24-r0) (13/20) Purging libbz2 (1.0.8-r6) (14/20) Purging libffi (3.4.6-r0) (15/20) Purging libpanelw (6.5_p20240601-r1) (16/20) Purging mpdecimal (4.0.0-r0) (17/20) Purging pcaudiolib (1.2-r1) (18/20) Purging sqlite-libs (3.46.1-r0) (19/20) Purging xz-libs (5.6.2-r0) (20/20) Purging alsa-lib (1.2.12-r0) Executing busybox-1.36.1-r32.trigger OK: 251 MiB in 103 packages >>> espeakup: Updating the testing/loongarch64 repository index... >>> espeakup: Signing the index...