Bug 232606
| Summary: | Compile failure with macOS 11.6.1 + XCode 13.1: …/PAL.build/Release/PAL.build/Objects-normal/x86_64/OutputContext.o pal/avfoundation/OutputContext.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | sideshowbarker <mike> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | beidson, darin |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=226235 | ||
sideshowbarker
Clean build on macOS 11.6.1 with XCode 13.1, I hit this:
> The following build commands failed: CompileC /opt/webkit/WebKitBuild/PAL.build/Release/PAL.build/Objects-normal/x86_64/OutputContext.o pal/avfoundation/OutputContext.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (1 failure)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sam Sneddon [:gsnedders]
as mentioned on Slack, this is just 226235 again
*** This bug has been marked as a duplicate of bug 226235 ***
Alexey Proskuryakov
This can (and ideally, should) be fixed separately from bug 226235.
Warning about a poorly supported configuration would be good, but failing to build with latest Xcode is not really OK, whether we can actively support this scenario at this time, or not.
Darin Adler
I am a little puzzled about whether this is an issue with mismatching SDKs or something else.
Brady Eidson
(In reply to Darin Adler from comment #3)
> I am a little puzzled about whether this is an issue with mismatching SDKs
> or something else.
I ran into this form - https://bugs.webkit.org/show_bug.cgi?id=232454 - on my personal machine running macOS 11.6, but with Xcode 13.
Steps to reproduce:
1 - Running macOS 11, Install Xcode 13 and xcode-select it
2 - `build-webkit` <---- fails
Alternative steps to reproduce:
1 - Running macOS 11, Install Xcode 13 and xcode-select it
2 - Open WebKit.xcworkspace
3 - Build the entire WebKit target <--- fails.
Doing the above steps are - of course - entirely reasonable things to do.
In my case, at least, the problem was definitely with the source code as checked in to the WebKit open source project, and I'm fixing it.
I'm sure what other forms are manifesting but... "Running a version of macOS that still supports trunk WebKit... and then installing the latest dev tools" is probably something that should work.