=> Bootstrap dependency digest>=20010302: found digest-20160304
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for mpv-0.24.0nb3
cd /data/scratch/multimedia/mpv/work/mpv-0.24.0 && /usr/bin/env CC=gcc CFLAGS=-O2\ \ -I/usr/pkg/include\ -I/usr/pkg/include/lua-5.2\ -I/usr/include\ -I/usr/X11R7/include\ -I/usr/X11R7/include/freetype2\ -I/usr/X11R7/include/libdrm\ -I/usr/pkg/include/ffmpeg3 CXX=c++ CXXFLAGS=-O2\ -I/usr/pkg/include\ -I/usr/pkg/include/lua-5.2\ -I/usr/include\ -I/usr/X11R7/include\ -I/usr/X11R7/include/freetype2\ -I/usr/X11R7/include/libdrm\ -I/usr/pkg/include/ffmpeg3 DESTDIR=/data/scratch/multimedia/mpv/work/.destdir LINKFLAGS=\ \ \ -L/usr/pkg/lib\ -Wl,-R/usr/pkg/lib\ -L/usr/lib\ -Wl,-R/usr/lib\ -L/usr/pkg/lib/pulseaudio\ -Wl,-R/usr/pkg/lib/pulseaudio\ -L/usr/X11R7/lib\ -Wl,-R/usr/X11R7/lib\ -L/usr/pkg/lib/ffmpeg3\ -Wl,-R/usr/pkg/lib/ffmpeg3 PATH=/data/scratch/multimedia/mpv/work/.cwrapper/bin:/data/scratch/multimedia/mpv/work/.buildlink/bin:/data/scratch/multimedia/mpv/work/.gcc/bin:/data/scratch/multimedia/mpv/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin PREFIX=/usr/pkg JOBS=4 ./waf --mandir=/usr/pkg/man
Waf: Entering directory `/data/scratch/multimedia/mpv/work/mpv-0.24.0/build'
[  1/224] Compiling version.sh
[  3/224] Compiling TOOLS/osxbundle/mpv.app/Contents/Resources/icon.icns
[  3/224] Compiling video/out/x11_icon.bin
[  4/224] Compiling etc/input.conf
[  5/224] Compiling etc/builtin.conf
[  6/224] Compiling sub/osd_font.otf
[  7/224] Compiling player/lua/defaults.lua
[  8/224] Compiling player/lua/assdraw.lua
[  9/224] Compiling player/lua/options.lua
[ 10/224] Compiling player/lua/osc.lua
[ 11/224] Compiling player/lua/ytdl_hook.lua
[ 12/224] Creating build/ebml_types.h
[ 13/224] Creating build/ebml_defs.c
[ 14/224] Compiling DOCS/man/mpv.rst
[ 15/224] Compiling ta/ta_utils.c
[ 16/224] Compiling ta/ta.c
[ 17/224] Compiling osdep/subprocess-posix.c
[ 18/224] Compiling osdep/subprocess.c
[ 19/224] Compiling osdep/semaphore_osx.c
[ 20/224] Compiling osdep/threads.c
[ 21/224] Compiling osdep/io.c
[ 22/224] Compiling video/out/x11_common.c
[ 23/224] Compiling video/out/win_state.c
[ 24/224] Compiling video/out/vo_x11.c
[ 25/224] Compiling video/out/vo_vdpau.c
[ 26/224] Compiling video/out/vo_vaapi.c
[ 27/224] Compiling video/out/vo_tct.c
In file included from /data/scratch/multimedia/mpv/work/.buildlink/include/va/va_x11.h:27:0,
                 from ../video/out/vo_vaapi.c:29:
/data/scratch/multimedia/mpv/work/.buildlink/include/va/va.h:279:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 typedef int (*VAPrivFunc)();
 ^

[ 28/224] Compiling video/out/vo_opengl.c
[ 29/224] Compiling video/out/vo_lavc.c
[ 30/224] Compiling video/out/opengl/video_shaders.c
[ 31/224] Compiling video/out/opengl/video.c
[ 32/224] Compiling video/out/opengl/utils.c
[ 33/224] Compiling video/out/opengl/user_shaders.c
[ 34/224] Compiling video/out/opengl/lcms.c
[ 35/224] Compiling video/out/opengl/hwdec.c
[ 36/224] Compiling video/out/opengl/formats.c
[ 37/224] Compiling video/out/opengl/context_x11.c
[ 38/224] Compiling video/out/opengl/context.c
[ 39/224] Compiling video/out/opengl/common.c
[ 40/224] Compiling video/filter/vf_vdpaupp.c
[ 41/224] Compiling video/filter/vf_vavpp.c
[ 42/224] Compiling video/filter/vf_scale.c
In file included from ../video/filter/vf_vavpp.c:20:0:
/data/scratch/multimedia/mpv/work/.buildlink/include/va/va.h:279:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 typedef int (*VAPrivFunc)();
 ^

[ 43/224] Compiling video/filter/vf_lavfi.c
[ 44/224] Compiling video/filter/vf_format.c
[ 45/224] Compiling video/filter/vf_flip.c
[ 46/224] Compiling video/filter/vf_expand.c
[ 47/224] Compiling video/filter/vf_eq.c
[ 48/224] Compiling video/filter/refqueue.c
[ 49/224] Compiling video/decode/hw_vaapi_old.c
In file included from ../video/vaapi.h:24:0,
                 from ../video/decode/hw_vaapi_old.c:34:
/data/scratch/multimedia/mpv/work/.buildlink/include/va/va.h:279:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 typedef int (*VAPrivFunc)();
 ^

../video/out/opengl/video.c: In function 'uninit_video':
../video/out/opengl/video.c:902:21: warning: missing braces around initializer [-Wmissing-braces]
     *vimg = (struct video_image){0};
                     ^
../video/out/opengl/video.c:902:21: warning: (near initialization for '(anonymous).planes') [-Wmissing-braces]
../video/out/opengl/video.c: In function 'render_pass_quad':
../video/out/opengl/video.c:949:12: warning: missing braces around initializer [-Wmissing-braces]
     struct vertex va[4] = {0};
            ^
../video/out/opengl/video.c:949:12: warning: (near initialization for 'va[0]') [-Wmissing-braces]
../video/out/opengl/video.c: In function 'reinterleave_vdpau':
../video/out/opengl/video.c:2854:12: warning: missing braces around initializer [-Wmissing-braces]
     struct gl_hwdec_frame res = {0};
            ^
../video/out/opengl/video.c:2854:12: warning: (near initialization for 'res.planes') [-Wmissing-braces]
../video/out/opengl/video.c: In function 'gl_video_upload_image':
../video/out/opengl/video.c:2917:16: warning: missing braces around initializer [-Wmissing-braces]
         struct gl_hwdec_frame gl_frame = {0};
                ^
../video/out/opengl/video.c:2917:16: warning: (near initialization for 'gl_frame.planes') [-Wmissing-braces]

[ 50/224] Compiling video/decode/dec_video.c
[ 51/224] Compiling video/vdpau_mixer.c
[ 52/224] Compiling video/mp_image_pool.c
[ 53/224] Compiling video/mp_image.c
[ 54/224] Compiling video/hwdec.c
[ 55/224] Compiling video/img_format.c
[ 56/224] Compiling video/image_writer.c
[ 57/224] Compiling video/fmt-conversion.c
[ 58/224] Compiling sub/sd_ass.c
[ 59/224] Compiling sub/osd_libass.c
[ 60/224] Compiling sub/osd.c
[ 61/224] Compiling sub/lavc_conv.c
[ 62/224] Compiling sub/ass_mp.c
[ 63/224] Compiling stream/tvi_dummy.c
[ 64/224] Compiling stream/tv.c
[ 65/224] Compiling stream/stream_tv.c
[ 66/224] Compiling stream/stream_edl.c
[ 67/224] Compiling stream/stream_dvd_common.c
[ 68/224] Compiling stream/stream_dvd.c
[ 69/224] Compiling stream/stream_avdevice.c
[ 70/224] Compiling stream/rar.c
[ 71/224] Compiling stream/frequencies.c
[ 72/224] Compiling stream/cache_file.c
[ 73/224] Compiling stream/cache.c
[ 74/224] Compiling player/video.c
[ 75/224] Compiling player/scripting.c
[ 76/224] Compiling player/screenshot.c
[ 77/224] Compiling player/playloop.c
[ 78/224] Compiling player/osd.c
[ 79/224] Compiling player/misc.c
[ 80/224] Compiling player/main.c
[ 81/224] Compiling player/external_files.c
[ 82/224] Compiling player/configfiles.c
[ 83/224] Compiling player/audio.c
[ 84/224] Compiling options/parse_commandline.c
[ 85/224] Compiling options/m_property.c
[ 86/224] Compiling options/m_config.c
[ 87/224] Compiling misc/rendezvous.c
[ 88/224] Compiling misc/node.c
[ 89/224] Compiling misc/dispatch.c
[ 90/224] Compiling misc/charset_conv.c
[ 91/224] Compiling misc/bstr.c
[ 92/224] Compiling input/ipc-unix.c
[ 93/224] Compiling input/ipc.c
../misc/charset_conv.c: In function 'mp_iconv_to_utf8':
../misc/charset_conv.c:198:13: warning: passing argument 2 of 'iconv' from incompatible pointer type [enabled by default]
             rc = iconv(icdsc, &ip, &ileft, &op, &oleft);
             ^
In file included from ../misc/charset_conv.c:36:0:
/usr/include/iconv.h:46:8: note: expected 'const char ** restrict' but argument is of type 'char **'
 size_t iconv(iconv_t, const char ** __restrict,
        ^

[ 94/224] Compiling input/input.c
[ 95/224] Compiling input/event.c
[ 96/224] Compiling demux/packet.c
[ 97/224] Compiling demux/demux_rar.c
[ 98/224] Compiling demux/demux_playlist.c
[ 99/224] Compiling demux/demux_null.c
[100/224] Compiling demux/demux_lavf.c
[101/224] Compiling demux/demux.c
[102/224] Compiling demux/cue.c
[103/224] Compiling demux/codec_tags.c
[104/224] Compiling common/recorder.c
[105/224] Compiling common/playlist.c
[106/224] Compiling common/msg.c
[107/224] Compiling common/tags.c
[108/224] Compiling common/encode_lavc.c
[109/224] Compiling common/codecs.c
[110/224] Compiling common/av_log.c
[111/224] Compiling common/av_common.c
[112/224] Compiling audio/out/push.c
[113/224] Compiling audio/out/pull.c
[114/224] Compiling audio/out/ao.c
[115/224] Compiling audio/filter/tools.c
[116/224] Compiling audio/filter/af_volume.c
[117/224] Compiling audio/filter/af_scaletempo.c
[118/224] Compiling audio/filter/af_lavrresample.c
[119/224] Compiling audio/filter/af_format.c
[120/224] Compiling audio/filter/af_equalizer.c
[121/224] Compiling audio/filter/af_drc.c
[122/224] Compiling audio/filter/af.c
[123/224] Compiling audio/decode/dec_audio.c
[124/224] Compiling audio/fmt-conversion.c
[125/224] Compiling audio/chmap.c
[126/224] Compiling audio/audio_buffer.c
[127/224] Compiling audio/audio.c
[128/224] Compiling audio/chmap_sel.c
[129/224] Compiling audio/format.c
[130/224] Compiling audio/decode/ad_lavc.c
[131/224] Compiling audio/decode/ad_spdif.c
[132/224] Compiling audio/filter/af_channels.c
[133/224] Compiling audio/filter/af_lavcac3enc.c
[134/224] Compiling audio/filter/af_lavfi.c
[135/224] Compiling audio/filter/af_pan.c
[136/224] Compiling audio/out/ao_lavc.c
[137/224] Compiling audio/out/ao_null.c
[138/224] Compiling audio/out/ao_oss.c
[139/224] Compiling audio/out/ao_pcm.c
[140/224] Compiling audio/out/ao_pulse.c
[141/224] Compiling common/common.c
[142/224] Compiling common/version.c
[143/224] Compiling demux/demux_cue.c
[144/224] Compiling demux/demux_disc.c
[145/224] Compiling demux/demux_edl.c
[146/224] Compiling demux/demux_mf.c
[147/224] Compiling demux/demux_mkv.c
[148/224] Compiling demux/demux_mkv_timeline.c
[149/224] Compiling demux/demux_raw.c
[150/224] Compiling demux/demux_timeline.c
[151/224] Compiling demux/demux_tv.c
[152/224] Compiling demux/ebml.c
[153/224] Compiling demux/timeline.c
[154/224] Compiling input/cmd_list.c
[155/224] Compiling input/cmd_parse.c
[156/224] Compiling input/keycodes.c
[157/224] Compiling misc/json.c
../demux/demux_mkv.c: In function 'demux_mkv_read_info':
../demux/demux_mkv.c:392:12: warning: missing braces around initializer [-Wmissing-braces]
     struct ebml_info info = {0};
            ^
../demux/demux_mkv.c:392:12: warning: (near initialization for 'info.segment_uid') [-Wmissing-braces]

[158/224] Compiling misc/ring.c
[159/224] Compiling options/m_option.c
[160/224] Compiling options/options.c
[161/224] Compiling options/parse_configfile.c
[162/224] Compiling options/path.c
[163/224] Compiling player/client.c
[164/224] Compiling player/command.c
[165/224] Compiling player/loadfile.c
[166/224] Compiling player/lavfi.c
[167/224] Compiling player/lua.c
[168/224] Compiling player/sub.c
[169/224] Compiling stream/ai_oss.c
[170/224] Compiling stream/audio_in.c
[171/224] Compiling stream/cookies.c
[172/224] Compiling stream/stream.c
[173/224] Compiling stream/stream_dvdnav.c
[174/224] Compiling stream/stream_file.c
[175/224] Compiling stream/stream_cb.c
[176/224] Compiling stream/stream_lavf.c
[177/224] Compiling stream/stream_memory.c
[178/224] Compiling stream/stream_mf.c
[179/224] Compiling stream/stream_null.c
[180/224] Compiling stream/stream_rar.c
[181/224] Compiling stream/tvi_v4l2.c
[182/224] Compiling sub/dec_sub.c
[183/224] Compiling sub/draw_bmp.c
[184/224] Compiling sub/img_convert.c
[185/224] Compiling sub/sd_lavc.c
../player/command.c: In function 'mp_property_vo_performance':
../player/command.c:2919:12: warning: missing braces around initializer [-Wmissing-braces]
     struct voctrl_performance_data data = {0};
            ^
../player/command.c:2919:12: warning: (near initialization for 'data.upload') [-Wmissing-braces]

[186/224] Compiling video/csputils.c
[187/224] Compiling video/gpu_memcpy.c
[188/224] Compiling video/sws_utils.c
[189/224] Compiling video/vaapi.c
[190/224] Compiling video/vdpau.c
[191/224] Compiling video/decode/hw_vdpau.c
In file included from ../video/vaapi.h:24:0,
                 from ../video/vaapi.c:22:
/data/scratch/multimedia/mpv/work/.buildlink/include/va/va.h:279:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 typedef int (*VAPrivFunc)();
 ^
../video/vaapi.c:144:13: warning: 'va_error_callback' defined but not used [-Wunused-function]
 static void va_error_callback(const char *msg)
             ^
../video/vaapi.c:149:13: warning: 'va_info_callback' defined but not used [-Wunused-function]
 static void va_info_callback(const char *msg)
             ^

[192/224] Compiling video/decode/vd_lavc.c
[193/224] Compiling video/filter/vf.c
[194/224] Compiling video/filter/vf_buffer.c
[195/224] Compiling video/filter/vf_crop.c
[196/224] Compiling video/filter/vf_dlopen.c
[197/224] Compiling video/filter/vf_dsize.c
[198/224] Compiling video/filter/vf_gradfun.c
[199/224] Compiling video/filter/vf_mirror.c
[200/224] Compiling video/filter/vf_noformat.c
[201/224] Compiling video/filter/vf_pullup.c
[202/224] Compiling video/filter/vf_rotate.c
[203/224] Compiling video/filter/vf_stereo3d.c
[204/224] Compiling video/filter/vf_sub.c
[205/224] Compiling video/filter/vf_yadif.c
[206/224] Compiling video/out/aspect.c
[207/224] Compiling video/out/bitmap_packer.c
[208/224] Compiling video/out/dither.c
[209/224] Compiling video/out/filter_kernels.c
[210/224] Compiling video/out/opengl/hwdec_vaglx.c
[211/224] Compiling video/out/opengl/hwdec_vdpau.c
[212/224] Compiling video/out/opengl/osd.c
[213/224] Compiling video/out/vo.c
In file included from /data/scratch/multimedia/mpv/work/.buildlink/include/va/va_x11.h:27:0,
                 from ../video/out/opengl/hwdec_vaglx.c:25:
/data/scratch/multimedia/mpv/work/.buildlink/include/va/va.h:279:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 typedef int (*VAPrivFunc)();
 ^

[214/224] Compiling video/out/vo_image.c
[215/224] Compiling video/out/vo_null.c
[216/224] Compiling video/out/vo_opengl_cb.c
[217/224] Compiling video/out/vo_xv.c
[218/224] Compiling osdep/terminal-unix.c
[219/224] Compiling osdep/timer.c
[220/224] Compiling osdep/timer-linux.c
[221/224] Compiling osdep/path-unix.c
[222/224] Compiling ta/ta_talloc.c
[223/224] Compiling osdep/main-fn-unix.c
[224/224] Linking build/mpv
Waf: Leaving directory `/data/scratch/multimedia/mpv/work/mpv-0.24.0/build'
'build' finished successfully (21.074s)