[Webkit-unassigned] [Bug 238077] New: MacOS and Latest Ubuntu 20.04 both builds fail
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Mar 18 08:43:06 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=238077
Bug ID: 238077
Summary: MacOS and Latest Ubuntu 20.04 both builds fail
Product: WebKit
Version: WebKit Local Build
Hardware: All
OS: Linux
Status: NEW
Severity: Major
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bigsean123 at icloud.com
I've tried both builds for the purpose of fuzzing but the builds failed with the same linker failure...
For macOS I got this error
Undefined symbols for architecture arm64:
"WTF::StackCheck::Scope::reportVerificationFailureAndCrash()", referenced from:
WTF::StackCheck::Scope::Scope(WTF::StackCheck&) in libJavaScriptCore.a(UnifiedSource-bfc896e1-3.cpp.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[884/894] Building CXX object Source/J...eFiles/testb3.dir/__/b3/testb3_1.cpp.o
ninja: build stopped: subcommand failed.
For Ubuntu I got this build error!
Consolidate compiler generated dependencies of target jsc
[100%] Linking CXX executable ../../../bin/jsc
/usr/bin/ld: ../../../lib/../Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir///JavaScriptCore/DerivedSources/unified-sources/UnifiedSource-bfc896e1-3.cpp.o: in function WTF::StackCheck::Scope::Scope(WTF::StackCheck&)': UnifiedSource-bfc896e1-3.cpp:(.text._ZN3WTF10StackCheck5ScopeC2ERS0_[_ZN3WTF10StackCheck5ScopeC2ERS0_]+0x15c): undefined reference to WTF::StackCheck::Scope::reportVerificationFailureAndCrash()'
/usr/bin/ld: UnifiedSource-bfc896e1-3.cpp:(.text.ZN3WTF10StackCheck5ScopeC2ERS0[ZN3WTF10StackCheck5ScopeC2ERS0]+0x170): undefined reference to `WTF::StackCheck::Scope::reportVerificationFailureAndCrash()'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[3]: *** [Source/JavaScriptCore/shell/CMakeFiles/jsc.dir/build.make:103: bin/jsc] Error 1
gmake[2]: *** [CMakeFiles/Makefile2:762: Source/JavaScriptCore/shell/CMakeFiles/jsc.dir/all] Error 2
gmake[1]: *** [CMakeFiles/Makefile2:769: Source/JavaScriptCore/shell/CMakeFiles/jsc.dir/rule] Error 2
gmake: *** [Makefile:362: jsc] Error 2
--
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/20220318/a635c232/attachment.htm>
More information about the webkit-unassigned
mailing list