>>> mtm: Building community/mtm 1.2.1-r0 (using abuild 3.13.0-r3) started Sat, 27 Apr 2024 17:33:04 +0000 >>> mtm: Checking sanity of /home/buildozer/aports/community/mtm/APKBUILD... >>> mtm: Analyzing dependencies... >>> mtm: Installing for build: build-base ncurses-terminfo ncurses-dev (1/7) Installing ncurses-terminfo (6.4_p20240330-r0) (2/7) Installing libformw (6.4_p20240330-r0) (3/7) Installing libmenuw (6.4_p20240330-r0) (4/7) Installing libpanelw (6.4_p20240330-r0) (5/7) Installing libncurses++ (6.4_p20240330-r0) (6/7) Installing ncurses-dev (6.4_p20240330-r0) (7/7) Installing .makedepends-mtm (20240427.173305) Executing busybox-1.36.1-r26.trigger OK: 387 MiB in 120 packages >>> mtm: Cleaning up srcdir >>> mtm: Cleaning up pkgdir >>> mtm: Cleaning up tmpdir >>> mtm: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mtm-1.2.1.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 374k 100 374k 0 0 1436k 0 --:--:-- --:--:-- --:--:-- 1440k >>> mtm: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mtm-1.2.1.tar.gz >>> mtm: Checking sha512sums... mtm-1.2.1.tar.gz: OK >>> mtm: Unpacking /var/cache/distfiles/edge/mtm-1.2.1.tar.gz... cp -i config.def.h config.h gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -o mtm -DNCURSESW_INCLUDE_H="" vtparser.c mtm.c pair.c -lncursesw -lutil vtparser.c: In function 'docontrol': vtparser.c:94:45: warning: passing argument 7 of 'v->cons[w]' from incompatible pointer type [-Wincompatible-pointer-types] 94 | f (v, v->p, w, v->inter, n, a, v->oscbuf); \ | ~^~~~~~~~ | | | int * vtparser.c:97:1: note: in expansion of macro 'DO' 97 | DO(control, w < MAXCALLBACK && v->cons[w], v->cons[w], 0, NULL) | ^~ vtparser.c:94:45: note: expected 'const wchar_t *' {aka 'const long int *'} but argument is of type 'int *' 94 | f (v, v->p, w, v->inter, n, a, v->oscbuf); \ | ~^~~~~~~~ vtparser.c:97:1: note: in expansion of macro 'DO' 97 | DO(control, w < MAXCALLBACK && v->cons[w], v->cons[w], 0, NULL) | ^~ vtparser.c: In function 'doescape': vtparser.c:94:45: warning: passing argument 7 of 'v->escs[w]' from incompatible pointer type [-Wincompatible-pointer-types] 94 | f (v, v->p, w, v->inter, n, a, v->oscbuf); \ | ~^~~~~~~~ | | | int * vtparser.c:98:1: note: in expansion of macro 'DO' 98 | DO(escape, w < MAXCALLBACK && v->escs[w], v->escs[w], v->inter > 0, &v->inter) | ^~ vtparser.c:94:45: note: expected 'const wchar_t *' {aka 'const long int *'} but argument is of type 'int *' 94 | f (v, v->p, w, v->inter, n, a, v->oscbuf); \ | ~^~~~~~~~ vtparser.c:98:1: note: in expansion of macro 'DO' 98 | DO(escape, w < MAXCALLBACK && v->escs[w], v->escs[w], v->inter > 0, &v->inter) | ^~ vtparser.c: In function 'docsi': vtparser.c:94:45: warning: passing argument 7 of 'v->csis[w]' from incompatible pointer type [-Wincompatible-pointer-types] 94 | f (v, v->p, w, v->inter, n, a, v->oscbuf); \ | ~^~~~~~~~ | | | int * vtparser.c:99:1: note: in expansion of macro 'DO' 99 | DO(csi, w < MAXCALLBACK && v->csis[w], v->csis[w], v->narg, v->args) | ^~ vtparser.c:94:45: note: expected 'const wchar_t *' {aka 'const long int *'} but argument is of type 'int *' 94 | f (v, v->p, w, v->inter, n, a, v->oscbuf); \ | ~^~~~~~~~ vtparser.c:99:1: note: in expansion of macro 'DO' 99 | DO(csi, w < MAXCALLBACK && v->csis[w], v->csis[w], v->narg, v->args) | ^~ vtparser.c: In function 'doprint': vtparser.c:94:45: warning: passing argument 7 of 'v->print' from incompatible pointer type [-Wincompatible-pointer-types] 94 | f (v, v->p, w, v->inter, n, a, v->oscbuf); \ | ~^~~~~~~~ | | | int * vtparser.c:100:1: note: in expansion of macro 'DO' 100 | DO(print, v->print, v->print, 0, NULL) | ^~ vtparser.c:94:45: note: expected 'const wchar_t *' {aka 'const long int *'} but argument is of type 'int *' 94 | f (v, v->p, w, v->inter, n, a, v->oscbuf); \ | ~^~~~~~~~ vtparser.c:100:1: note: in expansion of macro 'DO' 100 | DO(print, v->print, v->print, 0, NULL) | ^~ vtparser.c: In function 'doosc': vtparser.c:94:45: warning: passing argument 7 of 'v->osc' from incompatible pointer type [-Wincompatible-pointer-types] 94 | f (v, v->p, w, v->inter, n, a, v->oscbuf); \ | ~^~~~~~~~ | | | int * vtparser.c:101:1: note: in expansion of macro 'DO' 101 | DO(osc, v->osc, v->osc, v->nosc, NULL) | ^~ vtparser.c:94:45: note: expected 'const wchar_t *' {aka 'const long int *'} but argument is of type 'int *' 94 | f (v, v->p, w, v->inter, n, a, v->oscbuf); \ | ~^~~~~~~~ vtparser.c:101:1: note: in expansion of macro 'DO' 101 | DO(osc, v->osc, v->osc, v->nosc, NULL) | ^~ strip mtm >>> mtm: Entering fakeroot... >>> mtm-doc*: Running split function doc... >>> mtm-doc*: Preparing subpackage mtm-doc... >>> mtm-doc*: Running postcheck for mtm-doc >>> mtm*: Running postcheck for mtm >>> mtm*: Preparing package mtm... >>> mtm*: Stripping binaries >>> mtm-doc*: Scanning shared objects >>> mtm*: Scanning shared objects >>> mtm-doc*: Tracing dependencies... >>> mtm-doc*: Package size: 24.0 KB >>> mtm-doc*: Compressing data... >>> mtm-doc*: Create checksum... >>> mtm-doc*: Create mtm-doc-1.2.1-r0.apk >>> mtm*: Tracing dependencies... ncurses-terminfo so:libc.musl-x86.so.1 so:libncursesw.so.6 >>> mtm*: Package size: 72.0 KB >>> mtm*: Compressing data... >>> mtm*: Create checksum... >>> mtm*: Create mtm-1.2.1-r0.apk >>> mtm: Build complete at Sat, 27 Apr 2024 17:33:08 +0000 elapsed time 0h 0m 4s >>> mtm: Cleaning up srcdir >>> mtm: Cleaning up pkgdir >>> mtm: Uninstalling dependencies... (1/7) Purging .makedepends-mtm (20240427.173305) (2/7) Purging ncurses-terminfo (6.4_p20240330-r0) (3/7) Purging ncurses-dev (6.4_p20240330-r0) (4/7) Purging libncurses++ (6.4_p20240330-r0) (5/7) Purging libpanelw (6.4_p20240330-r0) (6/7) Purging libformw (6.4_p20240330-r0) (7/7) Purging libmenuw (6.4_p20240330-r0) Executing busybox-1.36.1-r26.trigger OK: 379 MiB in 113 packages >>> mtm: Updating the community/x86 repository index... >>> mtm: Signing the index...