#16399 closed defect (worksforme)
pkg-config 0.23 Checksum failure
Reported by: | Marc.Enzmann@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
noname:~ Marc$ sudo port install pkgconfig ---> 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: Status 1 encountered during processing.
Change History (5)
comment:1 follow-up: 2 Changed 16 years ago by blb@…
Milestone: | → Port Bugs |
---|
comment:2 Changed 16 years ago by Marc.Enzmann@…
Replying to blb@…:
Grabbing the file from both locations results in correct checksums here; can you try running
sudo port clean --all pkgconfig
then try again?
Replaced the tar.gz in /opt/local/var/macports/disfile/pkgconfig then things went smoothly. The freedesktop.org server is currently down for maintenance. Could this lead to the issue? I did however not receive an indication that the file was not downloaded properly.
comment:3 Changed 16 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|
comment:4 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
freedesktop.org, where pkgconfig is hosted, was down, but is up now. Do sudo port clean --all pkgconfig
and try again and it should work now.
Grabbing the file from both locations results in correct checksums here; can you try running
sudo port clean --all pkgconfig
then try again?