Package Base Details: rust-git

Git Clone URL: https://aur.archlinux.org/rust-git.git (read-only, click to copy)
Keywords: mozilla rust
Submitter: mrshpot
Maintainer: spider-mario (ishitatsuyuki)
Last Packager: ishitatsuyuki
Votes: 28
Popularity: 0.000000
First Submitted: 2012-01-21 11:30 (UTC)
Last Updated: 2022-11-10 14:57 (UTC)

Latest Comments

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

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/

idupree commented on 2013-11-16 20:02 (UTC)

The `rustc` from this PKGBUILD is giving me an error when used on a "hello world" program. rustc built manually by "git clone https://github.com/mozilla/rust; ./configure --prefix=/home/me/inst; make; make install" works fine. % rustc hello.rs error: linking with `cc` failed: exit code: 1 note: cc arguments: -L/usr/lib/rustc/x86_64-unknown-linux-gnu/lib -m64 -o hello hello.o -L/usr/lib/rustc/x86_64-unknown-linux-gnu/lib -lstd-6425b930ca146ae9-0.9-pre -L/usr/lib/rustc/x86_64-unknown-linux-gnu/lib -lrustuv-a13edc95d75df17-0.9-pre -L/Users/me/programming/rust/.rust -L/Users/me/programming/rust -lrt -ldl -lm -lmorestack -lrustrt -Wl,-rpath,$ORIGIN/../../../../usr/lib/rustc/x86_64-unknown-linux-gnu/lib -Wl,-rpath,/usr/lib/rustc/x86_64-unknown-linux-gnu/lib note: /usr/bin/ld: cannot find -lmorestack collect2: error: ld returned 1 exit status

mindcat commented on 2013-11-01 07:33 (UTC)

lines 39: make DESTDIR="$pkgdir" install Please change to this. lines 39: make DESTDIR="$pkgdir" CFG_MANDIR="$pkgdir/usr/share/man" install or this error. http://paste.ubuntu.com/6339858/

thestinger commented on 2013-09-22 17:37 (UTC)

It's a known issue and fixing it by making a new snapshot is in-progress.