crown install issue #39655
Unanswered
JimmyDdotEXE
asked this question in
Q&A
crown install issue
#39655
Replies: 2 comments 4 replies
-
|
That looks like something went wrong with installing the expected rustup components for your target. Try using |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thank you for the reply! ~/servo $ rustup --version
rustup 1.28.2 (2025-04-28)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
~/servo $ rustup component add clippy
info: component 'clippy' for target 'x86_64-unknown-linux-musl' is up to date
~/servo $ rustup component add llvm-tools
info: component 'llvm-tools' for target 'x86_64-unknown-linux-musl' is up to date
~/servo $ rustup component add rustc-dev
info: component 'rustc-dev' for target 'x86_64-unknown-linux-musl' is up to date
~/servo $ rustup component add rustfmt
info: component 'rustfmt' for target 'x86_64-unknown-linux-musl' is up to date
~/servo $ rustup component add rust-src
info: component 'rust-src' is up to date |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build Servo on
x86_64postmarketOS/Alpine Linux, but I'm running into the following errors during thecrowninstall step of./mach bootstrap.Is this a know issue? Are there any known solutions to these errors?
I have
curl 8.16.0,uv 0.8.22, andrustup 1.28.2installed.Also, since
./mach bootstrapdoesn't support postmarketOS/Alpine, I've installed the followingapkpackages to try and manually handle the dependency step of./mach bootstrap.Thank you in advance for any advice or guidance!
Beta Was this translation helpful? Give feedback.
All reactions