Opened 8 years ago

Closed 7 years ago

Last modified 7 years ago

#52185 closed defect (fixed)

mysql57 @5.7.15: Download failed, error: 56;"Failure when receiving data from the peer"

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: pixilla (Bradley Giesbrecht)
Priority: Normal Milestone:
Component: ports Version: 2.3.99
Keywords: Cc: jmpp@…, MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Port: mysql57

Description

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.

Attachments (1)

main.log (22.8 KB) - added by ryandesign (Ryan Carsten Schmidt) 8 years ago.

Download all attachments as: .zip

Change History (6)

Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log added

comment:1 Changed 8 years ago by pixilla (Bradley Giesbrecht)

Cc: jmpp@… added

comment:2 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

#53301 was submitted to resolve this.

comment:3 Changed 7 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Cc: MarcusCalhoun-Lopez added

comment:4 Changed 7 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: fixed
Status: newclosed

In d74ef298/macports-ports:

mysql57: prevent downloading files after fetch

No revbump since installation doesn't change.

Closes #52185
See #53301

comment:5 Changed 7 years ago by pixilla (Bradley Giesbrecht)

Thank you Marcus.

Note: See TracTickets for help on using tickets.