-
Notifications
You must be signed in to change notification settings - Fork 13k
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
rustpkg: Failing on rename between cross-device #9887
Comments
cc @catamorphism, seems similar to/the same as #9781. |
BTW. My attempt to fix the issue:
Does not work neither. It seems I'm getting empty file (size == 0).
|
This works, so it confirms the problem is using rename to move files between filesystems. This will not work with every system that has /tmp mounted eg. as ramfs. |
Thanks for the update, @dpc -- another workaround is to set |
@catamorphism: Ah! Yes, I forgot about this. ATM, I'm looking for why did copy_file fail. Am I right, that it should just work? |
OK. I've figured it out. #9947 . Now that puzzle is solved, I might happily enjoy |
I see two ways to resolve this issue:
Thoughts? |
Also, this actually is a |
Closing, rustpkg was removed. |
fix empty_structs_with_brackets suggestion errors fixes rust-lang#9887 I refer to [my comment](rust-lang/rust-clippy#9887 (comment)) to explain this PR. --- changelog: Sugg: [`empty_structs_with_brackets`]: The suggestion is no longer machine applicable, to avoid errors when accessing struct fields [rust-lang#10141](rust-lang/rust-clippy#10141) <!-- changelog_checked -->
I've found what could be the reason why rustpkg does not work on my system that I've reported in the comments to: http://tim.dreamwidth.org/1820526.html
The text was updated successfully, but these errors were encountered: