Package Details: rustup-git 1.27.0.r15.g6e8769c7-1

Git Clone URL: https://aur.archlinux.org/rustup-git.git (read-only, click to copy)
Package Base: rustup-git
Description: The Rust toolchain installer
Upstream URL: https://github.com/rust-lang/rustup
Keywords: cargo rust rustfmt
Licenses: MIT, Apache-2.0
Conflicts: cargo, rust, rust-analyzer, rust-nightly, rust-nightly-bin, rustfmt, rustup
Provides: cargo, cargo-nightly, lib32-rust-libs, rust, rust-analyzer, rust-musl, rust-nightly, rust-src, rust-wasm, rustfmt, rustup
Submitter: Jonhoo
Maintainer: ilai
Last Packager: ilai
Votes: 7
Popularity: 0.000000
First Submitted: 2016-05-06 15:30 (UTC)
Last Updated: 2024-03-17 06:59 (UTC)

Dependencies (5)

Required by (4203)

Sources (2)

Latest Comments

1 2 Next › Last »

erictronic commented on 2024-03-07 22:51 (UTC)

Didn't see xiotas post: (sorry) Yes - it works after adding "options=(!lto)" to PKGBUILD.

erictronic commented on 2024-03-07 22:43 (UTC)

Build run into problem:

... Compiling download v1.27.0 (/home/eric/.cache/pikaur/build/rustup-git/src/rustup-git/download) error: linking with cc failed: exit status: 1 ... build/rustup-git/src/rustup-git/target/release/deps/rustup_init-d41bef7789c2890c.rustup_init.8b0928fe8e28d3ec-cgu.0.rcgu.o: undefined reference to symbol 'ZSTD_decompressStream' /usr/bin/ld: /usr/lib/libzstd.so.1: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status

= note: some extern functions couldn't be found; some native libraries may need to be installed or have their path specified ...

xiota commented on 2024-03-04 03:24 (UTC)

Needs options=(!lto) to prevent linker errors.

takanashi commented on 2023-05-19 07:35 (UTC)

This package should probably conflict with the rust-analyzer and rust-analyzer-git packages. Just had to remove rust-analyzer during an update because of a file conflict

ilai commented on 2023-05-09 13:55 (UTC)

@MithicSpirit Updated, sorry about that

MithicSpirit commented on 2023-03-25 00:49 (UTC)

Currently fails to build for me due to failing to validate the list-proxy-names.rs file with the provided checksum.

ilai commented on 2023-03-14 05:11 (UTC)

@theDevPanda Thanks, I updated the PKGBUILD to avoid the conflict

theDevPanda commented on 2023-01-30 01:46 (UTC)

When I try to install fish-git with rust-git install I get:

error: failed to commit transaction (conflicting files)
fish-git: /usr/share/fish/completions/rustup.fish exists in filesystem (owned by rustup-git)

I can see it being useful for rust to update it's completions, but shouldn't this file be owned by fish? Is there a work around for this?

Jonhoo commented on 2017-07-18 00:44 (UTC)

@krakhn: this is a -git package, which will always install the latest version. you should only need to flag it out-of-date if it fails to build.