Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#38580 closed defect (fixed)

ufraw @0.19.2: checksum mismatch

Reported by: deesto (John S. De Stefano Jr.) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: ryandesign (Ryan Carsten Schmidt), tgederberg
Port: ufraw

Description

DEBUG: Executing org.macports.checksum (ufraw)
Error: Checksum (sha256) mismatch for ufraw-0.19.2.tar.gz
Error: Checksum (rmd160) mismatch for ufraw-0.19.2.tar.gz
Error: org.macports.checksum for port ufraw returned: Unable to verify file checksums
DEBUG: Error code: NONE
DEBUG: Backtrace: Unable to verify file checksums
    while executing
"$procedure $targetname"
DEBUG: couldn't open "/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex": no such file or directory
    while executing
"open [file join $dir tclIndex]"
Error: Unable to upgrade port: 1

Attachments (2)

ufraw-port-upgrade.log (1.1 KB) - added by deesto (John S. De Stefano Jr.) 11 years ago.
ufraw.diff (59.9 KB) - added by ryandesign (Ryan Carsten Schmidt) 11 years ago.
difference between the old 0.19.2 and the new 0.19.2

Download all attachments as: .zip

Change History (11)

Changed 11 years ago by deesto (John S. De Stefano Jr.)

Attachment: ufraw-port-upgrade.log added

comment:1 Changed 11 years ago by cooljeanius (Eric Gallager)

I can reproduce this. My output looks like this:

DEBUG: checksum phase started at Fri Mar 29 15:25:01 EDT 2013
--->  Verifying checksum(s) for ufraw
DEBUG: Executing org.macports.checksum (ufraw)
--->  Checksumming ufraw-0.19.2.tar.gz
Error: Checksum (sha256) mismatch for ufraw-0.19.2.tar.gz
Portfile checksum: ufraw-0.19.2.tar.gz sha256 2b2e0912d2d90f8043e8f8246bac74584159683e9f88adc28db1f24d2fb32c30
Distfile checksum: ufraw-0.19.2.tar.gz sha256 73befe9f16f015a8c0f26cef3bb2e17cac9ae64aef2ade48c29aedb1ee51abd3
Error: Checksum (rmd160) mismatch for ufraw-0.19.2.tar.gz
Portfile checksum: ufraw-0.19.2.tar.gz rmd160 c83f73e27e3fff93889e51e46b697468ac856800
Distfile checksum: ufraw-0.19.2.tar.gz rmd160 358b29124496acc6bff25c1a258cb5b8d64c6359
The correct checksum line may be:
checksums           sha256  73befe9f16f015a8c0f26cef3bb2e17cac9ae64aef2ade48c29aedb1ee51abd3 \
                    rmd160  358b29124496acc6bff25c1a258cb5b8d64c6359
Error: org.macports.checksum for port ufraw returned: Unable to verify file checksums

comment:2 Changed 11 years ago by larryv (Lawrence Velázquez)

Cc: deesto removed
Keywords: checksum mismatch error removed
Resolution: worksforme
Status: newclosed
Summary: ufraw checksum verification errorufraw @0.19.2: checksum mismatch

The distfile checks out fine for me. Maybe they had a temporary hosting issue.

comment:3 Changed 11 years ago by cooljeanius (Eric Gallager)

It's still failing for me...

comment:4 in reply to:  3 ; Changed 11 years ago by larryv (Lawrence Velázquez)

Resolution: worksforme
Status: closedreopened

Replying to egall@…:

It's still failing for me...

I double-checked my debug output; I was originally getting the distfile from a MacPorts mirror. The SourceForge download does have a checksum issue.

Last edited 11 years ago by larryv (Lawrence Velázquez) (previous) (diff)

comment:5 Changed 11 years ago by larryv (Lawrence Velázquez)

Owner: changed from macports-tickets@… to devans@…
Status: reopenednew

Looks like a stealth update.

comment:6 in reply to:  4 Changed 11 years ago by jmroot (Joshua Root)

Replying to larryv@…:

I double-checked my debug output; I was originally getting the distfile from a MacPorts mirror. The SourceForge download does have a checksum issue.

This is why the FAQ says to indicate which mirror the file was downloaded from when reporting checksum mismatches.

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

Cc: ryandesign@… added

Looks like they just updated the autotools files to newer versions:

$ diff -rq ufraw-0.19.2 0.19.2_1/ufraw-0.19.2 
Files ufraw-0.19.2/config.guess and 0.19.2_1/ufraw-0.19.2/config.guess differ
Files ufraw-0.19.2/config.sub and 0.19.2_1/ufraw-0.19.2/config.sub differ
Files ufraw-0.19.2/depcomp and 0.19.2_1/ufraw-0.19.2/depcomp differ
Files ufraw-0.19.2/install-sh and 0.19.2_1/ufraw-0.19.2/install-sh differ
Files ufraw-0.19.2/missing and 0.19.2_1/ufraw-0.19.2/missing differ

Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: ufraw.diff added

difference between the old 0.19.2 and the new 0.19.2

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

Cc: tgederberg@… added
Resolution: fixed
Status: newclosed

Updated in r104658. I didn't update the checksums because I don't think these changes affect the files that end up getting installed.

comment:9 in reply to:  8 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to ryandesign@…:

I didn't update the checksums

I didn't update the revision.

Note: See TracTickets for help on using tickets.