From owner-freebsd-pkg@FreeBSD.ORG Tue Aug 19 10:13:29 2014 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A167FF7B for ; Tue, 19 Aug 2014 10:13:29 +0000 (UTC) Received: from eu1sys200aog124.obsmtp.com (eu1sys200aog124.obsmtp.com [207.126.144.157]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3808393A for ; Tue, 19 Aug 2014 10:13:28 +0000 (UTC) Received: from mail-wi0-f170.google.com ([209.85.212.170]) (using TLSv1) by eu1sys200aob124.postini.com ([207.126.147.11]) with SMTP ID DSNKU/MjMDAOKTaZYqOS5bFoVky9ePzgjIuR@postini.com; Tue, 19 Aug 2014 10:13:29 UTC Received: by mail-wi0-f170.google.com with SMTP id f8so4936877wiw.1 for ; Tue, 19 Aug 2014 03:13:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to :in-reply-to; bh=iM9OBTV+ybaTa1sCVtFe4pcEI9PjA0ORU0TVa3g6DNg=; b=aBLIlEwjqplHl3q5Z1fpXdCRBBH9YynB2qoWSl6LPlGCM6tSlyo2wojGoUwr3m96Z5 ocYl9bvpS5bhvl5tZCMsdDlQJBWKP3oYFm/j2HvUFVsqesEGX5R9up7UdyP0iGJx5dAw 332mIj2rMXfWTlCOT4/uYb8gt8Do/wL6ick+4fGecGwdcdYypEe4HszyZdkQWz3hBGt0 k1Rwko3v0XyOGM4QqGULRU6Udwp26nFWim+u5lZQMy2HZJAw+zKd46ldwaCX+zpC3+fL KxsTltZTsjxtlhX7AXJ8UX+SRz5LON7kJlR17lTG/TvECscfUydl2WzUlUC8zGmCEzqY RAhA== X-Gm-Message-State: ALoCoQnIwY4vJOtE03cbPeoCtqK7IcDpxEzq4nHE2vgM+ElFHqvY6nbUr+BXR9u+ZHasFeb5UUkBN4gHpDKBgqqN7EzzIdKgCyamE5NAoy/opXfMczZniC3NO4enuD9KAD135N9MlLqS X-Received: by 10.180.88.167 with SMTP id bh7mr5794031wib.12.1408443184103; Tue, 19 Aug 2014 03:13:04 -0700 (PDT) X-Received: by 10.180.88.167 with SMTP id bh7mr5794023wib.12.1408443184016; Tue, 19 Aug 2014 03:13:04 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id ib2sm44302191wjb.49.2014.08.19.03.13.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Aug 2014 03:13:03 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8) with ESMTP id s7JAD1W6039840 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 19 Aug 2014 11:13:01 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8/Submit) id s7JAD1LQ039839; Tue, 19 Aug 2014 11:13:01 +0100 (BST) (envelope-from mexas) Date: Tue, 19 Aug 2014 11:13:01 +0100 (BST) From: Anton Shterenlikht Message-Id: <201408191013.s7JAD1LQ039839@mech-cluster241.men.bris.ac.uk> To: freebsd-pkg@freebsd.org, m.seaman@infracaninophile.co.uk Subject: Re: pkg: graphite2-1.2.4 failed checksum from repository Reply-To: mexas@bris.ac.uk In-Reply-To: <53F2EA0C.4060600@infracaninophile.co.uk> X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2014 10:13:29 -0000 >Date: Tue, 19 Aug 2014 07:09:16 +0100 >From: Matthew Seaman > >What version of pkg(8) are you using? There have been problems with >some of the recent releases that result in these sort of messages. > >Reccommend you upgrade to the latest pkg-1.3.6. I think this error appeared after I upgraded to 1.3.6. > Also, try running: > > pkg update -f > >and if that doesn't sort things out, > > pkg clean -a After doing this several times with no improvement, I rebuilt pkg 1.3.6 from ports. Then I did update and clean again several times and finally recovered. Thanks Anton