Search Criteria
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: | 26 |
Popularity: | 0.001483 |
First Submitted: | 2012-01-21 11:30 |
Last Updated: | 2018-02-11 11:49 |
Latest Comments
« First ‹ Previous ... 5 6 7 8 9 10 11 12 Next › Last »
spider-mario commented on 2013-09-05 16:35
Fixed, thanks! :)
draven commented on 2013-09-05 14:20
Hi!
At the very end the command
if which emacs 2> /dev/null; then make; fi
fails for me complaining there is no Makefile.
Perhaps using
emacs --eval '(byte-recompile-directory "/the/directory")' -Q --batch
would do the trick
thestinger commented on 2013-06-21 04:13
By the way, I have daily builds of rust-git in a repository:
[thestinger]
SigLevel = Optional
Server = http://pkgbuild.com/~thestinger/repo/$arch
spider-mario commented on 2013-05-01 21:39
Applied, thanks. :)
thestinger commented on 2013-05-01 21:34
The llnextgen/naturaldocs optdepends can be removed now, and the pandoc one should be changed to haskell-pandoc.
thestinger commented on 2013-01-30 00:35
@ackalker: It's reported upstream already and is harmless (just annoying), which is why it hasn't gotten any attention yet.
ackalker commented on 2013-01-30 00:31
s/hear/here/ # ;(
ackalker commented on 2013-01-30 00:30
After building and installing this package, and every time something runs 'ldconfig', I get these warnings:
ldconfig: File /usr/lib/libcargo.so is empty, not checked.
ldconfig: File /usr/lib/librusti.so is empty, not checked.
ldconfig: File /usr/lib/librustdoc.so is empty, not checked.
ldconfig: File /usr/lib/librustc.so is empty, not checked.
Probably an upstream bug, but posted hear just FYI.
thestinger commented on 2013-01-03 07:27
Would be nice if this included provides=(rust) and conflicts=(rust). Thanks!
Anonymous comment on 2012-12-23 20:40
ah, ok, that makes sense. But you certainly want to avoid copying the Makefile don't you?
It *did* work, btw. :) Thanks!