gnustep-base-1.13.1.tar.gz Checksum (md5) mismatch
I'm having a checksum problem when attempting to install gnustep-base after doing port clean --all gnustep-base. Any work around or other method to use?
Le 07-01-30 à 16:46, Kendall Shaw a écrit :
I'm having a checksum problem when attempting to install gnustep- base after doing port clean --all gnustep-base.
Any work around or other method to use?
You can try to retry ... please tell me what md5 sum you get from your download. yves
Yves de Champlain wrote:
Le 07-01-30 à 16:46, Kendall Shaw a écrit :
I'm having a checksum problem when attempting to install gnustep- base after doing port clean --all gnustep-base.
Any work around or other method to use?
You can try to retry ... please tell me what md5 sum you get from your download.
I get: Portfile checksum: gnustep-base-1.13.1.tar.gz md5 531fd8a391d0159c6123e5dbb432a758 Distfile checksum: gnustep-base-1.13.1.tar.gz md5 bdc92ab7048cd1ee8c18957b750686b5
Kendall Shaw wrote:
Yves de Champlain wrote:
Le 07-01-30 à 16:46, Kendall Shaw a écrit :
I'm having a checksum problem when attempting to install gnustep- base after doing port clean --all gnustep-base.
Any work around or other method to use?
You can try to retry ... please tell me what md5 sum you get from your download.
I get:
Portfile checksum: gnustep-base-1.13.1.tar.gz md5 531fd8a391d0159c6123e5dbb432a758 Distfile checksum: gnustep-base-1.13.1.tar.gz md5 bdc92ab7048cd1ee8c18957b750686b5
I guess the risky impatient thing to do is to change the checksum in the port file. The file is the same in bytes between the downloaded file and the one on gnustep.org.
Le 07-01-30 à 18:09, Kendall Shaw a écrit :
Yves de Champlain wrote:
Le 07-01-30 à 16:46, Kendall Shaw a écrit :
I'm having a checksum problem when attempting to install gnustep- base after doing port clean --all gnustep-base.
Any work around or other method to use? You can try to retry ... please tell me what md5 sum you get from your download.
I get:
Portfile checksum: gnustep-base-1.13.1.tar.gz md5 531fd8a391d0159c6123e5dbb432a758 Distfile checksum: gnustep-base-1.13.1.tar.gz md5 bdc92ab7048cd1ee8c18957b750686b5
You are right, I just commited the change. yves
On Jan 30, 2007, at 6:24 PM, Kendall Shaw wrote:
I get: Portfile checksum: gnustep-base-1.13.1.tar.gz md5 531fd8a391d0159c6123e5dbb432a758 Distfile checksum: gnustep-base-1.13.1.tar.gz md5 bdc92ab7048cd1ee8c18957b750686b5
I guess the risky impatient thing to do is to change the checksum in the port file.
The file is the same in bytes between the downloaded file and the one on gnustep.org.
If you are willing to do that, a less invasive way of "solving" the problem is to pass checksum.skip=yes on the command line, as in sudo port install gnustep-base checksum.skip=yes I haven't actually tested this myself, but in theory that should work as if checksum.skip=yes was specified in the Portfile itself, and that particular expression disables the checksum phase. -- Kevin Ballard http://kevin.sb.org kevin@sb.org http://www.tildesoft.com -- Kevin Ballard http://kevin.sb.org eridius@macports.org http://www.tildesoft.com
participants (3)
-
Kendall Shaw
-
Kevin Ballard
-
Yves de Champlain