Closed
Bug 1415118
Opened 8 years ago
Closed 6 years ago
NSS build with ./build.sh --enable-libpkix fails
Categories
(NSS :: Build, defect, P2)
NSS
Build
Tracking
(Not tracked)
RESOLVED
FIXED
3.46
People
(Reporter: jallmann, Assigned: kjacobs)
References
Details
Attachments
(1 file)
Building NSS with command ./build.sh --enable-libpkix fails reliably with the following output (truncated):
(...)
libcerthi.a(certhi.certvfypkix.o): In function `CERT_PKIXVerifyCert':
~/nss/out/Debug/../../lib/certhigh/certvfypkix.c:2110: undefined reference to `PKIX_PL_NssContext_Create'
~/nss/out/Debug/../../lib/certhigh/certvfypkix.c:2117: undefined reference to `pkix_pl_NssContext_SetCertUsage'
~/nss/out/Debug/../../lib/certhigh/certvfypkix.c:2123: undefined reference to `PKIX_ProcessingParams_Create'
~/nss/out/Debug/../../lib/certhigh/certvfypkix.c:2135: undefined reference to `PKIX_ProcessingParams_SetCertStores'
~/nss/out/Debug/../../lib/certhigh/certvfypkix.c:2162: undefined reference to `PKIX_ProcessingParams_SetTargetCertConstraints'
~/nss/out/Debug/../../lib/certhigh/certvfypkix.c:2167: undefined reference to `PKIX_BuildChain'
~/nss/out/Debug/../../lib/certhigh/certvfypkix.c:2174: undefined reference to `PKIX_BuildResult_GetValidateResult'
~/nss/out/Debug/../../lib/certhigh/certvfypkix.c:2180: undefined reference to `PKIX_ValidateResult_GetTrustAnchor'
~/nss/out/Debug/../../lib/certhigh/certvfypkix.c:2187: undefined reference to `PKIX_TrustAnchor_GetTrustedCert'
~/nss/out/Debug/../../lib/certhigh/certvfypkix.c:2211: undefined reference to `PKIX_BuildResult_GetCertChain'
~/nss/out/Debug/../../lib/certhigh/certvfypkix.c:2240: undefined reference to `PKIX_PL_Object_DecRef'
~/nss/out/Debug/../../lib/certhigh/certvfypkix.c:2243: undefined reference to `PKIX_PL_Object_DecRef'
~/nss/out/Debug/../../lib/certhigh/certvfypkix.c:2247: undefined reference to `PKIX_PL_Object_DecRef'
~/nss/out/Debug/../../lib/certhigh/certvfypkix.c:2250: undefined reference to `PKIX_PL_Object_DecRef'
~/nss/out/Debug/../../lib/certhigh/certvfypkix.c:2253: undefined reference to `PKIX_PL_Object_DecRef'
libcerthi.a(certhi.certvfypkix.o):~/nss/out/Debug/../../lib/certhigh/certvfypkix.c:2256: more undefined references to `PKIX_PL_Object_DecRef' follow
libcerthi.a(certhi.certvfypkix.o): In function `CERT_PKIXVerifyCert':
~/nss/out/Debug/../../lib/certhigh/certvfypkix.c:2279: undefined reference to `PKIX_PL_NssContext_Destroy'
collect2: error: ld returned 1 exit status
[167/293] CXX obj/gtests/ssl_gtest/ssl_gtest.ssl_ecdh_unittest.o
ninja: build stopped: subcommand failed.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Comment 2•6 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 3.46
You need to log in
before you can comment on or make changes to this bug.
Description
•