mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #622] armv7 build issues #419
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#419
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mqus on GitHub (Sep 13, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/622
This issue is likely not because of bitwarden_rs but an issue of the nightly rust compiler, but I want to track it here in case someone encounters it. I'll probably close it as soon as I think that it's fixed. If you think that this is just a useless duplicate, you can also close it, I just want to document it somewhere.
On a RasPi 3 with ArchlinuxARM installed (armv7h) I got the following errors while building the AUR package (release 1.10):
This looks a lot like https://github.com/rust-lang/rust/issues/62896 .
I worked around it by simply changing the content of the file
rust-toolchainto an older toolchain (in my casenightly-2019-05-11, the toolchain of the 1.9.1 release).I had no issues compiling after that so it seems to work.
PS: Added the bitwarden_rs version (1.10)
@dani-garcia commented on GitHub (Sep 15, 2019):
Yeah, we've had this issue turn up a couple of time with different hardware and software configurations so far, we should possibly consider rolling back the rust-toolchain file until the issue is resolved.
@mqus commented on GitHub (Oct 21, 2019):
The referenced bug was fixed and I just successfully compiled bitwarden_rs with the 2019-10-21 nightly toolchain (
nightly-2019-10-21-armv7-unknown-linux-gnueabihf)on a raspberry pi (armv7h).This issue can be closed as soon as
rust-toolchainis updated.@mprasil commented on GitHub (Oct 22, 2019):
#679 should resolve this