Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#24454 closed defect (worksforme)

checksum failure on p5-scalar-list-utils

Reported by: other@… Owned by: narf_tm@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: p5-scalar-list-utils

Description (last modified by jmroot (Joshua Root))

The end of the output is below. I ran:

sudo port -vc -d upgrade p5-scalar-list-utils 

DEBUG: Searching for dependency: perl5
DEBUG: Found Dependency: receipt exists for perl5
DEBUG: Executing org.macports.main (p5-scalar-list-utils)
--->  Fetching p5-scalar-list-utils
DEBUG: Executing org.macports.fetch (p5-scalar-list-utils)
--->  Verifying checksum(s) for p5-scalar-list-utils
DEBUG: Executing org.macports.checksum (p5-scalar-list-utils)
--->  Checksumming Scalar-List-Utils-1.23.tar.gz
Error: Checksum (md5) mismatch for Scalar-List-Utils-1.23.tar.gz
Portfile checksum: Scalar-List-Utils-1.23.tar.gz md5 2e7909f8737cd6eecd8520b77326916b
Distfile checksum: Scalar-List-Utils-1.23.tar.gz md5 ce17fd1c5a7068ffaf48cd9145ad1758
Error: Checksum (sha1) mismatch for Scalar-List-Utils-1.23.tar.gz
Portfile checksum: Scalar-List-Utils-1.23.tar.gz sha1 e88f4df0d0d64db03f4ad6fa91951571148fa27f
Distfile checksum: Scalar-List-Utils-1.23.tar.gz sha1 b93d13505a421e3cf0fa7658eae11c91d51190b2
Error: Checksum (rmd160) mismatch for Scalar-List-Utils-1.23.tar.gz
Portfile checksum: Scalar-List-Utils-1.23.tar.gz rmd160 fe5c73fb7bb482dc47331f027f68ac5a709b1dc8
Distfile checksum: Scalar-List-Utils-1.23.tar.gz rmd160 0a56585dc9be1d931cfa914a264a3fdbf2ff1310
The correct checksum line may be:
checksums           md5     ce17fd1c5a7068ffaf48cd9145ad1758 \
                    sha1    b93d13505a421e3cf0fa7658eae11c91d51190b2 \
                    rmd160  0a56585dc9be1d931cfa914a264a3fdbf2ff1310
Error: Target org.macports.checksum returned: Unable to verify file checksums
DEBUG: Backtrace: Unable to verify file checksums
    while executing
"$procedure $targetname"
Warning: the following items did not execute (for p5-scalar-list-utils): org.macports.destroot org.macports.extract org.macports.checksum org.macports.patch org.macports.configure org.macports.build
DEBUG: couldn't read file "/opt/local/share/macports/Tcl/darwintrace1.0/pkgIndex.tcl": no such file or directory
    while executing
"source [file join $dir pkgIndex.tcl]"
Error: Unable to upgrade port: 1

Change History (3)

comment:1 Changed 14 years ago by jmroot (Joshua Root)

Description: modified (diff)
Owner: changed from macports-tickets@… to narf_tm@…
Port: p5-scalar-list-utils added
Summary: checksum failure on scalar-list-utilschecksum failure on p5-scalar-list-utils

Please remember to fill in the Port field and cc the maintainer. As per the FAQ, you need to indicate which mirror your file was downloaded from.

comment:2 Changed 14 years ago by narf_tm@…

Resolution: worksforme
Status: newclosed

Try running "port clean --all p5-scalar-list-utils" first.

comment:3 Changed 14 years ago by other@…

Thanks. works for me now. I had run " port -vc -d clean p5-scalar-list-utils" before.

Note: See TracTickets for help on using tickets.