Opened 10 months ago
Closed 10 months ago
#69229 closed defect (fixed)
octave-doc @0.5.3: checksum mismatch
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | Schamschula (Marius Schamschula) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.9.0 |
Keywords: | Cc: | ||
Port: | octave-doc |
Description
---> Verifying checksums for octave-doc DEBUG: Executing org.macports.checksum (octave-doc) ---> Checksumming pkg-octave-doc-0.5.3.tar.gz DEBUG: Calculated (rmd160) is d35f8a77ded51a1e94d6f3b99668cb89a3810ec7 Error: Checksum (rmd160) mismatch for pkg-octave-doc-0.5.3.tar.gz Portfile checksum: pkg-octave-doc-0.5.3.tar.gz rmd160 465b619f80320fd185a176ffb0bc2205b430af7d Distfile checksum: pkg-octave-doc-0.5.3.tar.gz rmd160 d35f8a77ded51a1e94d6f3b99668cb89a3810ec7 DEBUG: Calculated (sha256) is 28d13225548ea92c776b7fdfe1d2e937446fc82241ed1f990701ccbce2d8e515 Error: Checksum (sha256) mismatch for pkg-octave-doc-0.5.3.tar.gz Portfile checksum: pkg-octave-doc-0.5.3.tar.gz sha256 b08cd7f172d4209ccc4618c254e7106caa33733167b0788d8e3169b21ffc3a03 Distfile checksum: pkg-octave-doc-0.5.3.tar.gz sha256 28d13225548ea92c776b7fdfe1d2e937446fc82241ed1f990701ccbce2d8e515 DEBUG: Calculated (size) is 156289 Error: Checksum (size) mismatch for pkg-octave-doc-0.5.3.tar.gz Portfile checksum: pkg-octave-doc-0.5.3.tar.gz size 156286 Distfile checksum: pkg-octave-doc-0.5.3.tar.gz size 156289 The correct checksum line may be: checksums rmd160 d35f8a77ded51a1e94d6f3b99668cb89a3810ec7 \ sha256 28d13225548ea92c776b7fdfe1d2e937446fc82241ed1f990701ccbce2d8e515 \ size 156289 Error: Failed to checksum octave-doc: Unable to verify file checksums
Change History (3)
comment:1 Changed 10 months ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 10 months ago by Schamschula (Marius Schamschula)
Due to the upstream issue with the Octave package homepages, and their overall transition to GitHub, I'm making changes in the octave 1.0 PG.
As I was fixing the homepages (@ 3AM) I noticed a new version of octave-doc
was available.
I updated locally and then copied the checksums to the standard Portfile (in master), which still uses the old octave PG.
I'm not at my home machine at the moment to compare Portfiles, but I suspect you correctly diagnosed the issue.
comment:3 Changed 10 months ago by Marius Schamschula <mschamschula@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
It is using
github.tarball_from tarball
. Did you mean for it to usegithub.tarball_from archive
?