Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#42937 closed defect (fixed)

php-redis - Bad checksum

Reported by: moderndeveloperllc (Mark Garrett) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: php-redis

Description

Bad checksum on download. It looks like it's attempting to download redis 2.2.5, but 2.8.7 looks to be the latest?:

:debug:main Executing org.macports.main (php55-redis)
:debug:main changing euid/egid - current euid: 0 - current egid: 0
:debug:main egid changed to: 503
:debug:main euid changed to: 504
:debug:archivefetch archivefetch phase started at Wed Mar 19 09:36:51 CDT 2014
:msg:archivefetch --->  Fetching archive for php55-redis
:debug:archivefetch Executing org.macports.archivefetch (php55-redis)
:debug:archivefetch euid/egid changed to: 0/0
:debug:archivefetch chowned /opt/local/var/macports/incoming to macports
:debug:archivefetch euid/egid changed to: 504/503
:info:archivefetch --->  php55-redis-2.2.5_0.darwin_13.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified
:msg:archivefetch --->  Attempting to fetch php55-redis-2.2.5_0.darwin_13.x86_64.tbz2 from http://lil.fr.packages.macports.org/php55-redis
:debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found
:msg:archivefetch --->  Attempting to fetch php55-redis-2.2.5_0.darwin_13.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/php55-redis
:debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found
:msg:archivefetch --->  Attempting to fetch php55-redis-2.2.5_0.darwin_13.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/php55-redis
:debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found
:debug:archivefetch Privilege de-escalation not attempted as not running as root.
:debug:fetch fetch phase started at Wed Mar 19 09:36:52 CDT 2014
:notice:fetch --->  Fetching distfiles for php55-redis
:debug:fetch Executing org.macports.fetch (php55-redis)
:info:fetch --->  redis-2.2.5.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/php5-redis
:notice:fetch --->  Attempting to fetch redis-2.2.5.tar.gz from https://github.com/nicolasff/phpredis/tarball/2.2.5
:debug:fetch Privilege de-escalation not attempted as not running as root.
:debug:checksum checksum phase started at Wed Mar 19 09:36:53 CDT 2014
:notice:checksum --->  Verifying checksums for php55-redis
:debug:checksum Executing org.macports.checksum (php55-redis)
:info:checksum --->  Checksumming redis-2.2.5.tar.gz
:error:checksum Checksum (rmd160) mismatch for redis-2.2.5.tar.gz
:info:checksum Portfile checksum: redis-2.2.5.tar.gz rmd160 c9518d26c671da99cc1f9e0060ef2edfd5259531
:info:checksum Distfile checksum: redis-2.2.5.tar.gz rmd160 52827b4ede0fa513010278794d9806f38857f7db
:error:checksum Checksum (sha256) mismatch for redis-2.2.5.tar.gz
:info:checksum Portfile checksum: redis-2.2.5.tar.gz sha256 e75d526ba91038cced8b034b98de7ade84a65ecdac849f4bb5e570e2b8c805b7
:info:checksum Distfile checksum: redis-2.2.5.tar.gz sha256 c1c4cccce4c140da58c00b19a41f5bd2d218811733711984fc3e8b73cd4c6b33
:info:checksum The correct checksum line may be:
:info:checksum checksums           rmd160  52827b4ede0fa513010278794d9806f38857f7db \
                    sha256  c1c4cccce4c140da58c00b19a41f5bd2d218811733711984fc3e8b73cd4c6b33
:error:checksum org.macports.checksum for port php55-redis returned: Unable to verify file checksums
:debug:checksum Error code: NONE
:debug:checksum Backtrace: Unable to verify file checksums

Change History (4)

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

Cc: ryandesign@… removed
Owner: changed from macports-tickets@… to ryandesign@…

According to https://github.com/nicolasff/phpredis/releases, 2.2.5 is the latest version, released 2 days ago. Where do you see a version 2.8.7?

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

Status: newassigned

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

Cc: brianjlandau@… removed
Resolution: fixed
Status: assignedclosed

Ah, you were thinking of redis, whose version is 2.8.7. php-redis' version is 2.2.5 however. They are different software packages.

Fixed in r118022.

comment:4 Changed 10 years ago by moderndeveloperllc (Mark Garrett)

Yep. Just poor naming from the dev and me not reading the trace thoroughly . I saw redis-2.2.5.tar.gz and thought it was trying to pull the redis package as a dependancy. Thanks for the quick fix.

Note: See TracTickets for help on using tickets.