From owner-freebsd-questions@freebsd.org Wed Sep 29 06:30:37 2021 Return-Path: Delivered-To: freebsd-questions@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 BF4EC66CDCE for ; Wed, 29 Sep 2021 06:30:37 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 4HK6245Hw6z4Y0t for ; Wed, 29 Sep 2021 06:30:36 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: by segfault.tristatelogic.com (Postfix, from userid 1237) id 1A20F4E6B8; Tue, 28 Sep 2021 23:30:35 -0700 (PDT) From: "Ronald F. Guilmette" To: freebsd-questions@freebsd.org Subject: Re: Unexpected removal of packages (was: Upgrading packages (fail)) In-Reply-To: <8b710afa-3962-5319-f39f-f038096d65c4@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <14577.1632897034.1@segfault.tristatelogic.com> Date: Tue, 28 Sep 2021 23:30:35 -0700 Message-ID: <14578.1632897035@segfault.tristatelogic.com> X-Rspamd-Queue-Id: 4HK6245Hw6z4Y0t X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of rfg@tristatelogic.com designates 69.62.255.118 as permitted sender) smtp.mailfrom=rfg@tristatelogic.com X-Spamd-Result: default: False [-1.28 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.98)[-0.977]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[tristatelogic.com]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; MID_RHS_MATCH_FROMTLD(0.00)[]; NEURAL_SPAM_SHORT(1.00)[1.000]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14051, ipnet:69.62.128.0/17, country:US]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 06:30:37 -0000 In message <8b710afa-3962-5319-f39f-f038096d65c4@gmail.com>, Graham Perrin wrote: >> >> Installed packages to be REMOVED: >> abiword: 3.0.4_1 >> gimp: 2.10.24,2 >> gimp-app: 2.10.24,1 >> gimp-gutenprint: 5.3.3_1 >> libwmf: 0.2.12 >> wv: 1.2.9_5 > > >Without seeing the scrollback in your terminal, it's hard to tell why. > >When you try to (re)install each one, is there any issue? Well, apparently not. Once I had done all of the other stuff, specifically "pkg update" and then another pass of "pkg upgrade" I just did: pkg install abiword pkg install gimp and that got all of the above reinstalled and nicely updated. So I'm a happy camper now, but I'm still totally perplexed as to why uname -a is still showing my as running 12.2-RELEASE-p7 rather than 12.2-RELEASE-p10 and also I'm still totally perplexed as to why my firefox and postfix didn't get properly reinstalled/upgraded when I previously did just "pkg upgrade" (thus causing those two to fail). Sometimes I think that the "new" pkg system still has some rough edges. Regards, rfg