Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Installing via PKGBUILD - Failed to Get compiler_builtins #4

Open
johannes-titz opened this issue Jan 20, 2025 · 2 comments
Open

Comments

@johannes-titz
Copy link

When attempting to install via the PKGBUILD, I encountered the following error:

error: failed to get `compiler_builtins` as a dependency of package `std v0.0.0 (/home/jt/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)`

Caused by:
  attempting to make an HTTP request, but --frozen was specified

I have to admit that I am unfamiliar with Rust and Cargo, so this might not be a problem of the pkgbuild but my incompetence. Still would be happy to get a hint how to resolve this issue.

@m00nwtchr
Copy link
Owner

m00nwtchr commented Jan 21, 2025

Hmm, haven't seen that error before. Try using rustup to install nightly rustc/cargo if you're not already. (The code itself doesn't rely on any nightly features, but I'm using it in the build process to optimise the binary size)

@jip149
Copy link

jip149 commented Jan 25, 2025

Same here. Nightly rustc is installed as far as I can tell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants