<div dir="ltr">I don't know if that would make a difference. Whenever a CMake file is changed and a build<div>rule is executed CMake is automatically re-run, but the variables in the cache remain.</div><div>Since certain configuration doesn't re-run once a variable is in the cache, a bad cache variable</div><div>can break the build until it's manually removed. I believe that's what's happening here.</div><div><br></div><div>I should clarify that when I originally said "reconfigure" I meant deleting the existing build directory and starting</div><div>fresh.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 9, 2017 at 11:57 PM, Anton Korobeynikov <span dir="ltr"><<a href="mailto:anton@korobeynikov.info" target="_blank">anton@korobeynikov.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">What if the script would do cmake --build instead of direct make<br>
invocation? I believe, this would solve the problem, no?<br>
<div><div class="h5"><br>
On Wed, May 10, 2017 at 2:25 AM, Eric Fiselier via llvm-dev<br>
<<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br>
> Hi Tanya,<br>
><br>
> The www-scripts builder that updates the Sphinx documentation has been<br>
> broken for about a week now, despite the buildbot builders passing.<br>
><br>
> The error from the last sphinx update attempt says:<br>
><br>
>> /opt/tools/sphinx_update.sh: warning: removing stale lock file from PID<br>
>> 8798.<br>
>> UPDATING lld SOURCES<br>
>> Updating '.':<br>
>> At revision 302593.<br>
>> make: *** No rule to make target `docs-lld-html'.  Stop.<br>
><br>
><br>
> This is likely due to recent changes to the CMake Sphinx configuration, that<br>
> would require at least re-configuring CMake but likely require removing the<br>
> build cache and reconfiguring it all together.<br>
> Ideally the script would re-configure CMake every time it runs to prevent<br>
> this sort of problem in the future.<br>
><br>
> /Eric<br>
><br>
</div></div>> ______________________________<wbr>_________________<br>
> LLVM Developers mailing list<br>
> <a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
> <a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
With best regards, Anton Korobeynikov<br>
Department of Statistical Modelling, Saint Petersburg State University<br>
</font></span></blockquote></div><br></div>