[Bug 2116859] Re: `cp -a` fails to copy symlink to directory
Daniel van Vugt
2116859 at bugs.launchpad.net
Wed Aug 20 02:05:09 UTC 2025
** Bug watch added: github.com/ubuntu/yaru/issues #4219
https://github.com/ubuntu/yaru/issues/4219
** Also affects: yaru via
https://github.com/ubuntu/yaru/issues/4219
Importance: Unknown
Status: Unknown
** Bug watch added: github.com/ubuntu/yaru/issues #4255
https://github.com/ubuntu/yaru/issues/4255
** Changed in: yaru
Remote watch: github.com/ubuntu/yaru/issues #4219 => github.com/ubuntu/yaru/issues #4255
--
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 Yaru Theme:
Unknown
Status in coreutils-from package in Ubuntu:
Won't Fix
Status in opencryptoki package in Ubuntu:
Triaged
Status in rust-coreutils package in Ubuntu:
Fix Released
Status in yaru-theme package in Ubuntu:
Invalid
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/yaru/+bug/2116859/+subscriptions
More information about the foundations-bugs
mailing list