Bug #75238 Timeout, set in cmake/boost.cmake is too small for flaky connections
Submitted: 16 Dec 2014 20:44 Modified: 2 Feb 2015 16:01
Reporter: Sveta Smirnova Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:5.7.6 OS:Any
Assigned to: CPU Architecture:Any

[16 Dec 2014 20:44] Sveta Smirnova
Description:
It is very inconvenient to compile 5.7 sources if someone uses slow connection, because due to TIMEOUT, set to 600 seconds at line 160, is too small.

How to repeat:
Compile MySQL 5.7 on computer with slow connection without Boost installed

Suggested fix:
Make timeout configurable
[2 Feb 2015 16:01] Paul DuBois
Noted in 5.7.6 changelog.

For a slow network connection, the timeout for downloading Boost (600 
seconds) could be too short. A new CMake option,
DOWNLOAD_BOOST_TIMEOUT, is now available to configure the timeout.