I am trying to install libxml2 using macport 1.6 and get the following errors:---> Fetching libxml2 ---> Verifying checksum(s) for libxml2 Error: Checksum (md5) mismatch for libxml2-2.6.30.tar.gz Error: Checksum (sha1) mismatch for libxml2-2.6.30.tar.gz Error: Checksum (rmd160) mismatch for libxml2-2.6.30.tar.gz Error: Target org.macports.checksum returned: Unable to verify file checksums Error: Status 1 encountered during processing. I have tried to remove the downloaded file and start over -- that has lead to other issues. How do I remove a port and start over? Thanks Michael
It seems that version 2.6.30 does not download completely. The checksums do not match and it does not untar. When I untar (table) I get these errors. tar: Skipping to next header tar: Archive contains obsolescent base-64 headers gzip: stdin: invalid compressed data--crc error gzip: stdin: invalid compressed data--length error tar: Child returned status 1 tar: Error exit delayed from previous errors Michael On Jan 15, 2008 6:47 PM, Michael Franz <mvfranz@gmail.com> wrote:
I am trying to install libxml2 using macport 1.6 and get the following errors:---> Fetching libxml2 ---> Verifying checksum(s) for libxml2 Error: Checksum (md5) mismatch for libxml2-2.6.30.tar.gz Error: Checksum (sha1) mismatch for libxml2-2.6.30.tar.gz Error: Checksum (rmd160) mismatch for libxml2-2.6.30.tar.gz Error: Target org.macports.checksum returned: Unable to verify file checksums Error: Status 1 encountered during processing.
I have tried to remove the downloaded file and start over -- that has lead to other issues. How do I remove a port and start over?
Thanks
Michael
Le 16 janv. 08 à 01:32, Michael Franz a écrit :
It seems that version 2.6.30 does not download completely. The checksums do not match and it does not untar.
When I untar (table) I get these errors. tar: Skipping to next header tar: Archive contains obsolescent base-64 headers
gzip: stdin: invalid compressed data--crc error
gzip: stdin: invalid compressed data--length error tar: Child returned status 1 tar: Error exit delayed from previous errors
Michael
Try `sudo port clean --all libxml2`. Regards, -- Anthony Ramine, the "Ports tree cleaning Maestro". <nox@macports.org>
Le 16 janv. 08 à 03:04, N_Ox a écrit :
Le 16 janv. 08 à 01:32, Michael Franz a écrit :
It seems that version 2.6.30 does not download completely. The checksums do not match and it does not untar.
When I untar (table) I get these errors. tar: Skipping to next header tar: Archive contains obsolescent base-64 headers
gzip: stdin: invalid compressed data--crc error
gzip: stdin: invalid compressed data--length error tar: Child returned status 1 tar: Error exit delayed from previous errors
Michael
Try `sudo port clean --all libxml2`.
Regards,
Talk too fast, sorry. Problem has been reported and fixed in trunk, we should sync again by running `sudo port sync` and then `sudo port clean --all libxml2`. Regards, -- Anthony Ramine, the "Ports tree cleaning Maestro". <nox@macports.org>
Talk too fast, sorry. Problem has been reported and fixed in trunk, we should sync again by running `sudo port sync` and then `sudo port clean --all libxml2`.
Regards,
I ended up just bumping the version in the Portfile and updating the checksums. It seems to be working now. thanks Michael
participants (2)
-
Michael Franz
-
N_Ox