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.61
First Submitted: 2012-01-21 11:30 (UTC)
Last Updated: 2024-08-23 12:50 (UTC)

Required by (4376)

Sources (4)

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14

mrshpot commented on 2012-01-21 15:06 (UTC)

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

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.