=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for splay-0.8.2 --- ./stamp-h.in --- 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. --- stamp-h --- cd . && CONFIG_FILES= CONFIG_HEADERS=config.h /bin/sh ./config.status creating config.h config.h is unchanged --- all-recursive-am --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in mpegsound --- bitwindow.o --- --- fileinput.o --- --- fileplayer.o --- --- bitwindow.o --- clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -pipe -Os -Wall -Wstrict-prototypes -W -fno-strength-reduce -c bitwindow.cc --- fileinput.o --- clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -pipe -Os -Wall -Wstrict-prototypes -W -fno-strength-reduce -c fileinput.cc --- fileplayer.o --- clang++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -pipe -Os -Wall -Wstrict-prototypes -W -fno-strength-reduce -c fileplayer.cc --- bitwindow.o --- clang: warning: optimization flag '-fno-strength-reduce' is not supported [-Wignored-optimization-argument] --- fileinput.o --- clang: warning: optimization flag '-fno-strength-reduce' is not supported [-Wignored-optimization-argument] --- fileplayer.o --- clang: warning: optimization flag '-fno-strength-reduce' is not supported [-Wignored-optimization-argument] --- bitwindow.o --- In file included from bitwindow.cc:12: --- fileinput.o --- In file included from fileinput.cc:15: --- fileplayer.o --- In file included from fileplayer.cc:14: --- fileinput.o --- ./mpegsound.h:148:3: error: unknown type name 'uint16_t' --- fileplayer.o --- ./mpegsound.h:142:3: error: unknown type name 'uint32_t' uint32_t main_chunk; // 'RIFF' ^ --- fileinput.o --- uint16_t format; // should be 1 for PCM-code ^ --- bitwindow.o --- ./mpegsound.h:142:3: error: unknown type name 'uint32_t' uint32_t main_chunk; // 'RIFF' ^ --- fileplayer.o --- ./mpegsound.h:143:3: error: unknown type name 'uint32_t' uint32_t length; // filelen ^ --- bitwindow.o --- ./mpegsound.h:143:3: error: unknown type name 'uint32_t' uint32_t length; // filelen ^ --- fileinput.o --- ./mpegsound.h:149:3: error: unknown type name 'uint16_t' uint16_t modus; // 1 Mono, 2 Stereo ^ --- fileplayer.o --- ./mpegsound.h:144:3: error: unknown type name 'uint32_t' uint32_t chunk_type; // 'WAVE' ^ --- bitwindow.o --- ./mpegsound.h:144:3: error: unknown type name 'uint32_t' uint32_t chunk_type; // 'WAVE' ^ --- fileplayer.o --- ./mpegsound.h:146:3: error: unknown type name 'uint32_t' uint32_t sub_chunk; // 'fmt ' ^ --- bitwindow.o --- ./mpegsound.h:146:3: error: unknown type name 'uint32_t' uint32_t sub_chunk; // 'fmt ' ^ --- fileplayer.o --- ./mpegsound.h:147:3: error: unknown type name 'uint32_t' uint32_t sc_len; // length of sub_chunk, =16 ^ --- bitwindow.o --- ./mpegsound.h:147:3: error: unknown type name 'uint32_t' uint32_t sc_len; // length of sub_chunk, =16 ^ --- fileinput.o --- ./mpegsound.h:152:3: error: unknown type name 'uint16_t' uint16_t byte_p_spl; // samplesize; 1 or 2 bytes ^ --- fileplayer.o --- ./mpegsound.h:148:3: error: unknown type name 'uint16_t' uint16_t format; // should be 1 for PCM-code ^ --- bitwindow.o --- ./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 ^ --- fileinput.o --- ./mpegsound.h:153:3: error: unknown type name 'uint16_t' uint16_t bit_p_spl; // 8, 12 or 16 bit ^ --- fileplayer.o --- ./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 ^ --- bitwindow.o --- ./mpegsound.h:150:3: error: unknown type name 'uint32_t' uint32_t sample_fq; // frequence of sample ^ --- fileplayer.o --- ./mpegsound.h:151:3: error: unknown type name 'uint32_t' uint32_t byte_p_sec; ^ --- bitwindow.o --- ./mpegsound.h:151:3: error: unknown type name 'uint32_t' uint32_t byte_p_sec; ^ --- fileplayer.o --- ./mpegsound.h:152:3: error: unknown type name 'uint16_t' uint16_t byte_p_spl; // samplesize; 1 or 2 bytes ^ --- bitwindow.o --- ./mpegsound.h:152:3: error: unknown type name 'uint16_t' uint16_t byte_p_spl; // samplesize; 1 or 2 bytes ^ --- fileplayer.o --- ./mpegsound.h:153:3: error: unknown type name 'uint16_t' --- bitwindow.o --- ./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' --- fileplayer.o --- 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' --- bitwindow.o --- uint32_t data_length; // samplecount ^ --- fileplayer.o --- uint32_t data_length; // samplecount ^ --- bitwindow.o --- 13 errors generated. --- fileinput.o --- 4 errors generated. *** [fileinput.o] Error code 1 bmake[2]: stopped in /Users/pbulk/build/audio/splay/work/splay-0.8.2/mpegsound --- bitwindow.o --- *** [bitwindow.o] Error code 1 bmake[2]: stopped in /Users/pbulk/build/audio/splay/work/splay-0.8.2/mpegsound --- fileplayer.o --- fileplayer.cc:188:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] static char *modestring[4]={"stereo","joint stereo","dual channel","mono"}; ^ fileplayer.cc:188:40: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] static char *modestring[4]={"stereo","joint stereo","dual channel","mono"}; ^ fileplayer.cc:188:55: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] static char *modestring[4]={"stereo","joint stereo","dual channel","mono"}; ^ fileplayer.cc:188:70: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] static char *modestring[4]={"stereo","joint stereo","dual channel","mono"}; ^ 4 warnings and 13 errors generated. *** [fileplayer.o] Error code 1 bmake[2]: stopped in /Users/pbulk/build/audio/splay/work/splay-0.8.2/mpegsound 3 errors 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-macos11-trunk-x86_64/audio/splay *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/audio/splay