Bug 235416 - [WPE] WebKitTestRunner fails to link with --no-unified-builds
Summary: [WPE] WebKitTestRunner fails to link with --no-unified-builds
Status: RESOLVED DUPLICATE of bug 226088
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-20 12:46 PST by Joseph Griego
Modified: 2022-01-20 13:56 PST (History)
2 users (show)

See Also:


Attachments
Error output from linker (8.44 KB, text/plain)
2022-01-20 12:46 PST, Joseph Griego
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Griego 2022-01-20 12:46:45 PST
Created attachment 449603 [details]
Error output from linker

Building with ./Tools/Scripts/build-webkit --wpe --no-unified-builds --debug

... after applying https://bugs.webkit.org/show_bug.cgi?id=235406 which fixes an unrelated link error

Expected result: build success

Actual linker output is in attachment.

I am not sure if WebKitTestRunner is meant to link against libWebCore directly or not, the missing symbols are present there but conflict with some exposed by WebCore/testing/Internals.cpp (which are in libWebCoreTestSupport) and I am unfamiliar with how these are meant to interact.
Comment 1 Joseph Griego 2022-01-20 13:56:57 PST
Whoops, lmoura pointed out this is already tracked :0

*** This bug has been marked as a duplicate of bug 226088 ***