Bug 265528 - [WebRTC] Build failure due to duplicate _vpx_codec_build_config symbol
Summary: [WebRTC] Build failure due to duplicate _vpx_codec_build_config symbol
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on: 238104
Blocks:
  Show dependency treegraph
 
Reported: 2023-11-29 09:34 PST by David Kilzer (:ddkilzer)
Modified: 2023-11-29 10:19 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2023-11-29 09:34:19 PST
[WebRTC] Build failure due to duplicate _vpx_codec_build_config symbol.

```
duplicate symbol '_vpx_codec_build_config' in:
    $BUILD/Release/libvpx.a(vpx_config-304733a0753ef2a3fd86a247082fc4d9.o)
    $BUILD/libwebrtc.build/Release/libwebrtc.build/Objects-normal-asan/arm64e/vpx_config.o
ld: 1 duplicate symbol for architecture arm64e
clang: error: linker command failed with exit code 1 (use -v to see invocation)
```

This regressed with the following commit:

    [arm64] webrtc/vp9-profile2.html is consistently timing out
    https://bugs.webkit.org/show_bug.cgi?id=238104
    rdar://90509913
    https://commits.webkit.org/271228@main
Comment 1 Radar WebKit Bug Importer 2023-11-29 09:34:41 PST
<rdar://problem/118936942>
Comment 2 David Kilzer (:ddkilzer) 2023-11-29 09:48:23 PST
Pull request: https://github.com/WebKit/WebKit/pull/21055
Comment 3 EWS 2023-11-29 10:19:45 PST
Committed 271285@main (1c0fe604ec6c): <https://commits.webkit.org/271285@main>

Reviewed commits have been landed. Closing PR #21055 and removing active labels.