#31542: erlang @R14B04 Checksum mismatch for otp_doc_html_R14B04.tar.gz ----------------------------------+----------------------------------------- Reporter: peer@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: checksum | Port: erlang ----------------------------------+----------------------------------------- The html doc tarball has a checksum mismatch. I tried the recommended redownload with the same results. The files are not corrupt since the Gzip checksums are ok: {{{ $ gzip -v -t *.gz otp_doc_html_R14B04.tar.gz: OK otp_doc_man_R14B04.tar.gz: OK otp_src_R14B04.tar.gz: OK }}} From the logfile there can be seed that the files are fetched from [http://www.erlang.org/download/] The error message when installing erlang @R14B04 is: {{{ ---> Attempting to fetch otp_src_R14B04.tar.gz from http://www.erlang.org/download/ ---> Attempting to fetch otp_doc_man_R14B04.tar.gz from http://www.erlang.org/download/ ---> Attempting to fetch otp_doc_html_R14B04.tar.gz from http://www.erlang.org/download/ ---> Verifying checksum(s) for erlang Error: Checksum (sha1) mismatch for otp_doc_html_R14B04.tar.gz Error: Checksum (rmd160) mismatch for otp_doc_html_R14B04.tar.gz Error: Target org.macports.checksum returned: Unable to verify file checksums }}} The relevant part of the logfile: {{{ :notice:fetch ---> Attempting to fetch otp_src_R14B04.tar.gz from http://lil.fr.distfiles.macports.org/erlang :debug:fetch Fetching failed:: Operation too slow. Less than 1024 bytes/sec transfered the last 60 seconds :notice:fetch ---> Attempting to fetch otp_src_R14B04.tar.gz from http://www.erlang.org/download/ :info:fetch ---> otp_doc_man_R14B04.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/erlang :notice:fetch ---> Attempting to fetch otp_doc_man_R14B04.tar.gz from http://lil.fr.distfiles.macports.org/erlang :debug:fetch Fetching failed:: Operation too slow. Less than 1024 bytes/sec transfered the last 60 seconds :notice:fetch ---> Attempting to fetch otp_doc_man_R14B04.tar.gz from http://www.erlang.org/download/ :info:fetch ---> otp_doc_html_R14B04.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/erlang :notice:fetch ---> Attempting to fetch otp_doc_html_R14B04.tar.gz from http://lil.fr.distfiles.macports.org/erlang :debug:fetch Fetching failed:: couldn't connect to host :notice:fetch ---> Attempting to fetch otp_doc_html_R14B04.tar.gz from http://www.erlang.org/download/ :debug:fetch Privilege de-escalation not attempted as not running as root. :debug:checksum checksum phase started at Sat Oct 8 12:13:23 CEST 2011 :notice:checksum ---> Verifying checksum(s) for erlang :debug:checksum Executing org.macports.checksum (erlang) :info:checksum ---> Checksumming otp_src_R14B04.tar.gz :debug:checksum Correct (sha1) checksum for otp_src_R14B04.tar.gz :debug:checksum Correct (rmd160) checksum for otp_src_R14B04.tar.gz :info:checksum ---> Checksumming otp_doc_man_R14B04.tar.gz :debug:checksum Correct (sha1) checksum for otp_doc_man_R14B04.tar.gz :debug:checksum Correct (rmd160) checksum for otp_doc_man_R14B04.tar.gz :info:checksum ---> Checksumming otp_doc_html_R14B04.tar.gz :error:checksum Checksum (sha1) mismatch for otp_doc_html_R14B04.tar.gz :info:checksum Portfile checksum: otp_doc_html_R14B04.tar.gz sha1 f70762b30aa37aa677c4055060366006a9800af2 :info:checksum Distfile checksum: otp_doc_html_R14B04.tar.gz sha1 86f76adee9bf953e5578d7998fda9e7dfc0d43f5 :error:checksum Checksum (rmd160) mismatch for otp_doc_html_R14B04.tar.gz :info:checksum Portfile checksum: otp_doc_html_R14B04.tar.gz rmd160 c748140ee1fc2f3d5d9e9c0f5b643808a626b2f1 :info:checksum Distfile checksum: otp_doc_html_R14B04.tar.gz rmd160 0e44a933ae35fe95d1ecd9958c9e86ce398e259f :info:checksum The correct checksum line may be: :info:checksum checksums otp_src_R14B04.tar.gz \ sha1 e469c20c8be6c51bb584a2dec235c4714a60b4db \ rmd160 1619a05e7d3df9cb5f9c41e32d9cfb0d8b4edd56 \ otp_doc_man_R14B04.tar.gz \ sha1 41f4ea59c9622e39b30882e173983252b6faca81 \ rmd160 420d89fd32f2851253a5cef124ced50851dc2bb0 \ otp_doc_html_R14B04.tar.gz \ sha1 86f76adee9bf953e5578d7998fda9e7dfc0d43f5 \ rmd160 0e44a933ae35fe95d1ecd9958c9e86ce398e259f :error:checksum Target org.macports.checksum returned: Unable to verify file checksums }}} -- Ticket URL: <https://trac.macports.org/ticket/31542> MacPorts <http://www.macports.org/> Ports system for Mac OS