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.000625 |
First Submitted: | 2012-01-21 11:30 |
Last Updated: | 2018-02-11 11:49 |
Latest Comments
« First ‹ Previous ... 7 8 9 10 11 12
mrshpot commented on 2012-01-21 15:06
llvm-build (src/llvm/llvm-build/llvm-build) breaks with python3 [1].
I saw those errors during the LLVM build and figured it would be best to roll back to python2.
The carpet-bomb replacement might really be overkill, though -- the LLVM build takes a long time on my machine and I wanted to have rust working ASAP.
If the thing builds properly with python3 for everything except llvm-build, let me know (or I'll try that later myself).
[1]:
$ pwd
/home/mrshpot/build/rust-git/src/llvm/utils/llvm-build
$ python llvm-build
Traceback (most recent call last):
File "llvm-build", line 3, in <module>
import llvmbuild
File "/home/mrshpot/build/rust-git/src/llvm/utils/llvm-build/llvmbuild/__init__.py", line 1, in <module>
from main import main
ImportError: No module named main
$ python2 llvm-build
# runs with no errors
spider-mario commented on 2012-01-21 12:04
Are you sure you need to replace “python” with “python2”?
This page: https://github.com/graydon/rust/wiki/Doc-getting-started
suggests that Python 3 should be used.