From owner-freebsd-ports@freebsd.org Tue Feb 4 21:03:31 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DE65123466C for ; Tue, 4 Feb 2020 21:03:31 +0000 (UTC) (envelope-from bob@rancor.immure.com) Received: from rancor.immure.com (108-84-10-9.lightspeed.austtx.sbcglobal.net [108.84.10.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "darth.immure.com", Issuer "darth.immure.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Bxxb0XnNz4YSF for ; Tue, 4 Feb 2020 21:03:30 +0000 (UTC) (envelope-from bob@rancor.immure.com) Received: from rancor.immure.com (localhost [127.0.0.1]) by rancor.immure.com (8.15.2/8.15.2) with ESMTPS id 014L3TMI040698 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 4 Feb 2020 15:03:29 -0600 (CST) (envelope-from bob@rancor.immure.com) Received: (from bob@localhost) by rancor.immure.com (8.15.2/8.15.2/Submit) id 014L3TLY040697 for freebsd-ports@freebsd.org; Tue, 4 Feb 2020 15:03:29 -0600 (CST) (envelope-from bob) Date: Tue, 4 Feb 2020 15:03:29 -0600 From: Bob Willcox To: ports list Subject: Re: pkg install no longer works on my newly installed system Message-ID: <20200204210329.GE39757@rancor.immure.com> Reply-To: Bob Willcox References: <20200204204850.GD39757@rancor.immure.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200204204850.GD39757@rancor.immure.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 48Bxxb0XnNz4YSF X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of bob@rancor.immure.com has no SPF policy when checking 108.84.10.9) smtp.mailfrom=bob@rancor.immure.com X-Spamd-Result: default: False [3.29 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[bob@immure.com]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; DMARC_NA(0.00)[immure.com]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_MEDIUM(0.69)[0.691,0]; IP_SCORE(0.40)[ip: (0.22), ipnet: 108.64.0.0/11(0.10), asn: 7018(1.75), country: US(-0.05)]; TO_DN_ALL(0.00)[]; NEURAL_SPAM_LONG(0.99)[0.993,0]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[bob@immure.com,bob@rancor.immure.com]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7018, ipnet:108.64.0.0/11, country:US]; FROM_NEQ_ENVFROM(0.00)[bob@immure.com,bob@rancor.immure.com]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2020 21:03:31 -0000 On Tue, Feb 04, 2020 at 02:48:50PM -0600, Bob Willcox wrote: > On a newly installed 12.1 stable system for some reason I am now getting this error > whenever I attempt to install any package via 'pkg install': > > root@jar-jar:1 /.amd_mnt/vader/host/stor/home/bob> pkg install ctags > Updating FreeBSD repository catalogue... > FreeBSD repository is up to date. > All repositories are up to date. > The following 1 package(s) will be affected (of 0 checked): > > New packages to be INSTALLED: > ctags: 5.8 > > Number of packages to be installed: 1 > > 125 KiB to be downloaded. > > Proceed with this action? [y/N]: y > [1/1] Fetching ctags-5.8.txz: 100% 125 KiB 128.3kB/s 00:01 > pkg: cached package ctags-5.8: size mismatch, fetching from remote > Fetching ctags-5.8.txz: 100% 125 KiB 128.3kB/s 00:01 > pkg: cached package ctags-5.8: size mismatch, cannot continue > > Previously I was able to install some packages on this system. I did update the > system via downloading the src and building/installing world and a new kernel. > > Anyone have any idea what is wrong with my system now and how to fix it? > > Thanks, > Bob I removed the repo-FreeBSD.sqlite in /var/db/pkg and tried doing a pkg install again and it downloaded/updated all the files in /var/db/pkg and then successfully downloaded and installed the ctags package. So it seems that something was not right with the files in there before (even though previously it worked). Bob > > -- > Bob Willcox | It's possible that the whole purpose of your life is to > bob@immure.com | serve as a warning to others. > Austin, TX | > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" -- Bob Willcox | It's possible that the whole purpose of your life is to bob@immure.com | serve as a warning to others. Austin, TX |