=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for xm7-1020s
--- debug.o ---
--- disasm.o ---
--- gui.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o gui.o -c gui.c
--- debug.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o debug.o -c debug.c
--- disasm.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o disasm.o -c disasm.c
--- fdc.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o fdc.o -c fdc.c
--- keyboard.o ---
--- fdc.o ---
fdc.c:2075:26: warning: passing 'char[129]' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                if (!file_write(fileh, fdc_fname[i], 128 + 1)) {
                                       ^~~~~~~~~~~~
--- keyboard.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o keyboard.o -c keyboard.c
--- fdc.o ---
./device.h:58:35: note: passing argument to parameter 'ptr' here
BOOL file_write(int handle, BYTE *ptr, DWORD size);
                                  ^
fdc.c:2187:25: warning: passing 'char[129]' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                if (!file_read(fileh, fname[i], 128 + 1)) {
                                      ^~~~~~~~
./device.h:56:34: note: passing argument to parameter 'ptr' here
BOOL file_read(int handle, BYTE *ptr, DWORD size);
                                 ^
--- kanji.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o kanji.o -c kanji.c
--- tapelp.o ---
--- fdc.o ---
2 warnings generated.
--- tapelp.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o tapelp.o -c tapelp.c
--- maincpu.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o maincpu.o -c maincpu.c
--- tapelp.o ---
tapelp.c:441:25: warning: passing 'char[17]' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                file_read(tape_fileh, buf, 16);
                                      ^~~
./device.h:56:34: note: passing argument to parameter 'ptr' here
BOOL file_read(int handle, BYTE *ptr, DWORD size);
                                 ^
tapelp.c:629:25: warning: passing 'char[129]' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        if (!file_write(fileh, tape_fname, 128 + 1)) {
                               ^~~~~~~~~~
./device.h:58:35: note: passing argument to parameter 'ptr' here
BOOL file_write(int handle, BYTE *ptr, DWORD size);
                                  ^
tapelp.c:666:25: warning: passing 'char[129]' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        if (!file_write(fileh, lp_fname, 128 + 1)) {
                               ^~~~~~~~
./device.h:58:35: note: passing argument to parameter 'ptr' here
BOOL file_write(int handle, BYTE *ptr, DWORD size);
                                  ^
tapelp.c:713:24: warning: passing 'char[129]' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        if (!file_read(fileh, fname, 128 + 1)) {
                              ^~~~~
./device.h:56:34: note: passing argument to parameter 'ptr' here
BOOL file_read(int handle, BYTE *ptr, DWORD size);
                                 ^
tapelp.c:759:24: warning: passing 'char[129]' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        if (!file_read(fileh, lp_fname, 128 + 1)) {
                              ^~~~~~~~
./device.h:56:34: note: passing argument to parameter 'ptr' here
BOOL file_read(int handle, BYTE *ptr, DWORD size);
                                 ^
5 warnings generated.
--- mainmem.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o mainmem.o -c mainmem.c
--- mainetc.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o mainetc.o -c mainetc.c
--- system.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o system.o -c system.c
system.c:164:25: warning: passing 'char *' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        if (!file_write(fileh, header, 16)) {
                               ^~~~~~
./device.h:58:35: note: passing argument to parameter 'ptr' here
BOOL file_write(int handle, BYTE *ptr, DWORD size);
                                  ^
system.c:244:24: warning: passing 'char[16]' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        if (!file_read(fileh, header, 16)) {
                              ^~~~~~
./device.h:56:34: note: passing argument to parameter 'ptr' here
BOOL file_read(int handle, BYTE *ptr, DWORD size);
                                 ^
2 warnings generated.
--- multipag.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o multipag.o -c multipag.c
--- subcpu.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o subcpu.o -c subcpu.c
--- submem.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o submem.o -c submem.c
--- display.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o display.o -c display.c
--- subctrl.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o subctrl.o -c subctrl.c
--- tools.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o tools.o -c tools.c
--- ttlpalet.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o ttlpalet.o -c ttlpalet.c
--- tools.o ---
tools.c:61:10: warning: passing 'BYTE[688]' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                strcpy(header, "Default");
                       ^~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:84:27: note: expanded from macro 'strcpy'
                __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
                                        ^~~~
tools.c:125:25: warning: passing 'char[17]' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        if (!file_write(fileh, "XM7 TAPE IMAGE 0", 16)) {
                               ^~~~~~~~~~~~~~~~~~
./device.h:58:35: note: passing argument to parameter 'ptr' here
BOOL file_write(int handle, BYTE *ptr, DWORD size);
                                  ^
tools.c:195:10: warning: passing 'BYTE[688]' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                strcpy(d77_h, name);
                       ^~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:84:27: note: expanded from macro 'strcpy'
                __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
                                        ^~~~
tools.c:399:10: warning: passing 'BYTE[688]' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
                strcpy(d77_h, name);
                       ^~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:84:27: note: expanded from macro 'strcpy'
                __builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
                                        ^~~~
tools.c:499:25: warning: passing 'char *' to parameter of type 'BYTE *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        if (!file_write(filed, header, 16)) {
                               ^~~~~~
./device.h:58:35: note: passing argument to parameter 'ptr' here
BOOL file_write(int handle, BYTE *ptr, DWORD size);
                                  ^
--- opn.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o opn.o -c opn.c
--- tools.o ---
5 warnings generated.
--- opna.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o opna.o -c opna.cpp
--- fmgen.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o fmgen.o -c fmgen.cpp
fmgen.cpp:179:11: warning: enumeration values 'next' and 'off' not handled in switch [-Wswitch]
                switch (phase)
                        ^~~~~
fmgen.cpp:179:11: note: add missing switch cases
                switch (phase)
                        ^
--- psg.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o psg.o -c psg.cpp
--- xw_disp.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o xw_disp.o -c xw_disp.c
--- fmgen.o ---
1 warning generated.
--- xw_key.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o xw_key.o -c xw_key.c
xw_key.c:80:3: warning: implicit declaration of function 'keyboard_make' is invalid in C99 [-Wimplicit-function-declaration]
                keyboard_make( xwin_key_table[code] );
                ^
xw_key.c:102:3: warning: implicit declaration of function 'keyboard_break' is invalid in C99 [-Wimplicit-function-declaration]
                keyboard_break( xwin_key_table[code] );
                ^
2 warnings generated.
--- xw_main.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o xw_main.o -c xw_main.c
--- xw_disp.o ---
xw_disp.c:489:17: warning: implicitly declaring library function 'malloc' with type 'void *(unsigned long)' [-Wimplicit-function-declaration]
                buf = (char *)malloc( XSIZE * YSIZE * sizeof(long));
                              ^
xw_disp.c:489:17: note: include the header <stdlib.h> or explicitly provide a declaration for 'malloc'
xw_disp.c:495:1: warning: non-void function does not return a value [-Wreturn-type]
}
^
xw_disp.c:526:1: warning: non-void function does not return a value [-Wreturn-type]
}
^
xw_disp.c:597:3: warning: implicit declaration of function 'mainetc_timer' is invalid in C99 [-Wimplicit-function-declaration]
                mainetc_timer();
                ^
xw_disp.c:650:6: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
            exit(1);
            ^
xw_disp.c:650:6: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
xw_disp.c:678:50: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion]
    gc = XCreateGC( dpy, DefaultRootWindow(dpy), NULL, NULL );
                                                 ^~~~
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stddef.h:89:16: note: expanded from macro 'NULL'
#  define NULL ((void*)0)
               ^~~~~~~~~~
/Users/pbulk/build/emulators/xm7/work/.buildlink/include/X11/Xlib.h:1587:34: note: passing argument to parameter here
    unsigned long       /* valuemask */,
                                       ^
xw_disp.c:718:1: warning: non-void function does not return a value [-Wreturn-type]
}
^
xw_disp.c:737:5: warning: implicitly declaring library function 'free' with type 'void (void *)' [-Wimplicit-function-declaration]
    free( imgval );
    ^
xw_disp.c:737:5: note: include the header <stdlib.h> or explicitly provide a declaration for 'free'
xw_disp.c:802:3: warning: implicit declaration of function 'usleep' is invalid in C99 [-Wimplicit-function-declaration]
                usleep( 10000 );
                ^
--- xw_file.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o xw_file.o -c xw_file.c
--- xw_disp.o ---
9 warnings generated.
--- xw_snd.o ---
clang -D_XWIN -DNDEBUG -O3 -I/opt/pkg/include -I. -o xw_snd.o -c xw_snd.cpp
--- xw_main.o ---
xw_main.c:35:5: warning: implicit declaration of function 'xwin_cleanup' is invalid in C99 [-Wimplicit-function-declaration]
    xwin_cleanup();
    ^
xw_main.c:36:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
    exit(1);    
    ^
xw_main.c:36:5: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
xw_main.c:41:5: warning: implicit declaration of function 'xwin_cleanup' is invalid in C99 [-Wimplicit-function-declaration]
    xwin_cleanup();
    ^
xw_main.c:55:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
        fprintf( stderr, titlestring );
                         ^~~~~~~~~~~
xw_main.c:55:19: note: treat the string as an argument to avoid this
        fprintf( stderr, titlestring );
                         ^
                         "%s", 
xw_main.c:63:8: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration]
                        if( strcmp( argv[i], "-nofm" ) == 0 ){
                            ^
xw_main.c:63:8: note: include the header <string.h> or explicitly provide a declaration for 'strcmp'
xw_main.c:76:2: warning: implicit declaration of function 'disp_init' is invalid in C99 [-Wimplicit-function-declaration]
        disp_init( &argc, argv ); /* modify argc,argv */
        ^
xw_main.c:84:2: warning: implicit declaration of function 'timer_init' is invalid in C99 [-Wimplicit-function-declaration]
        timer_init();
        ^
xw_main.c:91:3: warning: implicit declaration of function 'usleep' is invalid in C99 [-Wimplicit-function-declaration]
                usleep( 5000 );
                ^
xw_main.c:93:2: warning: implicit declaration of function 'disp_cleanup' is invalid in C99 [-Wimplicit-function-declaration]
        disp_cleanup();
        ^
9 warnings generated.
--- xw_file.o ---
xw_file.c:28:6: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration]
        if (read(handle, buf, size) != size) {
            ^
xw_file.c:29:3: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
                close(handle);
                ^
xw_file.c:33:2: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
        close(handle);
        ^
xw_file.c:62:2: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
        close(handle);
        ^
xw_file.c:73:8: warning: implicit declaration of function 'lseek' is invalid in C99 [-Wimplicit-function-declaration]
        now = lseek( handle, (off_t)0, SEEK_CUR );
              ^
xw_file.c:91:8: warning: implicit declaration of function 'lseek' is invalid in C99 [-Wimplicit-function-declaration]
        now = lseek(handle, (off_t)offset, SEEK_SET);
              ^
xw_file.c:106:15: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration]
        cnt = (DWORD)read(handle, ptr, size);
                     ^
xw_file.c:121:15: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration]
        cnt = (DWORD)write(handle, ptr, size);
                     ^
8 warnings generated.
--- xw_snd.o ---
xw_snd.cpp:31:10: fatal error: 'linux/soundcard.h' file not found
#include <linux/soundcard.h>
         ^~~~~~~~~~~~~~~~~~~
1 error generated.
*** [xw_snd.o] Error code 1

bmake: stopped in /Users/pbulk/build/emulators/xm7/work/vm
1 error

bmake: stopped in /Users/pbulk/build/emulators/xm7/work/vm
*** Error code 2

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

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