=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for mpv-0.35.1nb3 cd /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1 && /usr/bin/env CC=clang CFLAGS=\ -pipe\ -Os\ -I/opt/pkg/include\ -I/opt/pkg/include/freetype2\ -I/opt/pkg/include/lua-5.2\ -I/opt/pkg/include/ncurses\ -I/opt/pkg/include/SDL2\ -I/opt/pkg/include/python3.10\ -I/opt/pkg/include/harfbuzz\ -I/opt/pkg/include/glib-2.0\ -I/opt/pkg/include/gio-unix-2.0\ -I/opt/pkg/lib/glib-2.0/include\ -I/opt/pkg/include/ffmpeg5 CXX=clang++ CXXFLAGS=\ -pipe\ -Os\ -I/opt/pkg/include\ -I/opt/pkg/include/freetype2\ -I/opt/pkg/include/lua-5.2\ -I/opt/pkg/include/ncurses\ -I/opt/pkg/include/SDL2\ -I/opt/pkg/include/python3.10\ -I/opt/pkg/include/harfbuzz\ -I/opt/pkg/include/glib-2.0\ -I/opt/pkg/include/gio-unix-2.0\ -I/opt/pkg/lib/glib-2.0/include\ -I/opt/pkg/include/ffmpeg5 DESTDIR=/Users/pbulk/build/multimedia/mpv/work/.destdir LINKFLAGS=\ \ \ -L/opt/pkg/lib\ -L/opt/pkg/lib/ffmpeg5 PATH=/Users/pbulk/build/multimedia/mpv/work/.cwrapper/bin:/Users/pbulk/build/multimedia/mpv/work/.buildlink/bin:/Users/pbulk/build/multimedia/mpv/work/.tools/bin:/opt/pkg/bin:/sbin:/bin:/usr/sbin:/usr/bin PREFIX=/opt/pkg JOBS=3 LC_ALL="en_US.UTF-8" ./waf --mandir=/opt/pkg/share/man --libdir=/opt/pkg/lib Waf: Entering directory `/Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/build' [1/1] Compiling version.sh [ 2/447] Processing osdep/macOS_swift.o,osdep/macOS_swift.h,osdep/macOS_swift.swiftmodule: osdep/macos/log_helper.swift osdep/macos/libmpv_helper.swift osdep/macos/mpv_helper.swift osdep/macos/swift_extensions.swift osdep/macos/swift_compat.swift osdep/macos/remote_command_center.swift video/out/mac/common.swift video/out/mac/view.swift video/out/mac/window.swift video/out/mac/title_bar.swift video/out/cocoa_cb_common.swift video/out/mac/gl_layer.swift -> build/osdep/macOS_swift.o build/osdep/macOS_swift.h build/osdep/macOS_swift.swiftmodule [ 3/447] Compiling TOOLS/osxbundle/mpv.app/Contents/Resources/icon.icns [ 4/447] Compiling etc/mpv-icon-8bit-16x16.png [ 5/447] Compiling etc/mpv-icon-8bit-32x32.png [ 6/447] Compiling etc/mpv-icon-8bit-64x64.png [ 7/447] Compiling etc/mpv-icon-8bit-128x128.png [ 8/447] Compiling etc/input.conf [ 9/447] Compiling etc/builtin.conf [ 10/447] Compiling sub/osd_font.otf [ 11/447] Compiling player/lua/defaults.lua [ 12/447] Compiling player/lua/assdraw.lua [ 13/447] Compiling player/lua/options.lua [ 14/447] Compiling player/lua/osc.lua [ 15/447] Compiling player/lua/ytdl_hook.lua [ 16/447] Compiling player/lua/stats.lua [ 17/447] Compiling player/lua/console.lua [ 18/447] Compiling player/lua/auto_profiles.lua [ 19/447] Compiling player/javascript/defaults.js [ 20/447] Creating build/generated/ebml_types.h [ 21/447] Creating build/generated/ebml_defs.inc [ 22/447] Compiling libmpv/mpv.def [ 23/447] Compiling libmpv/mpv.def [ 24/447] Compiling libmpv/mpv.pc.in [ 25/447] Compiling DOCS/man/mpv.rst /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/osdep/macos/libmpv_helper.swift:152:20: warning: 'CGLFlushDrawable' was deprecated in macOS 10.14: OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) if !skip { CGLFlushDrawable(ctx) } ^ /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/osdep/macos/swift_extensions.swift:38:55: warning: 'kIOMasterPortDefault' was deprecated in macOS 12.0: renamed to 'kIOMainPortDefault' let result = IOServiceGetMatchingServices(kIOMasterPortDefault, matching, &iter) ^ /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/osdep/macos/swift_extensions.swift:38:55: note: use 'kIOMainPortDefault' instead let result = IOServiceGetMatchingServices(kIOMasterPortDefault, matching, &iter) ^~~~~~~~~~~~~~~~~~~~ kIOMainPortDefault /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/video/out/mac/common.swift:307:47: warning: 'kIOMasterPortDefault' was deprecated in macOS 12.0: renamed to 'kIOMainPortDefault' let srv = IOServiceGetMatchingService(kIOMasterPortDefault, IOServiceMatching("AppleLMUController")) ^ /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/video/out/mac/common.swift:307:47: note: use 'kIOMainPortDefault' instead let srv = IOServiceGetMatchingService(kIOMasterPortDefault, IOServiceMatching("AppleLMUController")) ^~~~~~~~~~~~~~~~~~~~ kIOMainPortDefault /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/video/out/mac/common.swift:313:54: warning: 'kIOMasterPortDefault' was deprecated in macOS 12.0: renamed to 'kIOMainPortDefault' lightSensorIOPort = IONotificationPortCreate(kIOMasterPortDefault) ^ /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/video/out/mac/common.swift:313:54: note: use 'kIOMainPortDefault' instead lightSensorIOPort = IONotificationPortCreate(kIOMasterPortDefault) ^~~~~~~~~~~~~~~~~~~~ kIOMainPortDefault /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/video/out/mac/view.swift:35:9: warning: 'wantsBestResolutionOpenGLSurface' was deprecated in macOS 10.14: Use NSOpenGLView instead. wantsBestResolutionOpenGLSurface = true ^ /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/video/out/mac/title_bar.swift:39:29: warning: 'light' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. if material == .light || material == .dark { ^ /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/video/out/mac/title_bar.swift:39:51: warning: 'dark' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. if material == .light || material == .dark { ^ /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/video/out/mac/title_bar.swift:42:36: warning: 'mediumLight' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. material == .mediumLight || material == .ultraDark ^ /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/video/out/mac/title_bar.swift:42:64: warning: 'ultraDark' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. material == .mediumLight || material == .ultraDark ^ /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/video/out/mac/title_bar.swift:219:41: warning: 'dark' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. case "14", "dark": return .dark ^ /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/video/out/mac/title_bar.swift:220:41: warning: 'light' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. case "15", "light": return .light ^ /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/video/out/mac/title_bar.swift:230:49: warning: 'mediumLight' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. case "16", "mediumLight": return .mediumLight ^ /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/video/out/mac/title_bar.swift:231:49: warning: 'ultraDark' was deprecated in macOS 10.14: Use a semantic material instead. To force the appearance of a view hierarchy, set the `appearance` property to an appropriate NSAppearance value. case "17", "ultraDark": return .ultraDark ^ /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/video/out/mac/gl_layer.swift:70:16: warning: 'CAOpenGLLayer' was deprecated in macOS 10.14: OpenGL is deprecated class GLLayer: CAOpenGLLayer { ^ /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/video/out/mac/gl_layer.swift:117:9: warning: 'CGLSetParameter' was deprecated in macOS 10.14: OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) CGLSetParameter(cglContext, kCGLCPSwapInterval, &i) ^ /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/video/out/mac/gl_layer.swift:190:13: warning: 'NSDisableScreenUpdates()' was deprecated in macOS 10.11: As of 10.11 it is not generally necessary to take explicit action to achieve visual atomicity. +[NSAnimationContext runAnimationGroup:] and other similar methods can be used when a stronger than normal need for visual atomicity is required. The NSAnimationContext methods do not suffer from the same performance problems as NSDisableScreenUpdates. NSDisableScreenUpdates() ^ /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/video/out/mac/gl_layer.swift:197:13: warning: 'NSEnableScreenUpdates()' was deprecated in macOS 10.11: As of 10.11 it is not generally necessary to take explicit action to achieve visual atomicity. +[NSAnimationContext runAnimationGroup:] and other similar methods can be used when a stronger than normal need for visual atomicity is required. The NSAnimationContext methods do not suffer from the same performance problems as NSEnableScreenUpdates. NSEnableScreenUpdates() ^ /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/video/out/mac/gl_layer.swift:283:23: warning: 'CGLChoosePixelFormat' was deprecated in macOS 10.14: OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) err = CGLChoosePixelFormat(format, &pix, &npix) ^ /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/video/out/mac/gl_layer.swift:299:36: warning: 'CGLErrorString' was deprecated in macOS 10.14: OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) let errS = String(cString: CGLErrorString(err)) ^ /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/video/out/mac/gl_layer.swift:312:21: warning: 'CGLCreateContext' was deprecated in macOS 10.14: OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) let error = CGLCreateContext(pixelFormat, nil, &context) ^ /Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/video/out/mac/gl_layer.swift:315:40: warning: 'CGLErrorString' was deprecated in macOS 10.14: OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) let errS = String(cString: CGLErrorString(error)) ^ [ 26/447] Compiling video/out/cocoa/events_view.m [ 27/447] Compiling video/out/cocoa_common.m [ 28/447] Compiling video/out/filter_kernels.c [ 29/447] Compiling video/out/gpu/hwdec.c [ 30/447] Compiling video/out/gpu/libmpv_gpu.c [ 31/447] Compiling filters/f_output_chain.c [ 32/447] Compiling stream/stream_slice.c ../video/out/cocoa/events_view.m:42:41: warning: 'NSFilenamesPboardType' is deprecated: first deprecated in macOS 10.14 - Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead [-Wdeprecated-declarations] [self registerForDraggedTypes:@[NSFilenamesPboardType, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:312:32: note: 'NSFilenamesPboardType' has been explicitly marked deprecated here APPKIT_EXTERN NSPasteboardType NSFilenamesPboardType API_DEPRECATED("Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead", macos(10.0,10.14)); ^ ../video/out/cocoa/events_view.m:43:41: warning: 'NSURLPboardType' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] NSURLPboardType]]; ^~~~~~~~~~~~~~~ NSPasteboardTypeURL /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:321:32: note: 'NSURLPboardType' has been explicitly marked deprecated here APPKIT_EXTERN NSPasteboardType NSURLPboardType API_DEPRECATED_WITH_REPLACEMENT("NSPasteboardTypeURL", macos(10.0,10.14)); ^ ../video/out/cocoa/events_view.m:308:31: warning: 'NSFilenamesPboardType' is deprecated: first deprecated in macOS 10.14 - Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead [-Wdeprecated-declarations] if ([types containsObject:NSFilenamesPboardType] || ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:312:32: note: 'NSFilenamesPboardType' has been explicitly marked deprecated here APPKIT_EXTERN NSPasteboardType NSFilenamesPboardType API_DEPRECATED("Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead", macos(10.0,10.14)); ^ ../video/out/cocoa/events_view.m:309:31: warning: 'NSURLPboardType' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] [types containsObject:NSURLPboardType]) { ^~~~~~~~~~~~~~~ NSPasteboardTypeURL /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:321:32: note: 'NSURLPboardType' has been explicitly marked deprecated here APPKIT_EXTERN NSPasteboardType NSURLPboardType API_DEPRECATED_WITH_REPLACEMENT("NSPasteboardTypeURL", macos(10.0,10.14)); ^ ../video/out/cocoa/events_view.m:319:40: warning: 'NSFilenamesPboardType' is deprecated: first deprecated in macOS 10.14 - Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead [-Wdeprecated-declarations] if ([[pboard types] containsObject:NSFilenamesPboardType]) { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:312:32: note: 'NSFilenamesPboardType' has been explicitly marked deprecated here APPKIT_EXTERN NSPasteboardType NSFilenamesPboardType API_DEPRECATED("Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead", macos(10.0,10.14)); ^ ../video/out/cocoa/events_view.m:320:56: warning: 'NSFilenamesPboardType' is deprecated: first deprecated in macOS 10.14 - Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead [-Wdeprecated-declarations] NSArray *pbitems = [pboard propertyListForType:NSFilenamesPboardType]; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:312:32: note: 'NSFilenamesPboardType' has been explicitly marked deprecated here APPKIT_EXTERN NSPasteboardType NSFilenamesPboardType API_DEPRECATED("Create multiple pasteboard items with NSPasteboardTypeFileURL or kUTTypeFileURL instead", macos(10.0,10.14)); ^ ../video/out/cocoa/events_view.m:323:47: warning: 'NSURLPboardType' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations] } else if ([[pboard types] containsObject:NSURLPboardType]) { ^~~~~~~~~~~~~~~ NSPasteboardTypeURL /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:321:32: note: 'NSURLPboardType' has been explicitly marked deprecated here APPKIT_EXTERN NSPasteboardType NSURLPboardType API_DEPRECATED_WITH_REPLACEMENT("NSPasteboardTypeURL", macos(10.0,10.14)); ^ 7 warnings generated. [ 33/447] Compiling osdep/macosx_menubar.m [ 34/447] Compiling audio/out/ao_lavc.c ../video/out/cocoa_common.m:210:21: warning: variable length array used [-Wvla] uint64_t values[outputs]; ^~~~~~~ ../video/out/cocoa_common.m:614:15: warning: 'setWantsBestResolutionOpenGLSurface:' is deprecated: first deprecated in macOS 10.14 - Use NSOpenGLView instead. [-Wdeprecated-declarations] [s->video setWantsBestResolutionOpenGLSurface:YES]; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLView.h:47:16: note: property 'wantsBestResolutionOpenGLSurface' is declared deprecated here @property BOOL wantsBestResolutionOpenGLSurface API_DEPRECATED("Use NSOpenGLView instead.", macos(10.7,10.14)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGLView.h:47:16: note: 'setWantsBestResolutionOpenGLSurface:' has been explicitly marked deprecated here ../video/out/cocoa_common.m:617:18: warning: 'setView:' is deprecated: first deprecated in macOS 10.14 - Use NSOpenGLView to provide OpenGL content in a Cocoa app. [-Wdeprecated-declarations] [s->nsgl_ctx setView:s->video]; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:193:36: note: property 'view' is declared deprecated here @property (nullable, weak) NSView *view API_DEPRECATED("", macos(10.0,10.14)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:194:1: note: 'setView:' has been explicitly marked deprecated here - (void)setView:(nullable NSView *)view API_DEPRECATED("Use NSOpenGLView to provide OpenGL content in a Cocoa app.", macos(10.0,10.14)); ^ ../video/out/cocoa_common.m:549:12: warning: unused function 'vo_cocoa_ontop' [-Wunused-function] static int vo_cocoa_ontop(struct vo *vo) ^ ../video/out/cocoa_common.m:653:12: warning: unused function 'vo_cocoa_window_border' [-Wunused-function] static int vo_cocoa_window_border(struct vo *vo) ^ 5 warnings generated. [ 35/447] Compiling audio/out/ao_null.c [ 36/447] Compiling filters/f_decoder_wrapper.c ../audio/out/ao_lavc.c:188:16: warning: variable 'outpts' set but not used [-Wunused-but-set-variable] double outpts = ac->expected_next_pts; ^ 1 warning generated. [ 37/447] Compiling osdep/macosx_application.m [ 38/447] Compiling filters/f_auto_filters.c [ 39/447] Compiling osdep/timer-darwin.c [ 40/447] Compiling osdep/threads.c [ 41/447] Compiling filters/f_autoconvert.c ../osdep/macosx_menubar.m:699:28: warning: 'openFile:' is deprecated: first deprecated in macOS 11.0 - Use -[NSWorkspace openURL:] instead. [-Wdeprecated-declarations] if ([workspace openFile:fileP]) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:350:1: note: 'openFile:' has been explicitly marked deprecated here - (BOOL)openFile:(NSString *)fullPath API_DEPRECATED("Use -[NSWorkspace openURL:] instead.", macos(10.0, 11.0)); ^ ../osdep/macosx_menubar.m:701:24: warning: 'openFile:' is deprecated: first deprecated in macOS 11.0 - Use -[NSWorkspace openURL:] instead. [-Wdeprecated-declarations] [workspace openFile:path]; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:350:1: note: 'openFile:' has been explicitly marked deprecated here - (BOOL)openFile:(NSString *)fullPath API_DEPRECATED("Use -[NSWorkspace openURL:] instead.", macos(10.0, 11.0)); ^ ../osdep/macosx_menubar.m:706:24: warning: 'openFile:' is deprecated: first deprecated in macOS 11.0 - Use -[NSWorkspace openURL:] instead. [-Wdeprecated-declarations] if ([workspace openFile:path]) { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:350:1: note: 'openFile:' has been explicitly marked deprecated here - (BOOL)openFile:(NSString *)fullPath API_DEPRECATED("Use -[NSWorkspace openURL:] instead.", macos(10.0, 11.0)); ^ 3 warnings generated. [ 42/447] Compiling filters/f_async_queue.c [ 43/447] Compiling video/repack.c [ 44/447] Compiling video/out/vo_tct.c [ 45/447] Compiling video/out/gpu/error_diffusion.c [ 46/447] Compiling audio/out/ao_coreaudio_utils.c [ 47/447] Compiling audio/out/ao_jack.c [ 48/447] Compiling video/out/vo_sdl.c [ 49/447] Compiling misc/thread_tools.c [ 50/447] Compiling audio/out/ao_coreaudio_exclusive.c [ 51/447] Compiling audio/out/ao_coreaudio_properties.c [ 52/447] Compiling misc/thread_pool.c [ 53/447] Compiling video/out/vo_image.c [ 54/447] Compiling misc/rendezvous.c [ 55/447] Compiling video/out/vo.c [ 56/447] Compiling misc/node.c [ 57/447] Compiling player/loadfile.c [ 58/447] Compiling misc/random.c [ 59/447] Compiling player/audio.c [ 60/447] Compiling options/path.c [ 61/447] Compiling osdep/path-macosx.m [ 62/447] Compiling video/out/dr_helper.c [ 63/447] Compiling video/out/gpu/context.c [ 64/447] Compiling audio/out/ao_coreaudio_chmap.c [ 65/447] Compiling misc/natural_sort.c [ 66/447] Compiling options/parse_commandline.c [ 67/447] Compiling misc/json.c ../audio/out/ao_coreaudio_chmap.c:236:23: warning: variable length array used [-Wvla] uint32_t channels[nch]; ^~~ 1 warning generated. [ 68/447] Compiling audio/out/ao.c [ 69/447] Compiling video/out/dither.c [ 70/447] Compiling misc/bstr.c [ 71/447] Compiling audio/out/ao_coreaudio.c [ 72/447] Compiling audio/format.c [ 73/447] Compiling misc/charset_conv.c [ 74/447] Compiling input/keycodes.c [ 75/447] Compiling input/sdl_gamepad.c [ 76/447] Compiling ta/ta_talloc.c [ 77/447] Compiling ta/ta_utils.c [ 78/447] Compiling ta/ta.c [ 79/447] Compiling video/out/opengl/libmpv_gl.c [ 80/447] Compiling audio/filter/af_scaletempo2_internals.c [ 81/447] Compiling video/out/opengl/utils.c [ 82/447] Compiling input/ipc-unix.c [ 83/447] Compiling osdep/subprocess.c [ 84/447] Compiling osdep/path-unix.c [ 85/447] Compiling osdep/macosx_touchbar.m [ 86/447] Compiling input/ipc.c [ 87/447] Compiling video/out/aspect.c [ 88/447] Compiling osdep/macosx_events.m [ 89/447] Compiling input/cmd.c [ 90/447] Compiling input/input.c [ 91/447] Compiling osdep/polldev.c [ 92/447] Compiling osdep/timer.c [ 93/447] Compiling video/sws_utils.c [ 94/447] Compiling osdep/io.c ../video/sws_utils.c:326:1: warning: unused label 'success' [-Wunused-label] success: ^~~~~~~~ ../video/sws_utils.c:127:13: warning: unused function 'allow_zimg' [-Wunused-function] static bool allow_zimg(struct mp_sws_context *ctx) ^ 2 warnings generated. [ 95/447] Compiling osdep/terminal-unix.c [ 96/447] Compiling audio/fmt-conversion.c [ 97/447] Compiling video/mp_image_pool.c [ 98/447] Compiling video/out/opengl/ra_gl.c [ 99/447] Compiling video/out/win_state.c [100/447] Compiling input/event.c [101/447] Compiling video/out/vo_sixel.c [102/447] Compiling demux/demux_mf.c [103/447] Compiling video/img_format.c [104/447] Compiling video/out/vo_lavc.c [105/447] Compiling video/out/vo_null.c [106/447] Compiling video/out/vo_libmpv.c [107/447] Compiling audio/filter/af_lavcac3enc.c [108/447] Compiling common/playlist.c [109/447] Compiling video/out/vo_gpu.c [110/447] Compiling player/lua.c [111/447] Compiling player/command.c [112/447] Compiling player/external_files.c [113/447] Compiling video/fmt-conversion.c [114/447] Compiling player/configfiles.c [115/447] Compiling video/filter/refqueue.c [116/447] Compiling player/main.c [117/447] Compiling video/out/cocoa/video_view.m [118/447] Compiling video/out/cocoa/window.m [119/447] Compiling audio/filter/af_scaletempo2.c [120/447] Compiling audio/filter/af_scaletempo.c [121/447] Compiling stream/cookies.c [122/447] Compiling player/client.c [123/447] Compiling options/parse_configfile.c [124/447] Compiling audio/filter/af_drop.c [125/447] Compiling player/video.c [126/447] Compiling options/options.c [127/447] Compiling video/out/opengl/hwdec_osx.c [128/447] Compiling player/sub.c [129/447] Compiling options/m_property.c [130/447] Compiling options/m_option.c [131/447] Compiling audio/filter/af_format.c [132/447] Compiling options/m_config_core.c [133/447] Compiling options/m_config_frontend.c [134/447] Compiling video/out/opengl/context_cocoa.c [135/447] Compiling video/out/opengl/formats.c [136/447] Compiling audio/decode/ad_lavc.c [137/447] Compiling player/scripting.c [138/447] Compiling demux/timeline.c [139/447] Compiling player/screenshot.c [140/447] Compiling demux/packet.c [141/447] Compiling demux/ebml.c [142/447] Compiling audio/chmap_sel.c [143/447] Compiling audio/decode/ad_spdif.c [144/447] Compiling demux/demux_timeline.c [145/447] Compiling demux/demux_raw.c [146/447] Compiling player/playloop.c [147/447] Compiling demux/demux_playlist.c [148/447] Compiling video/out/bitmap_packer.c [149/447] Compiling video/out/gpu/video_shaders.c [150/447] Compiling video/out/opengl/common.c [151/447] Compiling video/out/opengl/context.c [152/447] Compiling player/misc.c [153/447] Compiling demux/demux_null.c ../video/out/opengl/context.c:265:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case FLUSH_YES: ^ ../video/out/opengl/context.c:265:5: note: insert '__attribute__((fallthrough));' to silence this warning case FLUSH_YES: ^ __attribute__((fallthrough)); ../video/out/opengl/context.c:265:5: note: insert 'break;' to avoid fall-through case FLUSH_YES: ^ break; 1 warning generated. [154/447] Compiling demux/demux_mkv_timeline.c [155/447] Compiling audio/chmap_avchannel.c [156/447] Compiling video/mp_image.c [157/447] Compiling demux/demux_mkv.c [158/447] Compiling audio/chmap.c [159/447] Compiling audio/aframe.c [160/447] Compiling player/osd.c [161/447] Compiling video/image_writer.c [162/447] Compiling demux/demux_lavf.c [163/447] Compiling demux/demux_libarchive.c [164/447] Compiling video/image_loader.c [165/447] Compiling common/stats.c [166/447] Compiling video/out/libmpv_sw.c [167/447] Compiling common/recorder.c [168/447] Compiling video/hwdec.c [169/447] Compiling demux/demux_edl.c [170/447] Compiling video/filter/vf_sub.c [171/447] Compiling stream/stream_cb.c [172/447] Compiling demux/demux_disc.c [173/447] Compiling common/tags.c [174/447] Compiling common/version.c [175/447] Compiling demux/demux_cue.c [176/447] Compiling demux/demux.c [177/447] Compiling demux/cache.c [178/447] Compiling video/decode/vd_lavc.c [179/447] Compiling video/out/gpu/lcms.c [180/447] Compiling video/out/gpu/spirv.c [181/447] Compiling video/out/gpu/video.c [182/447] Compiling video/out/gpu/utils.c ../demux/demux.c:2418:10: warning: variable 'any_selected' set but not used [-Wunused-but-set-variable] bool any_selected = false; ^ 1 warning generated. [183/447] Compiling demux/codec_tags.c [184/447] Compiling video/csputils.c [185/447] Compiling video/filter/vf_format.c [186/447] Compiling sub/sd_lavc.c [187/447] Compiling demux/cue.c [188/447] Compiling sub/lavc_conv.c [189/447] Compiling sub/osd_libass.c [190/447] Compiling sub/sd_ass.c [191/447] Compiling misc/dispatch.c [192/447] Compiling video/out/gpu/user_shaders.c [193/447] Compiling sub/draw_bmp.c [194/447] Compiling sub/filter_sdh.c [195/447] Compiling sub/img_convert.c [196/447] Compiling sub/filter_regex.c [197/447] Compiling stream/stream_null.c [198/447] Compiling sub/dec_sub.c [199/447] Compiling sub/ass_mp.c [200/447] Compiling video/out/gpu/osd.c [201/447] Compiling video/out/gpu/ra.c [202/447] Compiling video/out/gpu/shader_cache.c [203/447] Compiling stream/stream_memory.c [204/447] Compiling stream/stream_mf.c [205/447] Compiling common/msg.c [206/447] Compiling stream/stream_libarchive.c ../video/out/gpu/shader_cache.c:704:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case RA_VARTYPE_TEX: ^ ../video/out/gpu/shader_cache.c:704:9: note: insert '__attribute__((fallthrough));' to silence this warning case RA_VARTYPE_TEX: ^ __attribute__((fallthrough)); ../video/out/gpu/shader_cache.c:704:9: note: insert 'break;' to avoid fall-through case RA_VARTYPE_TEX: ^ break; 1 warning generated. [207/447] Compiling stream/stream_lavf.c [208/447] Compiling common/common.c [209/447] Compiling common/encode_lavc.c [210/447] Compiling stream/stream_file.c [211/447] Compiling stream/stream_edl.c [212/447] Compiling stream/stream_concat.c [213/447] Compiling stream/stream_dvdnav.c [214/447] Compiling audio/out/buffer.c [215/447] Compiling common/av_common.c In file included from ../stream/stream_dvdnav.c:40: In file included from /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdnav/dvdnav.h:36: In file included from /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/nav_types.h:32: /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:69:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED dvd_time_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:76:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED vm_cmd_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:97:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED video_attr_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:117:12: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] struct ATTRIBUTE_PACKED { ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:124:12: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] struct ATTRIBUTE_PACKED { ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:129:5: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED app_info; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:130:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED audio_attr_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:161:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED multichannel_ext_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:185:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED subp_attr_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:200:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED pgc_command_tbl_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:229:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED cell_playback_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:246:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED cell_position_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:281:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED user_ops_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:309:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED pgc_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:323:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED pgci_srp_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:335:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED pgcit_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:347:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED pgci_lu_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:358:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED pgci_ut_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:370:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED cell_adr_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:380:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED c_adt_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:389:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED vobu_admap_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:442:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED vmgi_mat_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:453:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED playback_type_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:466:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED title_info_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:476:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED tt_srpt_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:496:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED ptl_mait_country_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:507:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED ptl_mait_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:538:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED vts_attributes_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:551:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED vts_atrt_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:574:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED txtdt_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:585:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED txtdt_lu_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:597:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED txtdt_mgi_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:662:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED vtsi_mat_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:670:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED ptt_info_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:678:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED ttu_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:689:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED vts_ptt_srpt_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:707:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED vts_tmap_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:719:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED vts_tmapt_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ In file included from ../stream/stream_dvdnav.c:40: In file included from /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdnav/dvdnav.h:36: /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/nav_types.h:57:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED pci_gi_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ In file included from ../stream/stream_dvdnav.c:40: In file included from /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdnav/dvdnav.h:36: /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/nav_types.h:64:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED nsml_agli_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ In file included from ../stream/stream_dvdnav.c:40: In file included from /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdnav/dvdnav.h:36: /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/nav_types.h:94:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED hl_gi_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ In file included from ../stream/stream_dvdnav.c:40: In file included from /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdnav/dvdnav.h:36: /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/nav_types.h:107:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED btn_colit_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ In file included from ../stream/stream_dvdnav.c:40: In file included from /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdnav/dvdnav.h:36: /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/nav_types.h:136:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED btni_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ In file included from ../stream/stream_dvdnav.c:40: In file included from /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdnav/dvdnav.h:36: /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/nav_types.h:145:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED hli_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ In file included from ../stream/stream_dvdnav.c:40: In file included from /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdnav/dvdnav.h:36: /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/nav_types.h:155:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED pci_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ In file included from ../stream/stream_dvdnav.c:40: In file included from /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdnav/dvdnav.h:36: /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/nav_types.h:174:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED dsi_gi_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ In file included from ../stream/stream_dvdnav.c:40: In file included from /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdnav/dvdnav.h:36: /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/nav_types.h:192:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED sml_pbi_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ In file included from ../stream/stream_dvdnav.c:40: In file included from /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdnav/dvdnav.h:36: /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/nav_types.h:200:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED sml_agl_data_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ In file included from ../stream/stream_dvdnav.c:40: In file included from /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdnav/dvdnav.h:36: /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/nav_types.h:207:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED sml_agli_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ In file included from ../stream/stream_dvdnav.c:40: In file included from /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdnav/dvdnav.h:36: /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/nav_types.h:219:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED vobu_sri_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ In file included from ../stream/stream_dvdnav.c:40: In file included from /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdnav/dvdnav.h:36: /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/nav_types.h:229:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED synci_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ In file included from ../stream/stream_dvdnav.c:40: In file included from /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdnav/dvdnav.h:36: /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/nav_types.h:241:3: warning: unknown attribute 'gcc_struct' ignored [-Wunknown-attributes] } ATTRIBUTE_PACKED dsi_t; ^~~~~~~~~~~~~~~~ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/dvdread/ifo_types.h:36:49: note: expanded from macro 'ATTRIBUTE_PACKED' #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct)) ^~~~~~~~~~ 52 warnings generated. [216/447] Compiling common/codecs.c [217/447] Compiling filters/user_filters.c ../common/av_common.c:199:5: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations] av_init_packet(dst); ^ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/ffmpeg5/libavcodec/packet.h:511:1: note: 'av_init_packet' has been explicitly marked deprecated here attribute_deprecated ^ /Users/pbulk/build/multimedia/mpv/work/.buildlink/include/ffmpeg5/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 1 warning generated. [218/447] Compiling stream/stream_bluray.c [219/447] Compiling filters/f_utils.c [220/447] Compiling filters/frame.c [221/447] Compiling stream/stream_avdevice.c [222/447] Compiling common/av_log.c [223/447] Compiling filters/filter.c [224/447] Compiling stream/stream.c [225/447] Compiling filters/f_swresample.c [226/447] Compiling filters/f_hwtransfer.c [227/447] Compiling filters/f_swscale.c [228/447] Compiling audio/out/ao_sdl.c [229/447] Compiling audio/out/ao_pcm.c [230/447] Compiling sub/osd.c [231/447] Compiling osdep/semaphore_osx.c [232/447] Compiling filters/f_lavfi.c [233/447] Compiling filters/f_demux_in.c [234/447] Compiling osdep/subprocess-posix.c [235/447] Compiling osdep/main-fn-cocoa.c [236/447] Compiling stream/stream_file.c [237/447] Compiling osdep/macosx_events.m [238/447] Compiling video/out/vo_sixel.c [239/447] Compiling stream/stream_avdevice.c [240/447] Linking build/mpv [241/447] Compiling demux/cache.c ld: warning: ignoring file osdep/macOS_swift.o, building for macOS-arm64 but attempting to link with file built for unknown-x86_64 Undefined symbols for architecture arm64: "_OBJC_CLASS_$__TtC11macOS_swift19RemoteCommandCenter", referenced from: objc-class-ref in macosx_events.m.22.o "_OBJC_CLASS_$__TtC11macOS_swift7CocoaCB", referenced from: objc-class-ref in macosx_application.m.22.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Waf: Leaving directory `/Users/pbulk/build/multimedia/mpv/work/mpv-0.35.1/build' Build failed -> task in 'mpv' failed with exit status 1 (run with -v to display more information) *** Error code 1 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/multimedia/mpv *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/multimedia/mpv