Opened 6 years ago
Closed 6 years ago
#57492 closed defect (fixed)
xrootd 4.8.5_2 checksum fails
Reported by: | hapaguy (Brian Kurt Fujikawa) | Owned by: | cjones051073 (Chris Jones) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | xrootd |
Description
xrootd 4.8.5_2 upgrade now fails due to checksum mismatch:
$ sudo port -sv upgrade xrootd ... ---> Attempting to fetch xrootd-4.8.5.tar.gz from https://github.com/xrootd/xrootd/tarball/v4.8.5 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 128 0 128 0 0 470 0 --:--:-- --:--:-- --:--:-- 470 100 2369k 0 2369k 0 0 2460k 0 --:--:-- --:--:-- --:--:-- 6869k ---> Verifying checksums for xrootd ---> Checksumming xrootd-4.8.5.tar.gz Error: Checksum (rmd160) mismatch for xrootd-4.8.5.tar.gz Portfile checksum: xrootd-4.8.5.tar.gz rmd160 28630ac28e77e788347338c5c389c53e12d2cd30 Distfile checksum: xrootd-4.8.5.tar.gz rmd160 e70ccbaacaa8eb5cebbec9f399cc7d161fffbbf2 Error: Checksum (sha256) mismatch for xrootd-4.8.5.tar.gz Portfile checksum: xrootd-4.8.5.tar.gz sha256 42e4d2cc6f8b442135f09bcc12c7be38b1a0c623a005cb5e69ff3d27997bdf73 Distfile checksum: xrootd-4.8.5.tar.gz sha256 db93951032748257d0effb3be9110884ced91a51d0577d42194e588318052a04 Error: Checksum (size) mismatch for xrootd-4.8.5.tar.gz Portfile checksum: xrootd-4.8.5.tar.gz size 2396436 Distfile checksum: xrootd-4.8.5.tar.gz size 2426210 The correct checksum line may be: checksums rmd160 e70ccbaacaa8eb5cebbec9f399cc7d161fffbbf2 \ sha256 db93951032748257d0effb3be9110884ced91a51d0577d42194e588318052a04 \ size 2426210 Error: Failed to checksum xrootd: Unable to verify file checksums ...
The xrootd update worked for me a few days ago on another machine, and I suspect that someone modified the xrootd-4.8.5.tar.gz tarball on github causing the checksum mismatch.
Thank you in advance!
Attachments (1)
Change History (4)
Changed 6 years ago by hapaguy (Brian Kurt Fujikawa)
comment:1 Changed 6 years ago by mf2k (Frank Schima)
Cc: | cjones051073 removed |
---|---|
Owner: | set to cjones051073 |
Status: | new → assigned |
comment:2 Changed 6 years ago by cjones051073 (Chris Jones)
comment:3 Changed 6 years ago by cjones051073 (Chris Jones)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Indeed, this looks like an upstream stealth update of the tarball. I have pushed the usual fix for this..