-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Install bootstrap fails to use configured prefix due to Tarball add_renamed_file #111653
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Seems related to #110906 |
@albertlarsan68 Thank you for pointing-out #110906 ! It is the same problem. Closing this as a duplicate. |
It is not an issue, but this PR will fix this issue. Reopening to keep track of progress. |
@okeuday Does the PR fix the issue? |
@albertlarsan68 When #110906 is combined with #109256 , the
|
I tried this code, due to installing from source:
rust/src/bootstrap/dist.rs
Line 1074 in b652d9a
with the installation commands:
I expected to see the installation succeed.
Instead, the installation failed when processing the cargo installation. Only the cargo installation uses the
Tarball
add_renamed_file
function, so the problem appears isolated to that single function call, due to the implementation ofadd_renamed_file
.Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: