Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save daleharvey/3166f3f15d2be4eb377cac97e16df77d to your computer and use it in GitHub Desktop.
Save daleharvey/3166f3f15d2be4eb377cac97e16df77d to your computer and use it in GitHub Desktop.
6:43.25 dom/plugins/base
76:44.94 dom/plugins/ipc
77:08.90 /Users/dale/src/gecko/dom/plugins/base/nsPluginsDirDarwin.cpp:135:9: warning: 'FSFindFolder' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
77:08.90 if (::FSFindFolder(kUserDomain, kCurrentUserFolderType, kDontCreateFolder,
77:08.90 ^
77:08.90 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:286:1: note: 'FSFindFolder' has been explicitly marked deprecated here
77:08.90 FSFindFolder(
77:08.90 ^
77:08.90 /Users/dale/src/gecko/dom/plugins/base/nsPluginsDirDarwin.cpp:140:27: warning: 'CFURLCreateFromFSRef' is deprecated: first deprecated in macOS 10.9 - Not supported [-Wdeprecated-declarations]
77:08.90 CFURLRef userDirURL = ::CFURLCreateFromFSRef(kCFAllocatorDefault, &homeDir);
77:08.90 ^
77:08.91 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:479:10: note: 'CFURLCreateFromFSRef' has been explicitly marked deprecated here
77:08.91 CFURLRef CFURLCreateFromFSRef(CFAllocatorRef allocator, const struct FSRef *fsRef) API_DEPRECATED("Not supported", macos(10.0,10.9), ios(2.0,7.0), watchos(2.0,2.0), tvos(9.0,9.0));
77:08.91 ^
77:08.91 /Users/dale/src/gecko/dom/plugins/base/nsPluginsDirDarwin.cpp:164:22: warning: 'CFURLCreateDataAndPropertiesFromResource' is deprecated: first deprecated in macOS 10.9 - For resource data, use the CFReadStream API. For file resource properties, use CFURLCopyResourcePropertiesForKeys. [-Wdeprecated-declarations]
77:08.91 Boolean result = ::CFURLCreateDataAndPropertiesFromResource(
77:08.91 ^
77:08.91 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURLAccess.h:52:9: note: 'CFURLCreateDataAndPropertiesFromResource' has been explicitly marked deprecated here
77:08.91 Boolean CFURLCreateDataAndPropertiesFromResource(CFAllocatorRef alloc, CFURLRef url, CFDataRef *resourceData, CFDictionaryRef *properties, CFArrayRef desiredProperties, SInt32 *errorCode) API_DEPRECATED("For resource data, use the CFReadStream API. For file resource properties, use CFURLCopyResourcePropertiesForKeys.", macos(10.0,10.9), ios(2.0,7.0), watchos(2.0,2.0), tvos(9.0,9.0));
77:08.91 ^
77:08.92 /Users/dale/src/gecko/dom/plugins/base/nsPluginsDirDarwin.cpp:470:9: warning: 'HLock' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
77:08.92 ::HLock(mi.typeStrings);
77:08.92 ^
77:08.92 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:725:1: note: 'HLock' has been explicitly marked deprecated here
77:08.92 HLock(Handle h) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
77:08.92 ^
77:08.92 /Users/dale/src/gecko/dom/plugins/base/nsPluginsDirDarwin.cpp:473:11: warning: 'HLock' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
77:08.92 ::HLock(mi.infoStrings);
77:08.92 ^
77:08.92 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:725:1: note: 'HLock' has been explicitly marked deprecated here
77:08.92 HLock(Handle h) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
77:08.92 ^
77:08.92 /Users/dale/src/gecko/dom/plugins/base/nsPluginsDirDarwin.cpp:500:5: warning: 'HUnlock' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
77:08.92 ::HUnlock(mi.typeStrings);
77:08.92 ^
77:08.92 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:791:1: note: 'HUnlock' has been explicitly marked deprecated here
77:08.92 HUnlock(Handle h) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
77:08.92 ^
77:08.92 /Users/dale/src/gecko/dom/plugins/base/nsPluginsDirDarwin.cpp:501:5: warning: 'DisposeHandle' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
77:08.92 ::DisposeHandle(mi.typeStrings);
77:08.92 ^
77:08.93 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1278:1: note: 'DisposeHandle' has been explicitly marked deprecated here
77:08.93 DisposeHandle(Handle h) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
77:08.93 ^
77:08.93 /Users/dale/src/gecko/dom/plugins/base/nsPluginsDirDarwin.cpp:503:7: warning: 'HUnlock' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
77:08.93 ::HUnlock(mi.infoStrings);
77:08.93 ^
77:08.93 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:791:1: note: 'HUnlock' has been explicitly marked deprecated here
77:08.93 HUnlock(Handle h) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
77:08.93 ^
77:08.93 /Users/dale/src/gecko/dom/plugins/base/nsPluginsDirDarwin.cpp:504:7: warning: 'DisposeHandle' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
77:08.93 ::DisposeHandle(mi.infoStrings);
77:08.93 ^
77:08.93 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1278:1: note: 'DisposeHandle' has been explicitly marked deprecated here
77:08.93 DisposeHandle(Handle h) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
77:08.93 ^
77:08.93 9 warnings generated.
77:08.99 dom/plugins/ipc/interpose
77:10.69 dom/prototype
77:18.26 dom/indexedDB
77:36.87 dom/indexedDB/test/gtest
77:40.06 In file included from Unified_mm_dom_plugins_ipc0.mm:2:
77:40.06 /Users/dale/src/gecko/dom/plugins/ipc/PluginInterposeOSX.mm:534:23: warning: 'GetProcessForPID' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
77:40.06 OSStatus status = ::GetProcessForPID(pid, &process);
77:40.06 ^
77:40.07 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:930:1: note: 'GetProcessForPID' has been explicitly marked deprecated here
77:40.07 GetProcessForPID(
77:40.07 ^
77:40.07 In file included from Unified_mm_dom_plugins_ipc0.mm:2:
77:40.07 /Users/dale/src/gecko/dom/plugins/ipc/PluginInterposeOSX.mm:537:5: warning: 'SetFrontProcess' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
77:40.07 SetFrontProcess(&process);
77:40.07 ^
77:40.07 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:603:1: note: 'SetFrontProcess' has been explicitly marked deprecated here
77:40.07 SetFrontProcess(const ProcessSerialNumber * PSN) AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_9;
77:40.07 ^
77:40.07 In file included from Unified_mm_dom_plugins_ipc0.mm:2:
77:40.07 /Users/dale/src/gecko/dom/plugins/ipc/PluginInterposeOSX.mm:610:8: warning: 'GetCurrentProcess' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
77:40.07 if ((GetCurrentProcess(&this_process) != noErr) || (GetFrontProcess(&front_process) != noErr)) {
77:40.07 ^
77:40.07 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:415:1: note: 'GetCurrentProcess' has been explicitly marked deprecated here
77:40.07 MacGetCurrentProcess(ProcessSerialNumber * PSN) AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_9;
77:40.07 ^
77:40.07 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:412:34: note: expanded from macro 'MacGetCurrentProcess'
77:40.07 #define MacGetCurrentProcess GetCurrentProcess
77:40.07 ^
77:40.07 In file included from Unified_mm_dom_plugins_ipc0.mm:2:
77:40.08 /Users/dale/src/gecko/dom/plugins/ipc/PluginInterposeOSX.mm:610:55: warning: 'GetFrontProcess' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
77:40.08 if ((GetCurrentProcess(&this_process) != noErr) || (GetFrontProcess(&front_process) != noErr)) {
77:40.08 ^
77:40.08 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:434:1: note: 'GetFrontProcess' has been explicitly marked deprecated here
77:40.08 GetFrontProcess(ProcessSerialNumber * PSN) AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_9;
77:40.08 ^
77:40.08 In file included from Unified_mm_dom_plugins_ipc0.mm:2:
77:40.08 /Users/dale/src/gecko/dom/plugins/ipc/PluginInterposeOSX.mm:615:8: warning: 'SameProcess' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
77:40.08 if ((SameProcess(&this_process, &front_process, &matched) == noErr) && !matched) {
77:40.08 ^
77:40.08 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:696:1: note: 'SameProcess' has been explicitly marked deprecated here
77:40.08 SameProcess(
77:40.08 ^
77:40.08 In file included from Unified_mm_dom_plugins_ipc0.mm:2:
77:40.08 /Users/dale/src/gecko/dom/plugins/ipc/PluginInterposeOSX.mm:616:5: warning: 'SetFrontProcess' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
77:40.08 SetFrontProcess(&this_process);
77:40.08 ^
77:40.08 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:603:1: note: 'SetFrontProcess' has been explicitly marked deprecated here
77:40.08 SetFrontProcess(const ProcessSerialNumber * PSN) AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_9;
77:40.08 ^
77:40.08 In file included from Unified_mm_dom_plugins_ipc0.mm:11:
77:40.08 /Users/dale/src/gecko/dom/plugins/ipc/PluginUtilsOSX.mm:257:9: warning: 'GetCurrentProcess' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
77:40.08 if (::GetCurrentProcess(&psn) != noErr) {
77:40.08 ^
77:40.08 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:415:1: note: 'GetCurrentProcess' has been explicitly marked deprecated here
77:40.08 MacGetCurrentProcess(ProcessSerialNumber * PSN) AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_9;
77:40.08 ^
77:40.08 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:412:34: note: expanded from macro 'MacGetCurrentProcess'
77:40.08 #define MacGetCurrentProcess GetCurrentProcess
77:40.08 ^
77:40.09 7 warnings generated.
78:05.50 dom/system
78:16.09 dom/system/mac
78:22.70 dom/ipc
78:27.50 dom/workers
78:48.00 dom/workers/remoteworkers
79:03.55 dom/workers/sharedworkers
79:20.57 dom/audiochannel
79:21.78 dom/broadcastchannel
79:24.25 In file included from Unified_cpp_dom_ipc0.cpp:101:
79:24.25 In file included from /Users/dale/src/gecko/dom/ipc/ContentParent.cpp:234:
79:24.25 In file included from /Users/dale/src/gecko/media/webrtc/signaling/src/peerconnection/WebrtcGlobalParent.h:8:
79:24.25 In file included from /Users/dale/src/gecko/obj-x86_64-apple-darwin18.6.0/ipc/ipdl/_ipdlheaders/mozilla/dom/PWebrtcGlobalParent.h:18:
79:24.25 In file included from /Users/dale/src/gecko/obj-x86_64-apple-darwin18.6.0/dist/include/mozilla/media/webrtc/WebrtcGlobal.h:13:
79:24.25 In file included from /Users/dale/src/gecko/obj-x86_64-apple-darwin18.6.0/dist/include/mozilla/media/webrtc/WebrtcIPCTraits.h:14:
79:24.26 In file included from /Users/dale/src/gecko/obj-x86_64-apple-darwin18.6.0/dist/include/mtransport/transportlayerdtls.h:18:
79:24.26 In file included from /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/Security.framework/Headers/CipherSuite.h:33:
79:24.26 In file included from /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:77:
79:24.26 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/usr/include/MacTypes.h:542:16: error: reference to 'Point' is ambiguous
79:24.26 typedef struct Point Point;
79:24.26 ^
79:24.26 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/usr/include/MacTypes.h:538:8: note: candidate found by name lookup is 'Point'
79:24.26 struct Point {
79:24.26 ^
79:24.26 /Users/dale/src/gecko/obj-x86_64-apple-darwin18.6.0/dist/include/mozilla/gfx/Point.h:159:34: note: candidate found by name lookup is 'mozilla::gfx::Point'
79:24.26 typedef PointTyped<UnknownUnits> Point;
79:24.26 ^
79:24.26 In file included from Unified_cpp_dom_ipc0.cpp:101:
79:24.26 In file included from /Users/dale/src/gecko/dom/ipc/ContentParent.cpp:234:
79:24.26 In file included from /Users/dale/src/gecko/media/webrtc/signaling/src/peerconnection/WebrtcGlobalParent.h:8:
79:24.26 In file included from /Users/dale/src/gecko/obj-x86_64-apple-darwin18.6.0/ipc/ipdl/_ipdlheaders/mozilla/dom/PWebrtcGlobalParent.h:18:
79:24.26 In file included from /Users/dale/src/gecko/obj-x86_64-apple-darwin18.6.0/dist/include/mozilla/media/webrtc/WebrtcGlobal.h:13:
79:24.26 In file included from /Users/dale/src/gecko/obj-x86_64-apple-darwin18.6.0/dist/include/mozilla/media/webrtc/WebrtcIPCTraits.h:14:
79:24.26 In file included from /Users/dale/src/gecko/obj-x86_64-apple-darwin18.6.0/dist/include/mtransport/transportlayerdtls.h:18:
79:24.26 In file included from /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/Security.framework/Headers/CipherSuite.h:33:
79:24.26 In file included from /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:77:
79:24.26 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/usr/include/MacTypes.h:543:9: error: reference to 'Point' is ambiguous
79:24.26 typedef Point * PointPtr;
79:24.26 ^
79:24.26 /Users/dale/src/gecko/obj-x86_64-apple-darwin18.6.0/dist/include/mozilla/gfx/Point.h:159:34: note: candidate found by name lookup is 'mozilla::gfx::Point'
79:24.26 typedef PointTyped<UnknownUnits> Point;
79:24.26 ^
79:24.26 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/usr/include/MacTypes.h:538:8: note: candidate found by name lookup is 'Point'
79:24.26 struct Point {
79:24.26 ^
79:24.26 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/usr/include/MacTypes.h:550:16: error: reference to 'Rect' is ambiguous
79:24.26 typedef struct Rect Rect;
79:24.26 ^
79:24.26 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/usr/include/MacTypes.h:544:8: note: candidate found by name lookup is 'Rect'
79:24.27 struct Rect {
79:24.27 ^
79:24.27 /Users/dale/src/gecko/obj-x86_64-apple-darwin18.6.0/dist/include/mozilla/gfx/Rect.h:299:33: note: candidate found by name lookup is 'mozilla::gfx::Rect'
79:24.27 typedef RectTyped<UnknownUnits> Rect;
79:24.27 ^
79:24.27 In file included from Unified_cpp_dom_ipc0.cpp:101:
79:24.27 In file included from /Users/dale/src/gecko/dom/ipc/ContentParent.cpp:234:
79:24.27 In file included from /Users/dale/src/gecko/media/webrtc/signaling/src/peerconnection/WebrtcGlobalParent.h:8:
79:24.27 In file included from /Users/dale/src/gecko/obj-x86_64-apple-darwin18.6.0/ipc/ipdl/_ipdlheaders/mozilla/dom/PWebrtcGlobalParent.h:18:
79:24.27 In file included from /Users/dale/src/gecko/obj-x86_64-apple-darwin18.6.0/dist/include/mozilla/media/webrtc/WebrtcGlobal.h:13:
79:24.27 In file included from /Users/dale/src/gecko/obj-x86_64-apple-darwin18.6.0/dist/include/mozilla/media/webrtc/WebrtcIPCTraits.h:14:
79:24.27 In file included from /Users/dale/src/gecko/obj-x86_64-apple-darwin18.6.0/dist/include/mtransport/transportlayerdtls.h:18:
79:24.27 In file included from /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/Security.framework/Headers/CipherSuite.h:33:
79:24.27 In file included from /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:77:
79:24.27 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/usr/include/MacTypes.h:551:9: error: reference to 'Rect' is ambiguous
79:24.27 typedef Rect * RectPtr;
79:24.27 ^
79:24.27 /Users/dale/src/gecko/obj-x86_64-apple-darwin18.6.0/dist/include/mozilla/gfx/Rect.h:299:33: note: candidate found by name lookup is 'mozilla::gfx::Rect'
79:24.27 typedef RectTyped<UnknownUnits> Rect;
79:24.27 ^
79:24.27 /Users/dale/src/MacOSX-SDKs/MacOSX10.13.sdk/usr/include/MacTypes.h:544:8: note: candidate found by name lookup is 'Rect'
79:24.27 struct Rect {
79:24.27 ^
79:24.27 4 errors generated.
79:24.27 make[4]: *** [Unified_cpp_dom_ipc0.o] Error 1
79:24.27 make[4]: *** Waiting for unfinished jobs....
79:24.31 dom/messagechannel
79:29.25 dom/promise
79:33.61 dom/smil
79:44.33 dom/url
79:57.26 dom/webauthn
80:02.65 dom/xml
80:07.58 dom/xslt/base
80:07.78 dom/xslt/xml
80:08.18 dom/xslt/xpath
80:16.49 dom/xslt/xslt
80:29.60 make[3]: *** [dom/ipc/target-objects] Error 2
80:29.60 make[3]: *** Waiting for unfinished jobs....
80:54.51 Compiling webrender v0.61.0 (/Users/dale/src/gecko/gfx/wr/webrender)
81:08.37 Compiling webrender_bindings v0.1.0 (/Users/dale/src/gecko/gfx/webrender_bindings)
81:12.39 Compiling gkrust v0.1.0 (/Users/dale/src/gecko/toolkit/library/rust)
81:21.09 Finished release [optimized] target(s) in 77m 13s
81:22.40 make[2]: *** [compile] Error 2
81:22.40 make[1]: *** [default] Error 2
81:22.41 make: *** [build] Error 2
81:22.45 351 compiler warnings present.
81:23.06 /usr/local/bin/terminal-notifier -title Mozilla Build System -group mozbuild -message Build failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment