From owner-freebsd-pkg@freebsd.org Tue Jan 22 10:59:24 2019 Return-Path: Delivered-To: freebsd-pkg@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FD1514B8366 for ; Tue, 22 Jan 2019 10:59:24 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8DC388635F for ; Tue, 22 Jan 2019 10:59:23 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.117.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.infracaninophile.co.uk", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: matthew/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 668358FB2 for ; Tue, 22 Jan 2019 10:59:23 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from leaf.local (unknown [88.202.132.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id C78BF17C96 for ; Tue, 22 Jan 2019 10:59:20 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk/C78BF17C96; dkim=none; dkim-atps=neutral Subject: Re: pkg: cached package php72-pear-Net_SMTP-1.8.1: size mismatch, cannot continue To: freebsd-pkg@freebsd.org References: <0F896E2C-E9EC-4C82-9693-EFCCFF0081C1@lassitu.de> From: Matthew Seaman Message-ID: Date: Tue, 22 Jan 2019 10:59:19 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <0F896E2C-E9EC-4C82-9693-EFCCFF0081C1@lassitu.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 8DC388635F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.99 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.99)[-0.989,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.29 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, 22 Jan 2019 10:59:24 -0000 On 21/01/2019 18:53, Stefan Bethke wrote: > Proceed with this action? [y/N]: y > [1/3] Fetching php72-pear-Net_SMTP-1.8.1.txz: 100% 15 KiB 15.3kB/s 00:01 > pkg: cached package php72-pear-Net_SMTP-1.8.1: size mismatch, fetching from remote > [2/3] Fetching php72-pear-Net_SMTP-1.8.1.txz: 100% 15 KiB 15.3kB/s 00:01 > pkg: cached package php72-pear-Net_SMTP-1.8.1: size mismatch, cannot continue If you clean out your local package cache: pkg clean -a and try again, does that solve the problem. Looks like you've a cached copy of the package that doesn't match what the catalogue says it should be. Cheers, Matthew