Search Criteria
Package Details: rust-src-git 3:1.67.0.r209623.5eef9b2c50d-1
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 (Source code) |
Upstream URL: | https://www.rust-lang.org/ |
Keywords: | mozilla rust |
Licenses: | MIT, Apache |
Conflicts: | rust-src |
Provides: | rust-src |
Submitter: | mrshpot |
Maintainer: | spider-mario (ishitatsuyuki) |
Last Packager: | ishitatsuyuki |
Votes: | 28 |
Popularity: | 0.000163 |
First Submitted: | 2012-01-21 11:30 (UTC) |
Last Updated: | 2022-11-10 14:57 (UTC) |
Dependencies (8)
- cmake (cmake-git) (make)
- curl (curl-minimal-git, curl-git, curl-quiche-git, curl-http3-ngtcp2) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- libffi (libffi-minimal-git, libffi-git) (make)
- llvm (llvm8, llvm-git, llvm-minimal-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-kitware, ninja-mem, python-ninja) (make)
- perl (perl-git) (make)
- python (nogil-python, python36, python32, python39, python38, python37, python310, python312) (make)
Required by (5)
- cross-git (requires rust-src) (optional)
- evcxr_repl (requires rust-src)
- hexyl-git (requires rust-src) (optional)
- rls-git
- xargo-git (requires rust-src) (optional)
Latest Comments
1 2 3 4 5 6 .. 13 Next › Last »
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.
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
beroal commented on 2021-09-08 11:38 (UTC)
There was an error that
src/rust/src/llvm-project/libunwind
doesn't exit. I just created this directory by hand.beroal commented on 2021-09-08 10:08 (UTC)
@weltio I solved your error by changing the
profiler
parameter in thebuild
section ofconfig.toml
fromtrue
tofalse
. I have no idea what it does.beroal commented on 2021-09-08 09:25 (UTC)
Okay, I solved the error by commenting
use-jemalloc = false
in the[rust]
section inconfig.toml
. Why is it not fixed for two years?config.toml
belongs to this AUR package, not to Rust.beroal commented on 2021-09-07 11:52 (UTC)
I'm getting the old error about
use-jemalloc
. Is it that I'm using an old rust compiler?1 2 3 4 5 6 .. 13 Next › Last »