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? Regards, Kevin