checksum problem with sqlite3

js ebgssth at gmail.com
Wed Nov 28 07:24:50 PST 2007


Seems to be a portfile bug.
Try this patch.

Index: Portfile
===================================================================
--- Portfile    (revision 31571)
+++ Portfile    (working copy)
@@ -19,7 +19,7 @@
 homepage               http://www.sqlite.org/
 master_sites   ${homepage}
 distname               sqlite-${version}
-checksums              sha1 6653a37913a4cae8fb59036b4450b8ab6d81655c
+checksums              sha1 f0ff257f2f20bd756d62ec1470821fbc933ffd6c
 patchfiles             patch-Makefile.in

 depends_build          port:gawk


On Nov 29, 2007 12:06 AM, Noel <noelmf at gmail.com> wrote:
> Hi,
>
> I had a problem installing sqlite3:
>
> $ sudo port install sqlite3
> Password:
> --->  Verifying checksum(s) for sqlite3
> Error: Target org.macports.checksum returned: Could not open file:
> /opt/local/var/macports/distfiles/sqlite3/sqlite- 3.5.3.tar.gz
> Error: Status 1 encountered during processing.
>
> I tried to clean, but the problem persists.
>
> $ sudo port clean --all sqlite3
> --->  Cleaning sqlite3
> $ sudo port install sqlite3
> --->  Fetching sqlite3
> --->  Attempting to fetch sqlite-3.5.3.tar.gz from http://www.sqlite.org/
> --->  Verifying checksum(s) for sqlite3
> Error: Checksum (sha1) mismatch for sqlite-3.5.3.tar.gz
> Error: Target org.macports.checksum returned: Unable to verify file
> checksums
> Error: Status 1 encountered during processing.
>
> How can I fix it?
>
> Thanks
>
>
> _______________________________________________
> macports-users mailing list
> macports-users at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo/macports-users
>
>


More information about the macports-users mailing list