I am trying to use Spack for building an environment for ( remote) visualization on a graphics cluster.
my main goal is to do:
spack install paraview+qt+python+tcl+opengl2%g...@4.8.2
After working around issues regarding current compiler and qt dependencies, I'm currently stuck on something that seems quite specific of Spack:
I got this error:
-- Installing: /galileo/home/userinternal/lcalori0/Spack/spack/opt/spack/linux-x
86_64/gcc-4.8.2/paraview-4.4.0-ksr4rzmlbotutfemnhjkjnwenujxx5ow/lib/paraview-4.4
/
libvtkPVPythonCatalystPython27D-pv4.4.soRegularExpression::compile(): Expression too big.
CMake Error at cmake_install.cmake:61 (file):
file RPATH_CHANGE could not write new RPATH:
/galileo/home/userinternal/lcalori0/Spack/spack/opt/spack/linux-x86_64/gcc-4
.8.2/paraview-4.4.0-ksr4rzmlbotutfemnhjkjnwenujxx5ow/lib:/galileo/home/userinter
nal/lcalori0/Spack/spack/opt/spack/linux-x86_64/gcc-4.8.2/paraview-4.4.0-ksr4rzm
lbotutfemnhjkjnwenujxx5ow/lib64:/galileo/home/userinternal/lcalori0/Spack/spack/
opt/spack/linux-x86_64/gcc-4.8.2/bzip2-1.0.6-4btagkaopoe2wfr2vug25mkuf6jmirm5/li
b:/galileo/home/userinternal/lcalori0/Spack/spack/opt/spack/linux-x86_64/gcc-4.8
.2/freetype-2.5.3-42cf6gupxnqwwnyj6sx4ecgvnvtkygs3/lib:/galileo/home/userinterna
l/lcalori0/Spack/spack/opt/spack/linux-x86_64/gcc-4.8.2/libpng-1.6.16-bgnhh427rb
3eifze6m24vxe773j5fgji/lib:/galileo/home/userinternal/lcalori0/Spack/spack/opt/s
.................................................really long RPATH string.............................
I think this is related to the large number of dependencies that build up a really huge path.
Anyone noted this?
also seems that extracting the graph has problems:
spack graph paraview+qt+python+tcl+opengl2%g...@4.8.2
crash with error IndexError: list index out of range