Built target LLVMScalarOpts Error2

On the make -j8 step

[ 63%] Linking CXX static library …/…/libLLVMScalarOpts.a
[ 63%] Built target LLVMScalarOpts
make: *** [Makefile:171: all] Error 2

ROOT Version: 6.24.00
Platform: rhel8.2
Compiler: GNU Make 4.2.1


Hi @aurelien ,
what compiler or toolchain is that with (e.g. gcc or clang version and installed from where – system packages or devtoolset)? Can you share the full compilation error?

Cheers,
Enrico

This is the full message … maybe you got some verbose option ?

The système of the forum says “maximum response in a day reach … wait 17 hours”

[ 0%] Built target AFTERIMAGE
make -f CMakeFiles/TBB.dir/build.make CMakeFiles/TBB.dir/depend
make[2]: Entering directory ‘/users5/appli/produits/root-6.24/root-6.24.00/build’
cd /users5/appli/produits/root-6.24/root-6.24.00/build && /usr/bin/cmake -E cmake_depends “Unix Makefiles” /users5/appli/produits/root-6.24/root-6.24.00 /users5/ appli/produits/root-6.24/root-6.24.00 /users5/appli/produits/root-6.24/root-6.24.00/build /users5/appli/produits/root-6.24/root-6.24.00/build /users5/appli/produ its/root-6.24/root-6.24.00/build/CMakeFiles/TBB.dir/DependInfo.cmake --color=
make[2]: Leaving directory ‘/users5/appli/produits/root-6.24/root-6.24.00/build’
make -f CMakeFiles/TBB.dir/build.make CMakeFiles/TBB.dir/build
make[2]: Entering directory ‘/users5/appli/produits/root-6.24/root-6.24.00/build’
[ 0%] Performing download step (download, verify and extract) for ‘TBB’
cd /users5/appli/produits/root-6.24/root-6.24.00/build/TBB-prefix/src && /usr/bin/cmake -P /users5/appli/produits/root-6.24/root-6.24.00/build/TBB-prefix/src/TBB -stamp/TBB-download-Release.cmake
CMake Error at TBB-stamp/TBB-download-Release.cmake:49 (message):
Command failed: 1

‘/usr/bin/cmake’ ‘-Dmake=’ ‘-Dconfig=’ ‘-P’ ‘/users5/appli/produits/root-6.24/root-6.24.00/build/TBB-prefix/src/TBB-stamp/TBB-download-Release-impl.cmake’

See also

/users5/appli/produits/root-6.24/root-6.24.00/build/TBB-prefix/src/TBB-stamp/TBB-download-*.log

make[2]: *** [CMakeFiles/TBB.dir/build.make:111: TBB-prefix/src/TBB-stamp/TBB-download] Error 1
make[2]: Leaving directory ‘/users5/appli/produits/root-6.24/root-6.24.00/build’
make[1]: *** [CMakeFiles/Makefile2:8640: CMakeFiles/TBB.dir/all] Error 2
make[1]: Leaving directory ‘/users5/appli/produits/root-6.24/root-6.24.00/build’
make: *** [Makefile:171: all] Error 2

# gcc --version
gcc (GCC) 8.4.1 20200928 (Red Hat 8.4.1-1)

System          Linux-4.18.0-193.el8.x86_64
Build type      Release
Install path    /users5/appli/produits/root-6.24/root-6.24.00
Compiler        GNU 8.4.1
Compiler flags:
C                -Wno-implicit-fallthrough -pipe -Wall -W -pthread -O3 -DNDEBUG
C++              -std=c++14 -Wno-implicit-fallthrough -Wno-noexcept-type -pipe  -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -O3 -DNDEBUG
Linker flags:
Executable       -rdynamic
Module
Shared           -Wl,--no-undefined -Wl,--hash-style="both"

The point is that we are offline … xrootd is installed … so no need to download it.

I Cannot respond because of limit by day ! …

So I edited

best would be a : make (without xrood) support

is that possible ?

Yes, make VERBOSE=1 (without the -j8 so we get a clean and ordered output) :grinning_face_with_smiling_eyes:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.