#32253: ld64@85.2.1 Unable to verify file checksums --------------------------------------+------------------------------------- Reporter: desmond_toa@… | Owner: mfeiri@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Resolution: | Keywords: haspatch Port: ld64 | --------------------------------------+------------------------------------- Changes (by dtakahashi42@…): * status: closed => reopened * resolution: worksforme => Comment: This problem still exists. I tried to install ld64 on Lion machine today, but it stoped with the same error with this issue. The suggested commands {{{port clean --all ld64}}} and {{{port check ld64}}} returned, {{{ $ sudo port clean --all ld64 ---> Cleaning ld64 $ sudo port check ld64 ---> Fetching ld64 ---> Attempting to fetch ld64-127.2.tar.gz from http://opensource.apple.com/tarballs/ld64/ ---> Attempting to fetch dyld_priv.h from http://opensource.apple.com/source/dyld/dyld-195.5/include/mach-o/dyld_priv.... ---> Attempting to fetch reloc.h from http://opensource.apple.com/source/cctools/cctools-806/include/mach-o/arm/re... ---> Verifying checksum(s) for ld64 Error: Checksum (md5) mismatch for dyld_priv.h Error: Checksum (sha1) mismatch for dyld_priv.h Error: Checksum (rmd160) mismatch for dyld_priv.h Error: Target org.macports.checksum returned: Unable to verify file checksums Log for ld64 is at: /opt/local/var/macports/logs/_LocalPort_port_devel_ld64/ld64/main.log Error: Status 1 encountered during processing. }}} and checksums of downloaded dyld_prev.h were different from that in the current portfile (r86656), {{{ $ for x in "md5" "sha1" "rmd160";do openssl dgst -$x dyld_priv.h ;done MD5(dyld_priv.h)= f553d448c70abe57b2f7f85fcca8c59e SHA1(dyld_priv.h)= bc699271351794c3fa30e93f18ff2646780ee125 RIPEMD160(dyld_priv.h)= 5ab99fdb47eda0ce2dcda5b57a7d3d3f02e627e7 }}} The results of both Lion and Snow leopard (different machines) were the same. I tried a patch proposed above, but unfortunately it did not resolve this issue here. -- Ticket URL: <https://trac.macports.org/ticket/32253#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS