Opened 18 years ago

Closed 18 years ago

Last modified 8 years ago

#8716 closed defect (fixed)

Port sicp won't install (checksum)

Reported by: xmlblog@… Owned by: rhwood@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc:
Port: sicp

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Here's my port output. Running 10.4.6, latest ports.

[christian]$sudo port install sicp
--->  Fetching sicp
--->  Attempting to fetch sicp.texi.gz from http://www.neilvandyke.org/sicp-texi/
--->  Verifying checksum(s) for sicp
Error: Checksum (md5) mismatch for sicp.texi.gz
Error: Target com.apple.checksum returned: Unable to verify file checksums
Error: /opt/local/bin/port: Status 1 encountered during processing.

Change History (6)

comment:1 Changed 18 years ago by kogule@…

Cc: kogule@… added

Thanks for your report.

Commiters, please apply the patch below.

--- - 2006-05-07 22:01:43.000000000 +0900 +++ Portfile 2006-05-07 21:59:27.000000000 +0900 @@ -2,6 +2,7 @@

PortSystem 1.0 name sicp version 0.0.1

+revision 1

categories lang maintainers kogule@… description Lytha Ayth's texinfo version of Structure and \

@@ -10,7 +11,7 @@

homepage http://www.neilvandyke.org/sicp-texi/ master_sites ${homepage} distname sicp.texi

-checksums md5 13ac454f5d441b8162e6ab66469e0ff7 +checksums md5 ddce80a3a44f092287f235dc93d9a864

pre-extract { file mkdir ${worksrcpath} } extract.suffix .gz extract.post_args > ${distname}/${distname}

Version 0, edited 18 years ago by kogule@… (next)

comment:2 Changed 18 years ago by kogule@…

Could anyone kindly commit this patch?

comment:3 Changed 18 years ago by rhwood@…

Cc: kogule@… removed
Owner: changed from darwinports-bugs@… to rhwood@…

Assign to a CVS committer.

comment:4 Changed 18 years ago by rhwood@…

Status: newassigned

Will commit NLT Tuesday 20 June 2006.

comment:5 Changed 18 years ago by rhwood@…

Resolution: fixed
Status: assignedclosed

Committed to CVS.

comment:6 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: sicp added
Note: See TracTickets for help on using tickets.