[Webkit-unassigned] [Bug 146877] Build failure with: No rule to make target '...Release/include/private/JavaScriptCore/JSInputs.json', needed by 'WebReplayInputs.h'. Stop.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 13 14:08:25 PDT 2015


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

--- Comment #6 from Brian Burg <burg at cs.washington.edu> ---
Simon, can you check whether this file actually exists prior to and after the failed build? If it's not obvious what's going on, you can use DTrace to see what files are touched during the build:

# Files opened by process,
dtrace -n 'syscall::open*:entry { printf("%s %s",execname,copyinstr(arg0)); }'

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150713/575b0168/attachment.html>


More information about the webkit-unassigned mailing list