[Webkit-unassigned] [Bug 217068] New: tvOS 14 simulator build failing in TestWTF with undefined symbols: "_TestWTFAlwaysMissing" and "_TestWTFAlwaysMissingWithoutAttributeWeakImport"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 28 17:15:02 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=217068

            Bug ID: 217068
           Summary: tvOS 14 simulator build failing in TestWTF with
                    undefined symbols:   "_TestWTFAlwaysMissing" and
                    "_TestWTFAlwaysMissingWithoutAttributeWeakImport"
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanhaddad at apple.com

Since the tvOS simulator bot was updated to the tvOS 14 SDK, the build has been failing with the following:

ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator14.0.sdk/System/Library/Frameworks/Quartz.framework/Frameworks'
ld: warning: building for tvOS Simulator, but linking in .tbd built for iOS Simulator, 'TestWTFAlwaysMissing-iOS-v2'
ld: warning: Could not find or use auto-linked library 'TestWTFAlwaysMissing-iOS-v2'
Undefined symbols for architecture x86_64:
  "_TestWTFAlwaysMissing", referenced from:
      TestWebKitAPI::WeakLinking_WeakImport_Test::TestBody() in libTestWTF.a(WeakLinking.o)
  "_TestWTFAlwaysMissingWithoutAttributeWeakImport", referenced from:
      TestWebKitAPI::WeakLinking_WeakImport_Test::TestBody() in libTestWTF.a(WeakLinking.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

https://build.webkit.org/builders/Apple-tvOS-Simulator-14-Release-Build/builds/1/steps/compile-webkit/logs/stdio

The tvOS device build seems OK.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200929/65705ec7/attachment.htm>


More information about the webkit-unassigned mailing list