-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
cp: copying dangling or nested symlink results in error #2422
Comments
27 tasks
Also experience the same error when copying this directory from the nix store result/bin/cp -r -- /nix/store/ayddsfvxqa8khxg5f0n5ysbml69m5cvf-source source
cp: '/nix/store/ayddsfvxqa8khxg5f0n5ysbml69m5cvf-source/misc/minetest-icon.ico' -> 'source/misc/minetest-icon.ico': No such file or directory (os error 2)
|
SuperSandro2000
changed the title
cp: copying a dangling symlink results in error
cp: copying dangling symlink results in error
Jun 17, 2021
SuperSandro2000
changed the title
cp: copying dangling symlink results in error
cp: copying dangling or nested symlink results in error
Jun 17, 2021
This should also be fixed by #2426 (I checked the example #2422 (comment)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the following directory structure where the file two points to a none existing file.
When copying with uutils-cp I get
Using gnu-cp works just fine and recreates the dangling symlink.
The text was updated successfully, but these errors were encountered: