=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for tfmxplay-0.6
clang -pipe -Os  -c tfmx.c
tfmx.c:48:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
usage(char *x)
^
tfmx.c:68:1: warning: non-void function does not return a value [-Wreturn-type]
}
^
tfmx.c:70:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
dump_macro(int *a)
^
tfmx.c:80:1: warning: non-void function does not return a value [-Wreturn-type]
}
^
tfmx.c:152:9: warning: assigning to 'int *' from 'U32 *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
        macros = &editbuf[z];
               ^ ~~~~~~~~~~~
tfmx.c:164:11: warning: assigning to 'int *' from 'U32 *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
        patterns = &editbuf[z];
                 ^ ~~~~~~~~~~~
tfmx.c:279:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
dump_pattern(int x)
^
tfmx.c:348:1: warning: non-void function does not return a value [-Wreturn-type]
}
^
tfmx.c:401:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main(int argc, char **argv)
^
tfmx.c:539:2: warning: implicit declaration of function 'open_snddev' is invalid in C99 [-Wimplicit-function-declaration]
        open_snddev();
        ^
tfmx.c:541:2: warning: implicit declaration of function 'StartSong' is invalid in C99 [-Wimplicit-function-declaration]
        StartSong(songnum,0);
        ^
tfmx.c:545:3: warning: initializing 'S8 *' (aka 'char *') with an expression of type 'U8 *' (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]
                &smplbuf[0x4],&smplbuf[0x4+0x1C42],
                ^~~~~~~~~~~~~
tfmx.c:545:17: warning: initializing 'S8 *' (aka 'char *') with an expression of type 'U8 *' (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]
                &smplbuf[0x4],&smplbuf[0x4+0x1C42],
                              ^~~~~~~~~~~~~~~~~~~~
tfmx.c:547:2: warning: implicit declaration of function 'play_it' is invalid in C99 [-Wimplicit-function-declaration]
        play_it();
        ^
tfmx.c:548:2: warning: implicit declaration of function 'TfmxTakedown' is invalid in C99 [-Wimplicit-function-declaration]
        TfmxTakedown();
        ^
15 warnings generated.
clang -pipe -Os -c audio.c -o audio.o -DALSA_HACK
audio.c:13:10: fatal error: 'linux/soundcard.h' file not found
#include <linux/soundcard.h>
         ^~~~~~~~~~~~~~~~~~~
1 error generated.
*** [audio.o] Error code 1

bmake: stopped in /Users/pbulk/build/audio/tfmxplay/work/tfmxplay-0.6
1 error

bmake: stopped in /Users/pbulk/build/audio/tfmxplay/work/tfmxplay-0.6
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/audio/tfmxplay
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/audio/tfmxplay