From owner-freebsd-ports@FreeBSD.ORG Mon Aug 4 18:32:58 2014 Return-Path: Delivered-To: freebsd-ports@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 20ACD96F for ; Mon, 4 Aug 2014 18:32:58 +0000 (UTC) Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F59527A8 for ; Mon, 4 Aug 2014 18:32:57 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id mc6so5686543lab.6 for ; Mon, 04 Aug 2014 11:32:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=STFB2C0xDAIAINs05t8BykXCooGArxqpKNqvVnzOQss=; b=aRE8+errBWee4o5lQKM49jDyKKGCL1JWf6lzxvN8MdBhDZw0H33he32Bd8ieEiqA+Z QznYoDL6xbcbdzIKD8S9KDIu7sU5LR4pFsyp7L9TXRYIfw7p6Jn0nmPoMByJzteixnMn ttaODHZaM5OF8g2kuhAsnEBqc2B0Gd302fC7KNEsslCgqnLeSxyDGE8GyzlY44SUcM7i Z/fEVg259r7ejn41mX1+t/TPv1VJl8O3xUKUcmww3OXDzDCH4cMXIfZebPLeILvtZKZH JQaCzhM3/A0xK3xKx4uwfn2nUcJ6PWoppPy7dFsbchUHHh721dDiTkPNvXEtB+YeSCWT +47g== MIME-Version: 1.0 X-Received: by 10.152.5.102 with SMTP id r6mr4472378lar.81.1407177175483; Mon, 04 Aug 2014 11:32:55 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.197.107 with HTTP; Mon, 4 Aug 2014 11:32:55 -0700 (PDT) Date: Mon, 4 Aug 2014 11:32:55 -0700 X-Google-Sender-Auth: xenfl3aD4AXxsoIHY0CbRYV9UWY Message-ID: Subject: pkg: cached package size mismatch, cannot continue From: Craig Rodrigues To: ports Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2014 18:32:58 -0000 Hi, I install pkg-1.3.4 on my system. I did this: pkg clean -a (I verified that /var/cache/pkg was empty) # pkg install automake Updating repository catalogue FreeBSD repository is up-to-date All repositories are up-to-date The following 2 packages will be affected (of 135 checked): New packages to be INSTALLED: automake: 1.14 automake-wrapper: 20131203 The process will require 2 MB more space 434 KB to be downloaded Proceed with this action [y/N]: y Fetching automake-1.14.txz: 100% of 431 KB pkg: cached package automake-1.14: size mismatch, fetching from remote Fetching automake-1.14.txz: 100% of 431 KB pkg: cached package automake-1.14: size mismatch, cannot continue This seems to be happening for any package that I try to install. Any idea what the problem might be? -- Craig