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 .. 6 7 8 9 10 11 12 13 Next › Last »

LeonidasXIV commented on 2013-09-22 12:09 (UTC)

Todays build fails: x86_64-unknown-linux-gnu/stage0/bin/rustc: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory make: *** [x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libstd.so] Error 127

spider-mario commented on 2013-09-08 10:57 (UTC)

Appearently, the reason why the patch doesn’t apply anymore is that the problem has been fixed upstream: https://github.com/mozilla/rust/commit/75afcffc2ffdbac1d0a837d8407ae5720dce9631 \o/

thestinger commented on 2013-09-07 22:02 (UTC)

It has make dependencies on both python2 and python by default. I work around this with `sed` in the PKGBUILD I use for the nightly build repository: https://github.com/thestinger/packages/blob/master/rust-git/PKGBUILD http://pkgbuild.com/~thestinger/repo/

LeonidasXIV commented on 2013-09-07 21:54 (UTC)

Thanks for looking into it, I appreciate it. Unfortunately, it fails even earlier now: ==> Starting prepare()... error: patch failed: mk/rt.mk:178 Falling back to three-way merge... Applied patch to 'mk/rt.mk' with conflicts. U mk/rt.mk ==> ERROR: A failure occurred in prepare(). Aborting...

spider-mario commented on 2013-09-07 14:36 (UTC)

Thanks, it should be fixed now. Please let me know whether it works.

LeonidasXIV commented on 2013-09-07 11:50 (UTC)

Looks like it uses Python 3 somewhere where Python 2 is expected: (cd /tmp/yaourt-tmp-leonidas/aur-rust-git/src/rust/src/libuv/ && ./gyp_uv -f make -Dtarget_arch=x64 -D ninja -Goutput_dir=/tmp/yaourt-tmp-leonidas/aur-rust-git/src/rust/x86_64-unknown-linux-gnu/rt/stage0/libuv --generator-output /tmp/yaourt-tmp-leonidas/aur-rust-git/src/rust/x86_64-unknown-linux-gnu/rt/stage0/libuv) File "./gyp_uv", line 44 print 'Error running GYP' ^ SyntaxError: invalid syntax

spider-mario commented on 2013-09-05 16:35 (UTC)

Fixed, thanks! :)

draven commented on 2013-09-05 14:20 (UTC)

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

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

Applied, thanks. :)