From owner-freebsd-ports@FreeBSD.ORG Sat May 11 11:07:52 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EC26EF5B for ; Sat, 11 May 2013 11:07:52 +0000 (UTC) (envelope-from njm@njm.me.uk) Received: from smtp003.apm-internet.net (smtp003.apm-internet.net [85.119.248.52]) by mx1.freebsd.org (Postfix) with ESMTP id 6D8C1286 for ; Sat, 11 May 2013 11:07:51 +0000 (UTC) Received: (qmail 58800 invoked from network); 11 May 2013 11:01:09 -0000 Received: from unknown (HELO meld.njm.me.uk) (109.157.87.179) by smtp003.apm-internet.net with SMTP; 11 May 2013 11:01:09 -0000 Received: from titania.njm.me.uk (titania.njm.me.uk [192.168.144.130]) by meld.njm.me.uk (8.14.7/8.14.7) with ESMTP id r4BB18Z6000882; Sat, 11 May 2013 12:01:08 +0100 (BST) (envelope-from njm@njm.me.uk) Received: from titania.njm.me.uk (localhost [127.0.0.1]) by titania.njm.me.uk (8.14.6/8.14.6) with ESMTP id r4BB18YZ096591; Sat, 11 May 2013 12:01:08 +0100 (BST) (envelope-from njm@njm.me.uk) Received: (from njm@localhost) by titania.njm.me.uk (8.14.6/8.14.6/Submit) id r4BB17uT096590; Sat, 11 May 2013 12:01:07 +0100 (BST) (envelope-from njm@njm.me.uk) Date: Sat, 11 May 2013 12:01:07 +0100 From: "N.J. Mann" To: mexas@bristol.ac.uk Subject: Re: security/libgcrypt checksum mismatch Message-ID: <20130511110107.GB94348@titania.njm.me.uk> Mail-Followup-To: mexas@bristol.ac.uk, freebsd-ports@freebsd.org, umq@ueo.co.jp References: <201305111044.r4BAiMuH059762@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201305111044.r4BAiMuH059762@mech-cluster241.men.bris.ac.uk> X-Operating-System: FreeBSD 8.3-STABLE User-Agent: mutt-NJM (2010-10-31) Cc: umq@ueo.co.jp, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 May 2013 11:07:53 -0000 Hi, In message <201305111044.r4BAiMuH059762@mech-cluster241.men.bris.ac.uk>, Anton Shterenlikht (mexas@bris.ac.uk) wrote: > This is on amd64/clang r249781, with ports at 317861: > > # pkg version -vX libgcry > libgcrypt-1.5.0_1 < needs updating (port has 1.5.2) > > ===> License GPLv2 LGPL21 accepted by the user > ===> libgcrypt-1.5.2 depends on file: /usr/local/sbin/pkg - found > => libgcrypt-1.5.2.tar.bz2 doesn't seem to exist in /usr/ports/distfiles//. > => Attempting to fetch http://gnupg.org.favoritelinks.net/libgcrypt/libgcrypt-1.5.2.tar.bz2 > fetch: http://gnupg.org.favoritelinks.net/libgcrypt/libgcrypt-1.5.2.tar.bz2: size unknown > fetch: http://gnupg.org.favoritelinks.net/libgcrypt/libgcrypt-1.5.2.tar.bz2: size of remote file is not known > libgcrypt-1.5.2.tar.bz2 1082 B 2277 kBps 00m00s > ===> Fetching all distfiles required by libgcrypt-1.5.2 for building > ===> License GPLv2 LGPL21 accepted by the user > ===> libgcrypt-1.5.2 depends on file: /usr/local/sbin/pkg - found > ===> Fetching all distfiles required by libgcrypt-1.5.2 for building > => SHA256 Checksum mismatch for libgcrypt-1.5.2.tar.bz2. > ===> Giving up on fetching files: libgcrypt-1.5.2.tar.bz2 > Make sure the Makefile and distinfo file (/usr/ports/security/libgcrypt/distinfo) > are up to date. If you are absolutely sure you want to override this > check, type "make NO_CHECKSUM=yes [other args]". > *** [checksum] Error code 1 > > Stop in /usr/ports/security/libgcrypt. > *** [checksum] Error code 1 I had something similar to this yesterday. Can you do the following and post the results here please? # file /usr/ports/distfiles/libgcrypt-1.5.2* In my case HTML files had been fetched! Cheers, Nick. --