Hi,
Is there anyway to install ROOT on centos-9?
I download the binary file, root_v6.28.06.Linux…
There are some errors when I opened,
ERROR in cling::CIFactory::createCI(): cannot extract standard library include paths!
Invoking:
** LC_ALL=C ccache -xc++ -E -v /dev/null 2>&1 | sed -n -e ‘/^.include/,${’ -e ‘/^ /.*++/p’ -e ‘}’**
Results was:
With exit code 0
cling::DynamicLibraryManager::loadLibrary(): libssl.so.1.1: cannot open shared object file: No such file or directory
I also tried to compile by myself. However, there are some errors…
Performing C++ SOURCE FILE Test AVX2_COMPILATION failed with the following output:
Change Dir: /home/beizhenhu/WORK/buildRoot/CMakeFiles/CMakeTmp
…
** /home/beizhenhu/WORK/buildRoot/CMakeFiles/CMakeTmp/src.cxx:2:76: note: called from here**
** 2 | int main () {__m256i xmm = _mm256_set1_epi64x(0); xmm = _mm256_add_epi64(xmm,xmm);};**
** | ~~~~~~~~~****^
In file included from /usr/lib/gcc/x86_64-redhat-linux/11/include/immintrin.h:43,
** from /home/beizhenhu/WORK/buildRoot/CMakeFiles/CMakeTmp/src.cxx:1:**
/usr/lib/gcc/x86_64-redhat-linux/11/include/avxintrin.h:1349:1: error: inlining failed in call to ‘always_inline’ ‘__m256i _mm256_set1_epi64x(long long int)’: target specific option mismatch
** 1349 | _mm256_set1_epi64x (long long __A)**
** | ^
/home/beizhenhu/WORK/buildRoot/CMakeFiles/CMakeTmp/src.cxx:2:48: note: called from here
** 2 | int main () {__m256i xmm = _mm256_set1_epi64x(0); xmm = _mm256_add_epi64(xmm,xmm);};**
** | ~~~~~~~~~~~~~~~~^**
gmake[1]: *** [CMakeFiles/cmTC_d0d85.dir/build.make:78: CMakeFiles/cmTC_d0d85.dir/src.cxx.o] Error 1
gmake[1]: Leaving directory ‘/home/beizhenhu/WORK/buildRoot/CMakeFiles/CMakeTmp’
gmake: *** [Makefile:127: cmTC_d0d85/fast] Error 2
…
/home/beizhenhu/WORK/buildRoot/CMakeFiles/CMakeTmp/src.cxx:2:76: note: called from here
** 2 | int main () {__m256i xmm = _mm256_set1_epi64x(0); xmm = _mm256_add_epi64(xmm,xmm);};**
** | ~~~~~~~~~****^
In file included from /usr/lib/gcc/x86_64-redhat-linux/11/include/immintrin.h:43,
** from /home/beizhenhu/WORK/buildRoot/CMakeFiles/CMakeTmp/src.cxx:1:**
/usr/lib/gcc/x86_64-redhat-linux/11/include/avxintrin.h:1349:1: error: inlining failed in call to ‘always_inline’ ‘__m256i _mm256_set1_epi64x(long long int)’: target specific option mismatch
** 1349 | _mm256_set1_epi64x (long long __A)**
** | ^
/home/beizhenhu/WORK/buildRoot/CMakeFiles/CMakeTmp/src.cxx:2:48: note: called from here
** 2 | int main () {__m256i xmm = _mm256_set1_epi64x(0); xmm = _mm256_add_epi64(xmm,xmm);};**
** | ~~~~~~~~~~~~~~~~^**
gmake[1]: *** [CMakeFiles/cmTC_d066d.dir/build.make:78: CMakeFiles/cmTC_d066d.dir/src.cxx.o] Error 1
gmake[1]: Leaving directory ‘/home/beizhenhu/WORK/buildRoot/CMakeFiles/CMakeTmp’
gmake: *** [Makefile:127: cmTC_d066d/fast] Error 2
Please help me…
Please read tips for efficient and successful posting and posting code
Please fill also the fields below. Note that root -b -q
will tell you this info, and starting from 6.28/06 upwards, you can call .forum bug
from the ROOT prompt to pre-populate a topic.
_ROOT Version: ROOT 6.28/06
_Platform:
_Compiler: CentOS9