<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Build failure with: No rule to make target '...Release/include/private/JavaScriptCore/JSInputs.json', needed by 'WebReplayInputs.h'. Stop."
href="https://bugs.webkit.org/show_bug.cgi?id=146877#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Build failure with: No rule to make target '...Release/include/private/JavaScriptCore/JSInputs.json', needed by 'WebReplayInputs.h'. Stop."
href="https://bugs.webkit.org/show_bug.cgi?id=146877">bug 146877</a>
from <span class="vcard"><a class="email" href="mailto:burg@cs.washington.edu" title="Brian Burg <burg@cs.washington.edu>"> <span class="fn">Brian Burg</span></a>
</span></b>
<pre>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)); }'</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>