-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
% python3 ./x.py
info: Downloading and building bootstrap before processing --help
command. See src/bootstrap/README.md for help with common
commands.
Updating only changed submodules
Submodules updated in 0.03 seconds
Finished dev [unoptimized] target(s) in 0.22s
Traceback (most recent call last):
File "./x.py", line 11, in <module>
bootstrap.main()
File "/home/lzutao/fork/rust/compiler/src/bootstrap/bootstrap.py", line 950, in main
bootstrap(help_triggered)
File "/home/lzutao/fork/rust/compiler/src/bootstrap/bootstrap.py", line 936, in bootstrap
run(args, env=env, verbose=build.verbose)
File "/home/lzutao/fork/rust/compiler/src/bootstrap/bootstrap.py", line 136, in run
ret = subprocess.Popen(args, **kwargs)
File "/home/lzutao/.local/lib/python3.7/subprocess.py", line 775, in __init__
restore_signals, start_new_session)
File "/home/lzutao/.local/lib/python3.7/subprocess.py", line 1522, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/home/lzutao/fork/rust/compiler/build/bootstrap/debug/bootstrap': '/home/lzutao/fork/rust/compiler/build/bootstrap/debug/bootstrap'
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)