Compilation error on archlinux #857
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#857
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?
Hello there,
I'm following theses instructions to compile Plume from source : https://docs.joinplu.me/installation/with/source-code/
And I'm gettin trouble with this command :
The previous command worked great, and here my $PATH if needed :
Is there something I do wrong or a real failure ?
Thanks for your work, sincerely,
Ylph
Can you run
and try again?
I think it should be installed automatically, though...
It's odd, when I run cargo web on my (archlinux) computer, I get
So it seems as it should be installed automatically.
Hm, something I've forgetten to precise : I've already an installed rust (I've installed with 'apt install cargo' which has almost all needed installed). But I'vnt rustup.
I've so answered YES to the "do you want install rustup" question for the sh-command to install rustup. Installing worked. I've installed wasm32-unknown-unknown (what a name), but I still get the same errors. I think there is a conflict between my two rust installation. I'm about to try to remove both and just use yours. Do you think it's OK ?
Let's see all what I've done :
Ok, I've
rustup self uninstall
andapt remove cargo rustc && apt autoremove
and then begin again the explanations from the rust installation, and all seems go right now :)Nice!
I'm confused. apt on archlinux?
Sorry, mistaking. My local machine is on Arch, but the server runs on Debian indeed. My bad, sorry. but it's fine now :)
Thanks for confirmation. I will close this issue. Feel free to reopen it or file a new issue if you have some troble.