[Webkit-unassigned] [Bug 189274] New: JSC Build error when changing CPU type: offlineasm: No magic values found. Skipping assembly file generation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 4 14:35:34 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=189274
Bug ID: 189274
Summary: JSC Build error when changing CPU type: offlineasm: No
magic values found. Skipping assembly file generation
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: msaboff at apple.com
If you successfully build JSC with:
$ Tools/Scripts/build-jsc --debug
and then try building with:
Tools/Scripts/build-jsc --debug ARCHS=i386
you'll get
offlineasm: No magic values found. Skipping assembly file generation.
Command /bin/sh failed with exit code 1
This is due to the build dependency checking seeing the derived file LLIntDesiredOffsets.h from the prior build and not generating one for the current architecture.
--
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/20180904/743b9491/attachment-0001.html>
More information about the webkit-unassigned
mailing list