New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #24454 (closed defect: worksforme)

Opened 3 years ago

Last modified 3 years ago

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 jmr@…) (diff)

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

comment:1 Changed 3 years ago by jmr@…

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

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 3 years ago by narf_tm@…

  • Status changed from new to closed
  • Resolution set to worksforme

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

comment:3 Changed 3 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.