Opened 10 years ago

Closed 10 years ago

#41485 closed defect (worksforme)

PHP54 install indicates checksum mismatch

Reported by: stuchalk (Stuart Chalk) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: php54

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Trying to fresh install php54 on Macports 2.2.1 on Mavericks with XCode 5.0.2 I get the following

--->  Verifying checksums for php54
Error: Checksum (md5) mismatch for php-5.4.22.tar.bz2
Error: Checksum (rmd160) mismatch for php-5.4.22.tar.bz2
Error: Checksum (sha256) mismatch for php-5.4.22.tar.bz2
***

Can you fix the portfile with the right checksums please?

Change History (3)

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

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

The portfile already has the correct checksums.

The portion of the error message that you did not quote above referred you to the MisbehavingServers page which explains that the problem is with your DNS servers.

Probably one of the php mirrors was removed, and because of your broken DNS servers, this turns into an error. If you let me know which mirror it was, I can remove it from the list. If you don't remember which mirror it was, try this:

sudo port clean --all php54
sudo port install php54

If the same error occurs, let me know what mirror it was. Or maybe it'll find a mirror that works and install ok.

comment:2 Changed 10 years ago by stuchalk (Stuart Chalk)

OK, its fixed. Sorry to create more work...

comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: worksforme
Status: newclosed

Glad you got it working.

Note: See TracTickets for help on using tickets.