Package Details: rust-git 4:1.82.0.r1.59a74db3-2

Git Clone URL: https://aur.archlinux.org/rust-git.git (read-only, click to copy)
Package Base: rust-git
Description: Systems programming language focused on safety, speed and concurrency
Upstream URL: https://www.rust-lang.org/
Keywords: cargo rust
Licenses: Apache-2.0 OR MIT
Conflicts: cargo, rust, rust-docs, rustfmt
Provides: cargo, rust, rustfmt
Submitter: mrshpot
Maintainer: matthewq337
Last Packager: None
Votes: 28
Popularity: 0.001338
First Submitted: 2012-01-21 11:30 (UTC)
Last Updated: 2024-08-23 12:50 (UTC)

Required by (5405)

Sources (4)

Latest Comments

1 2 3 4 5 6 .. 14 Next › Last »

altf4 commented on 2025-07-12 03:04 (UTC)

When compiling, I end up with :

==> Starting prepare()...
patching file src/bootstrap/src/core/build_steps/dist.rs
Hunk #1 FAILED at 426.
1 out of 1 hunk FAILED -- saving rejects to file src/bootstrap/src/core/build_steps/dist.rs.rej
patching file src/bootstrap/src/core/build_steps/tool.rs
Hunk #1 succeeded at 1007 with fuzz 2 (offset 283 lines).
==> ERROR: A failure occurred in prepare().
    Aborting...
error: failed to build 'rust-git-4:1.82.0.r1.59a74db3-2': 
error: packages failed to build: rust-git-4:1.82.0.r1.59a74db3-2

es20490446e commented on 2024-08-06 02:30 (UTC)

Fixed.

ishitatsuyuki commented on 2024-08-05 01:16 (UTC)

I have migrated to rustup long before and unfortunately no longer have the resources to maintain this package. If you find a fix, please feel free to adopt and update.

es20490446e commented on 2024-08-05 01:14 (UTC)

Fails to build: Some extern functions couldn't be found https://pastebin.com/Bw6yyydm

j_klee commented on 2022-12-28 12:19 (UTC) (edited on 2022-12-28 12:20 (UTC) by j_klee)

I want to compile rust-git against llvm-git (currently 16.0.0), however I get an error, which I do not understand (see below). I already compiled with environment variable RUST_BACKTRACE=1 which makes me not smarter.

thread 'main' panicked at 'setting llvm.link_shared is incompatible with download-ci-llvm.', config.rs:1204:17
stack backtrace:
   0: rust_begin_unwind
         at /rustc/e080cc5a659fb760c0bc561b722a790dad35b5e1/library/std/src/panicking.rs:575:5
   1: core::panicking::panic_fmt
         at /rustc/e080cc5a659fb760c0bc561b722a790dad35b5e1/library/core/src/panicking.rs:65:14
   2: bootstrap::config::Config::parse_inner
         at ./src/bootstrap/config.rs:1204:17
   3: bootstrap::config::Config::parse
         at ./src/bootstrap/config.rs:845:9
   4: bootstrap::main
         at ./src/bootstrap/bin/main.rs:14:18
   5: core::ops::function::FnOnce::call_once
         at /rustc/e080cc5a659fb760c0bc561b722a790dad35b5e1/library/core/src/ops/function.rs:251:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
Build completed unsuccessfully in 0:00:30
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: rust-git

ms178 commented on 2022-12-06 22:57 (UTC)

Thanks, I got past that problem eventually (probably due to a re-compile of git).

ishitatsuyuki commented on 2022-12-04 11:15 (UTC)

@ms178 Builds fine for me. Please check that your PKGBUILD clone is up-to-date. If that still doesn't work, re-clone from scratch and try again.

ms178 commented on 2022-12-03 21:26 (UTC)

@ishitatsuyuki I see a strange error while checking out the "src/tools/rust-installer" submodule. It seems that the script can't successfully git-clone that submodule. Is this a known issue? Is there a workaround?

My end goal is to link rust to my custom built LLVM-git system compiler. But as I am a novice with the Rust toolchain, their totally different build process is causing me a lot of headaches, hence I cannot rule out user error.

ishitatsuyuki commented on 2022-11-10 14:59 (UTC)

@bim9262 submitted an update to this package. Thanks!

@spider-mario, would you mind making @bim9262 a co-maintainer?