ROOT 6.0 installation with CMake fails

Running on SL 6.5 with devtoolset (gcc 4.8.2) and CMake 2.8.12

uname -a
Linux hostname 2.6.32-431.11.2.el6.x86_64 #1 SMP Wed Mar 26 09:39:43 CET 2014 x86_64 x86_64 x86_64 GNU/Linux

And the following error output: pastebin.com/yfnx5B4F

Does anyone know this issue?

Cheers,
Tobias

Hi Tobias,

I tried to reproduce this behaviour on a standard lxplus node and my provate SLC6 machine w/o success:

. /afs/cern.ch/sw/lcg/contrib/gcc/4.8.1/x86_64-slc6/setup.sh
export PATH=/afs/cern.ch/sw/lcg/external/CMake/2.8.8/x86_64-slc6-gcc46-opt/bin:$PATH
git clone http://root.cern.ch/git/root.git
cd root
git checkout v6-00-00
cd ../build
cmake -DCMAKE_INSTALL_PREFIX=/scratch/tobias/rootInstall/ /scratch/tobias/root
make && make install

Can you see any obvious difference between our setups?

Cheers,
Danilo