Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#17383 closed defect (invalid)

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

Reported by: supairish@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port: mysql5

Description (last modified by mf2k (Frank Schima))

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 (4)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

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

Assigning to maintainer.

comment:2 Changed 15 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 15 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: invalid
Status: newclosed

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 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.