=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for mg-20230501nb1
Package libbsd-overlay was not found in the pkg-config search path.
Perhaps you should add the directory containing `libbsd-overlay.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libbsd-overlay', required by 'virtual:world', not found
Package libbsd-overlay was not found in the pkg-config search path.
Perhaps you should add the directory containing `libbsd-overlay.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libbsd-overlay', required by 'virtual:world', not found
clang -pipe -Os -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -Wall -Wno-strict-aliasing -Wno-deprecated-declarations -DREGEX -D_GNU_SOURCE  -DHAVE_PTY_H -c autoexec.c
clang -pipe -Os -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -Wall -Wno-strict-aliasing -Wno-deprecated-declarations -DREGEX -D_GNU_SOURCE  -DHAVE_PTY_H -c basic.c
clang -pipe -Os -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -Wall -Wno-strict-aliasing -Wno-deprecated-declarations -DREGEX -D_GNU_SOURCE  -DHAVE_PTY_H -c bell.c
autoexec.c:47:12: warning: call to undeclared function 'reallocarray'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                                npfl = reallocarray(pfl, have + AUTO_GROW + 1,
                                       ^
autoexec.c:47:10: warning: incompatible integer to pointer conversion assigning to 'PF *' (aka 'int (**)(int, int)') from 'int' [-Wint-conversion]
                                npfl = reallocarray(pfl, have + AUTO_GROW + 1,
                                     ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
clang -pipe -Os -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -Wall -Wno-strict-aliasing -Wno-deprecated-declarations -DREGEX -D_GNU_SOURCE  -DHAVE_PTY_H -c buffer.c
2 warnings generated.
clang -pipe -Os -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -Wall -Wno-strict-aliasing -Wno-deprecated-declarations -DREGEX -D_GNU_SOURCE  -DHAVE_PTY_H -c cinfo.c
clang -pipe -Os -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -Wall -Wno-strict-aliasing -Wno-deprecated-declarations -DREGEX -D_GNU_SOURCE  -DHAVE_PTY_H -c dir.c
clang -pipe -Os -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -Wall -Wno-strict-aliasing -Wno-deprecated-declarations -DREGEX -D_GNU_SOURCE  -DHAVE_PTY_H -c display.c
display.c:193:3: warning: call to undeclared function 'reallocarray'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                TRYREALLOCARRAY(score, newrow, newrow * sizeof(struct score));
                ^
display.c:159:14: note: expanded from macro 'TRYREALLOCARRAY'
                if ((tmp = reallocarray((a), (n), (m))) == NULL) {\
                           ^
display.c:193:3: warning: incompatible integer to pointer conversion assigning to 'void *' from 'int' [-Wint-conversion]
                TRYREALLOCARRAY(score, newrow, newrow * sizeof(struct score));
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
display.c:159:12: note: expanded from macro 'TRYREALLOCARRAY'
                if ((tmp = reallocarray((a), (n), (m))) == NULL) {\
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
display.c:194:3: warning: call to undeclared function 'reallocarray'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                TRYREALLOCARRAY(vscreen, (newrow - 1), sizeof(struct video *));
                ^
display.c:159:14: note: expanded from macro 'TRYREALLOCARRAY'
                if ((tmp = reallocarray((a), (n), (m))) == NULL) {\
                           ^
display.c:194:3: warning: incompatible integer to pointer conversion assigning to 'void *' from 'int' [-Wint-conversion]
                TRYREALLOCARRAY(vscreen, (newrow - 1), sizeof(struct video *));
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
display.c:159:12: note: expanded from macro 'TRYREALLOCARRAY'
                if ((tmp = reallocarray((a), (n), (m))) == NULL) {\
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
display.c:195:3: warning: call to undeclared function 'reallocarray'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                TRYREALLOCARRAY(pscreen, (newrow - 1), sizeof(struct video *));
                ^
display.c:159:14: note: expanded from macro 'TRYREALLOCARRAY'
                if ((tmp = reallocarray((a), (n), (m))) == NULL) {\
                           ^
display.c:195:3: warning: incompatible integer to pointer conversion assigning to 'void *' from 'int' [-Wint-conversion]
                TRYREALLOCARRAY(pscreen, (newrow - 1), sizeof(struct video *));
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
display.c:159:12: note: expanded from macro 'TRYREALLOCARRAY'
                if ((tmp = reallocarray((a), (n), (m))) == NULL) {\
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
display.c:196:3: warning: call to undeclared function 'reallocarray'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                TRYREALLOCARRAY(video, (newrow - 1), 2 * sizeof(struct video));
                ^
display.c:159:14: note: expanded from macro 'TRYREALLOCARRAY'
                if ((tmp = reallocarray((a), (n), (m))) == NULL) {\
                           ^
display.c:196:3: warning: incompatible integer to pointer conversion assigning to 'void *' from 'int' [-Wint-conversion]
                TRYREALLOCARRAY(video, (newrow - 1), 2 * sizeof(struct video));
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
display.c:159:12: note: expanded from macro 'TRYREALLOCARRAY'
                if ((tmp = reallocarray((a), (n), (m))) == NULL) {\
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
clang -pipe -Os -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -Wall -Wno-strict-aliasing -Wno-deprecated-declarations -DREGEX -D_GNU_SOURCE  -DHAVE_PTY_H -c echo.c
clang -pipe -Os -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -Wall -Wno-strict-aliasing -Wno-deprecated-declarations -DREGEX -D_GNU_SOURCE  -DHAVE_PTY_H -c extend.c
8 warnings generated.
clang -pipe -Os -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -Wall -Wno-strict-aliasing -Wno-deprecated-declarations -DREGEX -D_GNU_SOURCE  -DHAVE_PTY_H -c file.c
clang -pipe -Os -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -Wall -Wno-strict-aliasing -Wno-deprecated-declarations -DREGEX -D_GNU_SOURCE  -DHAVE_PTY_H -c fileio.c
clang -pipe -Os -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -Wall -Wno-strict-aliasing -Wno-deprecated-declarations -DREGEX -D_GNU_SOURCE  -DHAVE_PTY_H -c funmap.c
clang -pipe -Os -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -Wall -Wno-strict-aliasing -Wno-deprecated-declarations -DREGEX -D_GNU_SOURCE  -DHAVE_PTY_H -c interpreter.c
clang -pipe -Os -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -Wall -Wno-strict-aliasing -Wno-deprecated-declarations -DREGEX -D_GNU_SOURCE  -DHAVE_PTY_H -c help.c
clang -pipe -Os -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -Wall -Wno-strict-aliasing -Wno-deprecated-declarations -DREGEX -D_GNU_SOURCE  -DHAVE_PTY_H -c kbd.c
clang -pipe -Os -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -Wall -Wno-strict-aliasing -Wno-deprecated-declarations -DREGEX -D_GNU_SOURCE  -DHAVE_PTY_H -c keymap.c
clang -pipe -Os -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -Wall -Wno-strict-aliasing -Wno-deprecated-declarations -DREGEX -D_GNU_SOURCE  -DHAVE_PTY_H -c line.c
clang -pipe -Os -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -Wall -Wno-strict-aliasing -Wno-deprecated-declarations -DREGEX -D_GNU_SOURCE  -DHAVE_PTY_H -c macro.c
clang -pipe -Os -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -Wall -Wno-strict-aliasing -Wno-deprecated-declarations -DREGEX -D_GNU_SOURCE  -DHAVE_PTY_H -c main.c
clang -pipe -Os -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -g -Wall -Wno-strict-aliasing -Wno-deprecated-declarations -DREGEX -D_GNU_SOURCE  -DHAVE_PTY_H -c match.c
main.c:21:10: fatal error: 'pty.h' file not found
#include <pty.h>
         ^~~~~~~
1 error generated.
gmake: *** [GNUmakefile:71: main.o] Error 1
gmake: *** Waiting for unfinished jobs....
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/editors/mg
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/editors/mg