Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#39976 closed defect (fixed)

mysql51 checksums might need to be updated

Reported by: mp@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: Cc: pixilla (Bradley Giesbrecht), wallyg@…
Port: mysql51

Description

#39906 makes it highly probably that the mysql51 checksums need to be updated as well. See over there.

However, I haven't seen this problem in practice myself as there are a lot of MacPorts distfile mirrors for this port and they contain the file before the stealth upgrade (with checksums matching the current portfile).

Change History (5)

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: pixilla@… added
Keywords: checksum removed
Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

The mysql5 and mysql51 ports have the same list of master_sites.

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

Resolution: fixed
Status: assignedclosed

comment:3 Changed 11 years ago by wallyg@…

So why do I still get this:

 bash-3.2# port install mysql5

--->  Computing dependencies for mysql5
--->  Fetching archive for mysql5
--->  Attempting to fetch mysql5-5.1.70_0.darwin_12.x86_64.tbz2 from http://packages.macports.org/mysql5
--->  Attempting to fetch mysql5-5.1.70_0.darwin_12.x86_64.tbz2 from http://lil.fr.packages.macports.org/mysql5
--->  Attempting to fetch mysql5-5.1.70_0.darwin_12.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/mysql5
--->  Fetching distfiles for mysql5
--->  Verifying checksums for mysql5
Error: Checksum (rmd160) mismatch for mysql-5.1.70.tar.gz
Error: Checksum (sha256) mismatch for mysql-5.1.70.tar.gz
Error: org.macports.checksum for port mysql5 returned: Unable to verify file checksums
Please see the log file for port mysql5 for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_mysql5/mysql5/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port mysql5 failed

Is there a way to specify a particular location to pull a port from?

Last edited 11 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

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

Cc: wallyg@… added

Remember to use WikiFormatting and to Cc yourself if you want to be notified of replies.

No, you cannot specify a mirror to use. Maybe you need to clean out old distfiles. Try:

sudo port clean --all mysql5

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

The mysql5 and mysql51 ports have been updated to 5.1.71. Please sync, clean and install:

$ sudo port sync
$ sudo port clean mysql5
$ sudo port install mysql5
Note: See TracTickets for help on using tickets.