[Bug 689] New: Shark failes to find LLVM 2.9 System headers during build.
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri Apr 8 03:53:31 PDT 2011
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=689
Summary: Shark failes to find LLVM 2.9 System headers during
build.
Product: IcedTea
Version: 6-hg
Platform: all
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Shark
AssignedTo: unassigned at icedtea.classpath.org
ReportedBy: xerxes at zafena.se
LLVM 2.9 are out, cool!
Testcase build Shark against llvm 2.9:
wget http://llvm.org/releases/2.9/llvm-2.9.tgz
tar zxvf llvm-2.9.tgz
mkdir llvm-2.9-build
cd llvm-2.9-build
../llvm-2.9/configure --enable-targets=arm,powerpc,x86 --enable-shared
--enable-assertions -enable-optimized --enable-docs=no
--enable-debug-symbols=yes
make
sudo make install
sudo ldconfig
cd ..
hg clone http://icedtea.classpath.org/hg/icedtea6
cd icedtea6
./autogen.sh
cd ..
mkdir icedtea6-shark
cd icedtea6-shark
../icedtea6/configure --enable-shark
make
Fails with:
In file included from ../generated/incls/_compileBroker.cpp.incl:8,
from
/home/xerxes/icedtea6-1.10.1-shark/openjdk-ecj/hotspot/src/share/vm/compiler/compileBroker.cpp:26:
/home/xerxes/icedtea6-1.10.1-shark/openjdk-ecj/hotspot/src/share/vm/shark/llvmHeaders.hpp:46:
fatal error: llvm/System/Threading.h: No such file or directory
compilation terminated.
Why?
llvm/System/Threading.h and llvm/System/Host.h
have been moved to
llvm/Support/Threading.h and llvm/Support/Host.h
Attached patches fix this for icedtea6-1.9 icedtea6-1.10 and icedtea6 trunk:
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the distro-pkg-dev
mailing list