[Bug 2116859] Re: `cp -a` fails to copy symlink to directory
Julian Andres Klode
2116859 at bugs.launchpad.net
Mon Jul 21 08:58:37 UTC 2025
Fixed in 0.1.0+git20250711.2ba3a33 but that can't be uploaded due to
broken messages :D
** Changed in: rust-coreutils (Ubuntu)
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to coreutils-from in Ubuntu.
https://bugs.launchpad.net/bugs/2116859
Title:
`cp -a` fails to copy symlink to directory
Status in coreutils-from package in Ubuntu:
Confirmed
Status in opencryptoki package in Ubuntu:
Triaged
Status in rust-coreutils package in Ubuntu:
In Progress
Status in yaru-theme package in Ubuntu:
Triaged
Bug description:
uutils `cp -a` fails to copy a symlink-to-an-existing-directory into
another directory
mkdir foo
mkdir dst
ln -s foo bar
cp -a bar dst
> cp: cannot create symlink 'dst' to 'foo': File exists (os error 17)
gnucp -a bar dst --verbose
> 'bar' -> 'dst/bar'
This affects dh_install when a symlink to an existing directory is
listed in debian/install
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coreutils-from/+bug/2116859/+subscriptions
More information about the foundations-bugs
mailing list