Hello,
I'm not able to install anything via mac ports, see code below:
It cant calculate md5 sum, whatever I install md5 sum is wrong, not just this package. How do I remove checksum program and reinstall it again> it seems it is malfunctioning.
I'm not able to install anything via mac ports, see code below:
Code:
sh-3.2# port install wireshark
Portfile changed since last build; discarding previous state.
---> Fetching c-ares
---> Attempting to fetch c-ares-1.6.0.tar.gz from http://c-ares.haxx.se/
---> Verifying checksum(s) for c-ares
---> Extracting c-ares
---> Configuring c-ares
---> Building c-ares
---> Staging c-ares into destroot
---> Installing c-ares @1.6.0_0
---> Activating c-ares @1.6.0_0
---> Cleaning c-ares
Portfile changed since last build; discarding previous state.
---> Fetching jpeg
---> Verifying checksum(s) for jpeg
Error: Checksum (md5) mismatch for droppatch.tar.gz
Error: Target org.macports.checksum returned: Unable to verify file checksums
Error: The following dependencies failed to build: gtk2 jasper jpeg pango shared-mime-info tiff xorg-libXcomposite xorg-compositeproto xorg-libXfixes xorg-fixesproto xorg-libXcursor xorg-libXdamage xorg-damageproto xorg-libXi xorg-libXinerama xorg-xineramaproto xorg-libXrandr xorg-randrproto
Error: Status 1 encountered during processing.
sh-3.2# port remove checksum
Unrecognized action "remove"
sh-3.2# port uninstall checksum
Error: port uninstall failed: Registry error: checksum not registered as installed.
It cant calculate md5 sum, whatever I install md5 sum is wrong, not just this package. How do I remove checksum program and reinstall it again> it seems it is malfunctioning.