Opened 18 years ago
Closed 18 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 18 years ago by lrivers@…
comment:2 Changed 18 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 18 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 \
Then you will be able to install (this is from the Portfile that was out a few days ago)
comment:4 Changed 18 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from jberry@… to ryandesign@… |
---|
comment:5 Changed 18 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
I could only find version 27 myself. What about moving to 5.1 or 5.2?