> On Sun, Aug 29, 2021 at 04:09:44PM +0000, Benny Siegert wrote: > > I am trying to update Firefox on my Pinebook Pro running NetBSD 9 aarch64, > > and I am getting the following error during "make replace" of devel/nss: > > mrg recently committed a patch for this arch to nss. Do you have this > in your CVS tree? > Thomas [ .. ] > Log Message: > fix build on arm64eb: sha512.c and sha256-armv8.c both provided the > same symbols. (sha256-x86.c has the same problem, but that file > already requires little endian so is not a big deal.) i would be surprised if this affected normal arm64 users since it worked for me on arm64, just not on arm64eb. the code was using different conditionals to choose conditional code, and was selecting two methods for arm64eb. this error: > C_Initialize failed: 0x00000030, CKR_DEVICE_ERROR NSPR error code: -5977: Failure to load dynamic library Initiailzing softoken failed: 0x00000030, CKR_DEVICE_ERROR NSPR error code: -5977: Failure to load dynamic library looks very strange to me. without more data about why it failed to load something i have no idea. .mrg.