[Bug 256127] security/nss - linker command failed with exit code 1

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 24 May 2021 19:19:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256127

--- Comment #2 from Weldon Godfrey <weldon@excelsus.com> ---
Thank you, your log helped me figure out what is wrong, you need to update
dependency in package for version of nspr



You are using v.4.30

I had v4.20



I updated to v4.30 of nspr, and did a make clean of nss and then make install
and then it worked.





=======================<phase: lib-depends    >============================
===>   nss-3.65 depends on shared library: libnspr4.so - not found
===>   Installing existing package /packages/All/nspr-4.30.txz
[122amd64-default-job-04] Installing nspr-4.30...
[122amd64-default-job-04] Extracting nspr-4.30: .......... done
===>   nss-3.65 depends on shared library: libnspr4.so - found
(/usr/local/lib/libnspr4.so)
===>   Returning to build of nss-3.65
===>   nss-3.65 depends on shared library: libsqlite3.so - not found
===>   Installing existing package /packages/All/sqlite3-3.35.5_1,1.txz
[122amd64-default-job-04] Installing sqlite3-3.35.5_1,1...
[122amd64-default-job-04] `-- Installing libedit-3.1.20210216,1...
[122amd64-default-job-04] `-- Extracting libedit-3.1.20210216,1: ..........
done
[122amd64-default-job-04] Extracting sqlite3-3.35.5_1,1: .......... done
===>   nss-3.65 depends on shared library: libsqlite3.so - found
(/usr/local/lib/libsqlite3.so)
===>   Returning to build of nss-3.65

-- 
You are receiving this mail because:
You are the assignee for the bug.