On Thu, Nov 19, 2020 at 05:46:53PM +0100, Martin Husemann wrote: > On Thu, Nov 19, 2020 at 05:38:20PM +0100, tlaro...@polynum.com wrote: > > Patches were commited on 27 Aug 2019 by Robert Swindells, and we were at > > 8.99 at this time. > > Ok, the pkg builder runs with a 9.0_STABLE userland, so it should have > those fixes. Maybe something in the firefox build system triggers a > similar bug?
As this is all easy to check: can you make sure the lib you have installed is: -rwxr-xr-x 0 root wheel 149056 Jun 22 21:00 lib/libdbus-glib-1.so.2.3.4 (that is from http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/earmv7hf/9.1/All/dbus-glib-0.110nb1.tgz) and file says: libdbus-glib-1.so.2.3.4: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, for NetBSD 9.0, compiled for: earmv7hf, not stripped Which means the lib got rebuild with a 9.0 (or slightly newer) toolchain this year in June - so way after the binutils fixes. Martin