From owner-freebsd-questions@FreeBSD.ORG Wed Sep 28 21:51:44 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5A60106566B for ; Wed, 28 Sep 2011 21:51:44 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 5FAFE8FC0A for ; Wed, 28 Sep 2011 21:51:44 +0000 (UTC) Received: by wwe3 with SMTP id 3so60498wwe.31 for ; Wed, 28 Sep 2011 14:51:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=747IGjIUs6U164Qry4zf3k+xJrobeA6LNAh2nkN7wVM=; b=ZXuF+PInq0kwPTZsi3LgkMz+TREZbyt3JE9bhoMF6LlgAiy7vsqmO16RrxzkMNNucS xRSVoic2lPYi6KB0ykwe9tkn6uqPFV1kYZaX/Bj49KIMj0UubROdK/7l8Guu/G1Lfo4G /Pe29HVN1cPJDbjrFCT+L/Doj7TOZaUChQS+Q= MIME-Version: 1.0 Received: by 10.216.184.200 with SMTP id s50mr11020175wem.36.1317244864568; Wed, 28 Sep 2011 14:21:04 -0700 (PDT) Received: by 10.216.81.144 with HTTP; Wed, 28 Sep 2011 14:21:04 -0700 (PDT) Date: Wed, 28 Sep 2011 14:21:04 -0700 Message-ID: From: Kurt Buff To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: libgcrypt SHA256 mismatch? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2011 21:51:44 -0000 All, I've just spun up a new 8.2-RELEASE VM, and gotten a fresh ports tree. I tried to install XFCE4, but it has ended with an error: ===> Verifying install for gcrypt.18 in /usr/ports/security/libgcrypt ===> License GPLv2 LGPL21 accepted by the user ===> Extracting for libgcrypt-1.5.0 => SHA256 Checksum mismatch for libgcrypt-1.5.0.tar.bz2. ===> Refetch for 1 more times files: libgcrypt-1.5.0.tar.bz2 ===> License GPLv2 LGPL21 accepted by the user => libgcrypt-1.5.0.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch http://gnupg.org.favoritelinks.net/libgcrypt/libgcrypt-1.5.0.tar.bz2 fetch: http://gnupg.org.favoritelinks.net/libgcrypt/libgcrypt-1.5.0.tar.bz2: size unknown fetch: http://gnupg.org.favoritelinks.net/libgcrypt/libgcrypt-1.5.0.tar.bz2: size of remote file is not known libgcrypt-1.5.0.tar.bz2 4634 B 5734 kBps ===> License GPLv2 LGPL21 accepted by the user => SHA256 Checksum mismatch for libgcrypt-1.5.0.tar.bz2. ===> Giving up on fetching files: libgcrypt-1.5.0.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]". Anyone else run into this? Kurt