[Webkit-unassigned] [Bug 277881] Unable to compile JavaScriptCore shell after bug 277383 landed
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 9 23:47:59 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=277881
Gary Kwong [:gkw] [:nth10sd] <nth10sd at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Hardware|Mac (Apple Silicon) |All
--- Comment #3 from Gary Kwong [:gkw] [:nth10sd] <nth10sd at gmail.com> ---
The compile error on a x86_64 macOS seems to be:
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_NSBundle", referenced from:
in ProcessCheck.mm.o
"_OBJC_CLASS_$_NSProcessInfo", referenced from:
in ProcessCheck.mm.o
"_objc_msgSend", referenced from:
bmalloc::ProcessNames::asCString()::'lambda'()::operator()() const in ProcessCheck.mm.o
bmalloc::ProcessNames::appName()::'lambda'()::operator()() const in ProcessCheck.mm.o
bmalloc::ProcessNames::appName()::'lambda'()::operator()() const in ProcessCheck.mm.o
bmalloc::ProcessNames::processName()::'lambda'()::operator()() const in ProcessCheck.mm.o
bmalloc::ProcessNames::processName()::'lambda'()::operator()() const in ProcessCheck.mm.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [bin/LLIntSettingsExtractor] Error 1
make[2]: *** [Source/JavaScriptCore/CMakeFiles/LLIntSettingsExtractor.dir/all] Error 2
make[1]: *** [Source/JavaScriptCore/shell/CMakeFiles/jsc.dir/rule] Error 2
make: *** [jsc] Error 2
Tested on WebKit rev 6f39c4886559.
--
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/20240810/7e51692a/attachment.htm>
More information about the webkit-unassigned
mailing list