Cannot compile from source #935
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#935
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?
Using this as latest pull from main branch, I receive this error when compiling the plm (
cargo install --path plume-cli --force --features DATABASE
):So, I upgrade rust to said version 1.54.0-nightly (2021-05-18). And run command again. This time rocket compiles, but fails to build any plume-% binaries.
Here is that error in a 7 day paste here.
I meet the same problem. Finally I change all
rocket = "0.4.6"
torocket = "=0.4.6"
, and it works.I just installed git version of
rustup
and updated to nightly. And I got the latest version of rustc.@Horhik I think you just need to change https://git.joinplu.me/Plume/Plume/src/branch/main/rust-toolchain if you want to use any other version of rustc.
But it will cause compile error if you use the lastest version.
This has been resolved in latest version of Plume >= 0.7.1.
Closing.