WARNING: USE_CMAKE is deprecated; use devel/cmake/build.mk instead. ===> Building for libgroove-4.3.0nb23 [ 2%] Building C object CMakeFiles/groove.dir/groove/buffer.c.o { /Users/pbulk/build/audio/libgroove/work/.cwrapper/bin/clang -Dgroove_EXPORTS -I/Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 -I/opt/pkg/include/ffmpeg4 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/SDL2 -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include/freetype2 -g -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -pedantic -Werror -Wall -Werror=strict-prototypes -Werror=old-style-definition -Werror=missing-prototypes -D_REENTRANT -D_POSIX_C_SOURCE=200809L -MD -MT CMakeFiles/groove.dir/groove/buffer.c.o -MF CMakeFiles/groove.dir/groove/buffer.c.o.d -o CMakeFiles/groove.dir/groove/buffer.c.o -c /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/buffer.c } || exit $? [ 5%] Building C object CMakeFiles/groove.dir/groove/encoder.c.o { /Users/pbulk/build/audio/libgroove/work/.cwrapper/bin/clang -Dgroove_EXPORTS -I/Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 -I/opt/pkg/include/ffmpeg4 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/SDL2 -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include/freetype2 -g -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -pedantic -Werror -Wall -Werror=strict-prototypes -Werror=old-style-definition -Werror=missing-prototypes -D_REENTRANT -D_POSIX_C_SOURCE=200809L -MD -MT CMakeFiles/groove.dir/groove/encoder.c.o -MF CMakeFiles/groove.dir/groove/encoder.c.o.d -o CMakeFiles/groove.dir/groove/encoder.c.o -c /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/encoder.c } || exit $? /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/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)) ^ 8 warnings generated. [ 7%] Building C object CMakeFiles/groove.dir/groove/file.c.o { /Users/pbulk/build/audio/libgroove/work/.cwrapper/bin/clang -Dgroove_EXPORTS -I/Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 -I/opt/pkg/include/ffmpeg4 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/SDL2 -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include/freetype2 -g -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -pedantic -Werror -Wall -Werror=strict-prototypes -Werror=old-style-definition -Werror=missing-prototypes -D_REENTRANT -D_POSIX_C_SOURCE=200809L -MD -MT CMakeFiles/groove.dir/groove/file.c.o -MF CMakeFiles/groove.dir/groove/file.c.o.d -o CMakeFiles/groove.dir/groove/file.c.o -c /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c } || exit $? /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)) ^ /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/.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: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)) ^ 21 warnings generated. [ 10%] Building C object CMakeFiles/groove.dir/groove/global.c.o { /Users/pbulk/build/audio/libgroove/work/.cwrapper/bin/clang -Dgroove_EXPORTS -I/Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 -I/opt/pkg/include/ffmpeg4 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/SDL2 -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include/freetype2 -g -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -pedantic -Werror -Wall -Werror=strict-prototypes -Werror=old-style-definition -Werror=missing-prototypes -D_REENTRANT -D_POSIX_C_SOURCE=200809L -MD -MT CMakeFiles/groove.dir/groove/global.c.o -MF CMakeFiles/groove.dir/groove/global.c.o.d -o CMakeFiles/groove.dir/groove/global.c.o -c /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/global.c } || exit $? /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/global.c:44:5: warning: 'av_lockmgr_register' is deprecated [-Wdeprecated-declarations] av_lockmgr_register(&my_lockmgr_cb); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:4159:1: note: 'av_lockmgr_register' 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/global.c:49:5: warning: 'avcodec_register_all' is deprecated [-Wdeprecated-declarations] avcodec_register_all(); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:2766:1: note: 'avcodec_register_all' 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/global.c:50:5: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations] av_register_all(); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1954:1: note: 'av_register_all' 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/global.c:52:5: warning: 'avfilter_register_all' is deprecated [-Wdeprecated-declarations] avfilter_register_all(); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavfilter/avfilter.h:723:1: note: 'avfilter_register_all' 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)) ^ 4 warnings generated. [ 13%] Building C object CMakeFiles/groove.dir/groove/playlist.c.o { /Users/pbulk/build/audio/libgroove/work/.cwrapper/bin/clang -Dgroove_EXPORTS -I/Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 -I/opt/pkg/include/ffmpeg4 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/SDL2 -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include/freetype2 -g -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -pedantic -Werror -Wall -Werror=strict-prototypes -Werror=old-style-definition -Werror=missing-prototypes -D_REENTRANT -D_POSIX_C_SOURCE=200809L -MD -MT CMakeFiles/groove.dir/groove/playlist.c.o -MF CMakeFiles/groove.dir/groove/playlist.c.o.d -o CMakeFiles/groove.dir/groove/playlist.c.o -c /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/playlist.c } || exit $? /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/playlist.c:159:40: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *dec = 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/playlist.c:177:16: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] len1 = avcodec_decode_audio4(dec, in_frame, &got_frame, pkt_temp); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:3046:1: note: 'avcodec_decode_audio4' 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/playlist.c:342: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/playlist.c:474: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/playlist.c:563:76: warning: 'filename' is deprecated [-Wdeprecated-declarations] av_log(NULL, AV_LOG_ERROR, "%s: error while seeking\n", 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/playlist.c:567:44: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_flush_buffers(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/playlist.c:574:26: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (f->audio_st->codec->codec->capabilities & AV_CODEC_CAP_DELAY) { ^ /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/playlist.c:575:13: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations] av_init_packet(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/playlist.c:598: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/playlist.c:602:5: 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/playlist.c:990:22: warning: assigning to 'AVFilter *' (aka 'struct AVFilter *') from 'const AVFilter *' (aka 'const struct AVFilter *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] p->volume_filter = avfilter_get_by_name("volume"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/playlist.c:997:23: warning: assigning to 'AVFilter *' (aka 'struct AVFilter *') from 'const AVFilter *' (aka 'const struct AVFilter *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] p->compand_filter = avfilter_get_by_name("compand"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/playlist.c:1004:23: warning: assigning to 'AVFilter *' (aka 'struct AVFilter *') from 'const AVFilter *' (aka 'const struct AVFilter *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] p->abuffer_filter = avfilter_get_by_name("abuffer"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/playlist.c:1011:22: warning: assigning to 'AVFilter *' (aka 'struct AVFilter *') from 'const AVFilter *' (aka 'const struct AVFilter *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] p->asplit_filter = avfilter_get_by_name("asplit"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/playlist.c:1018:23: warning: assigning to 'AVFilter *' (aka 'struct AVFilter *') from 'const AVFilter *' (aka 'const struct AVFilter *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] p->aformat_filter = avfilter_get_by_name("aformat"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/playlist.c:1025:27: warning: assigning to 'AVFilter *' (aka 'struct AVFilter *') from 'const AVFilter *' (aka 'const struct AVFilter *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] p->abuffersink_filter = avfilter_get_by_name("abuffersink"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 16 warnings generated. [ 15%] Building C object CMakeFiles/groove.dir/groove/queue.c.o { /Users/pbulk/build/audio/libgroove/work/.cwrapper/bin/clang -Dgroove_EXPORTS -I/Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 -I/opt/pkg/include/ffmpeg4 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/SDL2 -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include/freetype2 -g -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -pedantic -Werror -Wall -Werror=strict-prototypes -Werror=old-style-definition -Werror=missing-prototypes -D_REENTRANT -D_POSIX_C_SOURCE=200809L -MD -MT CMakeFiles/groove.dir/groove/queue.c.o -MF CMakeFiles/groove.dir/groove/queue.c.o.d -o CMakeFiles/groove.dir/groove/queue.c.o -c /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/queue.c } || exit $? [ 18%] Linking C shared library libgroove.dylib { /opt/pkg/bin/cmake -E cmake_link_script CMakeFiles/groove.dir/link.txt --verbose= } || exit $? { /opt/pkg/bin/cmake -E cmake_symlink_library libgroove.4.3.0.dylib libgroove.4.dylib libgroove.dylib } || exit $? [ 18%] Built target groove [ 21%] Building C object CMakeFiles/groove_static.dir/groove/buffer.c.o { /Users/pbulk/build/audio/libgroove/work/.cwrapper/bin/clang -I/Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 -I/opt/pkg/include/ffmpeg4 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/SDL2 -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include/freetype2 -g -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -pedantic -Werror -Wall -Werror=strict-prototypes -Werror=old-style-definition -Werror=missing-prototypes -D_REENTRANT -D_POSIX_C_SOURCE=200809L -fPIC -MD -MT CMakeFiles/groove_static.dir/groove/buffer.c.o -MF CMakeFiles/groove_static.dir/groove/buffer.c.o.d -o CMakeFiles/groove_static.dir/groove/buffer.c.o -c /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/buffer.c } || exit $? [ 23%] Building C object CMakeFiles/groove_static.dir/groove/encoder.c.o { /Users/pbulk/build/audio/libgroove/work/.cwrapper/bin/clang -I/Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 -I/opt/pkg/include/ffmpeg4 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/SDL2 -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include/freetype2 -g -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -pedantic -Werror -Wall -Werror=strict-prototypes -Werror=old-style-definition -Werror=missing-prototypes -D_REENTRANT -D_POSIX_C_SOURCE=200809L -fPIC -MD -MT CMakeFiles/groove_static.dir/groove/encoder.c.o -MF CMakeFiles/groove_static.dir/groove/encoder.c.o.d -o CMakeFiles/groove_static.dir/groove/encoder.c.o -c /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/encoder.c } || exit $? /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/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)) ^ 8 warnings generated. [ 26%] Building C object CMakeFiles/groove_static.dir/groove/file.c.o { /Users/pbulk/build/audio/libgroove/work/.cwrapper/bin/clang -I/Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 -I/opt/pkg/include/ffmpeg4 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/SDL2 -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include/freetype2 -g -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -pedantic -Werror -Wall -Werror=strict-prototypes -Werror=old-style-definition -Werror=missing-prototypes -D_REENTRANT -D_POSIX_C_SOURCE=200809L -fPIC -MD -MT CMakeFiles/groove_static.dir/groove/file.c.o -MF CMakeFiles/groove_static.dir/groove/file.c.o.d -o CMakeFiles/groove_static.dir/groove/file.c.o -c /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/file.c } || exit $? /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)) ^ /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/.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: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)) ^ 21 warnings generated. [ 28%] Building C object CMakeFiles/groove_static.dir/groove/global.c.o { /Users/pbulk/build/audio/libgroove/work/.cwrapper/bin/clang -I/Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 -I/opt/pkg/include/ffmpeg4 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/SDL2 -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include/freetype2 -g -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -pedantic -Werror -Wall -Werror=strict-prototypes -Werror=old-style-definition -Werror=missing-prototypes -D_REENTRANT -D_POSIX_C_SOURCE=200809L -fPIC -MD -MT CMakeFiles/groove_static.dir/groove/global.c.o -MF CMakeFiles/groove_static.dir/groove/global.c.o.d -o CMakeFiles/groove_static.dir/groove/global.c.o -c /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/global.c } || exit $? /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/global.c:44:5: warning: 'av_lockmgr_register' is deprecated [-Wdeprecated-declarations] av_lockmgr_register(&my_lockmgr_cb); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:4159:1: note: 'av_lockmgr_register' 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/global.c:49:5: warning: 'avcodec_register_all' is deprecated [-Wdeprecated-declarations] avcodec_register_all(); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:2766:1: note: 'avcodec_register_all' 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/global.c:50:5: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations] av_register_all(); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1954:1: note: 'av_register_all' 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/global.c:52:5: warning: 'avfilter_register_all' is deprecated [-Wdeprecated-declarations] avfilter_register_all(); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavfilter/avfilter.h:723:1: note: 'avfilter_register_all' 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)) ^ 4 warnings generated. [ 31%] Building C object CMakeFiles/groove_static.dir/groove/playlist.c.o { /Users/pbulk/build/audio/libgroove/work/.cwrapper/bin/clang -I/Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 -I/opt/pkg/include/ffmpeg4 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/SDL2 -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include/freetype2 -g -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -pedantic -Werror -Wall -Werror=strict-prototypes -Werror=old-style-definition -Werror=missing-prototypes -D_REENTRANT -D_POSIX_C_SOURCE=200809L -fPIC -MD -MT CMakeFiles/groove_static.dir/groove/playlist.c.o -MF CMakeFiles/groove_static.dir/groove/playlist.c.o.d -o CMakeFiles/groove_static.dir/groove/playlist.c.o -c /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/playlist.c } || exit $? /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/playlist.c:159:40: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *dec = 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/playlist.c:177:16: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] len1 = avcodec_decode_audio4(dec, in_frame, &got_frame, pkt_temp); ^ /Users/pbulk/build/audio/libgroove/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:3046:1: note: 'avcodec_decode_audio4' 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/playlist.c:342: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/playlist.c:474: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/playlist.c:563:76: warning: 'filename' is deprecated [-Wdeprecated-declarations] av_log(NULL, AV_LOG_ERROR, "%s: error while seeking\n", 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/playlist.c:567:44: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_flush_buffers(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/playlist.c:574:26: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (f->audio_st->codec->codec->capabilities & AV_CODEC_CAP_DELAY) { ^ /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/playlist.c:575:13: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations] av_init_packet(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/playlist.c:598: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/playlist.c:602:5: 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/playlist.c:990:22: warning: assigning to 'AVFilter *' (aka 'struct AVFilter *') from 'const AVFilter *' (aka 'const struct AVFilter *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] p->volume_filter = avfilter_get_by_name("volume"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/playlist.c:997:23: warning: assigning to 'AVFilter *' (aka 'struct AVFilter *') from 'const AVFilter *' (aka 'const struct AVFilter *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] p->compand_filter = avfilter_get_by_name("compand"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/playlist.c:1004:23: warning: assigning to 'AVFilter *' (aka 'struct AVFilter *') from 'const AVFilter *' (aka 'const struct AVFilter *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] p->abuffer_filter = avfilter_get_by_name("abuffer"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/playlist.c:1011:22: warning: assigning to 'AVFilter *' (aka 'struct AVFilter *') from 'const AVFilter *' (aka 'const struct AVFilter *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] p->asplit_filter = avfilter_get_by_name("asplit"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/playlist.c:1018:23: warning: assigning to 'AVFilter *' (aka 'struct AVFilter *') from 'const AVFilter *' (aka 'const struct AVFilter *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] p->aformat_filter = avfilter_get_by_name("aformat"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/playlist.c:1025:27: warning: assigning to 'AVFilter *' (aka 'struct AVFilter *') from 'const AVFilter *' (aka 'const struct AVFilter *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] p->abuffersink_filter = avfilter_get_by_name("abuffersink"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 16 warnings generated. [ 34%] Building C object CMakeFiles/groove_static.dir/groove/queue.c.o { /Users/pbulk/build/audio/libgroove/work/.cwrapper/bin/clang -I/Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 -I/opt/pkg/include/ffmpeg4 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/SDL2 -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include/freetype2 -g -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -pedantic -Werror -Wall -Werror=strict-prototypes -Werror=old-style-definition -Werror=missing-prototypes -D_REENTRANT -D_POSIX_C_SOURCE=200809L -fPIC -MD -MT CMakeFiles/groove_static.dir/groove/queue.c.o -MF CMakeFiles/groove_static.dir/groove/queue.c.o.d -o CMakeFiles/groove_static.dir/groove/queue.c.o -c /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/groove/queue.c } || exit $? [ 36%] Linking C static library libgroove.a { /opt/pkg/bin/cmake -P CMakeFiles/groove_static.dir/cmake_clean_target.cmake } || exit $? { /opt/pkg/bin/cmake -E cmake_link_script CMakeFiles/groove_static.dir/link.txt --verbose= } || exit $? [ 36%] Built target groove_static [ 39%] Building C object CMakeFiles/metadata.dir/example/metadata.c.o { /Users/pbulk/build/audio/libgroove/work/.cwrapper/bin/clang -I/Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 -I/opt/pkg/include/ffmpeg4 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/SDL2 -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include/freetype2 -g -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -pedantic -Werror -Wall -g -MD -MT CMakeFiles/metadata.dir/example/metadata.c.o -MF CMakeFiles/metadata.dir/example/metadata.c.o.d -o CMakeFiles/metadata.dir/example/metadata.c.o -c /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/example/metadata.c } || exit $? [ 42%] Linking C executable metadata { /opt/pkg/bin/cmake -E cmake_link_script CMakeFiles/metadata.dir/link.txt --verbose= } || exit $? [ 42%] Built target metadata [ 44%] Building C object CMakeFiles/transcode.dir/example/transcode.c.o { /Users/pbulk/build/audio/libgroove/work/.cwrapper/bin/clang -I/Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 -I/opt/pkg/include/ffmpeg4 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/SDL2 -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include/freetype2 -g -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -pedantic -Werror -Wall -g -MD -MT CMakeFiles/transcode.dir/example/transcode.c.o -MF CMakeFiles/transcode.dir/example/transcode.c.o.d -o CMakeFiles/transcode.dir/example/transcode.c.o -c /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/example/transcode.c } || exit $? [ 47%] Linking C executable transcode { /opt/pkg/bin/cmake -E cmake_link_script CMakeFiles/transcode.dir/link.txt --verbose= } || exit $? [ 47%] Built target transcode [ 50%] Building C object CMakeFiles/grooveplayer.dir/grooveplayer/player.c.o { /Users/pbulk/build/audio/libgroove/work/.cwrapper/bin/clang -Dgrooveplayer_EXPORTS -I/Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 -I/opt/pkg/include/ffmpeg4 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/SDL2 -I/opt/pkg/include/ffmpeg4 -I/opt/pkg/include/freetype2 -g -arch arm64 -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -mmacosx-version-min=12.3 -fPIC -pedantic -Werror -Wall -Werror=strict-prototypes -Werror=old-style-definition -Werror=missing-prototypes -D_REENTRANT -D_POSIX_C_SOURCE=200809L -MD -MT CMakeFiles/grooveplayer.dir/grooveplayer/player.c.o -MF CMakeFiles/grooveplayer.dir/grooveplayer/player.c.o.d -o CMakeFiles/grooveplayer.dir/grooveplayer/player.c.o -c /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0/grooveplayer/player.c } || exit $? 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 ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/time.h:157:9: note: previous definition is here #define CLOCK_MONOTONIC _CLOCK_MONOTONIC ^ 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; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/time.h:172:3: note: previous definition is here } clockid_t; ^ 1 warning and 1 error generated. *** [CMakeFiles/grooveplayer.dir/grooveplayer/player.c.o] Error code 1 bmake[2]: stopped making "CMakeFiles/grooveplayer.dir/build" in /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 bmake[2]: 1 error bmake[2]: stopped making "CMakeFiles/grooveplayer.dir/build" in /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 *** [CMakeFiles/grooveplayer.dir/all] Error code 2 bmake[1]: stopped making "all" in /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 bmake[1]: 1 error bmake[1]: stopped making "all" in /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 *** [all] Error code 2 bmake: stopped making "all" in /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 bmake: 1 error bmake: stopped making "all" in /Users/pbulk/build/audio/libgroove/work/libgroove-4.3.0 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/audio/libgroove *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/audio/libgroove