Description
I pulled a few days ago, then tried to build while offline and got the following error:
determined most recent snapshot: rust-stage0-2011-07-11-a84310a-macos-i386-e775077d87e508020d8e0282f944d66c89cae630.tar.bz2
curl: (6) Couldn't resolve host 'dl.rust-lang.org'
Traceback (most recent call last):
File "../src/etc/get-snapshot.py", line 66, in
get_url_to_file(url, dl)
File "/Users/robarnold/mozilla/rust/src/etc/snapshot.py", line 99, in get_url_to_file
subprocess.check_call(["curl", "-o", f, u])
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 488, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['curl', '-o', 'dl/rust-stage0-2011-07-11-a84310a-macos-i386-e775077d87e508020d8e0282f944d66c89cae630.tar.bz2', 'http://dl.rust-lang.org/stage0-snapshots/rust-stage0-2011-07-11-a84310a-macos-i386-e775077d87e508020d8e0282f944d66c89cae630.tar.bz2']' returned non-zero exit status 6