=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for splay-0.8.2 cd . && autoheader WARNING: 'autoheader' is missing on your system. You should only need it if you modified 'acconfig.h' or 'configure.in'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. cd . && CONFIG_FILES= CONFIG_HEADERS=config.h /bin/sh ./config.status creating config.h config.h is unchanged /opt/pkg/bin/bmake all-recursive Making all in mpegsound clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -pipe -Os -Wall -Wstrict-prototypes -W -fno-strength-reduce -c bitwindow.cc clang: warning: optimization flag '-fno-strength-reduce' is not supported [-Wignored-optimization-argument] In file included from bitwindow.cc:12: ./mpegsound.h:142:3: error: unknown type name 'uint32_t' uint32_t main_chunk; // 'RIFF' ^ ./mpegsound.h:143:3: error: unknown type name 'uint32_t' uint32_t length; // filelen ^ ./mpegsound.h:144:3: error: unknown type name 'uint32_t' uint32_t chunk_type; // 'WAVE' ^ ./mpegsound.h:146:3: error: unknown type name 'uint32_t' uint32_t sub_chunk; // 'fmt ' ^ ./mpegsound.h:147:3: error: unknown type name 'uint32_t' uint32_t sc_len; // length of sub_chunk, =16 ^ ./mpegsound.h:148:3: error: unknown type name 'uint16_t' uint16_t format; // should be 1 for PCM-code ^ ./mpegsound.h:149:3: error: unknown type name 'uint16_t' uint16_t modus; // 1 Mono, 2 Stereo ^ ./mpegsound.h:150:3: error: unknown type name 'uint32_t' uint32_t sample_fq; // frequence of sample ^ ./mpegsound.h:151:3: error: unknown type name 'uint32_t' uint32_t byte_p_sec; ^ ./mpegsound.h:152:3: error: unknown type name 'uint16_t' uint16_t byte_p_spl; // samplesize; 1 or 2 bytes ^ ./mpegsound.h:153:3: error: unknown type name 'uint16_t' uint16_t bit_p_spl; // 8, 12 or 16 bit ^ ./mpegsound.h:155:3: error: unknown type name 'uint32_t' uint32_t data_chunk; // 'data' ^ ./mpegsound.h:156:3: error: unknown type name 'uint32_t' uint32_t data_length; // samplecount ^ 13 errors generated. *** [bitwindow.o] Error code 1 bmake[2]: stopped in /Users/pbulk/build/audio/splay/work/splay-0.8.2/mpegsound 1 error bmake[2]: stopped in /Users/pbulk/build/audio/splay/work/splay-0.8.2/mpegsound *** [all-recursive] Error code 1 bmake[1]: stopped in /Users/pbulk/build/audio/splay/work/splay-0.8.2 1 error bmake[1]: stopped in /Users/pbulk/build/audio/splay/work/splay-0.8.2 *** [all-recursive-am] Error code 2 bmake: stopped in /Users/pbulk/build/audio/splay/work/splay-0.8.2 1 error bmake: stopped in /Users/pbulk/build/audio/splay/work/splay-0.8.2 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/audio/splay *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/audio/splay