From owner-freebsd-questions@FreeBSD.ORG Tue Sep 23 11:27:39 2014 Return-Path: Delivered-To: freebsd-questions@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 91E1696E for ; Tue, 23 Sep 2014 11:27:39 +0000 (UTC) Received: from mail-ie0-x229.google.com (mail-ie0-x229.google.com [IPv6:2607:f8b0:4001:c03::229]) (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 621F6B59 for ; Tue, 23 Sep 2014 11:27:39 +0000 (UTC) Received: by mail-ie0-f169.google.com with SMTP id rp18so7192442iec.14 for ; Tue, 23 Sep 2014 04:27:38 -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=MTOzqzc0/iC38A0n8iFIWbEbN1nPG6GVwopuB3tiGuY=; b=kQ18XC9t3wjmwROap+EMKdY7JFhaFQQ7MqYoMOV0bAm+DDcYCqiwG602rvVt6Y8BvJ N3nyppSwgJ2r/J1n9PnNTBBgQRsw8fvD4TlVkJQXDkre1LNRaODng1GvC7bdTkJc7+qz q1oIs9HeemX43uwKhOzEcPJQiTQWN9Uq8S6+LbyoAXWVfioomkhROVxf7hrkMBVFO6nw 4xvMwrOpJZo9mxwmATxJMolvrfi6rI0UuzWfv8s3fMLffkHjJcj+dhL1RyRfysdhEwGS 6oU8mxcc8b7vLug7GfSHl4ls1dot/7bchqDt/1koMv8m9S9TmWCbwvQVc02z7n/S7jbo yJ+A== MIME-Version: 1.0 X-Received: by 10.43.65.12 with SMTP id xk12mr1939267icb.9.1411471658819; Tue, 23 Sep 2014 04:27:38 -0700 (PDT) Sender: vrwmiller@gmail.com Received: by 10.64.165.73 with HTTP; Tue, 23 Sep 2014 04:27:38 -0700 (PDT) Date: Tue, 23 Sep 2014 07:27:38 -0400 X-Google-Sender-Auth: P5x2V1CkMg_SJOr85RVkT5md6qY Message-ID: Subject: size mismatch install Cython package From: Rick Miller To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2014 11:27:39 -0000 Hi all, I get the following error when attempting to install the Cython package via pkg+http://pkg.FreeBSD.org/${ABI}/latest. Does this suggest a problem in my environment or the package itself? # pkg update Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. # pkg install cython Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. The following 1 packages will be affected (of 0 checked): New packages to be INSTALLED: cython: 0.20.2 The process will require 11 MB more space. 2 MB to be downloaded. Proceed with this action? [y/N]: y Fetching cython-0.20.2.txz: 100% 2 MB 1.9M/s 00:01 pkg: cached package cython-0.20.2: size mismatch, fetching from remote Fetching cython-0.20.2.txz: 100% 2 MB 1.9M/s 00:01 pkg: cached package cython-0.20.2: size mismatch, cannot continue -- Take care Rick Miller