Dear ROOT developers,
I am currently trying to re-build root 6.18/04 using the tarball from the root homepage: https://root.cern/download/root_v6.18.04.source.tar.gz
I am running into problems with the builtin DAVIX. From what I gather this is because the download that is happening fails, because the url from which the download should happen does no longer exist or is not reachable.
I have attached the download logs from the DAVIX step here.
The invoking cmake command is the following:
cmake <path/to/source> \
-DCMAKE_CXX_STANDARD=17 \
-Dgsl_shared=ON -Dbuiltin_gsl=OFF -Dgdml=ON \
-Dminuit=ON -Droofit=ON -Dunuran=ON \
-Dxrootd=ON -Dmathmore=ON \
-Dbuiltin_xrootd=ON -Dfortran=OFF \
-Dmysql=OFF -Dsqlite=OFF
Running make
afterwards leads to the following error:
CMake Error at DAVIX-stamp/DAVIX-download-RelWithDebInfo.cmake:49 (message):
Command failed: 1
'/cvmfs/sft.cern.ch/lcg/releases/CMake/3.14.3-34449/x86_64-centos7-gcc8-opt/bin/cmake' '-Dmake=' '-Dconfig=' '-P' '/tmp/madlener/build_root_6.18.04/builtins/davix/DAVIX-prefix/src/DAVIX-stamp/DAVIX-download-RelWithDebInfo-impl.cmake'
Checking the logs: The download is attempted from a url that seems to no longer exist
curl -I http://grid-deployment.web.cern.ch/grid-deployment/dms/lcgutil/tar/davix/0.6.7/davix-embedded-0.6.7.tar.gz
HTTP/1.1 404 Not Found
Date: Tue, 30 Mar 2021 11:32:04 GMT
Server: Apache
Last-Modified: Fri, 30 Oct 2020 14:55:37 GMT
ETag: "dc7-5b2e496e5594d"
Accept-Ranges: bytes
Content-Length: 3527
Connection: close
Content-Type: text/html
Has this been moved since the tarball has been released? If yes, is it still available somewhere else, so it would be possible to patch this to still be able to build root 6.18/04?
Cheers,
Thomas
DAVIX-download-out.log.txt (1.0 KB) DAVIX-download-err.log.txt (4.5 KB)
Please read tips for efficient and successful posting and posting code
ROOT Version: 6.18/04
Platform: CentOS7
Compiler: gcc-8.2