Search Criteria
Package Details: rust-src-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: | Source code for the Rust standard library |
Upstream URL: | https://www.rust-lang.org/ |
Keywords: | cargo rust |
Licenses: | Apache-2.0 OR MIT |
Conflicts: | rust-src |
Provides: | rust-src |
Submitter: | mrshpot |
Maintainer: | bingbong |
Last Packager: | bingbong |
Votes: | 28 |
Popularity: | 0.196607 |
First Submitted: | 2012-01-21 11:30 (UTC) |
Last Updated: | 2024-08-23 12:50 (UTC) |
Dependencies (10)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rustup)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (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)
Required by (21)
- cross-git (requires rust-src) (optional)
- hexyl-git (requires rust-src) (optional)
- linux-amd-znver2 (requires rust-src) (make)
- linux-amd-znver2-headers (requires rust-src) (make)
- linux-bore (requires rust-src) (make)
- linux-bore-headers (requires rust-src) (make)
- linux-eevdf (requires rust-src) (make)
- linux-eevdf-headers (requires rust-src) (make)
- linux-intel-alderlake (requires rust-src) (make)
- linux-intel-alderlake-headers (requires rust-src) (make)
- linux-llvm (requires rust-src) (make)
- linux-llvm-headers (requires rust-src) (make)
- linux-rc (requires rust-src) (make)
- linux-rc-headers (requires rust-src) (make)
- linux-zen-bmq (requires rust-src) (make)
- linux-zen-bmq-headers (requires rust-src) (make)
- linux-zen-pds (requires rust-src) (make)
- linux-zen-pds-headers (requires rust-src) (make)
- parceli-git (requires rust-src) (make)
- rustrover-eap (requires rust-src) (optional)
- Show 1 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 »