mozilla / mozilla/authenticator-rs
Build failures in CI with NSS
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 316
- Forks
- 82
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 1
Description
There seems to be a build failure with NSS: https://github.com/mozilla/authenticator-rs/actions/runs/32075176081/job/96703593224
= note: rust-lld: error: undefined symbol: MLDSA_SignUpdate
>>> referenced by pkcs11c.c
>>> softokn_static.pkcs11c.o:(sftk_MLDSASignUpdate) in archive /home/runner/work/authenticator-rs/authenticator-rs/target/x86_64-unknown-linux-gnu/debug/deps/libnss_rs-99eb759c813ce238.rlib
Looks like this is related to some change to MLDSA, though nothing in authenticator-rs should use that.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin with the linked GitHub Actions job and its Rust linker output, then trace the NSS/MLDSA dependency involved in pkcs11c.c. Determine why MLDSA_SignUpdate is required even though authenticator-rs does not use MLDSA; done means the affected CI build completes without the undefined-symbol error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, ci-cd
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100