+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 LUA_VERSION_REQD=52 WRKLOG=/tmp/bulklog/mpv-0.34.1nb10/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 LUA_VERSION_REQD=52 WRKLOG=/tmp/bulklog/mpv-0.34.1nb10/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for mpv-0.34.1nb10 cd /home/pbulk/build/multimedia/mpv/work/mpv-0.34.1 && /usr/bin/env CC=gcc CFLAGS=\ -pipe\ -O2\ -msave-args\ -fno-aggressive-loop-optimizations\ -D_FORTIFY_SOURCE=2\ -I/opt/local/include\ -I/opt/local/include/freetype2\ -I/opt/local/include/lua-5.2\ -I/opt/local/include/ncurses\ -I/opt/local/include/SDL2\ -I/opt/local/include/libdrm\ -I/usr/include\ -I/opt/local/include/python3.10\ -I/opt/local/include/harfbuzz\ -I/opt/local/include/glib-2.0\ -I/opt/local/include/gio-unix-2.0\ -I/opt/local/lib/glib-2.0/include\ -I/opt/local/include/ffmpeg5 CXX=g++ CXXFLAGS=\ -pipe\ -O2\ -msave-args\ -fno-aggressive-loop-optimizations\ -D_FORTIFY_SOURCE=2\ -I/opt/local/include\ -I/opt/local/include/freetype2\ -I/opt/local/include/lua-5.2\ -I/opt/local/include/ncurses\ -I/opt/local/include/SDL2\ -I/opt/local/include/libdrm\ -I/usr/include\ -I/opt/local/include/python3.10\ -I/opt/local/include/harfbuzz\ -I/opt/local/include/glib-2.0\ -I/opt/local/include/gio-unix-2.0\ -I/opt/local/lib/glib-2.0/include\ -I/opt/local/include/ffmpeg5 DESTDIR=/home/pbulk/build/multimedia/mpv/work/.destdir LINKFLAGS=\ \ \ -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0\ -Wl,-R/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0\ -L/opt/local/lib\ -Wl,-R/opt/local/lib\ -lintl\ -liconv\ -L/usr/lib/amd64\ -Wl,-R/usr/lib/amd64\ -L/opt/local/lib/ffmpeg5\ -Wl,-R/opt/local/lib/ffmpeg5 PATH=/home/pbulk/build/multimedia/mpv/work/.cwrapper/bin:/home/pbulk/build/multimedia/mpv/work/.buildlink/bin:/home/pbulk/build/multimedia/mpv/work/.gcc/bin:/home/pbulk/build/multimedia/mpv/work/.tools/bin:/opt/local/bin:/sbin:/usr/sbin:/usr/bin:/opt/tools/bin PREFIX=/opt/local JOBS=1 ./waf --mandir=/opt/local/man --libdir=/opt/local/lib Waf: Entering directory `/home/pbulk/build/multimedia/mpv/work/mpv-0.34.1/build' [1/1] Compiling version.sh [ 2/432] Compiling TOOLS/osxbundle/mpv.app/Contents/Resources/icon.icns [ 3/432] Compiling etc/mpv-icon-8bit-16x16.png [ 4/432] Compiling etc/mpv-icon-8bit-32x32.png [ 5/432] Compiling etc/mpv-icon-8bit-64x64.png [ 6/432] Compiling etc/mpv-icon-8bit-128x128.png [ 7/432] Compiling etc/input.conf [ 8/432] Compiling etc/builtin.conf [ 9/432] Compiling sub/osd_font.otf [ 10/432] Compiling player/lua/defaults.lua [ 11/432] Compiling player/lua/assdraw.lua [ 12/432] Compiling player/lua/options.lua [ 13/432] Compiling player/lua/osc.lua [ 14/432] Compiling player/lua/ytdl_hook.lua [ 15/432] Compiling player/lua/stats.lua [ 16/432] Compiling player/lua/console.lua [ 17/432] Compiling player/lua/auto_profiles.lua [ 18/432] Compiling player/javascript/defaults.js [ 19/432] Creating build/generated/ebml_types.h [ 20/432] Creating build/generated/ebml_defs.c [ 21/432] Compiling libmpv/mpv.def [ 23/432] Compiling video/csputils.c [ 24/432] Compiling sub/filter_sdh.c [ 25/432] Compiling audio/aframe.c ../audio/aframe.c: In function 'mp_aframe_from_avframe': ../audio/aframe.c:135:5: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations] 135 | mp_chmap_from_lavc(&frame->chmap, frame->av_frame->channel_layout); | ^~~~~~~~~~~~~~~~~~ In file included from ../audio/aframe.c:18: /home/pbulk/build/multimedia/mpv/work/.buildlink/include/ffmpeg5/libavutil/frame.h:510:14: note: declared here 510 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ ../audio/aframe.c:138:5: warning: 'channels' is deprecated [-Wdeprecated-declarations] 138 | if (frame->chmap.num != frame->av_frame->channels) | ^~ In file included from ../audio/aframe.c:18: /home/pbulk/build/multimedia/mpv/work/.buildlink/include/ffmpeg5/libavutil/frame.h:643:9: note: declared here 643 | int channels; | ^~~~~~~~ ../audio/aframe.c:139:9: warning: 'channels' is deprecated [-Wdeprecated-declarations] 139 | mp_chmap_from_channels(&frame->chmap, av_frame->channels); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../audio/aframe.c:18: /home/pbulk/build/multimedia/mpv/work/.buildlink/include/ffmpeg5/libavutil/frame.h:643:9: note: declared here 643 | int channels; | ^~~~~~~~ ../audio/aframe.c: In function 'mp_aframe_config_copy': ../audio/aframe.c:207:5: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations] 207 | dst->av_frame->channel_layout = src->av_frame->channel_layout; | ^~~ In file included from ../audio/aframe.c:18: /home/pbulk/build/multimedia/mpv/work/.buildlink/include/ffmpeg5/libavutil/frame.h:510:14: note: declared here 510 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ ../audio/aframe.c:207:5: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations] 207 | dst->av_frame->channel_layout = src->av_frame->channel_layout; | ^~~ In file included from ../audio/aframe.c:18: /home/pbulk/build/multimedia/mpv/work/.buildlink/include/ffmpeg5/libavutil/frame.h:510:14: note: declared here 510 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ ../audio/aframe.c:209:5: warning: 'channels' is deprecated [-Wdeprecated-declarations] 209 | dst->av_frame->channels = src->av_frame->channels; | ^~~ In file included from ../audio/aframe.c:18: /home/pbulk/build/multimedia/mpv/work/.buildlink/include/ffmpeg5/libavutil/frame.h:643:9: note: declared here 643 | int channels; | ^~~~~~~~ ../audio/aframe.c:209:5: warning: 'channels' is deprecated [-Wdeprecated-declarations] 209 | dst->av_frame->channels = src->av_frame->channels; | ^~~ In file included from ../audio/aframe.c:18: /home/pbulk/build/multimedia/mpv/work/.buildlink/include/ffmpeg5/libavutil/frame.h:643:9: note: declared here 643 | int channels; | ^~~~~~~~ ../audio/aframe.c: In function 'mp_aframe_set_chmap': ../audio/aframe.c:322:5: warning: 'channel_layout' is deprecated [-Wdeprecated-declarations] 322 | frame->av_frame->channel_layout = lavc_layout; | ^~~~~ In file included from ../audio/aframe.c:18: /home/pbulk/build/multimedia/mpv/work/.buildlink/include/ffmpeg5/libavutil/frame.h:510:14: note: declared here 510 | uint64_t channel_layout; | ^~~~~~~~~~~~~~ ../audio/aframe.c:324:5: warning: 'channels' is deprecated [-Wdeprecated-declarations] 324 | frame->av_frame->channels = frame->chmap.num; | ^~~~~ In file included from ../audio/aframe.c:18: /home/pbulk/build/multimedia/mpv/work/.buildlink/include/ffmpeg5/libavutil/frame.h:643:9: note: declared here 643 | int channels; | ^~~~~~~~ ../audio/aframe.c: In function 'mp_aframe_pool_allocate': ../audio/aframe.c:640:13: warning: 'av_mallocz_array' is deprecated [-Wdeprecated-declarations] 640 | av_mallocz_array(planes, sizeof(av_frame->extended_data[0])); | ^~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/multimedia/mpv/work/.buildlink/include/ffmpeg5/libavutil/common.h:572, from /home/pbulk/build/multimedia/mpv/work/.buildlink/include/ffmpeg5/libavutil/avutil.h:296, from /home/pbulk/build/multimedia/mpv/work/.buildlink/include/ffmpeg5/libavutil/frame.h:31, from ../audio/aframe.c:18: /home/pbulk/build/multimedia/mpv/work/.buildlink/include/ffmpeg5/libavutil/mem.h:247:7: note: declared here 247 | void *av_mallocz_array(size_t nmemb, size_t size) av_malloc_attrib av_alloc_size(1, 2); | ^~~~~~~~~~~~~~~~ [ 26/432] Compiling audio/filter/af_scaletempo2.c [ 27/432] Compiling demux/demux_playlist.c ../demux/demux_playlist.c: In function 'check_mimetype': ../demux/demux_playlist.c:43:17: error: implicit declaration of function 'strcasecmp'; did you mean 'bstrcasecmp'? [-Werror=implicit-function-declaration] 43 | if (strcasecmp(s->mime_type, list[n]) == 0) | ^~~~~~~~~~ | bstrcasecmp cc1: some warnings being treated as errors Waf: Leaving directory `/home/pbulk/build/multimedia/mpv/work/mpv-0.34.1/build' Build failed -> task in 'objects' failed with exit status 1 (run with -v to display more information) *** Error code 1 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/multimedia/mpv *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/multimedia/mpv