Re: package firefox upgrading dependency missing

From: Gary Aitken <freebsd_at_dreamchaser.org>
Date: Wed, 04 Sep 2024 00:23:02 UTC
On 9/3/24 09:42, Jin Guojun[VFF] wrote:
> Tried to upgrade firefox from 123 to 130 on 13.3-R and had following
> failures.
> 
> The two errors (installation and runtime) seem not related, and the
> runtime error is fatal: firefox/libxul.so requires NSS_3.10, but
> somehow package description does not contain it.
> 
> Manually upgrading nss to 3.103 solves the runtime problem, but still
> have a question on the installation error: what things this error may
> affect?

Any chance this might be due to package repo in the middle of a build?
I had some trouble a month or so ago which seemed to be a result of that.
A reinstall 12 hrs later resolved it.

Gary

> [8/8] Upgrading firefox from 123.0.1,2 to 130.0_1,2... [8/8]
> Extracting firefox-130.0_1,2: 100% ==> Running trigger:
> shared-mime-info.ucl Building the Shared MIME-Info database cache ==>
> Running trigger: gdk-pixbuf-query-loaders.ucl Generating gdk-pixbuf
> modules cache g_module_open() failed for
> /usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jxl.so:
> /usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jxl.so:
> Undefined symbol "g_once_init_enter_pointer"
> 
> 
> % pkg info | grep firefox firefox-130.0_1,2              Web browser
> based on the browser portion of Mozilla
> 
> % firefox XPCOMGlueLoad error for file
> /usr/local/lib/firefox/libxul.so: /usr/local/lib/libnss3.so: version
> NSS_3.101 required by /usr/local/lib/firefox/libxul.so not found 
> Couldn't load XPCOM.
> 
> % pkg which /usr/local/lib/firefox/libxul.so 
> /usr/local/lib/firefox/libxul.so was installed by package
> firefox-130.0_1,2
> 
> 
>