From owner-freebsd-ports@FreeBSD.ORG Mon Aug 4 21:10:57 2014 Return-Path: Delivered-To: freebsd-ports@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 845996CD; Mon, 4 Aug 2014 21:10:57 +0000 (UTC) Received: from mail-la0-x22e.google.com (mail-la0-x22e.google.com [IPv6:2a00:1450:4010:c03::22e]) (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 D525229D6; Mon, 4 Aug 2014 21:10:56 +0000 (UTC) Received: by mail-la0-f46.google.com with SMTP id b8so8922lan.33 for ; Mon, 04 Aug 2014 14:10:54 -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:cc:content-type; bh=dlg0vBM/6qjQk3yJdue+p7mpuvfEiYQkVY2A+gTagN8=; b=RrTATPEqP9sK9rXhzY9CuTo4RsZnF8mx2+s0J7YODJ3o1k937F+I148TAG/nQPIBgJ CgQ5HnEmuWnGz8eck+o+C4VWU/X6mwWlxC21YZGdxt5CtBF3/8jP6rwUdB4QwWlBPSzS ILRjaucgu82EmvaQzm8NizjygT4HlqokJZe8sXuSId/98EyCiFZUj5/Z5d5k3dktjmky XSvpbLlfPvDNdxBWYmrn8ZISjgiwPokqUX10O2dRbdaSarknuSOBKCrlHG2ve+QU+WLR Fm/SxTmaGy+3BBQ9PNQwXMhs9tbRKEz9FeWf+yI4jbqlJzG0b/suxRBWWf1SXHCHl4Jj HsBA== MIME-Version: 1.0 X-Received: by 10.152.205.8 with SMTP id lc8mr25999524lac.57.1407186654681; Mon, 04 Aug 2014 14:10:54 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.197.107 with HTTP; Mon, 4 Aug 2014 14:10:54 -0700 (PDT) In-Reply-To: References: Date: Mon, 4 Aug 2014 14:10:54 -0700 X-Google-Sender-Auth: 4et5lb92-GWWbf6DsK1xmc2eYBc Message-ID: Subject: Re: pkg: cached package size mismatch, cannot continue From: Craig Rodrigues To: Michael Gmelin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: ports 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 21:10:57 -0000 On Mon, Aug 4, 2014 at 11:39 AM, Michael Gmelin wrote: > > > > On 04 Aug 2014, at 20:32, Craig Rodrigues wrote: > > 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? > > Try > > pkg update -f > Hi, That worked. Thanks! I'm not sure what would have caused this problem. This is a relatively new machine which I set up last week, and installed a bunch of packages via "pkg install". The only thing I did different today was that I built and installed a few packages via ports under /usr/ports (updated with portsnap). -- Craig