-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Unable to compile rustc on ubuntu 12.04 vm (osx host machine) #12850
Comments
That error, plus the output of A rust build directory should be on the order of ~2.4 GB (that's what mine is right now), so you may want to explore where the extra space is going in the rest of the system. |
The space is empty when I started the process. I newly provisioned the whole harddrive. I had the same outcome with a newly created VM on 8 GB virtual hardrive, so I ramped it up to 20 GB. I'm inclined to think that there's an issue with the build process on the VM, or there's an issue with VirtualBox. |
Can you investigate to see where all the space is going? "the build directory is > 20GB" is tough to debug when we can't reproduce it. |
Arg! Sorry, my bad. When running Ubuntu in "Try" mode, I only had access to the available RAM. Ubuntu wasn't accessing my virtual harddrive at all (which I didn't realize at first). Installing Ubuntu and restarting the VM resolved this issue. Thanks for the speedy support!! |
fix: Fix error tooltip message for VSCode status bar item
Apologies if this is the wrong repo to file an issue on! Is it possible to compile rustc on a virtual machine? Here's what happened when I tried:
My host machine:
Virtual Machine:
Steps to Reproduce:
sudo apt-get install g++ clang curl and git
curl -O http://static.rust-lang.org/dist/rust-0.9.tar.gz
tar -xzf rust-0.9.tar.gz
cd rust-0.9
./configure
make && sudo make install
Expected outcome
rustc and rustdoc should compile and install after about 20 minutes.
Actual Outcome
The virtual harddrive is completely filled up. The complete error message I received was:
The text was updated successfully, but these errors were encountered: