I know you got this fixed, but here's my guess at what happened for the benefit of future victims. Puppet provisioning probably timed out while downloading LLVM and clang. You would have seen a subtle error report about this when doing "vagrant up". Unfortunately, Puppet doesn't stop on error, as it's meant for production scenarios where The Show Must Go On. :-)
Erik On Mar 4, 2013, at 6:55 AM, Schalk Neethling <[email protected]> wrote: > Got my vagrant machine up and running but when running make inside ~/dxr on > the VM, I get the following: > > Welcome to your Vagrant-built virtual machine. > Last login: Fri Sep 14 06:22:31 2012 from 10.0.2.2 > vagrant@precise32:~$ cd ~/dxr/ > vagrant@precise32:~/dxr$ make > make -C dxr/plugins/clang build > make[1]: llvm-config: Command not found > make[1]: Entering directory `/home/vagrant/dxr/dxr/plugins/clang' > make[1]: llvm-config: Command not found > g++ -Wall -Wno-strict-aliasing -c dxr-index.cpp -o dxr-index.o > dxr-index.cpp:1:27: fatal error: clang/AST/AST.h: No such file or directory > compilation terminated. > make[1]: *** [dxr-index.o] Error 1 > make[1]: Leaving directory `/home/vagrant/dxr/dxr/plugins/clang' > make: *** [build-plugin-clang] Error 2 _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
