Search Criteria
Package Base Details: rust-git
Package Actions
Git Clone URL: | https://aur.archlinux.org/rust-git.git (read-only, click to copy) |
---|---|
Keywords: | cargo rust |
Submitter: | mrshpot |
Maintainer: | None |
Last Packager: | None |
Votes: | 28 |
Popularity: | 0.016399 |
First Submitted: | 2012-01-21 11:30 (UTC) |
Last Updated: | 2024-08-23 12:50 (UTC) |
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 »