[Webkit-unassigned] [Bug 214034] New: dyld: Symbol not found: __ZN3WTF19initializeThreadingEv - webkit MacOSX

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 6 23:49:19 PDT 2020


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

            Bug ID: 214034
           Summary: dyld: Symbol not found:
                    __ZN3WTF19initializeThreadingEv - webkit MacOSX
           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: malware at onet.eu

Created attachment 403669

  --> https://bugs.webkit.org/attachment.cgi?id=403669&action=review

compilation_log.zip

I'm trying to run safari/webkit from custom build, but at the end I get error like in the topic. From the beginning.

My Os : MacOS Catalina ver 10.15.5

Xcode : 11.5

Webkit source code obtained from git:

git clone git://git.webkit.org/WebKit.git webkit 

next build:

./Tools/Scripts/set-webkit-configuration --asan
./Tools/Scripts/build-webkit
I got info at the end that build succeeded :

** BUILD SUCCEEDED ** [2.393 sec]


====================================================================
 WebKit is now built (1h:03m:30s). 
 To run Safari with this newly-built code, use the
 "Tools/Scripts/run-safari" script.
====================================================================
Trying to run below script I endup with an error:

MagicTerminal:webkit joe$ ./Tools/Scripts/run-safari
Starting SafariForWebKitDevelopment with DYLD_FRAMEWORK_PATH set to point to built WebKit in /Users/joe/projects/webkit/WebKitBuild/Release.
dyld: Symbol not found: __ZN3WTF19initializeThreadingEv
  Referenced from: /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
  Expected in: /Users/joe/projects/webkit/WebKitBuild/Release/JavaScriptCore.framework/Versions/A/JavaScriptCore
 in /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari

Any idea how to solve that problem ?
I'm attaching a log from a compilation process.

-- 
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/20200707/4507dd9e/attachment-0001.htm>


More information about the webkit-unassigned mailing list