From owner-freebsd-questions@freebsd.org Fri Sep 3 00:40:23 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 F391466B5A1 for ; Fri, 3 Sep 2021 00:40:22 +0000 (UTC) (envelope-from doug@fledge.watson.org) Received: from cyrus.watson.org (cyrus.watson.org [204.107.128.30]) by mx1.freebsd.org (Postfix) with ESMTP id 4H0zTy1rWMz3sNq for ; Fri, 3 Sep 2021 00:40:22 +0000 (UTC) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (fledge.watson.org [198.74.231.63]) by cyrus.watson.org (Postfix) with ESMTPS id 9E86F4C4C8; Fri, 3 Sep 2021 00:40:21 +0000 (UTC) Received: from fledge.watson.org (doug@localhost [127.0.0.1]) by fledge.watson.org (8.16.1/8.16.1) with ESMTPS id 1830eLao022416 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Fri, 3 Sep 2021 00:40:21 GMT (envelope-from doug@fledge.watson.org) Received: from localhost (doug@localhost) by fledge.watson.org (8.16.1/8.16.1/Submit) with ESMTP id 1830eLti022413; Fri, 3 Sep 2021 00:40:21 GMT (envelope-from doug@fledge.watson.org) Date: Fri, 3 Sep 2021 00:40:21 +0000 (UTC) From: doug Reply-To: doug@safeport.com To: Graham Perrin cc: freebsd-questions@freebsd.org Subject: Re: firefox 90.0.2,2 will not load mozilla.com In-Reply-To: <86a9edb0-0495-8556-a372-a74c0d22bd1f@gmail.com> Message-ID: <53fb2dd4-b6c2-d777-35bf-46708d3bdb32@fledge.watson.org> References: <8b46adef-694b-a93c-10a1-41a1b1ab12f6@gmail.com> <8d498d22-170-d958-36cd-eeef9e4dcb9@fledge.watson.org> <86a9edb0-0495-8556-a372-a74c0d22bd1f@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Rspamd-Queue-Id: 4H0zTy1rWMz3sNq X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of doug@fledge.watson.org has no SPF policy when checking 204.107.128.30) smtp.mailfrom=doug@fledge.watson.org X-Spamd-Result: default: False [-2.00 / 15.00]; HAS_REPLYTO(0.00)[doug@safeport.com]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; DMARC_NA(0.00)[watson.org]; AUTH_NA(1.00)[]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_NA(0.00)[no SPF record]; FREEMAIL_TO(0.00)[gmail.com]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:11288, ipnet:204.107.128.0/24, country:US]; MID_RHS_MATCH_FROM(0.00)[]; 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: Fri, 03 Sep 2021 00:40:23 -0000 On Thu, 2 Sep 2021, Graham Perrin wrote: > On 02/09/2021 07:07, doug wrote: > >> ? upgrade all. This fixes firefox. I think that means firefox requires >> something in xfce or Xorg be upgraded. E.g, a missing dependency > > If you can (again) reproduce the non-fixed environment, then: > > pkg check -Bds > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Thank you. I got the upgrade all answer also in closing a PR I submitted. Firefox notes might say you can not upgrade firefox, but I think that's like `pkg prime-origins`. I updated a test system and it worked. Just not going to take the chance on the system I need for work. Chrome is fine and thunderbird works so I am functional. Re `pkg check -Bds` did not know that combination, thanks, I will look into it.