Bug 295857
| Summary: | REGRESSION(297312@main): Broke Sonoma build | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
| Component: | New Bugs | Assignee: | Jonathan Bedard <jbedard> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 295792 | ||
Jonathan Bedard
Build links:
https://build.webkit.org/#/builders/928/builds/23165
Error:
GenerateTAPI WebKit.tbd
warning: reexport_install_name is deprecated, use reexport_framework reexport_l or reexport_library
In file included from tapi_include_headers.mm:1:
In file included from /Volumes/Data/worker/Apple-Sonoma-Debug-Build/build/Source/WebKit/Shared/API/Cocoa/WebKit.h:86:
In file included from /Volumes/Data/worker/Apple-Sonoma-Debug-Build/build/WebKitBuild/Debug/WebKit.framework/Headers/WebKitLegacy.h:44:
/Volumes/Data/worker/Apple-Sonoma-Debug-Build/build/WebKitBuild/Debug/WebKit.framework/Headers/WebPluginContainer.h:73:41: warning: 'WebFrame' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations]
@property (nonatomic, readonly, strong) WebFrame *webFrame;
/Volumes/Data/worker/Apple-Sonoma-Debug-Build/build/WebKitBuild/Debug/WebKit.framework/Headers/WebFrame.h:50:12: note: 'WebFrame' has been explicitly marked deprecated here
@interface WebFrame : NSObject
1 warning generated.
In file included from tapi_include_headers.mm:1:
In file included from /Volumes/Data/worker/Apple-Sonoma-Debug-Build/build/Source/WebKit/Shared/API/Cocoa/WebKit.h:86:
In file included from /Volumes/Data/worker/Apple-Sonoma-Debug-Build/build/WebKitBuild/Debug/WebKit.framework/Headers/WebKitLegacy.h:44:
/Volumes/Data/worker/Apple-Sonoma-Debug-Build/build/WebKitBuild/Debug/WebKit.framework/Headers/WebPluginContainer.h:73:41: warning: 'WebFrame' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations]
@property (nonatomic, readonly, strong) WebFrame *webFrame;
/Volumes/Data/worker/Apple-Sonoma-Debug-Build/build/WebKitBuild/Debug/WebKit.framework/Headers/WebFrame.h:50:12: note: 'WebFrame' has been explicitly marked deprecated here
@interface WebFrame : NSObject
1 warning generated.
warning: violations found for x86_64
error: no declaration found for exported symbol '(weak-def) template parameter object for WebCore::CSS::Range{-inf, inf}' in dynamic library
warning: violations found for arm64
error: no declaration found for exported symbol '(weak-def) template parameter object for WebCore::CSS::Range{-inf, inf}' in dynamic library
warning: no rule to process file '/Volumes/Data/worker/Apple-Sonoma-Debug-Build/build/Source/ThirdParty/libwebrtc/Source/third_party/abseil-cpp/absl/debugging/symbolize_darwin.inc' of type 'sourcecode.pascal' for architecture 'x86_64'
warning: no rule to process file '/Volumes/Data/worker/Apple-Sonoma-Debug-Build/build/Source/ThirdParty/libwebrtc/Source/third_party/abseil-cpp/absl/debugging/symbolize_darwin.inc' of type 'sourcecode.pascal' for architecture 'arm64'
** BUILD FAILED **
The following build commands failed:
GenerateTAPI /Volumes/Data/worker/Apple-Sonoma-Debug-Build/build/WebKitBuild/Debug/WebKit.framework/Versions/A/WebKit.tbd normal x86_64 arm64
(1 failure)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/155727287>
Jonathan Bedard
Pull request: https://github.com/WebKit/WebKit/pull/47955
EWS
Committed 297316@main (6a8cc8dbe073): <https://commits.webkit.org/297316@main>
Reviewed commits have been landed. Closing PR #47955 and removing active labels.