New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #17383 (closed defect: invalid)

Opened 4 years ago

Last modified 4 years ago

Unable to install mysql5 through macports, due to fetch fail from download mirror maybe?

Reported by: supairish@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port: mysql5

Description (last modified by macsforever2000@…) (diff)

I'm unable to install mysql5 +server through macports. It errors out with a fetch fail from http://svn.macports.org/repository/macports/downloads/mysql5

Here's the output

sjax:~ cirish$ sudo port install mysql5 +server
--->  Fetching mysql5
--->  Attempting to fetch mysql-5.0.51a.tar.gz from http://mysql.mirrors.pair.com/Downloads/MySQL-5.0/
--->  Attempting to fetch mysql-5.0.51a.tar.gz from http://mysql.he.net/Downloads/MySQL-5.0/
--->  Attempting to fetch mysql-5.0.51a.tar.gz from http://mysql.orst.edu/Downloads/MySQL-5.0
--->  Attempting to fetch mysql-5.0.51a.tar.gz from http://mysql.oss.eznetsols.org/Downloads/MySQL-5.0/
--->  Attempting to fetch mysql-5.0.51a.tar.gz from http://mirrors.sunsite.dk/mysql/Downloads/MySQL-5.0/
--->  Attempting to fetch mysql-5.0.51a.tar.gz from http://sunsite.informatik.rwth-aachen.de/mysql/Downloads/MySQL-5.0/
--->  Attempting to fetch mysql-5.0.51a.tar.gz from http://ftp.plusline.de/mysql/Downloads/MySQL-5.0/
--->  Attempting to fetch mysql-5.0.51a.tar.gz from http://svn.macports.org/repository/macports/distfiles/mysql5
--->  Attempting to fetch mysql-5.0.51a.tar.gz from http://svn.macports.org/repository/macports/distfiles/general/
--->  Attempting to fetch mysql-5.0.51a.tar.gz from http://svn.macports.org/repository/macports/downloads/mysql5
Error: Target org.macports.fetch returned: fetch failed
Error: Status 1 encountered during processing.

Change History

comment:1 Changed 4 years ago by macsforever2000@…

  • Owner changed from macports-tickets@… to ryandesign@…
  • Description modified (diff)
  • Port set to mysql5

Assigning to maintainer.

comment:2 Changed 4 years ago by blb@…

Looks like 5.0.51a has been removed from the various mirrors, so it must be time to update the mysql5 version...until that happens, you can use the fetch failures info on how to grab the 5.0.51a version from the MacPorts mirror.

comment:3 Changed 4 years ago by ryandesign@…

  • Status changed from new to closed
  • Resolution set to invalid

mysql5 was updated to 5.0.67 in r39173, so your ports tree is out of date. You just need to "sudo port sync" to update your ports tree. Then you can try installing mysql5 again.

Be sure to also check the output of "port outdated"; I expect you'll have many outdated ports, each of which you should "sudo port upgrade".

comment:4 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.