Advertisement
Guest User

Untitled

a guest
Sep 14th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. $ ./x.py clean
  2. Updating only changed submodules
  3. Submodules updated in 0.11 seconds
  4. Traceback (most recent call last):
  5. File "./x.py", line 20, in <module>
  6. bootstrap.main()
  7. File "/home/philip/rust/src/bootstrap/bootstrap.py", line 850, in main
  8. bootstrap(help_triggered)
  9. File "/home/philip/rust/src/bootstrap/bootstrap.py", line 824, in bootstrap
  10. build.download_stage0()
  11. File "/home/philip/rust/src/bootstrap/bootstrap.py", line 359, in download_stage0
  12. self._download_stage0_helper(filename, pattern)
  13. File "/home/philip/rust/src/bootstrap/bootstrap.py", line 394, in _download_stage0_helper
  14. get("{}/{}".format(url, filename), tarball, verbose=self.verbose)
  15. File "/home/philip/rust/src/bootstrap/bootstrap.py", line 36, in get
  16. download(sha_path, sha_url, False, verbose)
  17. File "/home/philip/rust/src/bootstrap/bootstrap.py", line 69, in download
  18. _download(path, url, probably_big, verbose, True)
  19. File "/home/philip/rust/src/bootstrap/bootstrap.py", line 96, in _download
  20. exception=exception)
  21. File "/home/philip/rust/src/bootstrap/bootstrap.py", line 146, in run
  22. ret = subprocess.Popen(args, **kwargs)
  23. File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
  24. errread, errwrite)
  25. File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
  26. raise child_exception
  27. OSError: [Errno 2] No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement