Opened 17 years ago

Closed 17 years ago

#11487 closed defect (fixed)

install mysql-5.0.36 failed

Reported by: jason.toris@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: High Milestone:
Component: ports Version: 1.3.2
Keywords: mysql5, mysql-5.0.36 Cc:
Port:

Description

When trying to install mysql5, it cannot find mysql-5.0.36 on the given servers. A manual check shows it only goes up to version 5.0.33. Thanks.

sudo port install mysql5 +server ---> Fetching mysql5 ---> Attempting to fetch mysql-5.0.36.tar.gz from http://mysql.mirrors.pair.com/Downloads/MySQL-5.0/ ---> Attempting to fetch mysql-5.0.36.tar.gz from http://mysql.he.net/Downloads/MySQL-5.0/ ---> Verifying checksum(s) for mysql5 Error: Checksum (md5) mismatch for mysql-5.0.36.tar.gz Error: Target com.apple.checksum returned: Could not open file: /opt/local/var/db/dports/distfiles/mysql5/mysql-5.0.36.tar.gz Error: Status 1 encountered during processing.

Change History (5)

comment:1 Changed 17 years ago by lrivers@…

I could only find version 27 myself. What about moving to 5.1 or 5.2?

comment:2 Changed 17 years ago by michael@…

Is there a workaround for this? A way to force port to use mysql 5.0.33 in the meantime?

comment:3 Changed 17 years ago by michael@…

If you change the existing Portfile in /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/databases/mysql5

Change the version to 5.0.33 and the checksums to be checksums md5 10cb85276a1468c7906a4ff4dd565d61 \

sha1 78893aa3f2fa7650dd013bd357b26d4ee3625c09

Then you will be able to install (this is from the Portfile that was out a few days ago)

comment:4 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from jberry@… to ryandesign@…

I had upgraded mysql5 to 5.0.36 in r22592 and it downloaded and installed just fine for me. Then MySQL AB apparently removed the 5.0.36 sources from mysql.com (I don't know why). So I have reverted my change and downgraded the port back to 5.0.33 in r22612.

comment:5 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.