#22575 closed defect (invalid)
pkgconfig: checksum mismatch
Reported by: | sonia@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | checksum mismatch | Cc: | ryandesign (Ryan Carsten Schmidt) |
Port: | pkgconfig |
Description (last modified by skymoo (Adam Mercer))
$ sudo port selfupdate ---> Updating the ports tree ---> Updating MacPorts base sources using rsync MacPorts base version 1.8.1 installed, MacPorts base version 1.8.1 downloaded. ---> MacPorts base is already the latest version $ port clean --all pkgconfig $ sudo port install git-core ---> Computing dependencies for git-core ---> Verifying checksum(s) for pkgconfig Error: Checksum (md5) mismatch for pkg-config-0.23.tar.gz Error: Checksum (sha1) mismatch for pkg-config-0.23.tar.gz Error: Checksum (rmd160) mismatch for pkg-config-0.23.tar.gz Error: Target org.macports.checksum returned: Unable to verify file checksums Error: The following dependencies failed to build: curl pkgconfig expat libiconv gperf p5-error perl5 perl5.8 rsync popt gettext Error: Status 1 encountered during processing.
Change History (6)
comment:1 Changed 15 years ago by skymoo (Adam Mercer)
Description: | modified (diff) |
---|---|
Port: | pkgconfig added; chkconfig removed |
comment:2 Changed 15 years ago by skymoo (Adam Mercer)
comment:3 Changed 15 years ago by sonia@…
PEBKAC
I was using "port clean --all" rather than "port clean --dist".
When I did the latter and ran "sudo port checksum pkgconfig" all was good.
My apologies - I'm new to the ports system, still RTFM'ing.
Defect can be closed.
comment:4 Changed 15 years ago by skymoo (Adam Mercer)
Resolution: | → invalid |
---|---|
Status: | new → closed |
odd port clean --all
should also remove the distfile...
comment:5 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | chkconfig: checksum mismatch → pkgconfig: checksum mismatch |
---|
For future reference, there is a FAQ about checksum mismatches.
comment:6 Changed 15 years ago by jmroot (Joshua Root)
You needed to run the clean --all with root privileges.
Note: See
TracTickets for help on using
tickets.
Works for me: