Package Details: rust-src-git 4:1.82.0.r1.59a74db3-2

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.188821
First Submitted: 2012-01-21 11:30 (UTC)
Last Updated: 2024-08-23 12:50 (UTC)

Required by (21)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 14 Next › Last »

spider-mario commented on 2017-02-03 23:53 (UTC) (edited on 2017-02-03 23:53 (UTC) by spider-mario)

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 (UTC)

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 (UTC)

And, I forgot to add: of course, thank you for the contribution. :)

spider-mario commented on 2017-02-03 23:40 (UTC)

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 (UTC)

@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 (UTC) (edited on 2017-01-28 07:48 (UTC) by ishitatsuyuki)

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 (UTC)

It would be good to see rust-src-git together.

spider-mario commented on 2017-01-07 14:03 (UTC) (edited on 2017-01-07 14:06 (UTC) by spider-mario)

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 (UTC)

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 (UTC)

It looks like cmake should be a build dependency.