Hello everyone, I'm trying to fix Mozilla Thunderbird on RISC-V. When building cargo dependencies, cargo tells me these: error[E0432]: unresolved imports `super::hidwrapper::_HIDIOCGRDESC`, `super::hidwrapper::_HIDIOCGRDESCSIZE` --> /home/abuild/rpmbuild/BUILD/thunderbird-91.6.1/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` But this error never occurred on other platform like amd64. Could anyone give me some suggestion? This is where I build it: https://build.opensuse.org/package/show/home:ImBearChild:branches:openSUSE:F... Thanks in advance.