Build failure with Rust nightly at HEAD (570d7fe
) #487
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#487
Loading…
Add table
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?
570d7fe
Add markdown support for summary (#482)I have a suspicion that this is due to not having 'gettext' package installed. If this is the case, will close this issue and report bug against gettext_macros crate for the unclear error message.
Closing. See https://github.com/Plume-org/gettext-macros/issues/7
I was able to resolve the gettext failure, as mentioned above.
However, I'm now bumping into https://github.com/rust-lang/rust/issues/58922 while installing the sqlite crate:
Is there a version of rustc/cargo which is known to work?
there is a compiler release tagged in
./rust-toolchain
, it should have been used by cargo instead of your default one, I don't know why it did notIt looks like this was due to bad precedence in $PATH -- the rustup toolchain bin dir was in the $PATH explicitly and came before the cargo bin dir.