Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: rust-src-git 3:1.0.0.beta.2833.gb850046-3
Git Clone URL: | https://aur-dev.archlinux.org/rust-git.git (read-only) |
---|---|
Package Base: | rust-git |
Description: | Systems programming language focused on safety, speed and concurrency (Source Code) |
Upstream URL: | http://www.rust-lang.org/ |
Keywords: | mozilla rust |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | mrshpot |
Maintainer: | spider-mario |
Last Packager: | spider-mario |
Votes: | 26 |
Popularity: | 0.162344 |
First Submitted: | 2012-01-21 11:30 |
Last Updated: | 2017-02-03 23:50 |
Dependencies (6)
- curl (curl-http2-git, curl-git, curl-http2) (make)
- git (git-git) (make)
- jemalloc (make)
- libffi (make)
- llvm (llvm-assert, llvm-pypy-stm, llvm-svn) (make)
- python2 (pypy19, stackless-python2, python26, placeholder) (make)
Required by (1)
- rust-racer-git (requires rust-src) (optional)
Sources (8)
- git+https://github.com/rust-lang/compiler-rt.git
- git+https://github.com/rust-lang/hoedown.git
- git+https://github.com/rust-lang/libc.git
- git+https://github.com/rust-lang/rust-installer.git
- git+https://github.com/rust-lang/rust-mode.git
- git+https://github.com/rust-lang/rust.git
- git+https://github.com/rust-lang/rust.vim.git
- git+https://github.com/rust-lang/zsh-config.git
Latest Comments
1 2 3 4 5 6 ... Next › Last »
spider-mario commented on 2017-02-03 23:53
My bad, I had not realized that the build system does not necessarily update all the submodules that it sets up.
Indeed, rustbuild will probably be usable soon (once your report https://github.com/rust-lang/rust/issues/39215 is resolved), but I would rather wait until it is before adopting it. I hope this is fine.
ishitatsuyuki commented on 2017-02-03 23:44
You'd better not include redundant submodules that are useless for build; cloning LLVM is a great pain.
Rustbuild will be usable soon (my PR is waiting for the auto test & merge), so please adopt it (it builds less stages).
spider-mario commented on 2017-02-03 23:42
And, I forgot to add: of course, thank you for the contribution. :)
spider-mario commented on 2017-02-03 23:40
Sorry about the delay, I was quite busy these past few days, and it also took me a little while to review the changes. The PKGBUILD has been updated.
ishitatsuyuki commented on 2017-02-03 03:29
@spider-mario Can you adopt the new PKGBUILD? This one is building LLVM from scratch.
By the way, if you don't respond in one week, I would submit an orphan request.
ishitatsuyuki commented on 2017-01-28 07:48
This is a brand new PKGBUILD based on the one in official repo, please adopt if it looks good. This is tested anyway.
https://gist.github.com/ishitatsuyuki/956152c9ee2562e949f55c0181a0c5ee
ishitatsuyuki commented on 2017-01-20 07:41
It would be good to see rust-src-git together.
spider-mario commented on 2017-01-07 14:03
It appears to be an upstream bug in rustbuild: https://github.com/rust-lang/rust/issues/38547
I have temporarily disabled rustbuild, as there is also this bug: https://github.com/rust-lang/rust/issues/38441 , which breaks the build. https://github.com/alexcrichton/rust/commit/16f8372e0895107ce594ffb111732e48ee35fe86 fixes it but it has not been merged in master yet. (The PKGBUILD could cherry-pick it, but disabling rustbuild altogether solves both problems.)
intelfx commented on 2016-12-25 23:49
Somewhy this package builds Rust twice for me: once in build(), then once again from scratch(!) in package(). Can anyone confirm this?
crazedpsyc commented on 2016-10-19 10:27
It looks like cmake should be a build dependency.