Package Details: rust-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: Systems programming language focused on safety, speed and concurrency
Upstream URL: https://www.rust-lang.org/
Keywords: cargo rust
Licenses: Apache-2.0 OR MIT
Conflicts: cargo, rust, rust-docs, rustfmt
Provides: cargo, rust, rustfmt
Submitter: mrshpot
Maintainer: bingbong
Last Packager: bingbong
Votes: 28
Popularity: 0.157004
First Submitted: 2012-01-21 11:30 (UTC)
Last Updated: 2024-08-23 12:50 (UTC)

Required by (4541)

Sources (4)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 Next › Last »

thestinger commented on 2014-04-04 19:49 (UTC)

Grabbing the HEAD of the master branch is what a VCS package is for in the first place. If you want the tagged release, use the rust package in [community].

Apes commented on 2014-04-04 19:47 (UTC)

The PKGBUILD just grabs whatever is on the HEAD of the master branch of the rust git project. It would be better to grab the tarball for one of the releases, or at the very least use a specific commit or tag.

spider-mario commented on 2014-03-30 12:40 (UTC)

Done, thank you.

spider-mario commented on 2014-03-30 10:34 (UTC)

There’s already a call to chrpath (I think I added it before e715cdba31ae2bfee603cfe0c56260390ec36f1c) but --disable-rpath would, indeed, avoid an unnecessary step, as well as remove a build-time dependency on chrpath.

thestinger commented on 2014-03-30 04:56 (UTC)

This should pass --disable-rpath --disable-verify-install, to avoid adding incorrect runpaths and to disable the newly added installation verification.

thestinger commented on 2014-03-09 00:31 (UTC)

@HalosGhost: It's intended to be that way. Git has a `describe` command and versions are described as `${last_tag}-${commits_since_last_tag}-g${commit_id}`.

HalosGhost commented on 2014-03-09 00:24 (UTC)

Perhaps it is just me, but I find it odd that the pkgver reports this as being based on 0.9. All the best,

thestinger commented on 2014-02-07 00:01 (UTC)

The nightly build will be fixed after https://github.com/mozilla/rust/pull/12076 lands. It passes `--disable-rpath` to configure and this option broke a few days ago.

colemickens commented on 2014-02-06 01:19 (UTC)

Sorry, I'd unflag this if I could. I accidentally flagged this when thinking of thestinger's binary repo being out-of-date. My mistake.

thestinger commented on 2013-11-16 22:43 (UTC)

It needs to be updated to include `options=(staticlibs)` since the default is now to remove them: https://github.com/thestinger/packages/tree/master/rust-git Note that there's a nightly repository you can use instead of building yourself: http://pkgbuild.com/~thestinger/repo/