<div class="gmail_quote">On Wed, Nov 2, 2011 at 10:19 AM, Chandler Carruth <span dir="ltr"><<a href="mailto:chandlerc@google.com">chandlerc@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br><div class="gmail_quote"><div><div class="h5">On Wed, Nov 2, 2011 at 9:51 AM, Jack Howarth <span dir="ltr"><<a href="mailto:howarth@bromo.med.uc.edu" target="_blank">howarth@bromo.med.uc.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
   On x86_64-apple-darwin11, I am seeing a build failure using cmake at...<br>
<br>
-- Installing: /sw/src/fink.build/root-llvm31-3.1-0/sw/opt/llvm-3.1/lib/libLLVMX86Info.a<br>
-- Installing: /sw/src/fink.build/root-llvm31-3.1-0/sw/opt/llvm-3.1/lib/libLLVMX86Utils.a<br>
-- Installing: /sw/src/fink.build/root-llvm31-3.1-0/sw/opt/llvm-3.1/lib/libLLVMAsmParser.a<br>
-- Installing: /sw/src/fink.build/root-llvm31-3.1-0/sw/opt/llvm-3.1/lib/libLLVMArchive.a<br>
-- Installing: /sw/src/fink.build/root-llvm31-3.1-0/sw/opt/llvm-3.1/bin/llvm-lit<br>
CMake Error at tools/llvm-config/cmake_install.cmake:31 (FILE):<br>
  file INSTALL cannot find<br>
  "/sw/src/fink.build/llvm31-3.1-0/llvm-3.1/build/bin/llvm-config".<br>
Call Stack (most recent call first):<br>
  tools/cmake_install.cmake:32 (INCLUDE)<br>
  cmake_install.cmake:51 (INCLUDE)<br>
<br>
<br>
make: *** [install/fast] Error 1<br>
<br>
when using...<br>
<br>
cmake DLLVM_BUILD_32_BITS:BOOL=OFF -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_INSTALL_PREFIX=/sw/opt/llvm-3.1 -DLLVM_ENABLE_ASSERTIONS=OFF -DCMAKE_BUILD_TYPE=Release ..<br>
<br>
Is anyone else seeing this breakage? Seems related to the recent commits...<br>
<br>
r143541 | ddunbar | 2011-11-02 11:56:52 -0400 (Wed, 02 Nov 2011) | 1 line<br>
<br>
build/Make: Get rid of llvm-config-perobj, which isn't used anymore.<br>
------------------------------------------------------------------------<br>
r143540 | ddunbar | 2011-11-02 11:56:38 -0400 (Wed, 02 Nov 2011) | 2 lines<br>
<br>
build/CMake: Remove llvm-config.target used to serialize tool builds on<br>
llvm-config build, there is no longer a point to this after Chandler's work.<br></blockquote><div><br></div></div></div><div>I think it is this last one. I've replied to the commit and am testing out a fix (a partial revert, i think one too many things got nuked).</div>

</div>
</blockquote></div><br><div>Should be fixed in r143548, thanks for the report.</div>