From owner-freebsd-questions@freebsd.org Wed Jan 27 00:16:58 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 1AC114E6D02 for ; Wed, 27 Jan 2021 00:16:58 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (ns.dreamchaser.org [66.109.141.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "dreamchaser.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DQPL06Lb3z4hDg for ; Wed, 27 Jan 2021 00:16:56 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from breakaway.dreamchaser.org (breakaway [192.168.151.122]) by nightmare.dreamchaser.org (8.15.2/8.15.2) with ESMTP id 10R0GlH5037881; Tue, 26 Jan 2021 17:16:47 -0700 (MST) (envelope-from freebsd@dreamchaser.org) Reply-To: freebsd@dreamchaser.org Subject: Re: packages to be removed; how to determine port conflicts? To: Graham Perrin Cc: freebsd-questions@freebsd.org References: <49042aa6-ec9d-6f25-d918-ff69642b91dc@dreamchaser.org> <3ed3296c-80d6-6d36-f7bc-835bfcb1738e@gmail.com> <955c9c42-e613-8bbf-449c-6415fab3369a@dreamchaser.org> <5b1f32c5-6abd-67a3-9d74-c91e4ee089aa@gmail.com> From: Gary Aitken Message-ID: <2bd1eae2-ec3c-1b50-d894-10f706d62793@dreamchaser.org> Date: Tue, 26 Jan 2021 17:12:06 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <5b1f32c5-6abd-67a3-9d74-c91e4ee089aa@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (nightmare.dreamchaser.org [192.168.151.101]); Tue, 26 Jan 2021 17:16:48 -0700 (MST) X-Rspamd-Queue-Id: 4DQPL06Lb3z4hDg X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of freebsd@dreamchaser.org designates 66.109.141.57 as permitted sender) smtp.mailfrom=freebsd@dreamchaser.org X-Spamd-Result: default: False [-0.82 / 15.00]; HAS_REPLYTO(0.00)[freebsd@dreamchaser.org]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; REPLYTO_ADDR_EQ_FROM(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[66.109.141.57:from]; DMARC_NA(0.00)[dreamchaser.org]; SPAMHAUS_ZRD(0.00)[66.109.141.57:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.48)[0.481]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; RCVD_TLS_LAST(0.00)[]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:21947, ipnet:66.109.128.0/19, country:US]; SUBJECT_ENDS_QUESTION(1.00)[]; MAILMAN_DEST(0.00)[freebsd-questions]; RCVD_COUNT_TWO(0.00)[2] 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, 27 Jan 2021 00:16:58 -0000 On 1/25/21 10:47 PM, Graham Perrin wrote: > On 26/01/2021 04:43, Gary Aitken wrote: > >> On 1/25/21 12:55 PM, Graham Perrin wrote: >>> On 25/01/2021 19:18, Gary Aitken wrote: >>>> Attempting to install node.js port (node10, node12, node14), I get this: >>>> >>>> pkg install node10 >>>> Updating FreeBSD repository catalogue... >>>> FreeBSD repository is up to date. >>>> All repositories are up to date. >>>> The following 29 package(s) will be affected (of 0 checked): >>>> >>>> Installed packages to be REMOVED: >>>>         FreeCAD: 0.18.4_10 >>>>         firefox: 80.0_3,1 >>>>         openshot: 2.5.1.236 >>>>         py37-qt5-webkit: 5.13.1_1 >>>>         py37-qt5-webkitwidgets: 5.13.1_1 >>>>         qt5-webkit: 5.212.0.a4_2 >>>>         thunderbird: 68.11.0_1 >>>> >>>> New packages to be INSTALLED: >>>>         Box2D: 2.3.1 >>>>         c-ares: 1.16.1 >>>>         double-conversion: 3.1.5.19 >>>>         node10: 10.23.1 >>>> >>>> Installed packages to be UPGRADED: >>>> ... >>>> >>>> Installed packages to be REINSTALLED: >>>> ... >>>> >>>> Installed, Upgraded, and reinstalled seems ok, but removed is a problem. >>>> How to tell why they are being removed?  FreeCAD was reinstalled two days >>>> ago, so it seems like it should be reasonably up to date.  I get more-or-less >>>> the same basic list regardless of which nodexx pkg I try to install. >>>> >>>> Is this simply a matter of reinstalling after they are removed, or does this >>>> indicate an incompatibility which will prevent installing at all? >> >> If I look at the page for node14: >>   https://www.freshports.org/www/node14/# >> It shows: >> Runtime dependencies: >> >>         ca_root_nss>=0 : security/ca_root_nss >> >> Library dependencies: >> >>         libbrotlidec.so : archivers/brotli >>         libcares.so : dns/c-ares >>         libuv.so : devel/libuv >>         libnghttp2.so : www/libnghttp2 >>         libicui18n.so : devel/icu >> >> If I do: >>   pkg info -d firefox | grep -E "ca_root|brotlidec|cares|libuv|nghttp2|icui18n" >> it shows nothing.  Same for each of the other packages noted for deletion. >> So I don't understand why it will be deleted. > > If you precede the attempt to install with this, is there any difference? > > pkg update -f no > Then maybe this: > > pkg install --ignore-missing node10 no, same complaints > Side note (hint): , for example, if you like anchoring. There'll be an explanation at in due course. Thanks, that's where I got the values for the grep above. I guess I need to remove and reinstall everything at this point? Gary