From owner-freebsd-questions@FreeBSD.ORG Tue Sep 23 13:02:29 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 374EE943 for ; Tue, 23 Sep 2014 13:02:29 +0000 (UTC) Received: from mail-ig0-x22a.google.com (mail-ig0-x22a.google.com [IPv6:2607:f8b0:4001:c05::22a]) (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 04F92A77 for ; Tue, 23 Sep 2014 13:02:28 +0000 (UTC) Received: by mail-ig0-f170.google.com with SMTP id a13so5463840igq.1 for ; Tue, 23 Sep 2014 06:02:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=R0qbQCDyceT7iRdCR8upaKGNfMHNzipuo23HvI8GjaM=; b=B16PUkfmmZIePm1PkpIakz9+HRczedSn7BTl/AFM98WeVUvRDYEzjF7rD/YDRsmsgG 9vlBAF40zdPAGPzGH7ns7i79y1ovcGNIOjMq2QH3D3oG/V3dBBtHwLFZpomzBCoiq/no 2I73hmDYsUWs46m9xL/vUIc0G1VfDTqDVxCXfMHdfi7AeIlps8ylYczBH+OFjrZk5aPY fO86mo5JUBmZRNK7pGSfyCf3dr5GRJrt3mzTxg9bG+0lM1H8lGMwkquq9J1vLZThRSlT G/ksi7GmH6dnISK5J3Wy7pHATmC3CnzJGueKqPEsDe4CktlHOuUFSp1wTcr4G6Te5T+Z y7Rg== MIME-Version: 1.0 X-Received: by 10.50.122.99 with SMTP id lr3mr21593992igb.10.1411477348326; Tue, 23 Sep 2014 06:02:28 -0700 (PDT) Sender: vrwmiller@gmail.com Received: by 10.64.165.73 with HTTP; Tue, 23 Sep 2014 06:02:28 -0700 (PDT) In-Reply-To: References: Date: Tue, 23 Sep 2014 09:02:28 -0400 X-Google-Sender-Auth: FvSr7m-qYgxiLdmOHsxvcodVWrI Message-ID: Subject: Re: 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 13:02:29 -0000 On Tue, Sep 23, 2014 at 7:27 AM, Rick Miller wrote: > 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 > A local package was built via Poudriere and installed without issue. -- Take care Rick Miller