Bug 192560 - Build fails randomly with WTF::StringBuilder::append() link errors
Summary: Build fails randomly with WTF::StringBuilder::append() link errors
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-10 11:14 PST by Alicia Boya García
Modified: 2018-12-10 13:52 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 Alicia Boya García 2018-12-10 11:14:55 PST
This time rebuilding (at least without removing stuff) does not help.

r238934

lib/libWebCoreGTK.a(lib/../Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/unified-sources/UnifiedSource370.cpp.o):UnifiedSource370.cpp:function WebCore::RenderLayer::name() const: error: undefined reference to 'WTF::StringBuilder::append(char16_t const*, unsigned int)'
lib/libWebCoreGTK.a(lib/../Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/unified-sources/UnifiedSource370.cpp.o):UnifiedSource370.cpp:function WebCore::RenderLayer::name() const: error: undefined reference to 'WTF::StringBuilder::append(char16_t const*, unsigned int)'
lib/libWebCoreGTK.a(lib/../Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/unified-sources/UnifiedSource370.cpp.o):UnifiedSource370.cpp:function WebCore::RenderLayer::name() const: error: undefined reference to 'WTF::StringBuilder::append(char16_t const*, unsigned int)'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.