Closed
Bug 1618776
Opened 5 years ago
Closed 5 years ago
[s390x] Build fails due to incomplete authenticator-rs crate
Categories
(Core :: DOM: Web Authentication, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1621346
People
(Reporter: msirringhaus, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.36 KB,
patch
|
Details | Diff | Splinter Review |
Building of mozilla-central fails on s390x machines with
error[E0432]: unresolved imports `super::hidwrapper::_HIDIOCGRDESC`, `super::hidwrapper::_HIDIOCGRDESCSIZE`
--> /home2/msirringhaus/mozilla/devel/mozilla-central/third_party/rust/authenticator/src/linux/hidraw.rs:11:25
|
11 | use super::hidwrapper::{_HIDIOCGRDESC, _HIDIOCGRDESCSIZE};
| ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ no `_HIDIOCGRDESCSIZE` in `platform::hidwrapper`
| |
| no `_HIDIOCGRDESC` in `platform::hidwrapper`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0432`.
error: could not compile `authenticator`.
The authenticator-rs
crate does not support s390x.
I've created a pull request there, see: https://github.com/mozilla/authenticator-rs/pull/106
Either please update authenticator-rs
if it gets accepted, or incorporate the patch itself.
Reporter | ||
Comment 1•5 years ago
|
||
This patch should fix the build until the crate itself gets updated.
Reporter | ||
Updated•5 years ago
|
Blocks: big-endian
Product: Firefox → Core
Updated•5 years ago
|
Component: General → DOM: Web Authentication
Comment 2•5 years ago
|
||
Resolved in Bug 1621346. Thanks very much for the report and the patch!
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Updated•5 years ago
|
status-firefox76:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•