>>> mtm: Building community/mtm 1.2.1-r0 (using abuild 3.14.1-r3) started Fri, 22 Nov 2024 15:30:04 +0000
>>> mtm: Validating /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.5_p20241006-r3)
(2/7) Installing libformw (6.5_p20241006-r3)
(3/7) Installing libmenuw (6.5_p20241006-r3)
(4/7) Installing libpanelw (6.5_p20241006-r3)
(5/7) Installing libncurses++ (6.5_p20241006-r3)
(6/7) Installing ncurses-dev (6.5_p20241006-r3)
(7/7) Installing .makedepends-mtm (20241122.153016)
Executing busybox-1.37.0-r8.trigger
OK: 399 MiB in 107 packages
>>> mtm: Cleaning up srcdir
>>> mtm: Cleaning up pkgdir
>>> mtm: Cleaning up tmpdir
>>> mtm: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/mtm-1.2.1.tar.gz
>>> mtm: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/mtm-1.2.1.tar.gz
>>> mtm: Checking sha512sums...
mtm-1.2.1.tar.gz: OK
>>> mtm: Unpacking /var/cache/distfiles/v3.21/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="<ncurses.h>" vtparser.c mtm.c pair.c  -lncursesw -lutil
vtparser.c: In function 'docontrol':
vtparser.c:94:45: error: 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: error: 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: error: 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: error: 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: error: 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)
      | ^~
make: *** [Makefile:14: mtm] Error 1
>>> ERROR: mtm: build failed
>>> mtm: Uninstalling dependencies...
(1/7) Purging .makedepends-mtm (20241122.153016)
(2/7) Purging ncurses-terminfo (6.5_p20241006-r3)
(3/7) Purging ncurses-dev (6.5_p20241006-r3)
(4/7) Purging libncurses++ (6.5_p20241006-r3)
(5/7) Purging libpanelw (6.5_p20241006-r3)
(6/7) Purging libformw (6.5_p20241006-r3)
(7/7) Purging libmenuw (6.5_p20241006-r3)
Executing busybox-1.37.0-r8.trigger
OK: 396 MiB in 100 packages