=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for libgroove-4.3.0nb15 [ 2%] Building C object CMakeFiles/groove.dir/groove/buffer.c.o [ 5%] Building C object CMakeFiles/groove_static.dir/groove/buffer.c.o [ 7%] Building C object CMakeFiles/grooveplayer_static.dir/grooveplayer/player.c.o In file included from /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/grooveplayer/player.c:13: In file included from /Users/pbulk/build/audio/libgroove/work/.buildlink/include/SDL2/SDL.h:32: In file included from /Users/pbulk/build/audio/libgroove/work/.buildlink/include/SDL2/SDL_main.h:25: /Users/pbulk/build/audio/libgroove/work/.buildlink/include/SDL2/SDL_stdinc.h:532:5: warning: implicit declaration of function 'memset_pattern4' is invalid in C99 [-Wimplicit-function-declaration] memset_pattern4(dst, &val, dwords * 4); ^ [ 13%] Building C object CMakeFiles/groove.dir/groove/encoder.c.o [ 13%] Building C object CMakeFiles/groove_static.dir/groove/encoder.c.o /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/encoder.c:68:5: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations] av_init_packet(&e->pkt); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:487:1: note: 'av_init_packet' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/encoder.c:68:5: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations] av_init_packet(&e->pkt); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:487:1: note: 'av_init_packet' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/encoder.c:84:19: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations] int errcode = avcodec_encode_audio2(e->stream->codec, &e->pkt, frame, &got_packet); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:3687:1: note: 'avcodec_encode_audio2' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/encoder.c:84:52: warning: 'codec' is deprecated [-Wdeprecated-declarations] int errcode = avcodec_encode_audio2(e->stream->codec, &e->pkt, frame, &got_packet); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/encoder.c:84:19: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations] int errcode = avcodec_encode_audio2(e->stream->codec, &e->pkt, frame, &got_packet); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/encoder.c:94:5: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet(&e->pkt); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:568:1: note: 'av_free_packet' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/encoder.c:101:34: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_close(e->stream->codec); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/encoder.c:134:44: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *codec_ctx = e->stream->codec; ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/encoder.c:148:16: warning: 'codec' is deprecated [-Wdeprecated-declarations] e->stream->codec = codec_ctx; ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:3687:1: note: 'avcodec_encode_audio2' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/encoder.c:84:52: warning: 'codec' is deprecated [-Wdeprecated-declarations] int errcode = avcodec_encode_audio2(e->stream->codec, &e->pkt, frame, &got_packet); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/encoder.c:94:5: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet(&e->pkt); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:568:1: note: 'av_free_packet' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/encoder.c:101:34: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_close(e->stream->codec); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/encoder.c:134:44: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *codec_ctx = e->stream->codec; ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/encoder.c:148:16: warning: 'codec' is deprecated [-Wdeprecated-declarations] e->stream->codec = codec_ctx; ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/encoder.c:620:24: warning: 'codec' is deprecated [-Wdeprecated-declarations] 0 : e->stream->codec->frame_size; ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/encoder.c:620:24: warning: 'codec' is deprecated [-Wdeprecated-declarations] 0 : e->stream->codec->frame_size; ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 8 warnings generated. 8 warnings generated. [ 15%] Building C object CMakeFiles/groove_static.dir/groove/file.c.o [ 18%] Building C object CMakeFiles/groove.dir/groove/file.c.o /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:41:29: warning: 'filename' is deprecated [-Wdeprecated-declarations] file->filename = f->ic->filename; ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:80:42: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *avctx = f->audio_st->codec; ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:112:72: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *avctx = f->ic->streams[f->audio_stream_index]->codec; ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:114:9: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet(&f->audio_pkt); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:568:1: note: 'av_free_packet' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:148:46: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *codec_ctx = f->audio_st->codec; ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/grooveplayer/player.c:18: /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/grooveplayer/osx_time_shim.h:19:9: warning: 'CLOCK_MONOTONIC' macro redefined [-Wmacro-redefined] #define CLOCK_MONOTONIC SYSTEM_CLOCK ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/time.h:157:9: note: previous definition is here #define CLOCK_MONOTONIC _CLOCK_MONOTONIC ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:202:5: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet(&f->audio_pkt); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:568:1: note: 'av_free_packet' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:205:27: warning: 'filename' is deprecated [-Wdeprecated-declarations] if (remove(f->oc->filename) != 0) ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:41:29: warning: 'filename' is deprecated [-Wdeprecated-declarations] file->filename = f->ic->filename; ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:222:73: warning: 'filename' is deprecated [-Wdeprecated-declarations] AVOutputFormat *ofmt = av_guess_format(f->ic->iformat->name, f->ic->filename, NULL); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:237:21: warning: 'filename' is deprecated [-Wdeprecated-declarations] snprintf(f->oc->filename, sizeof(f->oc->filename), "%s", f->ic->filename); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:237:45: warning: 'filename' is deprecated [-Wdeprecated-declarations] snprintf(f->oc->filename, sizeof(f->oc->filename), "%s", f->ic->filename); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:237:21: warning: 'filename' is deprecated [-Wdeprecated-declarations] snprintf(f->oc->filename, sizeof(f->oc->filename), "%s", f->ic->filename); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:80:42: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *avctx = f->audio_st->codec; ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:237:69: warning: 'filename' is deprecated [-Wdeprecated-declarations] snprintf(f->oc->filename, sizeof(f->oc->filename), "%s", f->ic->filename); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:238:28: warning: 'filename' is deprecated [-Wdeprecated-declarations] if (tempfileify(f->oc->filename, sizeof(f->oc->filename)) < 0) { ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:238:52: warning: 'filename' is deprecated [-Wdeprecated-declarations] if (tempfileify(f->oc->filename, sizeof(f->oc->filename)) < 0) { ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:246:42: warning: 'filename' is deprecated [-Wdeprecated-declarations] if (avio_open(&f->oc->pb, f->oc->filename, AVIO_FLAG_WRITE) < 0) { ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:248:72: warning: 'filename' is deprecated [-Wdeprecated-declarations] av_log(NULL, AV_LOG_ERROR, "could not open '%s'\n", f->oc->filename); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:267:45: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *icodec = in_stream->codec; ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:268:46: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *ocodec = out_stream->codec; ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:112:72: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *avctx = f->ic->streams[f->audio_stream_index]->codec; ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:114:9: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet(&f->audio_pkt); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:568:1: note: 'av_free_packet' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:148:46: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *codec_ctx = f->audio_st->codec; ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:358:9: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet(pkt); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:568:1: note: 'av_free_packet' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:202:5: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet(&f->audio_pkt); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:568:1: note: 'av_free_packet' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:205:27: warning: 'filename' is deprecated [-Wdeprecated-declarations] if (remove(f->oc->filename) != 0) ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:222:73: warning: 'filename' is deprecated [-Wdeprecated-declarations] AVOutputFormat *ofmt = av_guess_format(f->ic->iformat->name, f->ic->filename, NULL); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:237:21: warning: 'filename' is deprecated [-Wdeprecated-declarations] snprintf(f->oc->filename, sizeof(f->oc->filename), "%s", f->ic->filename); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:237:45: warning: 'filename' is deprecated [-Wdeprecated-declarations] snprintf(f->oc->filename, sizeof(f->oc->filename), "%s", f->ic->filename); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:237:21: warning: 'filename' is deprecated [-Wdeprecated-declarations] snprintf(f->oc->filename, sizeof(f->oc->filename), "%s", f->ic->filename); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:237:69: warning: 'filename' is deprecated [-Wdeprecated-declarations] snprintf(f->oc->filename, sizeof(f->oc->filename), "%s", f->ic->filename); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:238:28: warning: 'filename' is deprecated [-Wdeprecated-declarations] if (tempfileify(f->oc->filename, sizeof(f->oc->filename)) < 0) { ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:238:52: warning: 'filename' is deprecated [-Wdeprecated-declarations] if (tempfileify(f->oc->filename, sizeof(f->oc->filename)) < 0) { ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:367:23: warning: 'filename' is deprecated [-Wdeprecated-declarations] if (rename(f->oc->filename, f->ic->filename) != 0) { ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:246:42: warning: 'filename' is deprecated [-Wdeprecated-declarations] if (avio_open(&f->oc->pb, f->oc->filename, AVIO_FLAG_WRITE) < 0) { ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:248:72: warning: 'filename' is deprecated [-Wdeprecated-declarations] av_log(NULL, AV_LOG_ERROR, "could not open '%s'\n", f->oc->filename); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:267:45: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *icodec = in_stream->codec; ^ # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:367:40: warning: 'filename' is deprecated [-Wdeprecated-declarations] /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:268:46: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *ocodec = out_stream->codec; ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:887:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ if (rename(f->oc->filename, f->ic->filename) != 0) { ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:358:9: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet(pkt); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavcodec/packet.h:568:1: note: 'av_free_packet' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:367:23: warning: 'filename' is deprecated [-Wdeprecated-declarations] if (rename(f->oc->filename, f->ic->filename) != 0) { ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c:367:40: warning: 'filename' is deprecated [-Wdeprecated-declarations] if (rename(f->oc->filename, f->ic->filename) != 0) { ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1313:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ In file included from /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/grooveplayer/player.c:18: /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/grooveplayer/osx_time_shim.h:21:13: error: typedef redefinition with different types ('int' vs 'enum clockid_t') typedef int clockid_t; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/time.h:172:3: note: previous definition is here } clockid_t; ^ 2 warnings and 1 error generated. --- CMakeFiles/grooveplayer_static.dir/grooveplayer/player.c.o --- *** [CMakeFiles/grooveplayer_static.dir/grooveplayer/player.c.o] Error code 1 bmake[2]: stopped in /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 1 error bmake[2]: stopped in /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 --- CMakeFiles/grooveplayer_static.dir/all --- *** [CMakeFiles/grooveplayer_static.dir/all] Error code 2 bmake[1]: stopped in /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 21 warnings generated. A failure has been detected in another branch of the parallel make bmake[2]: stopped in /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 21 warnings generated. --- CMakeFiles/groove.dir/all --- *** [CMakeFiles/groove.dir/all] Error code 2 bmake[1]: stopped in /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 A failure has been detected in another branch of the parallel make bmake[2]: stopped in /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 --- CMakeFiles/groove_static.dir/all --- *** [CMakeFiles/groove_static.dir/all] Error code 2 bmake[1]: stopped in /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 3 errors bmake[1]: stopped in /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 *** [all] Error code 2 bmake: stopped in /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 1 error bmake: stopped in /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/audio/libgroove *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/audio/libgroove