Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#3325 closed defect (fixed)

expat distfiles fail checksum

Reported by: tahoma_toelkes@… Owned by: blb@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

Here's the output from my Emacs shell. I get the same results in the Terminal app.

Pi:~ tahoma$ sudo port clean --all expat Password: ---> Cleaning expat Pi:~ tahoma$ sudo port install expat ---> Fetching expat ---> Attempting to fetch expat-1.95.8.tar.gz from http://voxel.dl.sourceforge.net/expat ---> Attempting to fetch expat-1.95.8.tar.gz from http://kent.dl.sourceforge.net/expat ---> Verifying checksum(s) for expat Error: Checksum (md5) mismatch for expat-1.95.8.tar.gz Error: Target com.apple.checksum returned: Unable to verify file checksums Pi:~ tahoma$

Change History (3)

comment:1 Changed 19 years ago by jmpp@…

Owner: changed from darwinports-bugs@… to blb@…

comment:2 Changed 19 years ago by tahoma_toelkes@…

Resolution: fixed
Status: newclosed

And, today, it doesn't. The following was captured from the same emacs shell this morning with absolutely no environment changes. Something was different from the TCP/IP connection outward...

Pi:~ tahoma$ sudo port clean --all expat Password: ---> Cleaning expat Pi:~ tahoma$ sudo port install expat ---> Fetching expat ---> Attempting to fetch expat-1.95.8.tar.gz from http://voxel.dl.sourceforge.net/expat ---> Attempting to fetch expat-1.95.8.tar.gz from http://kent.dl.sourceforge.net/expat ---> Verifying checksum(s) for expat ---> Extracting expat ---> Configuring expat ---> Building expat with target all ---> Staging expat into destroot ---> Packaging tgz archive for expat 1.95.8_1 ---> Installing expat 1.95.8_1 ---> Activating expat 1.95.8_1 ---> Cleaning expat Pi:~ tahoma$

-- Tahoma

comment:3 Changed 19 years ago by blb@…

It was most likely a sourceforge mirror hiccup, since there've been issues with the way SF's mirroring works (an unavailable file will return a redirect instead of a 404, causing the download process to think the final HTML page downloaded is actually the proper file.)

Good to hear the mirror cooperated today.

Note: See TracTickets for help on using tickets.