mysql57 @5.7.15: Download failed, error: 56;"Failure when receiving data from the peer"
mysql57 fails to configure. Looks like cmake is trying to download boost:
-- MySQL 5.7.15
-- Packaging as: mysql-5.7.15-osx10.11-x86_64
-- Downloading boost_1_59_0.tar.gz to /opt/local/var/macports/build/_Users_rschmidt_macports_dports_databases_mysql57/mysql57/work/build/boost
-- [download 0% complete]
-- Download failed, error: 56;"Failure when receiving data from the peer"
CMake Error at cmake/boost.cmake:194 (MESSAGE):
You can try downloading
http://sourceforge.net/projects/boost/files/boost/1.59.0/boost_1_59_0.tar.gz
manually using curl/wget or a similar tool
Call Stack (most recent call first):
CMakeLists.txt:455 (INCLUDE)
-- Configuring incomplete, errors occurred!
Build systems shouldn't download other files. Either declare a dependency on the boost port, or if that won't work, list the boost distfile in the port's distfiles so that MacPorts can download it, then make the build system use that copy.
Change History (6)
Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: |
MarcusCalhoun-Lopez added
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
#53301 was submitted to resolve this.