Closed
Bug 1433838
Opened 7 years ago
Closed 7 years ago
chacha20poly1305.c:36: undefined reference to `Hacl_Poly1305_64_update'
Categories
(NSS :: Build, defect)
NSS
Build
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1432455
People
(Reporter: glandium, Assigned: glandium)
Details
When building with the (old) Make build system, the build fails on arm64 with:
OBJS/Linux_SINGLE_SHLIB/chacha20poly1305.o: In function `Poly1305PadUpdate':
./nss/lib/freebl/chacha20poly1305.c:36: undefined reference to `Hacl_Poly1305_64_update'
./nss/lib/freebl/chacha20poly1305.c:39: undefined reference to `Hacl_Poly1305_64_update'
OBJS/Linux_SINGLE_SHLIB/chacha20poly1305.o: In function `Poly1305Do':
./nss/lib/freebl/chacha20poly1305.c:49: undefined reference to `Hacl_Poly1305_64_mk_state'
./nss/lib/freebl/chacha20poly1305.c:52: undefined reference to `Hacl_Poly1305_64_init'
./nss/lib/freebl/chacha20poly1305.c:67: undefined reference to `Hacl_Poly1305_64_update'
./nss/lib/freebl/chacha20poly1305.c:68: undefined reference to `Hacl_Poly1305_64_finish'
The problem is Hacl_Poly1305_64.c is not built on arm64.
Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•