Search Criteria
Package Details: rust-git 4:1.82.0.r1.59a74db3-2
Package Actions
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: | bingbong |
Last Packager: | bingbong |
Votes: | 28 |
Popularity: | 0.163698 |
First Submitted: | 2012-01-21 11:30 (UTC) |
Last Updated: | 2024-08-23 12:50 (UTC) |
Dependencies (20)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libssh2 (libssh2-gitAUR)
- llvm-libs (llvm-libs-rocm-gitAUR, llvm-libs-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libffi (libffi-gitAUR) (make)
- lld (llvm-rocm-gitAUR, llvm-gitAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- gdb (gdb-gitAUR, gdb-debug-gitAUR) (optional) – rust-gdb script
- lldb (llvm-rocm-gitAUR, llvm-gitAUR) (optional) – rust-lldb script
Required by (4527)
- 0ad-data-git (requires rust) (make)
- 0ad-git (requires rust) (make)
- 0x-git (requires cargo) (make)
- 2048-rs (requires cargo) (make)
- 2048-rs-git (requires cargo) (make)
- 2048-vanced (requires cargo) (make)
- 2048-vanced-git (requires cargo) (make)
- 7clock (requires cargo) (make)
- a-gpt-git (requires cargo) (make)
- aarty (requires cargo) (make)
- ab-av1 (requires cargo) (make)
- ablescript (requires cargo) (make)
- abstreet-git (requires cargo) (make)
- abstreet-git (requires rust) (make)
- accepted (requires rust) (make)
- acmed (requires cargo) (make)
- acmed (requires rust) (make)
- acquire_rs (requires cargo) (make)
- activitywatch-git (requires cargo) (make)
- adguardian (requires cargo) (make)
- Show 4507 more...
Latest Comments
1 2 3 4 5 6 .. 14 Next › Last »
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/Bw6yyydmj_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.
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?
moormaster commented on 2022-04-29 05:23 (UTC) (edited on 2022-04-29 05:24 (UTC) by moormaster)
It builds for me only if I use the config.toml.example file from the rust git repository to create a config.toml. This can be achieved by changing the following line from PKGBUILD in the
build()
functionfrom
cp -a "$srcdir/config.toml" .
to
cp config.toml.example config.toml
1 2 3 4 5 6 .. 14 Next › Last »