[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Feb 17 18:56:03 PST 2010


The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/1670

Buildbot URL: http://smooshlab.apple.com:8010/

Buildslave for this Build: smoosh-04.apple.com

Build Reason: 
Build Source Stamp: 96559
Blamelist: jyasskin

BUILD FAILED: failed buildit-llvmCore

sincerely,
 -The Buildbot


================================================================================

CHANGES:
Files:
 Makefile
 Makefile.config.in
 Makefile.rules
 autoconf/configure.ac
 configure
 test/Makefile
 test/Unit/lit.cfg
 test/Unit/lit.site.cfg.in
 tools/llvm-shlib
 tools/llvm-shlib/Makefile
 unittests/Makefile.unittest
At: Wed 17 Feb 2010 18:40:50
Changed By: jyasskin
Comments: Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an
--enable-shared configure flag to have the tools linked shared. (2.7svn is just
$(LLVMVersion) so it'll change to "2.7" in the release.)  Always link the
example programs shared to test that the shared library keeps working.

On my mac laptop, Debug libLLVM2.7svn.dylib is 39MB, and opt (for example) is
16M static vs 440K shared.

Two things are less than ideal here:
1) The library doesn't include any version information. Since we expect to break
the ABI with every release, this shouldn't be much of a problem. If we do
release a compatible 2.7.1, we may be able to hack its library to work with
binaries compiled against 2.7.0, or we can just ask them to recompile. I'm
hoping to get a real packaging expert to look at this for the 2.8 release.
2) llvm-config doesn't yet have an option to print link options for the shared
library. I'll add this as a subsequent patch.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	llvm[2]: Installing Release-Asserts Shared Library /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~dst/Developer/usr/local/lib/libLLVM2.7svn.dylib
	/usr/bin/install -c /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/Release-Asserts/lib/libLLVM2.7svn.dylib /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~dst/Developer/usr/local/lib/libLLVM2.7svn.dylib
	install: /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/Release-Asserts/lib/libLLVM2.7svn.dylib: No such file or directory
	make[2]: *** [/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~dst/Developer/usr/local/lib/libLLVM2.7svn.dylib] Error 71
	make[1]: *** [install] Error 1
	+ test 2 == 0
	+ echo 'error: LLVM '\''make install'\'' failed!'
	error: LLVM 'make install' failed!
	+ exit 1
	make: *** [install] Error 1




More information about the llvm-testresults mailing list