Cannot build ROOT 6.10.04 (TBB-download fails)

The build of ROOT 6.10.04 with gcc (MacPorts gcc7 7-20170622_1) 7.1.1 20170622 on Mac OS X 10.12.6 fails, but due to an error downloading a file that appears to have been moved:

...
[ 84%] Built target GuiHtml

CMake Error at TBB-stamp/TBB-download-RelWithDebInfo.cmake:16 (message):
  Command failed: 1

   '/opt/local/bin/cmake' '-Dmake=' '-Dconfig=' '-P' '/Users/user/programs/root/root-6.10.04/install-build-gcc7/TBB-prefix/src/TBB-stamp/TBB-download-RelWithDebInfo-impl.cmake'

  See also

    /Users/user/programs/root/root-6.10.04/install-build-gcc7/TBB-prefix/src/TBB-stamp/TBB-download-*.log


make[2]: *** [TBB-prefix/src/TBB-stamp/TBB-download] Error 1
make[1]: *** [CMakeFiles/TBB.dir/all] Error 2
make: *** [all] Error 2

Here is the output of TBB-download-err.log:

CMake Error at TBB-stamp/download-TBB.cmake:157 (message):
  Each download failed!

    error: downloading 'http://lcgpackages.web.cern.ch/lcgpackages/tarFiles/sources/tbb2017_U5.tar.gz' failed
         status_code: 22
         status_string: "HTTP response code said error"
         log:
         --- LOG BEGIN ---
           Trying [an IP address]...

  TCP_NODELAY set

  Connected to proxyout.awebserver.com ([an IP address]) port 8080 (#0)

  GET
  http://lcgpackages.web.cern.ch/lcgpackages/tarFiles/sources/tbb2017_U5.tar.gz
  HTTP/1.1^M

  Host: lcgpackages.web.cern.ch^M

  User-Agent: curl/7.55.0^M

  Accept: */*^M

  Proxy-Connection: Keep-Alive^M

  ^M

  The requested URL returned error: 404 Not Found

  Closing connection 0



         --- LOG END ---

This was originally discovered here:

and a suggested issue was posted here:

1 Like

The problem is not that the package does not exist, but that https://lcgpackages.web.cern.ch/lcgpackages/tarFiles/sources is currently down. Please use system TBB or try again later. The repository should be back up soon. Cheers,

Thanks, I’ve download a tbb package and it built with no issues.

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