On Wed, Jan 14, 2026 at 2:53 AM Kevin Bowling <kevin.bowling%kev009.com@localhost> wrote: > > I'm using pkg_comp to build pkgs and noticed a regression since the > last time I updated a while ago. > > When installing firefox-146.0.1nb1 on NetBSD current I get: > XPCOMGlueLoad error for file /usr/pkg/lib/firefox/libmozgtk.so: > /usr/pkg/lib/libcairo.so.2: Undefined PLT symbol > "pixman_image_set_dither" (symnum = 172) > > In theory the build sandbox and running xsrc should be matched via the > sets in /usr/obj/releasedir/$(uname -m). So I am wondering if the > pkgsrc build is pulling in some of x11/pixman (which is not built as a > dep) but ultimately linking to the system pixman? Is it working for > someone? User error, I was missing '-x' on the ./build.sh install step, where the package was trying to run. Sorry for the noise. > > Regards, > Kevin