-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug:Compiler hitting unexpected failure after running make && make install #10499
Comments
I made sure that i have installed all the depencies |
on running it with RUST_LOG |
OOM is notabug. Rust currently uses ~1.4G memory to build. |
It doesn't actually need 3GiB. It needs ~1.5GiB with full overcommit on but will require more available memory with the default Linux overcommit setting for the |
@tessie Do you know how much RAM your computer has? |
(They came to IRC for help) On Fri, Nov 15, 2013 at 2:59 AM, Tim Chevalier notifications@github.comwrote:
|
the issue is solved.came to irc for help |
Fix `almost_swapped` false positive (`let mut a = b; a = a`) Fixes `2` in rust-lang#10421 changelog: [`almost_swapped`]: Fix false positive when a variable is changed to itself. (`a = a`)
fix `almost_swapped`: Ignore external macros Fixes rust-lang#10421 ; Related to rust-lang#10499 (Fixing points *1* and *3* from rust-lang#10421) changelog: [`almost_swapped`]: Add a check to ignore external macros
I tried install rust on Ubuntu 13.10 system.architecture is x86_64.I installed it from the tarball.Configured it using ./configure.make && make install returns the following error
Internal compiler error .this is a bug
https://gist.github.com/Tessie/7470406
The text was updated successfully, but these errors were encountered: